Code

patches: Added tigrc-example-fix.dpatch.
[pkg-tig.git] / debian / changelog
index 0ee65616b020f265422105e2d538022bd09b7112..6de48cc4937f48012f996b54d4d9685072a6bd51 100644 (file)
@@ -1,11 +1,50 @@
+tig (0.14-1) experimental; urgency=low
+
+  * New upstream release.
+  * debian/patches:
+    - Removed non-utf8-fix.dpatch - included upstream.
+    - Removed tigrc-parsing-fix.dpatch - included upstream.
+    - Removed mem-corruption-fix.dpatch - included upstream.
+    - Added tigrc-example-fix.dpatch - fix error in examples for the set
+      command (Closes: #514990).
+
+ -- Sebastian Harl <sh@tokkee.org>  Fri, 13 Feb 2009 10:55:30 +0100
+
+tig (0.13-1) experimental; urgency=low
+
+  * New upstream release (Closes: #513727).
+  * debian/copyright: Use © instead of (C) to make lintian happy.
+  * debian/patches:
+    - Added non-utf8-fix.dpatch - upstream patch fixing a regression in the
+      handling of non-UTF-8 locales.
+    - Added tigrc-parsing-fix.dpatch - upstream patch fixing a regression in
+      parsing ~/.tigrc.
+    - Added mem-corruption-fix.dpatch - upstream patch fixing memory
+      corruption when updating the tree view.
+  * debian/rules:
+    - Remove auto-generated NEWS.html and README.html in the clean target.
+
+ -- Sebastian Harl <sh@tokkee.org>  Tue, 03 Feb 2009 10:59:25 +0100
+
 tig (0.12.1-1) experimental; urgency=low
 
   * New upstream release.
+    - Added support for refreshing the main view (Closes: #498365).
+    - Disable boundary commits by default, fixing the behavior when using
+      options like --author=foo (Closes: #498628).
   * Uploading to experimental because of Lenny freeze.
   * debian/rules:
     - Install upstream NEWS file to /usr/share/doc/tig/.
-
- -- Sebastian Harl <sh@tokkee.org>  Sat, 11 Oct 2008 16:35:45 +0200
+    - No longer add -I/usr/include/ncursesw to CFLAGS - this is now handled by
+      the configure script.
+    - No longer pass LIBS="-lncursesw" to configure - this is now handled by
+      the configure script.
+  * debian/control:
+    - Depend on git-core >= 1.5.4 - this is required by the new upstream
+      release.
+    - Changed XS-Vcs-* to Vcs-*.
+
+ -- Sebastian Harl <sh@tokkee.org>  Sat, 11 Oct 2008 18:06:24 +0200
 
 tig (0.11-1) unstable; urgency=low