Code

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