summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@fedoraproject.org>2009-03-15 23:56:44 +0000
committerTodd Zullinger <tmz@fedoraproject.org>2009-03-15 23:56:44 +0000
commit39fe829c05544388ce95c9835b7b54f163373fd4 (patch)
treed283968ed65f58b57a316f7b754f846b03790ffb
parentd082d58faf41fc0aff5f9039794cc523d7322a54 (diff)
downloadcgit_EL6-39fe829c05544388ce95c9835b7b54f163373fd4.tar.gz
Fixes from the upstream announcement: fix segfault when displaying empty blobs ui-tree: escape ascii-text properly in hexdump view ui-snapshot: avoid segfault when no filename is specified
-rw-r--r--.cvsignore2
-rw-r--r--cgit.spec7
-rw-r--r--sources2
3 files changed, 7 insertions, 4 deletions
diff --git a/.cvsignore b/.cvsignore
index eb3cf6e..db6ba5f 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,2 +1,2 @@
-cgit-0.8.2.tar.bz2
+cgit-0.8.2.1.tar.bz2
git-1.6.1.1.tar.bz2
diff --git a/cgit.spec b/cgit.spec
index c436a3c..0d7f4f2 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -16,8 +16,8 @@ make V=1 %{?_smp_mflags} \\\
CGIT_DATA_PATH=%{cgitdata}
Name: cgit
-Version: 0.8.2
-Release: 2%{?dist}
+Version: 0.8.2.1
+Release: 1%{?dist}
Summary: A fast webinterface for git
Group: Development/Tools
@@ -81,6 +81,9 @@ rm -rf %{buildroot}
%changelog
+* Sun Mar 15 2009 Todd Zullinger <tmz@pobox.com> - 0.8.2.1-1
+- Update to 0.8.2.1
+
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
diff --git a/sources b/sources
index 3281b19..68fa011 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-872fafaa1ea6bd9292f312878864b665 cgit-0.8.2.tar.bz2
+33e56f0621e53327f89233c7ccb7d8be cgit-0.8.2.1.tar.bz2
d2b6925cb03e1e33911fdf9392946747 git-1.6.1.1.tar.bz2