Code

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