Code

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