Code

debian/rules: Remove NEWS.html and README.html in the clean target.
[pkg-tig.git] / debian / changelog
1 tig (0.13-1) experimental; urgency=low
3   * New upstream release (Closes: #513727).
4   * debian/copyright: Use © instead of (C) to make lintian happy.
5   * debian/patches:
6     - Added non-utf8-fix.dpatch - upstream patch fixing a regression in the
7       handling of non-UTF-8 locales.
8     - Added tigrc-parsing-fix.dpatch - upstream patch fixing a regression in
9       parsing ~/.tigrc.
10     - Added mem-corruption-fix.dpatch - upstream patch fixing memory
11       corruption when updating the tree view.
12   * debian/rules:
13     - Remove auto-generated NEWS.html and README.html in the clean target.
15  -- Sebastian Harl <sh@tokkee.org>  Tue, 03 Feb 2009 10:59:25 +0100
17 tig (0.12.1-1) experimental; urgency=low
19   * New upstream release.
20     - Added support for refreshing the main view (Closes: #498365).
21     - Disable boundary commits by default, fixing the behavior when using
22       options like --author=foo (Closes: #498628).
23   * Uploading to experimental because of Lenny freeze.
24   * debian/rules:
25     - Install upstream NEWS file to /usr/share/doc/tig/.
26     - No longer add -I/usr/include/ncursesw to CFLAGS - this is now handled by
27       the configure script.
28     - No longer pass LIBS="-lncursesw" to configure - this is now handled by
29       the configure script.
30   * debian/control:
31     - Depend on git-core >= 1.5.4 - this is required by the new upstream
32       release.
33     - Changed XS-Vcs-* to Vcs-*.
35  -- Sebastian Harl <sh@tokkee.org>  Sat, 11 Oct 2008 18:06:24 +0200
37 tig (0.11-1) unstable; urgency=low
39   * New upstream release.
40   * Added git-core to the build dependencies (Closes: #481828).
41   * Updated standards-version to 3.8.0 - no changes.
43  -- Sebastian Harl <sh@tokkee.org>  Fri, 25 Jul 2008 07:47:37 +0200
45 tig (0.10.1-1) unstable; urgency=low
47   * New upstream release.
48   * Moved "Homepage" field from package description to the source stanza.
49     - Added versioned build dependency on dpkg-dev (>= 1.14.6).
50   * Improved package description as suggested by Adeodato Simó
51     (Closes: #469290).
52   * Added wide character support, thanks to Cyril Brulebois for the patch
53     (Closes: #457068):
54     - Build-depend on libncursesw5-dev instead of libncurses5-dev.
55     - Pass "LIBS=-lncursesw" to configure.
56     - Added -I/usr/include/ncursesw to CFLAGS.
57   * Fixed a typo in debian/rules, preventing CFLAGS from being used, thanks to
58     Cyril Brulebois for the patch.
59   * Use the configure script provided by upstream.
60   * Updated standards-version to 3.7.3 - no changes.
62  -- Sebastian Harl <sh@tokkee.org>  Mon, 31 Mar 2008 12:57:05 +0200
64 tig (0.9.1-1) unstable; urgency=low
66   * New upstream release.
68  -- Sebastian Harl <sh@tokkee.org>  Mon,  1 Oct 2007 15:07:38 +0200
70 tig (0.9-1) unstable; urgency=low
72   * New upstream release.
73     - The manpage builds fine now (Closes: #434127).
74   * Install new bash completion script to /etc/bash_completion.d/.
75   * Adapted package description to the latest git-core package description.
76   * debian/rules: Do not ignore "make clean" error.
78  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Sep 2007 21:22:25 +0200
80 tig (0.8-1) unstable; urgency=low
82   * New upstream release.
83     - Fixes segfault in pager mode (Closes: #429448).
84   * Added XS-Vcs-{Git,Browser} tags.
86  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Jun 2007 11:52:39 +0100
88 tig (0.7-1) unstable; urgency=low
90   * New upstream release.
91     - Handle cursor keys in split pane mode correctly (Closes: #410394).
92   * Removed infiniteloop.dpatch - included in the new release.
93   * Removed splitview.dpatch - included in the new release.
94   * Removed v0.5.dpatch - included in the new release.
96  -- Sebastian Harl <sh@tokkee.org>  Mon,  4 Jun 2007 15:05:29 +0200
98 tig (0.5-3) unstable; urgency=low
100   * Added upstream patch by Jonas Fonseca <fonseca@diku.dk> to update the
101     version string to 0.5 (Closes: #409095).
102   * Added watch file.
104  -- Sebastian Harl <sh@tokkee.org>  Thu,  1 Feb 2007 10:31:18 +0000
106 tig (0.5-2) unstable; urgency=medium
108   * Added two upstream patches by Jonas Fonseca <fonseca@diku.dk>:
109     - Fix a segfault when navigating in tree mode (Closes: #403565).
110     - Fix an infinite loop.
111   * Put the sample manpage in /usr/share/doc/tig/examples/.
113  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 09:08:57 +0000
115 tig (0.5-1) unstable; urgency=low
117   * Initial release (Closes: #389926).
119  -- Sebastian Harl <sh@tokkee.org>  Thu, 28 Sep 2006 13:09:36 +0200