File: changelog

package info (click to toggle)
fspanel 0.7-15
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 252 kB
  • sloc: ansic: 3,477; makefile: 78
file content (284 lines) | stat: -rw-r--r-- 9,172 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
fspanel (0.7-15) unstable; urgency=medium

  [ Giovani Augusto Ferreira ]
  * QA upload.
  * Set Debian QA Group as maintainer. (see #920089)
  * Using new DH level format. Consequently:
      - debian/compat: removed.
      - debian/control: Changed from 'debhelper' to 'debhelper-compat' in
        Build-Depends field and bumped level to 12.
  * debian/control:
      - Added the field Rules-Requires-Root: no.
      - Standards-Version: bumped to 4.4.1 (no changes needed)
      - Switch VCS URLs to salsa.debian.org
  * debian/copyright: updated years and rights.

  [ Jari Aalto ]
  * debian/copyright: (Comment): update email and other info

 -- Giovani Augusto Ferreira <giovani@debian.org>  Tue, 31 Dec 2019 12:10:52 -0300

fspanel (0.7-14) unstable; urgency=medium

  * debian/control
    - (Homepage): Update.
    - (Standards-Version): Update to 3.9.8.
    - (Vcs-*): Update to anonscm.debian.org.
  * debian/copyright
    - (Source): Update.
    - (BSD-2-clause-simplified): Update from BSD.
  * debian/pod2man.mk
    - Make build reproducible (Closes: 782214).
      Patch thanks to Reiner Herrmann <reiner@reiner-h.de>.

 -- Jari Aalto <jari.aalto@cante.net>  Wed, 19 Oct 2016 07:42:48 +0300

fspanel (0.7-13) unstable; urgency=low

  * debian/control
    - (Build-Depends): Rm dpkg-dev; not needed with debhelper 9.
    - (Standards-Version): Update to 3.9.3.1.
  * debian/copyright
    - Update to format 1.0.
  * debian/rules
    - (override_dh_installman): Delete target; not needed.
    - (override_dh-auto_build): New.
    - Enable all hardening flags.
    - Use DEB_*_MAINT_* variables (Closes: #665270). Patch thanks to
      Simon Ruderich <simon@ruderich.org>.

 -- Jari Aalto <jari.aalto@cante.net>  Fri, 23 Mar 2012 06:21:19 -0400

fspanel (0.7-12) unstable; urgency=low

  * debian/patches:
    - (40): New. Fix failure to switch desktops and hidden by other windows
      (Closes: #660333). Massive patch that also corrects other things
      thanks to Ulrich Eckhardt <doomster@knuut.de>.

 -- Jari Aalto <jari.aalto@cante.net>  Sun, 19 Feb 2012 11:05:49 -0500

fspanel (0.7-11) unstable; urgency=low

  * debian/compat
    - Update to 9
  * debian/control
    - (Build-Depends): update to debhelper 9, dpkg-dev 1.16.1.
  * debian/copyright
    - (Format): Update URL.
  * debian/rules
    - Use hardened CFLAGS.
      http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags

 -- Jari Aalto <jari.aalto@cante.net>  Sat, 11 Feb 2012 17:50:27 -0500

fspanel (0.7-10) unstable; urgency=low

  * debian/copyright
    - Update to DEP 5 layout.
  * debian/compat
    - Update to 8.
  * debian/control
    (Build-Depends): debhelper 8.
    (Standards-Version): Update to 3.9.2.
  * debian/install
    - New file.
  * debian/manpages
    - Renamed from fspanel.manpages.
  * debian/menu
    - (section): Update from Apps/Tools to Applications/System/Administration.
  * debian/rules
    - Rewrite to use dh(1) layout.
  * debian/patches
    - (30): Update makefile to place libs in the proper place.
      (Closes: #641494). Update thanks to Ubuntu Daniel T Chen
      <seven.steps@gmail.com> (FTBFS; LP: #770750).

 -- Jari Aalto <jari.aalto@cante.net>  Wed, 14 Sep 2011 09:39:24 +0300

fspanel (0.7-9) unstable; urgency=low

  * Move to format: 3.0 (quilt).
  * debian/clean
    - Move content from debian/rules for dh(1).
  * debian/control
    - (Depends): Remove dpatch.
    - (Standards-Version): update to 3.8.4.
  * debian/copyright
    - Add archive.org URL
  * debian/debian-vars.mk
    - Update.
  * debian/fspanel.{install,manpages}
    - Move content from debian/rules for dh(1).
  * debian/fspanel.1.pod
    - Add copyright.
  * debian/patches
    - Convert to quilt.
  * debian/README.source"
    - Delete, obsoleted by format 3.0.
  * debian/rules
    - Remove dpatch.
    - Remove rules obsoleted by dh(1).
  * debian/source/format
    - New file.
  * upstream
    - New file.

 -- Jari Aalto <jari.aalto@cante.net>  Sun, 14 Feb 2010 02:17:47 +0200

fspanel (0.7-8) unstable; urgency=low

  * GENERAL INFORMATION
    - Package was moved fully to dpatch.
  * debian/control:
    - (Build-Depends): Add dpatch. Change obsolete x-dev to
      x11proto-core-dev (Closes: #515523). Update debhelper to 7.
    - (Description): Correct GNOME spelling.
    - (Standards-Version): update to 3.8.3.
    - (Vcs-*): New fields to document Alioth repository.
  * debian/compat:
    - Update to 7.
  * debian/copyright:
    - Change to Freshmeat URL and correct upstream email.
    - spell out GPL-2 (lintian).
  * debian/debian-vars.mk
    - Rewrite file.
  * debian/fspanel.1.pod
    - New. Manual page in POD format.
  * debian/patches:
    - 10-xgetgeometry-fix.dpatch: New. Fix XGetGeometry()
      call's third parameter which is supposed to
      be a pointer to a 'Window' and not to a 'Pixmap'.
      Thanks to Ulrich Eckhardt <doomster@knuut.de>
      (Closes: #489010).
    - 20-fspanel-gc-patch.dpatch: New. Extracted from
      monolithic Debian patch.
    - 30-makefile.dpatch: New. Extracted from
      monolithic Debian patch.
  * debian/rules:
    - Add dpatch.
    - (clean): use dh_prep (lintian).
  * debian/watch:
    - Add missing newline.

 -- Jari Aalto <jari.aalto@cante.net>  Wed, 02 Dec 2009 10:19:29 +0000

fspanel (0.7-7) unstable; urgency=low

  * New maintainer. (O/ITA; Closes: #352430).
  * Makefile: changed 'cp' to 'install'.
  * debian/rules: Old rule file removed and used new dh_make template.
  * debian/dirs: Unneeded, removed (See Makefile changes).
  * debian/copyright: Updated to use latest template (added years)
  * debian/compat: raised to 5.
  * debian/watch: New file.
  * debian/control:
    (Maintainer:) Updated.
    (Build-Depends:) Added debhelper (>= 5).
    (Depends:) Added ${misc:Depends}
    (Description:) Added Homepage URL.

 -- Jari Aalto <jari.aalto@cante.net>  Mon, 13 Feb 2006 00:54:05 +0200

fspanel (0.7-6) unstable; urgency=low

  * Bah. I'd hoped to keep the same version in etch as in sarge.
  * Update build-deps to reflect the xlibs bitrot (closes: #346684)
  * May as well update to policy 3.6.2, since there's no changes needed
  * Squish a few compiler warnings while we're here, no substantive changes
  * ...and a couple of lintian ones
  * And translate the manpage into English

 -- Andrew Suffield <asuffield@debian.org>  Wed, 18 Jan 2006 18:42:05 +0000

fspanel (0.7-5) unstable; urgency=low

  * Adopted
  * Edit description a little
  * Migrate to debhelper 4
  * Update to policy 3.6.1, include DEB_BUILD_OPTIONS support
  * Go with -Os rather than -O2; at least on i386, it seems to generate
    better code in this case.

 -- Andrew Suffield <asuffield@debian.org>  Tue, 27 Jan 2004 17:40:26 +0000

fspanel (0.7-4) unstable; urgency=low

  * Adopted fspanel.
    Closes: #109964
  * Fixed description error regarding Sawmill->Sawfish
    Closes: #120974

 -- Brandon L. Griffith <brandon@debian.org>  Thu, 13 Dec 2001 18:24:00 -0500

fspanel (0.7-3) unstable; urgency=low

  * Fix minor spelling bug in the description
  * No, I'm not maintaining this.

 -- David Starner <dstarner98@aasaa.ofe.org>  Fri, 23 Nov 2001 16:26:00 -0600

fspanel (0.7-2) unstable; urgency=low

  * Um . . . set the Maintainer to Debian-QA.
  * This release and the last were both done by me
  * At least it got fixed before the last version got into the archives

 -- David Starner <dstarner98@aasaa.ofe.org>  Fri, 24 Aug 2001 21:00:00 -0500

fspanel (0.7-1) unstable; urgency=low

  * New upstream version
        partially supports the Unified Window Manager Specification
        improves icon support
  * Fspanel is orphaned with this release

 -- Debian QA Groups <packages@qa.debian.org>  Fri, 24 Aug 2001 15:11:03 -0500

fspanel (0.6-3) unstable; urgency=low

  * Make it build on Alpha (it's be nice if you could use the BTS, guys.)

 -- David Starner <dstarner98@aasaa.ofe.org>  Fri,  6 Jul 2001 16:56:03 -0500

fspanel (0.6-2) unstable; urgency=low

  * Recompile with a version of xlibs in the archive

 -- David Starner <dstarner98@aasaa.ofe.org>  Sun, 29 Apr 2001 15:29:33 -0600

fspanel (0.6-1) unstable; urgency=low

  * New upstream version
    	Faster clock updates.

 -- David Starner <dstarner98@aasaa.ofe.org>  Sat, 28 Apr 2001 15:29:33 -0600

fspanel (0.5-1) unstable; urgency=low

  * New upstream version
  	Fix refresh for XFree86 4. (upstream fix for 79862)
        Fix switching desktops (works in Sawfish now too).
        Make windows focus when raising. (Closes: #83965)

 -- David Starner <dstarner98@aasaa.ofe.org>  Wed, 31 Jan 2001 18:30:01 -0600

fspanel (0.4-3) unstable; urgency=low

  * Corrected problems with X4. (Closes: #79862)

 -- David Starner <dstarner98@aasaa.ofe.org>  Sat, 27 Jan 2001 21:48:18 -0600

fspanel (0.4-2) unstable; urgency=low

  * Corrected spelling in long description (tinny -> tiny)
    (Closes: #80919)
  * It should now compile on all architectures (Closes: #81696, #81194)

 -- David Starner <dstarner98@aasaa.ofe.org>  Sun, 14 Jan 2001 01:50:11 -0600

fspanel (0.4-1) unstable; urgency=low

  * Initial Release (Closes: #79554)

 -- David Starner <dstarner98@aasaa.ofe.org>  Wed, 13 Dec 2000 16:47:55 -0600