Update changelog
[gtk-theme-switch.git] / debian / changelog
1 gtk-theme-switch (2.1.0-3) unstable; urgency=low
2
3 * New maintainer (Closes: #588836)
4 * Bump debhelper compat to 9
5 * Bump Standards-Version to 3.9.4
6 * Fix spelling error in help
7 * Use dh-style debian/rules
8 * Add hardening
9 * Exit cleanly if there is no HOME environment variable (Closes: #716007)
10 * Remove some useless dependencies
11 * Update copyright to DEP5 format
12
13 -- Marius Gavrilescu <marius@ieval.ro> Sat, 13 Jul 2013 16:31:46 +0300
14
15 gtk-theme-switch (2.1.0-2) unstable; urgency=low
16
17 * Switch to dpkg-source 3.0 (quilt) format.
18 * Bump standards version to 3.8.4.
19 * Allow Debian Maintainers uploads.
20 * Add ${misc:Depends} to the binary dependencies.
21
22 -- Denis Briand <denis@narcan.fr> Sun, 14 Mar 2010 19:20:29 +0100
23
24 gtk-theme-switch (2.1.0-1) unstable; urgency=low
25
26 * New upstream release.
27 * Become non native Debian package.
28 * Add debian/watch file.
29 * Add Homepage in debian/control.
30 * Add all authors in debian/copyright.
31 * Bump copyright year.
32
33 -- Denis Briand <denis@narcan.fr> Wed, 06 May 2009 14:34:25 +0200
34
35 gtk-theme-switch (2.0.6) unstable; urgency=low
36
37 * New Maintainer (Closes: #462908)
38 * solve an unchecked fopen() (Closes: #498447)
39 + Thanks to François Wendling for his audit
40 + and for his patch.
41 * fix hash table pointer issue (Closes: #229384)
42 + Thanks to Ron Murray for his work and for his patch.
43 * rename switch2.* by gtk-theme-switch2.*
44 + and add gtk-theme-switch2 name in gtkrc-2.0 conf file (Closes: #319286).
45 * Bump compat to 7.
46 * Bump standards version to 3.8.1.
47 * Remove unused switch.c and switch.1 files.
48 * Fit Makefile and debian/rules to the renamed files.
49 * Remove obsolete debian/README.debian file.
50 * Remove obsolete debian/links file.
51 * Fit debian/menu to the renamed bin file.
52 * Fix versionless symlink license in debian/copyright.
53 * Fit man file to the renamed bin file.
54 * Rename unused ChangeLog to ChangeLog.old
55 * Change deprecated "dh_clean -k" in "dh_prep" in debian/rules.
56
57 -- Denis Briand <denis@narcan.fr> Sat, 11 Apr 2009 18:36:20 +0200
58
59 gtk-theme-switch (2.0.5) unstable; urgency=low
60
61 * QA upload.
62 + Set maintainer to Debian QA Group <packages@qa.debian.org>.
63 * Build gtk2 binary only. (Closes: #462906, #462904, #291008).
64 + Rename debian/switch.1 to switch2.1 to match binary.
65 * Drop recommends for gtk-engines-pixmap. (Closes: #473847).
66 + Thanks to amaya for the bug report and fix.
67 * Update FSF address in copyright.
68 * Bump debhelper build-dep and compat to 5.
69 * Bump Standards Version to 3.7.3.
70 + Menu policy transition.
71
72 -- Barry deFreese <bddebian@comcast.net> Tue, 15 Apr 2008 23:28:49 -0400
73
74 gtk-theme-switch (2.0.4) unstable; urgency=low
75
76 * switch.c (get_dirs): the gtk-2.0/gtkrc dir is used for gtk-2.0
77 themes, we should use gtk/gtkrc for gtk themes.
78 thanks to Tobias Jordan <knilch@hawo.stw.uni-erlangen.de>
79 for the patch. (Closes: #255722, #306245).
80
81 -- Pedro Villavicencio Garrido <pvillavi@gnome.cl> Sat, 30 Apr 2005 20:26:10 -0400
82
83 gtk-theme-switch (2.0.3) unstable; urgency=low
84
85 * Fixed bug #278179.
86
87 -- Pedro Villavicencio Garrido <pvillavi@gnome.cl> Mon, 25 Oct 2004 15:56:29 -0300
88
89 gtk-theme-switch (2.0.2) unstable; urgency=low
90
91 * New Maintainer with previous Maintainer consent's.
92 * gtk-theme-switch2 overwritte ~/.gtkrc-2.0, so we made a backup
93 of this file before overwritte them. (Closes : #271450)
94
95 -- Pedro Villavicencio Garrido <pvillavi@gnome.cl> Tue, 14 Sep 2004 11:16:43 -0400
96
97 gtk-theme-switch (2.0.1) unstable; urgency=low
98
99 * New upstream (me) release. Becomes Debian native.
100 * These patches are new, but were merged into the new native source:
101 - 05_use_2.0_in_mine.dpatch: use file name '.gtkrc-2.0.mine' when writing
102 canned .gtkrc-2.0 for personal changes to avoid conflict with
103 .gtkrc.mine.
104 - 06_check_gtkrc_NULL.dpatch: check to see whether gtkrc is NULL, or else
105 feof() and fclose() will choke on it. Thanks Zack Cerza.
106 * Quote stuff in debian/menu.
107
108 -- Joshua Kwan <joshk@triplehelix.org> Wed, 16 Jun 2004 00:31:55 -0700
109
110 gtk-theme-switch (2.0.0rc2+1.0.1-4) unstable; urgency=medium
111
112 * 03_path_search.dpatch: don't use if (access(bleh)) to see if an error
113 was returned, use if (access(bleh) == -1), to avoid false positives.
114 Also fix a memory leak with g_strconcat for both switch and switch2.
115 * Bump to Standards-Version 3.6.1.0.
116 * Menu title is really useless, make it a bit nicer.
117 * Fix copyright file to include a Copyright <years> <authors> and the GPL
118 short blurb instead of just 'GPLv2', per Peter Palfrader's recommendation.
119
120 -- Joshua Kwan <joshk@triplehelix.org> Sun, 14 Dec 2003 19:44:48 -0800
121
122 gtk-theme-switch (2.0.0rc2+1.0.1-3) unstable; urgency=medium
123
124 * Recommend gtk-engines-pixmap - required for many themes downloaded
125 outside of Debian. (Closes: #204964)
126 * Add a README.Debian.
127 * Change the switch2 symlink to gtk-theme-switch2, since most people
128 will want to see both in the autocompletion of 'gtk-theme-switch.'
129 Complain if this is undesirable.
130 * Add a blank binary-indep target to conform with policy.
131 * Replace manpage with a nicer and more descriptive one which includes
132 a description of switch2, made by myself.
133 * Update to Standards-Version 3.6.0 - no changes needed.
134 * Tweak the description a little bit.
135
136 -- Joshua Kwan <joshk@triplehelix.org> Sun, 17 Aug 2003 01:25:25 -0700
137
138 gtk-theme-switch (2.0.0rc2+1.0.1-2) unstable; urgency=low
139
140 * switch2 work:
141 + fix the mkdir issue (see #84916, switch had the same issue)
142 + as with patch for #164059, don't show theme dirs that do not have
143 gtk-2.0/gtkrc. (Closes: #198915)
144 * Use -g when compiling, strip stuff off later.
145
146 -- Joshua Kwan <joshk@triplehelix.org> Thu, 26 Jun 2003 20:19:53 -0700
147
148 gtk-theme-switch (2.0.0rc2+1.0.1-1) unstable; urgency=medium
149
150 * New maintainer (with previous maintainer's consent)
151 * New upstream version 1.0.1 (GTK+ 1.x version):
152 + Fix for the 100% CPU usage bug when previewing themes
153 (Closes: #168445)
154 * We now build the GTK+ 2.0 binary as well. Available from the same upstream
155 location. (Closes: #185519)
156 * Removed dumb debian/CVS directory
157 * Fixed the source to take umask into account when creating ~/.themes
158 (Closes: #84916)
159 * Applied patch from ilmari@ping.uio.no to fix displaying of directories
160 within /usr/share/themes that did not have gtk/gtkrc (thus not valid
161 themes. Closes: #164059)
162 * Revise debian/:
163 + Use debian/compat instead of DH_COMPAT
164 + Remove old DH_OPTIONS stuff in rules, useless configure{-stamp}
165 targets, and boilerplate comments.
166 + Symlink /usr/bin/switch to /usr/bin/gtk-theme-switch for consistency.
167 (Closes: #84912)
168 + Use dh_installman instead of dh_installmanpages
169 + Remove useless calls to other dh_* programs.
170 + Remove dependency on tar, which is a required package anyway.
171 + Install upstream readme, changelog and todo files
172
173 -- Joshua Kwan <joshk@triplehelix.org> Thu, 5 Jun 2003 16:27:37 -0700
174
175 gtk-theme-switch (1.0-3) unstable; urgency=low
176 * Rebuild to eliminate xlib6g dependency
177
178 -- Aaron Lehmann <aaronl@vitelus.com> Wed, 04 Dec 2002 16:23:15 -0800
179
180 gtk-theme-switch (1.0-2) unstable; urgency=low
181 * Only install manpage once
182
183 -- Aaron Lehmann <aaronl@vitelus.com> Mon, 6 Nov 2000 08:28:53 -0700
184
185 gtk-theme-switch (1.0-1) unstable; urgency=medium
186 * Major new upstream release
187
188 -- Aaron Lehmann <aaronl@vitelus.com> Tue, 24 Oct 2000 19:03:36 -0700
189
190 gtk-theme-switch (0.4-4) unstable; urgency=low
191 * Use debhelper
192 * Depend on Gtk::Perl (libgtk-perl)
193
194 -- Aaron Lehmann <aaronl@vitelus.com> Fri, 22 Sep 2000 16:29:36 -0700
195
196 gtk-theme-switch (0.4-3) unstable; urgency=low
197 * make it actually work
198
199 -- Aaron Lehmann <aaronl@vitelus.com> Mon, 18 Sep 2000 18:45:03 -0700
200
201 gtk-theme-switch (0.4-2) unstable; urgency=low
202 * Make undocumented man pages work
203 * Depend on perl
204 * Fix first line of README
205
206 -- Aaron Lehmann <aaronl@vitelus.com> Mon, 18 Sep 2000 17:28:58 -0700
207
208 gtk-theme-switch (0.4-1) unstable; urgency=low
209
210 * Initial release.
211
212 -- Aaron Lehmann <aaronl@vitelus.com> Mon, 18 Sep 2000 16:53:50 -0700
213
214 Local variables:
215 mode: debian-changelog
216 End:
This page took 0.026065 seconds and 4 git commands to generate.