Code

control: Moved tig from section "utils" to the newly added "vcs".
[pkg-tig.git] / debian / changelog
index 3eaff6e8a2268c066aaaa6358d377d6fd109c95d..9268af04455f7581ca895fa50a34a140cc2b3c78 100644 (file)
@@ -1,3 +1,140 @@
+tig (0.14.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Uploading to unstable - Lenny has been released (Closes: #520636).
+  * debian/control:
+    - Moved tig from section "utils" to the newly added "vcs".
+
+ -- Sebastian Harl <sh@tokkee.org>  Fri, 03 Apr 2009 17:53:58 +0200
+
+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 - upstream patch fixing an error in
+      examples for the set command (Closes: #514990).
+    - Added quoted-config-opts-fix.dpatch - backported upstream patch fixing
+      the handling of quoted strings in the config file.
+
+ -- Sebastian Harl <sh@tokkee.org>  Sat, 14 Feb 2009 13:59:03 +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/.
+    - 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
+
+  * New upstream release.
+  * Added git-core to the build dependencies (Closes: #481828).
+  * Updated standards-version to 3.8.0 - no changes.
+
+ -- Sebastian Harl <sh@tokkee.org>  Fri, 25 Jul 2008 07:47:37 +0200
+
+tig (0.10.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Moved "Homepage" field from package description to the source stanza.
+    - Added versioned build dependency on dpkg-dev (>= 1.14.6).
+  * Improved package description as suggested by Adeodato Simó
+    (Closes: #469290).
+  * Added wide character support, thanks to Cyril Brulebois for the patch
+    (Closes: #457068):
+    - Build-depend on libncursesw5-dev instead of libncurses5-dev.
+    - Pass "LIBS=-lncursesw" to configure.
+    - Added -I/usr/include/ncursesw to CFLAGS.
+  * Fixed a typo in debian/rules, preventing CFLAGS from being used, thanks to
+    Cyril Brulebois for the patch.
+  * Use the configure script provided by upstream.
+  * Updated standards-version to 3.7.3 - no changes.
+
+ -- Sebastian Harl <sh@tokkee.org>  Mon, 31 Mar 2008 12:57:05 +0200
+
+tig (0.9.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Sebastian Harl <sh@tokkee.org>  Mon,  1 Oct 2007 15:07:38 +0200
+
+tig (0.9-1) unstable; urgency=low
+
+  * New upstream release.
+    - The manpage builds fine now (Closes: #434127).
+  * Install new bash completion script to /etc/bash_completion.d/.
+  * Adapted package description to the latest git-core package description.
+  * debian/rules: Do not ignore "make clean" error.
+
+ -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Sep 2007 21:22:25 +0200
+
+tig (0.8-1) unstable; urgency=low
+
+  * New upstream release.
+    - Fixes segfault in pager mode (Closes: #429448).
+  * Added XS-Vcs-{Git,Browser} tags.
+
+ -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Jun 2007 11:52:39 +0100
+
+tig (0.7-1) unstable; urgency=low
+
+  * New upstream release.
+    - Handle cursor keys in split pane mode correctly (Closes: #410394).
+  * Removed infiniteloop.dpatch - included in the new release.
+  * Removed splitview.dpatch - included in the new release.
+  * Removed v0.5.dpatch - included in the new release.
+
+ -- Sebastian Harl <sh@tokkee.org>  Mon,  4 Jun 2007 15:05:29 +0200
+
+tig (0.5-3) unstable; urgency=low
+
+  * Added upstream patch by Jonas Fonseca <fonseca@diku.dk> to update the
+    version string to 0.5 (Closes: #409095).
+  * Added watch file.
+
+ -- Sebastian Harl <sh@tokkee.org>  Thu,  1 Feb 2007 10:31:18 +0000
+
+tig (0.5-2) unstable; urgency=medium
+
+  * Added two upstream patches by Jonas Fonseca <fonseca@diku.dk>:
+    - Fix a segfault when navigating in tree mode (Closes: #403565).
+    - Fix an infinite loop.
+  * Put the sample manpage in /usr/share/doc/tig/examples/.
+
+ -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 09:08:57 +0000
+
 tig (0.5-1) unstable; urgency=low
 
   * Initial release (Closes: #389926).