Code

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