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