Code

42c5e80080129c8cae540c8c96f0799bb915eeb4
[pkg-tig.git] / debian / changelog
1 tig (0.17-1) unstable; urgency=low
3   * New upstream release:
4     - Fixed ncurses 2.8 issue causing tig to fail to start; thanks to Tarek
5       Soliman for reporting this and RjY for pointing out the new upstream
6       release (Closes: #617318).
7     - Enabled revision graph rendering by default; thanks to Paul Wise for
8       reporting this (Closes: #611876).
9   * Uploading to unstable -- Squeeze has been released \o/
10   * debian/rules:
11     - (Again) pass -I/usr/include/ncursesw to CFLAGS; this is no longer
12       handled by the configure script which now uses the third-party
13       'AX_WITH_CURSES' macro.
14     - Do not install 'test-graph' to the package.
16  -- Sebastian Harl <tokkee@debian.org>  Tue, 08 Mar 2011 14:36:03 +0100
18 tig (0.16.2-1) experimental; urgency=low
20   * New upstream release.
21   * debian/patches:
22     - Removed bts594549-pager-segfault -- included upstream.
23   * debian/control, debian/rules:
24     - No longer use dpatch.
25   * Removed debian/README.source.
26   * Uploading to experimental because of the Squeeze freeze.
27   * debian/control:
28     - Updated Standards-Version to 3.9.1 -- no changes.
30  -- Sebastian Harl <tokkee@debian.org>  Tue, 21 Sep 2010 21:57:26 +0200
32 tig (0.16-2) unstable; urgency=low
34   * debian/patches:
35     - Added bts594549-pager-segfault - upstream patch fixing a segfault when
36       started in pager mode; thanks to Kumar Appaiah for reporting this and
37       pointing out the upstream fix (Closes: #594549).
38   * debian/control, debian/rules:
39     - Build-depend on and use dpatch.
40   * Added debian/README.source:
41     - The file includes a pointer to /usr/share/doc/dpatch/README.source.gz.
43  -- Sebastian Harl <tokkee@debian.org>  Fri, 03 Sep 2010 21:23:44 +0200
45 tig (0.16-1) unstable; urgency=low
47   * New upstream release; thanks to Sedat Dilek for the pointer
48     (Closes: #586560).
49   * debian/control:
50     - Updated versioned build-dep on asciidoc to versions >= 8.4 as documented
51       in the upstream `INSTALL' file.
52     - Updated standards-version to 3.8.4 -- no changes.
53     - Added epoch to versioned dependency on git-core and added git (>=
54       1:1.7.0.4-2~) as an alternative dependency, according to the rename of
55       the package; thanks to Jonathan Nieder and Beat Bolli for reporting this
56       (Closes: #568582).
57     - Depend on ${misc:Depends}, as recommended by debhelper.
59  -- Sebastian Harl <tokkee@debian.org>  Tue, 22 Jun 2010 22:51:20 +0200
61 tig (0.15-1) unstable; urgency=low
63   * New upstream release (Closes: #557575):
64     - Fixed blame view when cwd is not the repo root; thanks to Chris Lamb for
65       reporting this (Closes: #540766).
66   * debian/control:
67     - No longer build-depend on git-core - this is not required by the build
68       system any more.
69     - Updated Standards-Version to 3.8.3 - no changes.
70   * debian/patches:
71     - Removed asciidoc-8.4.dpatch - included upstream.
72   * Added debian/tig.doc-base.
73     - … pointing to manual.html and manual.pdf.
75  -- Sebastian Harl <tokkee@debian.org>  Mon, 23 Nov 2009 22:56:47 +0100
77 tig (0.14.1-2) unstable; urgency=low
79   * debian/patches:
80     - Added asciidoc-8.4.dpatch - upstream patch fixing build issues with
81       asciidoc 8.4, thanks to Lucas Nussbaum for reporting this
82       (Closes: #534046).
83   * debian/control:
84     - Updated standards-version to 3.8.2 - no changes.
86  -- Sebastian Harl <tokkee@debian.org>  Sun, 21 Jun 2009 18:36:46 +0200
88 tig (0.14.1-1) unstable; urgency=low
90   * New upstream release.
91   * Uploading to unstable - Lenny has been released (Closes: #520636).
92   * debian/control:
93     - Moved tig from section "utils" to the newly added "vcs".
94   * debian/patches:
95     - Removed tigrc-example-fix.dpatch - included upstream.
96     - Removed quoted-config-opts-fix.dpatch - included upstream.
97   * debian/control:
98     - Updated standards-version to 3.8.1 - no changes.
100  -- Sebastian Harl <sh@tokkee.org>  Fri, 03 Apr 2009 18:07:18 +0200
102 tig (0.14-1) experimental; urgency=low
104   * New upstream release.
105   * debian/patches:
106     - Removed non-utf8-fix.dpatch - included upstream.
107     - Removed tigrc-parsing-fix.dpatch - included upstream.
108     - Removed mem-corruption-fix.dpatch - included upstream.
109     - Added tigrc-example-fix.dpatch - upstream patch fixing an error in
110       examples for the set command (Closes: #514990).
111     - Added quoted-config-opts-fix.dpatch - backported upstream patch fixing
112       the handling of quoted strings in the config file.
114  -- Sebastian Harl <sh@tokkee.org>  Sat, 14 Feb 2009 13:59:03 +0100
116 tig (0.13-1) experimental; urgency=low
118   * New upstream release (Closes: #513727).
119   * debian/copyright: Use © instead of (C) to make lintian happy.
120   * debian/patches:
121     - Added non-utf8-fix.dpatch - upstream patch fixing a regression in the
122       handling of non-UTF-8 locales.
123     - Added tigrc-parsing-fix.dpatch - upstream patch fixing a regression in
124       parsing ~/.tigrc.
125     - Added mem-corruption-fix.dpatch - upstream patch fixing memory
126       corruption when updating the tree view.
127   * debian/rules:
128     - Remove auto-generated NEWS.html and README.html in the clean target.
130  -- Sebastian Harl <sh@tokkee.org>  Tue, 03 Feb 2009 10:59:25 +0100
132 tig (0.12.1-1) experimental; urgency=low
134   * New upstream release.
135     - Added support for refreshing the main view (Closes: #498365).
136     - Disable boundary commits by default, fixing the behavior when using
137       options like --author=foo (Closes: #498628).
138   * Uploading to experimental because of Lenny freeze.
139   * debian/rules:
140     - Install upstream NEWS file to /usr/share/doc/tig/.
141     - No longer add -I/usr/include/ncursesw to CFLAGS - this is now handled by
142       the configure script.
143     - No longer pass LIBS="-lncursesw" to configure - this is now handled by
144       the configure script.
145   * debian/control:
146     - Depend on git-core >= 1.5.4 - this is required by the new upstream
147       release.
148     - Changed XS-Vcs-* to Vcs-*.
150  -- Sebastian Harl <sh@tokkee.org>  Sat, 11 Oct 2008 18:06:24 +0200
152 tig (0.11-1) unstable; urgency=low
154   * New upstream release.
155   * Added git-core to the build dependencies (Closes: #481828).
156   * Updated standards-version to 3.8.0 - no changes.
158  -- Sebastian Harl <sh@tokkee.org>  Fri, 25 Jul 2008 07:47:37 +0200
160 tig (0.10.1-1) unstable; urgency=low
162   * New upstream release.
163   * Moved "Homepage" field from package description to the source stanza.
164     - Added versioned build dependency on dpkg-dev (>= 1.14.6).
165   * Improved package description as suggested by Adeodato Simó
166     (Closes: #469290).
167   * Added wide character support, thanks to Cyril Brulebois for the patch
168     (Closes: #457068):
169     - Build-depend on libncursesw5-dev instead of libncurses5-dev.
170     - Pass "LIBS=-lncursesw" to configure.
171     - Added -I/usr/include/ncursesw to CFLAGS.
172   * Fixed a typo in debian/rules, preventing CFLAGS from being used, thanks to
173     Cyril Brulebois for the patch.
174   * Use the configure script provided by upstream.
175   * Updated standards-version to 3.7.3 - no changes.
177  -- Sebastian Harl <sh@tokkee.org>  Mon, 31 Mar 2008 12:57:05 +0200
179 tig (0.9.1-1) unstable; urgency=low
181   * New upstream release.
183  -- Sebastian Harl <sh@tokkee.org>  Mon,  1 Oct 2007 15:07:38 +0200
185 tig (0.9-1) unstable; urgency=low
187   * New upstream release.
188     - The manpage builds fine now (Closes: #434127).
189   * Install new bash completion script to /etc/bash_completion.d/.
190   * Adapted package description to the latest git-core package description.
191   * debian/rules: Do not ignore "make clean" error.
193  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Sep 2007 21:22:25 +0200
195 tig (0.8-1) unstable; urgency=low
197   * New upstream release.
198     - Fixes segfault in pager mode (Closes: #429448).
199   * Added XS-Vcs-{Git,Browser} tags.
201  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Jun 2007 11:52:39 +0100
203 tig (0.7-1) unstable; urgency=low
205   * New upstream release.
206     - Handle cursor keys in split pane mode correctly (Closes: #410394).
207   * Removed infiniteloop.dpatch - included in the new release.
208   * Removed splitview.dpatch - included in the new release.
209   * Removed v0.5.dpatch - included in the new release.
211  -- Sebastian Harl <sh@tokkee.org>  Mon,  4 Jun 2007 15:05:29 +0200
213 tig (0.5-3) unstable; urgency=low
215   * Added upstream patch by Jonas Fonseca <fonseca@diku.dk> to update the
216     version string to 0.5 (Closes: #409095).
217   * Added watch file.
219  -- Sebastian Harl <sh@tokkee.org>  Thu,  1 Feb 2007 10:31:18 +0000
221 tig (0.5-2) unstable; urgency=medium
223   * Added two upstream patches by Jonas Fonseca <fonseca@diku.dk>:
224     - Fix a segfault when navigating in tree mode (Closes: #403565).
225     - Fix an infinite loop.
226   * Put the sample manpage in /usr/share/doc/tig/examples/.
228  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 09:08:57 +0000
230 tig (0.5-1) unstable; urgency=low
232   * Initial release (Closes: #389926).
234  -- Sebastian Harl <sh@tokkee.org>  Thu, 28 Sep 2006 13:09:36 +0200