Code

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