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