]> git.deb.at Git - pkg/beep.git/blob - debian/changelog
1b54ad33be8cf351b8f44d8fb9a547fc34219dda
[pkg/beep.git] / debian / changelog
1 beep (1.3-5) unstable; urgency=high
2
3   * Rewrite debian/copyright in DEP-5 format, and relicense the packaging
4     under MIT to make it clear for lawyers, too.
5   * CVE-2018-0492: Fix a local privilege escalation vulnerability.
6     (Closes: #894667)
7
8  -- Rhonda D'Vine <rhonda@debian.org>  Thu, 26 Apr 2018 18:08:11 +0200
9
10 beep (1.3-4) unstable; urgency=low
11
12   * Update my name.
13   * Bump Standards-Version to 3.9.6.
14   * Switch to source format 3.0 (quilt).
15   * Convert to dh style rules file.
16   * New patch fix-makefile to make make clean not fail.
17   * Add #DEBHELPER# to post{inst,rm} files.
18   * Use pathfind() function instead of hardcoded path to dpkg-statoverride.
19   * Name GPL properly in debian/copyright.
20
21  -- Rhonda D'Vine <rhonda@debian.org>  Mon, 04 Jan 2016 13:34:37 +0100
22
23 beep (1.3-3) unstable; urgency=low
24
25   * Add patch catch-sig-term to also stop the beep when receiving SIGTERM.
26     Thanks to Jérôme for the patch.
27
28  -- Gerfried Fuchs <rhonda@debian.org>  Sun, 10 Jun 2012 11:51:43 +0200
29
30 beep (1.3-2) unstable; urgency=low
31
32   * The "l10n R us" release.
33   * Added/Updated debconf translations:
34     - Danish by Joe Hansen (closes: #633380)
35     - Polish by Michał Kułach (closes: #659367)
36     - Italian by Beatrice Torracca (closes: #660233)
37   * Bump Standards-Version to 3.9.3.
38   * Add recommended targets build-arch/build-indep to debian/rules.
39
40  -- Gerfried Fuchs <rhonda@debian.org>  Fri, 02 Mar 2012 19:29:25 +0100
41
42 beep (1.3-1) unstable; urgency=low
43
44   * New Upstream release importing all our changes  \o/
45   * Bump Standards-Version to 3.9.2.
46   * Add Vcs-* fields to control file.
47   * Relicensed Debian packaging under WTFPLv2.
48   * Explicitly call set -e instead of -e on the hashbang line.
49
50  -- Gerfried Fuchs <rhonda@debian.org>  Tue, 31 May 2011 20:49:17 +0200
51
52 beep (1.2.2-24) unstable; urgency=low
53
54   * Apply patch from Frans Pop for making beep-udeb depend on libc6-udeb
55     instead of libc6 (closes: #562001)
56   * Bump Standards-Version to 3.8.3.
57
58  -- Gerfried Fuchs <rhonda@debian.at>  Mon, 21 Dec 2009 23:20:38 +0100
59
60 beep (1.2.2-23) unstable; urgency=low
61
62   * Updated translation:
63     - Vietnamese by Clytie Siddall (closes: #498496)
64     - Spanish by Francisco Javier Cuadrado (closes: #506415)
65     - Catalan by Matt Bonner (closes: #521470)
66     - Italian by davide gliozzi
67   * Split _Choices field in debian/templates into __Choices without unfuzzying
68     translations.
69   * Bumped Standards-Version to 3.8.1.
70   * Remove update cruft in maintainer scripts from ancient releases.
71   * Fixed two typos in manpage noticed by A. Costra, thanks (closes: #497890)
72   * Add "minimal package" to the synopsis of beep-udeb.
73   * Add author + description informations to patches.
74
75  -- Gerfried Fuchs <rhonda@debian.at>  Sun, 29 Mar 2009 11:19:30 +0200
76
77 beep (1.2.2-22) unstable; urgency=low
78
79   * Remove Homepage control field from udeb.
80   * s/my/the package maintainer's/ in debian/templates, users have no concept
81     of "my" when they see the debconf question (removing overrides file).
82   * Updated templates file with more suggestion sent in by Esko Arajärvi,
83     thanks.
84   * Update debian/beep.1.diff to escape hyphens where they actually do mean
85     the minus sign.
86   * debian/po/vi.po: Removed the Language-Team as it bounces (or moderates,
87     can't read Vietnamese).
88   * New translation:
89     - Finish by Esko Arajärvi (closes: #492724, #493220)
90     - Romanian by Eddy Petrișor (closes: #493764)
91     - Euskara by Piarres Beobide (closes: #493842)
92   * Updated translations:
93     - Galician by Jacobo Tarrio (closes: #492792, #493305)
94     - Japanese by Hideki Yamane (closes: #492969, #493535)
95     - French by Daniel Déchelotte (closes: #493072, #494490)
96     - Swedish by Martin Bagge (closes: #493344)
97     - Portuguese by Miguel Figueiredo (closes: #493264)
98     - Russian by Yuri Kozlov (closes: #493280)
99     - Czech by Miroslav Kure (closes: #493596)
100     - Dutch by Thijs Kinkhorst (closes: #494093)
101     - Brazilian Portuguese by Felipe Augusto van de Wiel
102
103  -- Gerfried Fuchs <rhonda@debian.at>  Tue, 12 Aug 2008 12:00:46 -0300
104
105 beep (1.2.2-21) unstable; urgency=low
106
107   * Don't ignore make clean errors anymore.
108   * New debconf translation: Galician by Jacobo Tarrio (closes: #481751)
109   * Updated to Standards-Version to 3.8.0, add README.source file (referencing
110     quilt's).
111   * Also strip sections .comment and .note (closes: #490163)
112
113  -- Gerfried Fuchs <rhonda@debian.at>  Thu, 10 Jul 2008 15:14:18 +0200
114
115 beep (1.2.2-20) unstable; urgency=low
116
117   * Added Homepage: control field.
118   * Moved patches to quilt, split them into:
119     - makefile-fixup: don't try to remove something outside the build place
120     - verbose-option: enable --verbose/--debug for getting info on what's
121       getting done
122     - multiple-freq: produce a warning on multiple frequency parameters
123     - serial-console-fix: use /dev/tty0 instead of /dev/console
124     - devfs-fix: try /dev/vc/0 too
125     - event-option: enable --event switch for specifying a special device
126   * Updated copyright file with the actual header from the code.
127
128  -- Gerfried Fuchs <rhonda@debian.at>  Wed, 03 Oct 2007 19:46:07 +0200
129
130 beep (1.2.2-19) unstable; urgency=low
131
132   * Translation update: Japanese (Hideki Yamane, closes: #392171)
133   * Refixed manpage with respect to the event device handling
134     (closes: #397680)
135
136  -- Gerfried Fuchs <alfie@debian.org>  Tue, 20 Feb 2007 23:53:27 +0100
137
138 beep (1.2.2-18) unstable; urgency=low
139
140   * Use install instead of make install which just copies over the files...
141   * Changed postrm to remove bashism.
142   * Reverted part of the evdev patch: One needs to explicitly ask for using
143     /dev/input/event0 with the -e switch instead of it being tried
144     automatically (closes: #354694)
145   * Bumped Standards-Version to 3.7.2, no changes needed.
146   * Add overrides for using-first-person-in-templates, it's about me as
147     package maintainer.
148   * Changed templates texting for the select prompt.
149   * Translations updated: Brazilian Portuguese (Felipe Augusto van de Wiel),
150     German (myself), Catalan (Miguel Gea Milvaques), Spanish (David Martínez
151     Moreno), Swedish (Daniel Nylander), Portuguese (Miguel Figueiredo), Czech
152     (Miroslav Kure), Vietnamese (Clytie Siddall), French (Daniel Déchelotte,
153     closes: #375358)
154
155  -- Gerfried Fuchs <alfie@debian.org>  Sun, 25 Jun 2006 11:12:11 -0500
156
157 beep (1.2.2-17) unstable; urgency=low
158
159   * Added additional debconf translations:
160     - Portuguese by Miguel Figueiredo (closes: #344676)
161   * Updated debconf translation:
162     - Vietnamese by Clytie Siddall (closes: #343851)
163   * Fixed breakage raised with --verbose patch (closes: #335027)
164   * Added udeb generation (closes: #350220)
165   * Applied patch from Alessandro Zummo for evdev and general device node
166     support (closes: #350214)
167
168  -- Gerfried Fuchs <alfie@debian.org>  Tue, 14 Feb 2006 01:27:06 +0100
169
170 beep (1.2.2-16) unstable; urgency=low
171
172   * The "update for the masses" release.
173   * Added debconf alternative for debconf-2.0 to Depends (closes: #331759)
174   * Added suggestions by Clytie Siddall to debian/templates file.
175   * Added additional debconf translations:
176     - Vietnamese by Clytie Siddall (closes: #313153)
177     - Swedish by Daniel Nylander (closes: #330941)
178     - Spanish by César Gómez Martín (closes: #333878)
179   * Updated debconf translation:
180     - Czech by Miroslav Kure
181     - German by myself
182     - Japanese by Hideki Yamane
183     - Catalan by Miguel Gea Milvaques (closes: #334199)
184     - Italian by Stefano Melchior (closes: #334240)
185     - French by Daniel Déchelotte (closes: #334486)
186   * Use ":" as seperator in chown instead of deprecated ".".
187   * Build-Depends patch added to be able to fix the wrong example in the
188     manpage (closes: #330020)
189   * Patched beep to accept an --verbose or --debug option, patched manpage
190     accordingly (closes: #297791)
191   * Print warning on multiple -f values (closes: #270056)
192   * Finally lowercased synopsis.
193   * Updated Standards-Version to 3.6.2, no changes needed.
194
195  -- Gerfried Fuchs <alfie@debian.org>  Wed, 19 Oct 2005 11:58:56 +0200
196
197 beep (1.2.2-15) unstable; urgency=high
198
199   * Added additional debconf translation:
200     - Czech by Miroslav Kure (closes: #293000)
201
202  -- Gerfried Fuchs <alfie@debian.org>  Thu, 12 May 2005 10:18:50 +0200
203
204 beep (1.2.2-14) unstable; urgency=medium
205
206   * The "l10n R us" release.
207   * Added the following translations of the debconf files:
208     - Japanese, by Hideki Yamane (closes: #242415)
209     - Catalan, by Miguel Gea Milvaques (closes: #284151)
210     Thanks to all of them.
211
212  -- Gerfried Fuchs <alfie@debian.org>  Mon, 06 Dec 2004 12:10:11 +0100
213
214 beep (1.2.2-13) unstable; urgency=low
215
216   * Added Italian debconf file from Stefano Melchior.
217
218  -- Gerfried Fuchs <alfie@debian.org>  Mon, 22 Mar 2004 21:50:36 +0100
219
220 beep (1.2.2-12) unstable; urgency=low
221
222   * Added Dutch debconf file from Tim Vandermeersch (closes: #209118)
223   * Updated Russian template, thanks to Ilgiz Kalmetev.
224   * Updated to policy version 3.6.1, no changes needed.
225   * Switched to utf8 for the changelog.Debian.
226
227  -- Gerfried Fuchs <alfie@debian.org>  Thu, 02 Oct 2003 11:35:43 +0000
228
229 beep (1.2.2-11) unstable; urgency=low
230
231   * Added the following translations of the debconf files:
232     - French, by Daniel Déchelotte (closes: #185067)
233     - Brazilian Portuguese, by Andre Luis Lopes (closes: #184955)
234     Thanks to all of them.
235
236  -- Gerfried Fuchs <alfie@debian.org>  Mon, 17 Mar 2003 16:23:03 +0100
237
238 beep (1.2.2-10) unstable; urgency=low
239
240   * debian/rules:
241     - converted to po-debconf
242     - generalized the file a little bit more
243   * debian/control:
244     - updated to policy version 3.5.8, no changes needed.
245
246  -- Gerfried Fuchs <alfie@debian.org>  Sat, 08 Mar 2003 18:06:20 +0100
247
248 beep (1.2.2-9) unstable; urgency=low
249
250   * Removed doubled sentence in english debconf templates file, and rewrote
251     parts of sentences in the german one.
252
253  -- Gerfried Fuchs <alfie@debian.org>  Thu, 24 Oct 2002 17:00:19 +0200
254
255 beep (1.2.2-8) unstable; urgency=low
256
257   * Fixed typos in german templates.de file (closes: #163176). Thanks for
258     noticing them, Christian (although I won't remove the first , -- it's
259     there for rethorical reasons).
260   * Removed /usr/doc -> /usr/share/doc handling from maintainer scripts.
261
262  -- Gerfried Fuchs <alfie@debian.org>  Thu, 03 Oct 2002 11:59:05 +0200
263
264 beep (1.2.2-7) unstable; urgency=low
265
266   * Updated to policy 3.5.7: support for DEB_BUILD_OPTIONS added.
267
268  -- Gerfried Fuchs <alfie@debian.org>  Sun, 08 Sep 2002 21:27:23 +0200
269
270 beep (1.2.2-6) unstable; urgency=low
271
272   * Corrected Goswin's surname in previous changelog entry (sorry!).
273       (closes: #157900)
274
275  -- Gerfried Fuchs <alfie@debian.org>  Sat, 24 Aug 2002 15:59:57 +0200
276
277 beep (1.2.2-5) unstable; urgency=low
278
279   * Applied devfs support patch from Goswin Brederlow (closes: #148884)
280
281  -- Gerfried Fuchs <alfie@debian.org>  Tue, 13 Aug 2002 21:27:56 +0200
282
283 beep (1.2.2-4) unstable; urgency=high
284
285   * Missing Build-Depends: debconf-utils -- thanks, lamont (closes: #145547)
286
287  -- Gerfried Fuchs <alfie@debian.org>  Thu, 02 May 2002 16:18:22 +0200
288
289 beep (1.2.2-3) unstable; urgency=high
290
291   * Install postrm file, too (no idea how I missed that, stupid me...)
292   * Installed only main debconf templates file, didn't merge them :-((  Do it
293     now -- no other changes, would be nice to have the translation in woody.
294
295  -- Gerfried Fuchs <alfie@debian.org>  Tue, 30 Apr 2002 20:24:20 +0200
296
297 beep (1.2.2-2) unstable; urgency=medium
298
299   * Open /dev/tty0 instead of /dev/console (closes: #134015)
300
301  -- Gerfried Fuchs <alfie@debian.org>  Tue, 23 Apr 2002 17:33:29 +0200
302
303 beep (1.2.2-1) unstable; urgency=low
304
305   * New upstream release
306   * printf("\a") now if it can't open /dev/console (closes: #134466)
307   * Put a sane paragraph into the copyright file, not only the location of the
308     GPL on Debian Systems.
309
310  -- Gerfried Fuchs <alfie@debian.org>  Tue, 02 Apr 2002 08:21:36 +0200
311
312 beep (1.2.1-5) unstable; urgency=low
313
314   * Updated watchfile to uscan version=2.
315
316  -- Gerfried Fuchs <alfie@debian.org>  Mon, 18 Mar 2002 11:30:31 +0100
317
318 beep (1.2.1-4) unstable; urgency=medium
319
320   * Added russion templates file -- thanks to Ilgiz Kalmetev (closes: #137619)
321   * changed from char to int to make it work on systems where char is unsigned
322     -- thanks to Daniel Eisenbud (closes: #136281) --> urgency reason
323
324  -- Gerfried Fuchs <alfie@debian.org>  Mon, 11 Mar 2002 12:52:08 +0100
325
326 beep (1.2.1-3) unstable; urgency=low
327
328   * Rewrote the templates file with hints from JoeyH, dancer and Francesco --
329     thanks, dudes (closes: #135866, #134811)
330   * Cleaned up rules file a little bit.
331
332  -- Gerfried Fuchs <alfie@debian.org>  Wed, 27 Feb 2002 12:47:54 +0100
333
334 beep (1.2.1-2) unstable; urgency=low
335
336   * Un-debhepler-ized rules file.
337
338  -- Gerfried Fuchs <alfie@debian.org>  Wed, 13 Feb 2002 13:15:33 +0100
339
340 beep (1.2.1-1) unstable; urgency=low
341
342   * Initial Release.
343
344  -- Gerfried Fuchs <alfie@debian.org>  Fri, 08 Feb 2002 12:38:28 +0100