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