Code

Release changelog for 2.4.1-1.
[pkg-tig.git] / debian / changelog
1 tig (2.4.1-1) unstable; urgency=medium
3   * New upstream version.
4   * debian/control:
5     - Build depend on readline >= 6.3; that's the min version specified by
6       upstream.
7     - Update standards version to 4.2.1:
8       - Change Vcs-Browser URL from HTTP to HTTPS.
9   * debian/maintscript:
10     - Clean up obsolete /etc/bash_completion.d/tig; thanks to Christoph Anton
11       Mitterer for reporting this (Closes: #868091).
13  -- Sebastian Harl <tokkee@debian.org>  Thu, 08 Nov 2018 23:08:23 +0100
15 tig (2.3.0-1) unstable; urgency=medium
17   * New upstream release.
18     - Updated debian/watch to point to the new Github location.
19   * Update standards version to 4.1.1; no changes.
21  -- Sebastian Harl <tokkee@debian.org>  Sun, 22 Oct 2017 15:38:27 +0200
23 tig (2.2-1) experimental; urgency=medium
25   [ Sebastian Harl ]
26   * New upstream release (Closes: #808134).
27   * debian/rules:
28     - Install sample tigrc files from contrib as examples.
29   * debian/control:
30     - Update standards version to 4.9.8; no changes.
32   [ Satish Bysany ]
33   * debian/rules:
34     - Fix lintian warnings (W: package-installs-into-obsolete-dir). Install
35       to usr/share/bash-completion/completions (Closes: #812931).
37  -- Sebastian Harl <tokkee@debian.org>  Sat, 24 Sep 2016 15:48:31 +0200
39 tig (2.0.3-1) experimental; urgency=medium
41   * New upstream release:
42     - Fixes a regression in the graph renderer; thanks to Simon Paillard for
43       reporting this (Closes: #757692).
44   * Upload to experimental because of the Jessie freeze.
45   * debian/rules:
46     - Manually clean doc/manual.tex.
47   * debian/patches:
48     - Removed bts757692-topo-order: included upstream.
50  -- Sebastian Harl <tokkee@debian.org>  Sun, 23 Nov 2014 17:24:40 +0100
52 tig (2.0.2-2) unstable; urgency=medium
54   * debian/patches:
55     - Added bts757692-topo-order: upstream patch fixing a display regression;
56       thanks to Simon Paillard for reporting this and Jonas Fonseca for a
57       quick handling of the bug (Closes: #757692).
59  -- Sebastian Harl <tokkee@debian.org>  Sat, 22 Nov 2014 12:56:28 +0100
61 tig (2.0.2-1) unstable; urgency=medium
63   [ Sebastian Harl ]
64   * New upstream release; thanks to Aníbal Monsalve Salazar for reporting this
65     (Closes: #746560).
66   * debian/control:
67     - Build-depend on libreadline-dev.
68   * debian/rules:
69     - Use NEWS.adoc in place of NEWS and remove BUGS which is no longer
70       available.
71     - Don't install contrib/tigrc as example any more. Upstream now provides
72       /etc/tigrc by default.
73     - Use dh_prep instead of 'dh_clean -k'.
75   [ Trent W. Buck ]
76   * Bump compat to 9.
77   * debian/control:
78     - tig enhances git.
79     - Improved short description to better match the upstream description.
81  -- Sebastian Harl <tokkee@debian.org>  Wed, 23 Jul 2014 10:46:04 +0200
83 tig (1.2.1-1) unstable; urgency=low
85   * New upstream release.
87  -- Sebastian Harl <tokkee@debian.org>  Sat, 23 Nov 2013 19:46:52 +0100
89 tig (1.1-2) unstable; urgency=low
91   * Re-upload to unstable; Wheezy has been released long ago (Closes: #712162).
92   * Fixed operation when inside a submodule (Closes: #701912).
94  -- Sebastian Harl <tokkee@debian.org>  Sat, 23 Nov 2013 18:49:16 +0100
96 tig (1.1-1) experimental; urgency=low
98   * New upstream release.
99     - Various documentation improvements in tigrc(5); thanks to Yuri D'Elia
100       for suggesting this (Closes: #682766).
101   * Uploading to experimental because of Wheezy freeze.
102   * debian/patches:
103     - Removed bts680442-broken-graph.patch; applied upstream.
104   * debian/control:
105     - Updated standards-version to 3.9.4 -- no changes.
107  -- Sebastian Harl <tokkee@debian.org>  Tue, 29 Jan 2013 22:14:02 +0100
109 tig (1.0-2) unstable; urgency=low
111   * debian/patches:
112     - Added bts680442-broken-graph.patch -- upstream patch fixing a regression
113       breaking the graph when path spec is specified; thanks to Simon Paillard
114       for reporting this (Closes: #680442).
115   * debian/source/format:
116     - Change to '3.0 (quilt)' format in order to apply the patch.
118  -- Sebastian Harl <tokkee@debian.org>  Sun, 15 Jul 2012 11:42:29 +0200
120 tig (1.0-1) unstable; urgency=low
122   * New upstream release; thanks to Salvatore Bonaccorso and Romain Francoise
123     for reporting this (Closes: #656810).
124     - Fixed substitution of %(xxx) in prompt commands; thanks to Daniel T Chen
125       for reporting this (Closes: #635546).
126     - Fixed 'go to a line' feature; thanks to Christian Ohm for reporting this
127       (Closes: #626124).
128   * debian/rules:
129     - Don't remove 'test-graph'; it is no longer installed by 'make install'.
130     - Don't try to install TODO; it no longer exists.
131     - Split build target into build-{arch,indep} as recommended by policy.
132     - Enabled harding build flags (use dpkg-buildflags).
133   * debian/control:
134     - Updated standards-version to 3.9.3 -- no changes.
136  -- Sebastian Harl <tokkee@debian.org>  Thu, 17 May 2012 18:15:46 +0200
138 tig (0.17-1) unstable; urgency=low
140   * New upstream release:
141     - Fixed ncurses 2.8 issue causing tig to fail to start; thanks to Tarek
142       Soliman for reporting this and RjY for pointing out the new upstream
143       release (Closes: #617318).
144     - Enabled revision graph rendering by default; thanks to Paul Wise for
145       reporting this (Closes: #611876).
146   * Uploading to unstable -- Squeeze has been released \o/
147   * debian/rules:
148     - (Again) pass -I/usr/include/ncursesw to CFLAGS; this is no longer
149       handled by the configure script which now uses the third-party
150       'AX_WITH_CURSES' macro.
151     - Do not install 'test-graph' to the package.
152     - Install 'NEWS' as upstream changelog, rather than as 'NEWS'.
154  -- Sebastian Harl <tokkee@debian.org>  Tue, 08 Mar 2011 14:43:17 +0100
156 tig (0.16.2-1) experimental; urgency=low
158   * New upstream release.
159   * debian/patches:
160     - Removed bts594549-pager-segfault -- included upstream.
161   * debian/control, debian/rules:
162     - No longer use dpatch.
163   * Removed debian/README.source.
164   * Uploading to experimental because of the Squeeze freeze.
165   * debian/control:
166     - Updated Standards-Version to 3.9.1 -- no changes.
168  -- Sebastian Harl <tokkee@debian.org>  Tue, 21 Sep 2010 21:57:26 +0200
170 tig (0.16-2) unstable; urgency=low
172   * debian/patches:
173     - Added bts594549-pager-segfault - upstream patch fixing a segfault when
174       started in pager mode; thanks to Kumar Appaiah for reporting this and
175       pointing out the upstream fix (Closes: #594549).
176   * debian/control, debian/rules:
177     - Build-depend on and use dpatch.
178   * Added debian/README.source:
179     - The file includes a pointer to /usr/share/doc/dpatch/README.source.gz.
181  -- Sebastian Harl <tokkee@debian.org>  Fri, 03 Sep 2010 21:23:44 +0200
183 tig (0.16-1) unstable; urgency=low
185   * New upstream release; thanks to Sedat Dilek for the pointer
186     (Closes: #586560).
187   * debian/control:
188     - Updated versioned build-dep on asciidoc to versions >= 8.4 as documented
189       in the upstream `INSTALL' file.
190     - Updated standards-version to 3.8.4 -- no changes.
191     - Added epoch to versioned dependency on git-core and added git (>=
192       1:1.7.0.4-2~) as an alternative dependency, according to the rename of
193       the package; thanks to Jonathan Nieder and Beat Bolli for reporting this
194       (Closes: #568582).
195     - Depend on ${misc:Depends}, as recommended by debhelper.
197  -- Sebastian Harl <tokkee@debian.org>  Tue, 22 Jun 2010 22:51:20 +0200
199 tig (0.15-1) unstable; urgency=low
201   * New upstream release (Closes: #557575):
202     - Fixed blame view when cwd is not the repo root; thanks to Chris Lamb for
203       reporting this (Closes: #540766).
204   * debian/control:
205     - No longer build-depend on git-core - this is not required by the build
206       system any more.
207     - Updated Standards-Version to 3.8.3 - no changes.
208   * debian/patches:
209     - Removed asciidoc-8.4.dpatch - included upstream.
210   * Added debian/tig.doc-base.
211     - … pointing to manual.html and manual.pdf.
213  -- Sebastian Harl <tokkee@debian.org>  Mon, 23 Nov 2009 22:56:47 +0100
215 tig (0.14.1-2) unstable; urgency=low
217   * debian/patches:
218     - Added asciidoc-8.4.dpatch - upstream patch fixing build issues with
219       asciidoc 8.4, thanks to Lucas Nussbaum for reporting this
220       (Closes: #534046).
221   * debian/control:
222     - Updated standards-version to 3.8.2 - no changes.
224  -- Sebastian Harl <tokkee@debian.org>  Sun, 21 Jun 2009 18:36:46 +0200
226 tig (0.14.1-1) unstable; urgency=low
228   * New upstream release.
229   * Uploading to unstable - Lenny has been released (Closes: #520636).
230   * debian/control:
231     - Moved tig from section "utils" to the newly added "vcs".
232   * debian/patches:
233     - Removed tigrc-example-fix.dpatch - included upstream.
234     - Removed quoted-config-opts-fix.dpatch - included upstream.
235   * debian/control:
236     - Updated standards-version to 3.8.1 - no changes.
238  -- Sebastian Harl <sh@tokkee.org>  Fri, 03 Apr 2009 18:07:18 +0200
240 tig (0.14-1) experimental; urgency=low
242   * New upstream release.
243   * debian/patches:
244     - Removed non-utf8-fix.dpatch - included upstream.
245     - Removed tigrc-parsing-fix.dpatch - included upstream.
246     - Removed mem-corruption-fix.dpatch - included upstream.
247     - Added tigrc-example-fix.dpatch - upstream patch fixing an error in
248       examples for the set command (Closes: #514990).
249     - Added quoted-config-opts-fix.dpatch - backported upstream patch fixing
250       the handling of quoted strings in the config file.
252  -- Sebastian Harl <sh@tokkee.org>  Sat, 14 Feb 2009 13:59:03 +0100
254 tig (0.13-1) experimental; urgency=low
256   * New upstream release (Closes: #513727).
257   * debian/copyright: Use © instead of (C) to make lintian happy.
258   * debian/patches:
259     - Added non-utf8-fix.dpatch - upstream patch fixing a regression in the
260       handling of non-UTF-8 locales.
261     - Added tigrc-parsing-fix.dpatch - upstream patch fixing a regression in
262       parsing ~/.tigrc.
263     - Added mem-corruption-fix.dpatch - upstream patch fixing memory
264       corruption when updating the tree view.
265   * debian/rules:
266     - Remove auto-generated NEWS.html and README.html in the clean target.
268  -- Sebastian Harl <sh@tokkee.org>  Tue, 03 Feb 2009 10:59:25 +0100
270 tig (0.12.1-1) experimental; urgency=low
272   * New upstream release.
273     - Added support for refreshing the main view (Closes: #498365).
274     - Disable boundary commits by default, fixing the behavior when using
275       options like --author=foo (Closes: #498628).
276   * Uploading to experimental because of Lenny freeze.
277   * debian/rules:
278     - Install upstream NEWS file to /usr/share/doc/tig/.
279     - No longer add -I/usr/include/ncursesw to CFLAGS - this is now handled by
280       the configure script.
281     - No longer pass LIBS="-lncursesw" to configure - this is now handled by
282       the configure script.
283   * debian/control:
284     - Depend on git-core >= 1.5.4 - this is required by the new upstream
285       release.
286     - Changed XS-Vcs-* to Vcs-*.
288  -- Sebastian Harl <sh@tokkee.org>  Sat, 11 Oct 2008 18:06:24 +0200
290 tig (0.11-1) unstable; urgency=low
292   * New upstream release.
293   * Added git-core to the build dependencies (Closes: #481828).
294   * Updated standards-version to 3.8.0 - no changes.
296  -- Sebastian Harl <sh@tokkee.org>  Fri, 25 Jul 2008 07:47:37 +0200
298 tig (0.10.1-1) unstable; urgency=low
300   * New upstream release.
301   * Moved "Homepage" field from package description to the source stanza.
302     - Added versioned build dependency on dpkg-dev (>= 1.14.6).
303   * Improved package description as suggested by Adeodato Simó
304     (Closes: #469290).
305   * Added wide character support, thanks to Cyril Brulebois for the patch
306     (Closes: #457068):
307     - Build-depend on libncursesw5-dev instead of libncurses5-dev.
308     - Pass "LIBS=-lncursesw" to configure.
309     - Added -I/usr/include/ncursesw to CFLAGS.
310   * Fixed a typo in debian/rules, preventing CFLAGS from being used, thanks to
311     Cyril Brulebois for the patch.
312   * Use the configure script provided by upstream.
313   * Updated standards-version to 3.7.3 - no changes.
315  -- Sebastian Harl <sh@tokkee.org>  Mon, 31 Mar 2008 12:57:05 +0200
317 tig (0.9.1-1) unstable; urgency=low
319   * New upstream release.
321  -- Sebastian Harl <sh@tokkee.org>  Mon,  1 Oct 2007 15:07:38 +0200
323 tig (0.9-1) unstable; urgency=low
325   * New upstream release.
326     - The manpage builds fine now (Closes: #434127).
327   * Install new bash completion script to /etc/bash_completion.d/.
328   * Adapted package description to the latest git-core package description.
329   * debian/rules: Do not ignore "make clean" error.
331  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Sep 2007 21:22:25 +0200
333 tig (0.8-1) unstable; urgency=low
335   * New upstream release.
336     - Fixes segfault in pager mode (Closes: #429448).
337   * Added XS-Vcs-{Git,Browser} tags.
339  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Jun 2007 11:52:39 +0100
341 tig (0.7-1) unstable; urgency=low
343   * New upstream release.
344     - Handle cursor keys in split pane mode correctly (Closes: #410394).
345   * Removed infiniteloop.dpatch - included in the new release.
346   * Removed splitview.dpatch - included in the new release.
347   * Removed v0.5.dpatch - included in the new release.
349  -- Sebastian Harl <sh@tokkee.org>  Mon,  4 Jun 2007 15:05:29 +0200
351 tig (0.5-3) unstable; urgency=low
353   * Added upstream patch by Jonas Fonseca <fonseca@diku.dk> to update the
354     version string to 0.5 (Closes: #409095).
355   * Added watch file.
357  -- Sebastian Harl <sh@tokkee.org>  Thu,  1 Feb 2007 10:31:18 +0000
359 tig (0.5-2) unstable; urgency=medium
361   * Added two upstream patches by Jonas Fonseca <fonseca@diku.dk>:
362     - Fix a segfault when navigating in tree mode (Closes: #403565).
363     - Fix an infinite loop.
364   * Put the sample manpage in /usr/share/doc/tig/examples/.
366  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 09:08:57 +0000
368 tig (0.5-1) unstable; urgency=low
370   * Initial release (Closes: #389926).
372  -- Sebastian Harl <sh@tokkee.org>  Thu, 28 Sep 2006 13:09:36 +0200