Code

control: No longer build-depend on git-core
[pkg-tig.git] / debian / changelog
1 tig (0.15-1) unstable; urgency=low
3   * New upstream release:
4     - Fixed blame view when cwd is not the repo root; thanks to Chris Lamb for
5       reporting this (Closes: #540766).
6   * debian/control:
7     - No longer build-depend on git-core - this is not required by the build
8       system any more.
10  -- Sebastian Harl <tokkee@debian.org>  Sat, 21 Nov 2009 21:05:09 +0100
12 tig (0.14.1-2) unstable; urgency=low
14   * debian/patches:
15     - Added asciidoc-8.4.dpatch - upstream patch fixing build issues with
16       asciidoc 8.4, thanks to Lucas Nussbaum for reporting this
17       (Closes: #534046).
18   * debian/control:
19     - Updated standards-version to 3.8.2 - no changes.
21  -- Sebastian Harl <tokkee@debian.org>  Sun, 21 Jun 2009 18:36:46 +0200
23 tig (0.14.1-1) unstable; urgency=low
25   * New upstream release.
26   * Uploading to unstable - Lenny has been released (Closes: #520636).
27   * debian/control:
28     - Moved tig from section "utils" to the newly added "vcs".
29   * debian/patches:
30     - Removed tigrc-example-fix.dpatch - included upstream.
31     - Removed quoted-config-opts-fix.dpatch - included upstream.
32   * debian/control:
33     - Updated standards-version to 3.8.1 - no changes.
35  -- Sebastian Harl <sh@tokkee.org>  Fri, 03 Apr 2009 18:07:18 +0200
37 tig (0.14-1) experimental; urgency=low
39   * New upstream release.
40   * debian/patches:
41     - Removed non-utf8-fix.dpatch - included upstream.
42     - Removed tigrc-parsing-fix.dpatch - included upstream.
43     - Removed mem-corruption-fix.dpatch - included upstream.
44     - Added tigrc-example-fix.dpatch - upstream patch fixing an error in
45       examples for the set command (Closes: #514990).
46     - Added quoted-config-opts-fix.dpatch - backported upstream patch fixing
47       the handling of quoted strings in the config file.
49  -- Sebastian Harl <sh@tokkee.org>  Sat, 14 Feb 2009 13:59:03 +0100
51 tig (0.13-1) experimental; urgency=low
53   * New upstream release (Closes: #513727).
54   * debian/copyright: Use © instead of (C) to make lintian happy.
55   * debian/patches:
56     - Added non-utf8-fix.dpatch - upstream patch fixing a regression in the
57       handling of non-UTF-8 locales.
58     - Added tigrc-parsing-fix.dpatch - upstream patch fixing a regression in
59       parsing ~/.tigrc.
60     - Added mem-corruption-fix.dpatch - upstream patch fixing memory
61       corruption when updating the tree view.
62   * debian/rules:
63     - Remove auto-generated NEWS.html and README.html in the clean target.
65  -- Sebastian Harl <sh@tokkee.org>  Tue, 03 Feb 2009 10:59:25 +0100
67 tig (0.12.1-1) experimental; urgency=low
69   * New upstream release.
70     - Added support for refreshing the main view (Closes: #498365).
71     - Disable boundary commits by default, fixing the behavior when using
72       options like --author=foo (Closes: #498628).
73   * Uploading to experimental because of Lenny freeze.
74   * debian/rules:
75     - Install upstream NEWS file to /usr/share/doc/tig/.
76     - No longer add -I/usr/include/ncursesw to CFLAGS - this is now handled by
77       the configure script.
78     - No longer pass LIBS="-lncursesw" to configure - this is now handled by
79       the configure script.
80   * debian/control:
81     - Depend on git-core >= 1.5.4 - this is required by the new upstream
82       release.
83     - Changed XS-Vcs-* to Vcs-*.
85  -- Sebastian Harl <sh@tokkee.org>  Sat, 11 Oct 2008 18:06:24 +0200
87 tig (0.11-1) unstable; urgency=low
89   * New upstream release.
90   * Added git-core to the build dependencies (Closes: #481828).
91   * Updated standards-version to 3.8.0 - no changes.
93  -- Sebastian Harl <sh@tokkee.org>  Fri, 25 Jul 2008 07:47:37 +0200
95 tig (0.10.1-1) unstable; urgency=low
97   * New upstream release.
98   * Moved "Homepage" field from package description to the source stanza.
99     - Added versioned build dependency on dpkg-dev (>= 1.14.6).
100   * Improved package description as suggested by Adeodato Simó
101     (Closes: #469290).
102   * Added wide character support, thanks to Cyril Brulebois for the patch
103     (Closes: #457068):
104     - Build-depend on libncursesw5-dev instead of libncurses5-dev.
105     - Pass "LIBS=-lncursesw" to configure.
106     - Added -I/usr/include/ncursesw to CFLAGS.
107   * Fixed a typo in debian/rules, preventing CFLAGS from being used, thanks to
108     Cyril Brulebois for the patch.
109   * Use the configure script provided by upstream.
110   * Updated standards-version to 3.7.3 - no changes.
112  -- Sebastian Harl <sh@tokkee.org>  Mon, 31 Mar 2008 12:57:05 +0200
114 tig (0.9.1-1) unstable; urgency=low
116   * New upstream release.
118  -- Sebastian Harl <sh@tokkee.org>  Mon,  1 Oct 2007 15:07:38 +0200
120 tig (0.9-1) unstable; urgency=low
122   * New upstream release.
123     - The manpage builds fine now (Closes: #434127).
124   * Install new bash completion script to /etc/bash_completion.d/.
125   * Adapted package description to the latest git-core package description.
126   * debian/rules: Do not ignore "make clean" error.
128  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Sep 2007 21:22:25 +0200
130 tig (0.8-1) unstable; urgency=low
132   * New upstream release.
133     - Fixes segfault in pager mode (Closes: #429448).
134   * Added XS-Vcs-{Git,Browser} tags.
136  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Jun 2007 11:52:39 +0100
138 tig (0.7-1) unstable; urgency=low
140   * New upstream release.
141     - Handle cursor keys in split pane mode correctly (Closes: #410394).
142   * Removed infiniteloop.dpatch - included in the new release.
143   * Removed splitview.dpatch - included in the new release.
144   * Removed v0.5.dpatch - included in the new release.
146  -- Sebastian Harl <sh@tokkee.org>  Mon,  4 Jun 2007 15:05:29 +0200
148 tig (0.5-3) unstable; urgency=low
150   * Added upstream patch by Jonas Fonseca <fonseca@diku.dk> to update the
151     version string to 0.5 (Closes: #409095).
152   * Added watch file.
154  -- Sebastian Harl <sh@tokkee.org>  Thu,  1 Feb 2007 10:31:18 +0000
156 tig (0.5-2) unstable; urgency=medium
158   * Added two upstream patches by Jonas Fonseca <fonseca@diku.dk>:
159     - Fix a segfault when navigating in tree mode (Closes: #403565).
160     - Fix an infinite loop.
161   * Put the sample manpage in /usr/share/doc/tig/examples/.
163  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 09:08:57 +0000
165 tig (0.5-1) unstable; urgency=low
167   * Initial release (Closes: #389926).
169  -- Sebastian Harl <sh@tokkee.org>  Thu, 28 Sep 2006 13:09:36 +0200