/[debburn]/cdrkit/trunk/debian/changelog
ViewVC logotype

Contents of /cdrkit/trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 111 - (hide annotations) (download)
Fri Aug 25 19:56:27 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk/debian/changelog
File size: 47101 byte(s)
Various fixes of cdda2ogg/mp3 scripts
1 blade 68 botox (4:2.99-0.0.1) UNRELEASED; urgency=low
2 blade 52
3 blade 88 * The Big Fork to an independent project called botox
4     + using the last clearly stated GPLed versions of files from
5     cdrtools-2.01.01a08 (closes: #353403, 372486
6     + we play the upstream role now, using our patches and we like them
7     (closes: #361450)
8     + renamed relevant works to avoid claims of "potential defamation" or
9     "damage of reputation", to not create a legal battlefield for
10     Joerg Schilling and "his understanding of how GPL applies in German
11     Urheberrecht" which was used to legitimate the "special clauses" in the
12     source (closes: #350738)
13 blade 64 + custom CMake based build system (closes: #350739 and hopefully
14     closes: #350254, reopen if not)
15 blade 89 * removed most of the anti-linux2.6 FUD from program messages (unless beeing
16     in verbose mode). Decent information about code modifications is okay,
17     oververbose progranda isn't (closes: #377145)
18 blade 52 * dropped the shm build (kernel 2.2 is history)
19 blade 64 * dropped dpatch integration, we are the upstream now
20     * disabled debconf messages and device-creating code for now, things like
21     hints to create device files are essential for only few people and can
22     equaly be presented as program messages. Why shall we still MAKEDEV them?
23 blade 88 It's not like we have switched to kernel 2.0.1 yesterday
24 blade 111 (closes: #342085, 188827, #200665)
25 blade 52 * sync with 4:2.01+01a01-4ubuntu4:
26     + merged README.ATAPI.setup with README.ATAPI.setup.ubuntu. Kernel 2.6 part
27     now in the beginning and reflecting the reality (dev=/dev/drive syntax,
28 blade 88 no SUID requirement, closes: #304230, 377736)
29 blade 52 + 02_cdrecord_default_conf.dpatch: changed /dev/cdrom to /dev/cdrw which
30     is more likely to match the correct device on udev using systems
31     * 36_ATA_scanbus_ignore_locked.dpatch to ignore busy devices (eg. hda
32 blade 88 harddisk) while scanning with dev=ATA
33     (closes: #310689, #309250, #317793, 360295,
34 blade 52 * Included 37_clean_dvdsup.dpatch (closes: #312062) based on
35 blade 64 cdrtools-2.01.01a04-dvd.patch.bz2 from
36     http://people.mandriva.com/~warly/files/cdrtools/ with few updates to work
37     with a08. Also implements a fallback to ATA: bus in the -scanbus operation
38     (closes: #310689, #278894). This patch is used instead of the old 07_....
39     Enabled permanently, disabled the "cheatcode processing" in debian/rules.
40     Also eliminates some useability problems that have been pushed to our
41     users (closes: #325766, #271114, #312062, #353176).
42 blade 52 * Updated dirsplit to version 0.3.3
43     * updated Build-Dependencies for kfreebsd (closes: #355291)
44     * de.po updates, summarized by Jens Seidel (closes: #326138, #314139)
45 blade 111 * minor cdda2mp3/cdda2ogg scripts fixes suggested by Fabian Pietsch, plus
46     fixes for unreliable encoder detection (closes: #283794, #344443) plus
47     real use of CDDA_DEVICE now (has anyone ever tested this code?!)
48 blade 52 * added additional script manpages from Oleksandr Moskalenko (closes: #295438)
49     * changed -speed to speed= in cdrecord.1 for consistency (closes: #344214)
50 blade 88 * Anti-Root-Requirements:
51     + 39_nonroot_skips_rezero_unit.dpatch - don't run rezero_unit() as root
52 blade 52 which is a) most likely not needed (even admited in the comment) and b)
53 blade 88 causes the whole scsi transport system to terminate
54     + 40_stop_setuid_games.dpatch - another workaround for problems introduced
55 blade 52 in a03 - looks like Linux kernel does reject an application trying to
56     change the UID between ioctls
57 blade 88 (closes: #335253, 374685, 330506, 329308, 374345, 377421
58 blade 67 * Ubuntu's 40_fix_bad_spelling.dpatch integrated (typo in wodim.dfl)
59 blade 88 * increased hash size in mkisofs/hash.c (closes: #327270)
60 blade 52
61 blade 64 -- Eduard Bloch <blade@debian.org> Wed, 23 Aug 2006 22:06:28 +0200
62 blade 52
63     cdrtools (4:2.01+01a03-5) unstable; urgency=low
64    
65     * Fixed the buffer size patch to cope with large ia64 page size - will
66     now no longer crash at cdrecord startup. Closes: #343666.
67     * Applied patch for ultra-high-speed media compatibility.
68     Closes: #334677, #339423.
69    
70     -- Steve McIntyre <93sam@debian.org> Sat, 7 Jan 2006 03:21:23 +0000
71    
72     cdrtools (4:2.01+01a03-4) unstable; urgency=low
73    
74     * Updated debconf dependency to allow debconf-2.0 option.
75     Closes: #331772
76     * Updated Linux RAWIO patch so it doesn't break GNU/kFreeBSD
77     builds, and added a separate GNU/kFreeBSD patch. Thanks to
78     Robert Millan for the patches. Closes: #322597
79     * Typo/spelling fixes in the cdda2wav man page. Closes: #340342. Thanks
80     to A Costa for the patch.
81     * Fixed a variety of other typos / spelling mistakes.
82     Closes: #230652, #237519
83     * Made the buffer size patch more generic, so programs other than
84     cdrecord should fall back to smaller buffer sizes too if
85     necessary. Closes: #271563
86     * In cdda2wav, attempt to use generic SCSI commands regardless of the
87     device name. Only fall back to cooked_ioctl if that fails.
88     Closes: #268621
89     * Removed the obnoxious delay from the Makefiles when using GNU
90     make. Closes: #273663
91     * Added support into mkisofs for creating bootable CDs for 4 extra
92     architectures (alpha, hppa, mips and mipsel) - first half of the
93     "JTE" patch. Thanks to Ben Hutchings for help merging this.
94     * Added Jigdo Template Export (JTE) patch, as used by the debian-cd
95     team to make jigdo creation _much_ quicker. Closes: #259344
96    
97     -- Steve McIntyre <93sam@debian.org> Sun, 4 Dec 2005 01:53:23 +0000
98    
99     cdrtools (4:2.01+01a03-3) unstable; urgency=low
100    
101     * cdrecord: If we can't get a buffer as big as we would like, shrink the
102     desired size until it works. Closes: #330371
103     * Added Swedish debconf templates translation. Closes: #333696
104     Thanks to Daniel Nylander for the patch.
105    
106     -- Steve McIntyre <93sam@debian.org> Sat, 12 Nov 2005 23:31:26 +0000
107    
108     cdrtools (4:2.01+01a03-2) unstable; urgency=low
109    
110     * Fix patch error in iconv that caused creation of Joliet images to
111     crash. Closes: #329039
112    
113     -- Steve McIntyre <93sam@debian.org> Wed, 21 Sep 2005 01:38:26 +0100
114    
115     cdrtools (4:2.01+01a03-1) unstable; urgency=low
116    
117     * New (alpha) upstream release
118     * Updates to patches to cope with upstream changes:
119     + 14_mkisofs_iconv.dpatch
120     + 15_mkisofs_iconv_debianize.dpatch
121     + 24_debug_tmpfile.dpatch
122     + 26_author_locale.dpatch
123     * Set up reasonable defaults in the cdrecord config file. Thanks to
124     Zack Cerza for the patch, closes: #278332
125     * Added Vietnamese debconf translation. Closes: #309482. Thanks to
126     Clytie Siddall for the patch.
127     * Fixed various man page typos. Thanks to A Costa for the patches.
128     Closes: #311390, #311392, #323546
129     * Updated Standards-Version and fixed some minor lintian warnings.
130    
131     -- Steve McIntyre <93sam@debian.org> Fri, 16 Sep 2005 14:22:57 +0100
132    
133     cdrtools (4:2.01+01a01-4) unstable; urgency=low
134    
135     * O_EXCL issue becoming hot, uploading to unstable
136     * sync with Ubuntu Breezy (renamed as needed):
137     + 23_o_excl.dpatch (replaced with Ubuntu's version, closes: #262678)
138     + 24_debug_tmpfile.dpatch (secure file access in rscsi, closes: #291376)
139     + 25_mkisofs_iconv_manpage.dpatch (explicit note about iconv support)
140     + 26_author_locale.dpatch (replace ö in his name with an ascci
141     transliteration)
142    
143     -- Eduard Bloch <blade@debian.org> Tue, 26 Apr 2005 10:30:34 +0200
144    
145     cdrtools (4:2.01+01a01-3) experimental; urgency=low
146    
147     * testing bug fix release
148     * Eduard Bloch:
149     + Updated dirsplit to 0.3.x (lots of bugfixes and feature improvements)
150     + "Mandrake patches": 22_linux_rawio_capability.dpatch (from Keenan Pepper
151     <cherylgpepper@comcast.net> and others to get RAWIO capabilites before
152     changing the EUID, closes: #267273, #266009), 23_o_excl.dpatch
153     (exclusive access to the device files, closes: #262678)
154     * Steve McIntyre <93sam@debian.org>:
155     + Added Danish debconf translation. Closes: #296993. Thanks to Claus
156     Hindsgaul for the patch.
157     -- Eduard Bloch <blade@debian.org> Fri, 22 Apr 2005 15:38:44 +0200
158    
159     cdrtools (4:2.01+01a01-2) unstable; urgency=high
160    
161     * Bug fix: "cdrtools: FTBFS when /usr/src/linux points to kernel
162     sources", thanks to Ken Bloom (Closes: #286025). Patch from
163     Bas Zoetekouw. Also (Closes: #228529)
164    
165     -- Joerg Jaspert <joerg@debian.org> Sun, 9 Jan 2005 17:48:43 +0100
166    
167     cdrtools (4:2.01+01a01-1) unstable; urgency=low
168    
169     * New Upstream 2.01.01a01
170     * We have a clarification from Upstream on the license issue. (Closes: #270060)
171     * Removed Andreas Metzler from Co-Maintainer on his wish.
172     THANKS for all your good work in the past Andreas!
173    
174     -- Joerg Jaspert <joerg@debian.org> Sat, 8 Jan 2005 19:55:19 +0100
175    
176     cdrtools (4:2.0+a38-1) unstable; urgency=low
177    
178     * New upstream 2.01a38
179     * Added hints for cdrtools-doc in the descriptions of the packages as
180     most people don't find it.
181    
182     -- Joerg Jaspert <joerg@debian.org> Sat, 4 Sep 2004 13:56:53 +0200
183    
184     cdrtools (4:2.0+a34-2) unstable; urgency=high
185    
186     * Fix typo in Brazilian Portuguese (pt_BR) translation (Andre Luis Lopes)
187     (Closes: #261396)
188     * Fix local root exploit in cdrecord found by Max Vozeler. (CAN-2004-0806)
189    
190     -- Andreas Metzler <ametzler@debian.org> Tue, 24 Aug 2004 17:21:23 +0200
191    
192     cdrtools (4:2.0+a34-1) unstable; urgency=low
193    
194     * New upstream 2.01a34. (Closes: #260499)
195     - mkisofs -q is quiet even about Eltorito boot. (Closes: #217845)
196     - typo in cdda2mp3(1) fixed. (Closes: #257312)
197     - Speed up mkisofs by 30% in the case that a directory contains many (>
198     5000) pathological file name entries (that _all_ do not differ in 8.3).
199     (Closes: #240251)
200     - fix cdrtools-2.01a31-dvd.patch.bz2 to actually apply. Untested
201     otherwise, if it breaks you keep both pieces. (am)
202     * Remove reference to "woody" from NEWS.Debian. (Closes: #243395).
203     * Spanish translation of debconf-templates by Javi Castelo
204     (Closes: Bug#254170)
205     * Moved the directly refered file README.ATAPI.setup back to cdrecord and
206     set Replaces more fuzzy (eb, closes: #257517)
207     * Adapted README.ATAPI.setup to the *cough* "JS' new style" syntax (eb)
208     * Bugfixes and improvements of the dirsplit script and its manpage (eb)
209     * restructure cdrtools-doc package:
210     * files now live in /usr/share/doc/cdrtools-doc/(mkisofs|cdrecord|...)
211     instead of in /usr/share/doc/(mkisofs|cdrecord|...)
212     * drop BUILD and COMPILE.
213     * (Some) files that apply to the complete cdrtools suite live directly in
214     /usr/share/doc/cdrtools-doc/.
215     * Czech translation of debconf-templates by Jan Outrata . (Closes: #259172)
216    
217     -- Andreas Metzler <ametzler@debian.org> Wed, 21 Jul 2004 12:11:54 +0200
218    
219     cdrtools (4:2.0+a30.pre1-1) unstable; urgency=low
220    
221     * New upstream release 2.01a30-pre1
222     + fixes a manpage typo (closes: #243001)
223     + no more 8-bit characters in manpages (Closes: #243280,#222936)
224     + Includes the fixes for typos in cdrecord(1) from Jens Seidel's patch.
225     (Closes: #246831)
226     + Remarks about FIFO size in manpage updated (Closes: #245501)
227     + supports more SCSI bus numbers (closes: #235783)
228     + Fixes eject/reload problem on tray CD-ROMs. (Closes: #245303)
229     * Use /dev/MAKEDEV instead of /sbin/MAKEDEV to generate device-files because
230     it does the right thing for udev. Thanks to Juergen Kreileder.
231     (Closes: #241609)
232     * Turkish translation of debconf templates by Gürkan Aslan (Closes: #246081)
233     * updated DVD patch (a28, 14-May-2004)
234     * disable 06_dautipps.dpatch for dvd=yes. (Closes: #248187)
235    
236     -- Andreas Metzler <ametzler@debian.org> Wed, 19 May 2004 20:17:24 +0200
237    
238     cdrtools (4:2.0+a27-1) unstable; urgency=low
239    
240     * New upstream version 2.01a27, featuring new -root & -old-root options to
241     mkisofs for incremental backups.
242     * Add NEWS.Debian to cdrecord (which will be shown before installation by
243     apt-listchanges) warning of changed behavior for people upgrading from
244     woody. (Closes: #230066)
245     * Added my dirsplit utility (EB)
246     * update DVD patch. (a27 - 12-Mar-2004)
247    
248     -- Andreas Metzler <ametzler@debian.org> Thu, 1 Apr 2004 16:15:44 +0200
249    
250     cdrtools (4:2.0+a26pre27-1) unstable; urgency=low
251    
252     * A pre27 Upstream because last version broke burning with anything
253     except -tao.
254     * Updated dpatch 02 (do we still need the second half of it?) so it applies.
255    
256     -- Joerg Jaspert <joerg@debian.org> Thu, 4 Mar 2004 20:52:08 +0100
257    
258     cdrtools (4:2.0+a26-1) unstable; urgency=low
259    
260     * Updated dvd-patch (a26, 02-Mar-2004) included in source package. (am)
261     (Closes: #233845)
262     * Mkisofs failed on files with same utf-8 prefix. (Closes: #230725). Updated
263     patch by Jaakko Heinonen
264     * 17_argv0_beautify.dpatch: strips the .shm/.mmap suffix from the executable
265     filename (Closes: #231253) (EB)
266     * Italian translation of debconf templates by Renato Gini.
267     (Closes: #234778)
268     * Strip down and reformat pointer to README.ATAPI.setup, add pointer in
269     README.debian. (am) (Closes: #234990)
270     * Patch libscg to stop it from opening /dev/hda when it was told explicitely
271     to open /dev/hdc by dev=ATA:1,0,0. (am) (Closes: #228215, #230127)
272    
273     -- Andreas Metzler <ametzler@debian.org> Wed, 3 Mar 2004 16:40:16 +0100
274    
275     cdrtools (4:2.0+a25-1) unstable; urgency=low
276    
277     * New upstream release (eb)
278     * Updated iconv patch with pre9 which disables iconv support for non-unicode
279     filesystems like HFS and RR (closes: #224544) and moved our interdiff to
280     15_mkisofs_iconv_debianize.dpatch (eb)
281     * 16_debian_email.dpatch: setting our contact address to show that Debian
282     has a modified version (eb)
283     * Update README.ATAPI.setup for Kernel 2.6. (am)
284     * pt_BR translation updated by andrelop (Closes: #227382) (eb)
285    
286     -- Eduard Bloch <blade@debian.org> Fri, 16 Jan 2004 15:54:08 +0100
287    
288     cdrtools (4:2.0+a24-1) unstable; urgency=low
289    
290     * update info about dvdrtools in README.DVD.Debian (Closes: #221465)
291     * Use uname -r instead of /sbin/kernelversion in the wrapper script
292     (Closes: #223631) (AM/EB)
293     * Complains loudly if removing of the SUID bit failed (closes: #224476) (EB)
294     * Note about #196116 (cdrecord dropping priviledges) in README.debian.
295     * new upstream version (Closes: #224605)
296     * Does not dump core when microscopic fifo size is specified
297     (Closes: #211419)
298     * License clarification.
299     * update mkisofs-iconv patch (Closes: #226719)
300     * Change mkisofs' version info to reflect that it is a patched version.
301     * update dvd patch to version for a20, slightly modified to apply to a24.
302    
303     -- Andreas Metzler <ametzler@debian.org> Fri, 9 Jan 2004 17:16:41 +0100
304    
305     cdrtools (4:2.0+a19-6) unstable; urgency=low
306    
307     * 14_mkisofs_iconv.dpatch: problem with sometimes disappearing files
308     (best reproducible on Woody) fixed by patch upstream (closes: #220570)
309     * Updated error information to tell about cdrtools-doc package and
310     -joliet-long option (really closes: #219865)
311    
312     -- Eduard Bloch <blade@debian.org> Thu, 13 Nov 2003 14:10:34 +0100
313    
314     cdrtools (4:2.0+a19-5) unstable; urgency=low
315    
316     * Fix mkisofs segfault on PowerPC (Closes: #220178)
317    
318     -- Andreas Metzler <ametzler@debian.org> Tue, 11 Nov 2003 21:47:36 +0100
319    
320     cdrtools (4:2.0+a19-4) unstable; urgency=low
321    
322     * cdrecord replaces README.DVD.Debian in cdrtools-doc (Closes: #219771)
323    
324     -- Eduard Bloch <blade@debian.org> Sun, 9 Nov 2003 01:25:10 +0100
325    
326     cdrtools (4:2.0+a19-3) unstable; urgency=low
327    
328     * Andreas Metzler:
329     - Add Dutch po-debconf translation by Tim Vandermeersch (Closes: #216934)
330     - Don't start cdrecord's description with "A". (Closes: #218106)
331     * Eduard Bloch
332     - new: 14_mkisofs_iconv.dpatch, provides additional charset conversion via
333     iconv (Closes: #213033, #213056)
334     - moved README.DVD.Debian to the cdrecord package (Closes: #216504)
335    
336     -- Eduard Bloch <blade@debian.org> Sat, 08 Nov 2003 14:56:04 +0100
337    
338     cdrtools (4:2.0+a19-2) unstable; urgency=low
339    
340     * Eduard Bloch:
341     - Changed the group setting of cdrecord script to make it readable for the
342     cdrom group (Closes: #214280)
343     * Joerg Jaspert:
344     - Split out another package - cdrtools-doc - which contains almost all
345     documentation.
346     - Let cdrecord, mkisofs, cdda2wav suggest the new package.
347     - Kill {cdda2wav|cdrecord|mkisofs}.doc files, no longer needed.
348     - cdrtools-doc replaces/conflicts with all 3 packages prior to this
349     version because it overwrites files from them.
350    
351     -- Joerg Jaspert <joerg@debian.org> Tue, 7 Oct 2003 22:01:31 +0200
352    
353     cdrtools (4:2.0+a19-1) unstable; urgency=low
354    
355     * New upstream version. (No user visible changes on Linux), makes
356     patches/15_cdda2oggmanpage.dpatch unnecessary again.
357     * Updated French debconf translation by Michel Grentzinger
358     (Closes: #211811)
359     * Updated Japanese debconf translation by Kenshi Muto (Closes: #211892)
360     * Add note about the dvd+rw-tools to README.DVD.Debian. (Closes: #213035)
361     * Conflict with xcdroast << 0.98+0alpha14-5, because it cannot not
362     parse cdrecord's changed version string (Closes: #210941)
363     * If cdrecord is made SUID via debconf we also make the
364     wrapper-script SUID. - Should help frontends, especially k3b.
365    
366     -- Andreas Metzler <ametzler@debian.org> Wed, 1 Oct 2003 16:02:31 +0200
367    
368     cdrtools (4:2.0+a18-1) unstable; urgency=low
369    
370     * New upstream version: add clone-writing and fix a security issue with
371     suid-rscsi (Not enabled on Debian)
372     * Replaced . with : in chown calls (Closes: #205524) (EB)
373     * fix wrong debconf.translation (Closes: #202953) (AM)
374     * Fix compilation with dvd=yes (Closes: #200945) (AM)
375     * remove 14_clone_noraw.dpatch. New upstream does support -clone. (AM)
376     * Policy 3.6.1.0 (changelog converted to UTF-8) (AM)
377    
378     -- Andreas Metzler <ametzler@debian.org> Fri, 12 Sep 2003 13:54:20 +0200
379    
380     cdrtools (4:2.0+a16-2) unstable; urgency=low
381    
382     * update DVD patch from
383     http://people.mandrakesoft.com/~warly/files/cdrtools/ (thanks to Sven
384     Gohlke for the hint.) (AM)
385     * fixed in previous upload: loosing suid permissions when compiled with
386     -DUSE_USGSHM (Closes: #196116) (AM)
387     * Fix broken cdrecord statoverrides inherited from xcdroast
388     (Closes: #199498, #199773, #200375) (AM, EB)
389     * Copy existing statoverrides from the cdrecord-wrapper script to the new
390     executables (EB)
391    
392     -- Eduard Bloch <blade@debian.org> Tue, 08 Jul 2003 18:57:49 +0200
393    
394     cdrtools (4:2.0+a16-1) unstable; urgency=low
395    
396     * New upstream version:
397     - El-torito boot-CD + "-iso-level 4" works. (Closes: #194233)
398     - -sort file handling fixed (Closes: #198266)
399     * French debconf translation by Michel Grentzinger (Closes: #197720)
400     * Compiling with -USE_USGSHM had broken access to cdrecord for non-root
401     users, if cdrecord was not suid. We ship two versions of the cdrecord
402     binary and a wrapper script as /usr/bin/cdrecord, which selects
403     cdrecord.shm for kernels << 2.4 and cdrecord.mmap for newer ones. If you
404     use dpkg-statoverride you'll have to update your settings.
405     * Ship README.ATAPI.setup. (Closes: #199135)
406     * EB: Additional check in debian/rules to warn us to not package as native
407     source (Closes: #196501)
408    
409     -- Andreas Metzler <ametzler@debian.org> Sat, 28 Jun 2003 17:19:46 +0200
410    
411     cdrtools (4:2.0+a15-1) unstable; urgency=low
412    
413     * New upstream 2.01a15
414     - Fixed DAO mode on Plextor drives (Closes: #196172)
415     - CUE/BIN fixes included, removed patches: 10_fixcuebin, 11_cue-audio
416     * Japanese debconf translation from Kenshi Muto (Closes: #195356)
417     * Changed defaults setting method in cdda2mp3 and cdda2ogg to respect the
418     environment variables (Closes: #195680)
419     * 14_clone_noraw.dpatch: documented the different behaviour readcd -clone in
420     the manpage (Closes: #196047)
421    
422     -- Eduard Bloch <blade@debian.org> Mon, 02 Jun 2003 18:09:31 +0200
423    
424     cdrtools (4:2.0+a14-1) unstable; urgency=low
425    
426     * New upstream 2.01a14:
427     - mkisofs doesn't print debug statements anymore (Closes: #191045, #191896)
428     - experimental support for bin/cue.
429     * mkzftree(8) '--crib-tree' instead of '--crib-path' (Closes: #191367)
430     * adapt 08_privacy.dpatch to upstream's changes.
431     * Upstream patch from JS to fix bin/cue.
432    
433     -- Andreas Metzler <ametzler@debian.org> Tue, 13 May 2003 14:32:19 +0200
434    
435     cdrtools (4:2.0+a10-2) unstable; urgency=low
436    
437     * Fix multisession-support (Closes: #189086)
438    
439     -- Andreas Metzler <ametzler@debian.org> Tue, 15 Apr 2003 10:59:13 +0200
440    
441     cdrtools (4:2.0+a10-1) unstable; urgency=low
442    
443     * add conflicts with old versions of xcdroast (Closes: #187184)
444     * add @DPATCH@-tag to patches, as required by dpatch-edit-patch in
445     dpatch 1.17
446     * new upstream version 2.0a10 (Owners of Plextor drives should read
447     AN-2.01a09)
448     * Fix mkzftree --sloppy. Patch by Andreas Krueger (Closes: #188212)
449     * fix lintian error "internal error: cannot run po-debconf check on package
450     cdrtools" by removing superfluous entries from debian/po/POTFILES.in
451    
452     -- Andreas Metzler <ametzler@debian.org> Mon, 14 Apr 2003 13:31:49 +0200
453    
454     cdrtools (4:2.0+a07-1) unstable; urgency=low
455    
456     * remove "DVD" from package description.
457     * Don't invoke MAKEDEV if /dev/scsi exists. (Closes: #179321)
458     * minor improvements in README.DVD.Debian (Eduard Bloch)
459     * 07_noadvertising points to README.DVD.Debian
460     * update pt_BR debconf template translation (Andre Luis Lopes)
461     (Closes: #184952)
462     * new upstream version 2.0a07
463     - adds sighandler for HUP, closing a terminal window during execution
464     of cdrecord should make the drive unresponsive until reboot anymore
465     (Closes: #185559)
466    
467     -- Andreas Metzler <ametzler@debian.org> Fri, 28 Mar 2003 14:55:41 +0100
468    
469     cdrtools (4:2.0+a05-1) unstable; urgency=low
470    
471     * New upstream release.
472    
473     -- Joerg Jaspert <joerg@debian.org> Thu, 13 Mar 2003 13:55:59 +0100
474    
475     cdrtools (4:2.0+a04-2) unstable; urgency=low
476    
477     * Joerg Jaspert:
478     - Changed priority from extra to optional as in the override files.
479     * rethink dvdrecord issue:
480     - disable advertising by default (07_noadvertising.dpatch)
481     - 07_dvdsup.dpatch: set INSERT_YOUR_EMAIL_ADDRESS_HERE and tell $user to
482     pester the local admin. Don't apply it per default.
483     - offer am easy possibilty for building packages with dvd-patch and add
484     code to identify bugreports for these unofficial packages
485     - document everthing in README.DVD.Debian
486    
487     -- Andreas Metzler <ametzler@debian.org> Wed, 12 Mar 2003 20:13:15 +0100
488    
489     cdrtools (4:2.0+a04-1) unstable; urgency=low
490    
491     * New upstream release
492     * Eduard Bloch:
493     - 06_dautipps.dpatch: hints where to look for documentation and reminds on
494     needed modules. Better README.Debian.setup or interactive assistant (eg.
495     HTML based call-and-response docs) should be written sooner or later
496     (closes: #182131)
497     - 07_dvdsup.dpatch : extracted dvdrecord patch from Ben Collins, (closes: #181028)
498     - 08_privacy.dpatch: having consens among developers, we re-enable the
499     patch to exclude mkisofs command line (#87043, see below). To get it the way
500     Upstream wants for support, define Environment variable ISODEBUG
501     * Andreas Metzler:
502     - Don't ask for permission to generate device files, it's not needed
503     anymore (policy 3.5.7)
504     * Joerg Jaspert:
505     - Deactivate 04_silo.dpatch, it doesnt apply anymore. See README.silo
506     for details.
507     - Build-depend on debhelper >= 4.1.16 now, we use po-debconf
508     - Removed dh_undocumented from rules file
509     - Permissions of cdrecord binary now 4754 if setuid debconf. (closes: #182384)
510    
511     -- Joerg Jaspert <joerg@debian.org> Sun, 9 Mar 2003 14:34:35 +0100
512    
513     cdrtools (4:2.0-2) unstable; urgency=low
514    
515     * Added build-depends to dpatch and adjusted rules file, patch/unpatch
516     target now in included file from dpatch.
517     * Moved zisofs things in a patch in debian/patches where they belong.
518    
519     -- Joerg Jaspert <joerg@debian.org> Tue, 31 Dec 2002 21:13:11 +0100
520    
521     cdrtools (4:2.0-1) unstable; urgency=low
522    
523     * New upstream release, 2.0 is now released :)
524     * mkisofs: Description now mentions that it includes zisofs_tools
525     * Upstream removed (outdated) german translation of documentation.
526     Kill commands for it out of debian/rules.
527    
528     -- Joerg Jaspert <joerg@debian.org> Fri, 27 Dec 2002 20:36:16 +0100
529    
530     cdrtools (4:1.10+alpha2.0pre3-1) unstable; urgency=low
531    
532     * Andreas Metzler
533     - new upstream 2.0pre3
534     - Update ftp-URL in debian/copyright
535     - dropped manpage debian/cdda2ogg.1, it has been included upstream
536     * Eduard Bloch
537     - added zisofs tree to the package (closes: #118503)
538     * Joerg Jaspert
539     - Install zisofs changelog and Readme
540     - Added Build-Depends for zlib
541     - Adjusted Build-System of zisofs to be more like the rest of cdrtools.
542    
543     -- Joerg Jaspert <joerg@debian.org> Fri, 20 Dec 2002 17:26:49 +0100
544    
545     cdrtools (4:1.10+alpha2.0pre2-0.amwoody2) unstable; urgency=low
546    
547     * recompiled for woody
548     * Don't use dh_install --sourcedir, debhelper in woody does not support it.
549    
550     -- Andreas Metzler <ametzler@logic.univie.ac.at> Wed, 11 Dec 2002 14:12:23 +0100
551    
552     cdrtools (4:1.10+alpha2.0pre2-1) unstable; urgency=low
553    
554     * Updated Standards-Version to 3.5.8.0
555     * Sparc-People: Remember changelog entry from 4:1.10+11a39-1?
556     2.0 release is scheduled for next weekend. Silo patch for mkisofs will go
557     away then. (Yes, this will be mailed again to -sparc of course).
558     * Moved all symlink stuff in $PACKAGE.link files for dh_link.
559     * Same thing for dh_installdocs. And for dh_installdirs.
560     * Drop dh_movefiles, use only dh_install now.
561     * Kicked -dev package a few versions ago - now kick the install code for it
562     out of rules too :)
563     * Added presubj files for reportbug for all packages.
564    
565     -- Joerg Jaspert <joerg@debian.org> Tue, 10 Dec 2002 22:26:49 +0100
566    
567     cdrtools (4:1.10+alpha2.0pre2-0.amwoody1) unstable; urgency=low
568    
569     * new upstream 2.0pre2
570    
571     -- Andreas Metzler <ametzler@logic.univie.ac.at> Mon, 9 Dec 2002 17:10:48 +0100
572    
573     cdrtools (4:1.10+alpha2.0pre1-0.amwoody1) unstable; urgency=low
574    
575     * new upstream 2.0pre1: (Closes: #171438) mkisofs ignores all but
576     first path argument
577     * install manpage/symlink for cdda2(ogg|mp3) instead of linking to
578     undocumented
579    
580     -- Andreas Metzler <ametzler@logic.univie.ac.at> Mon, 2 Dec 2002 16:34:49 +0100
581    
582     cdrtools (4:1.10+11a39-2) unstable; urgency=low
583    
584     * (closes: #123111) - cdda2wav doesn't fail properly. Looks like it
585     returns a 1 now.
586     * Changed Priority to match with override file.
587     * Modified 03_script.dpatch. Now cdda2mp3 and cdda2ogg only using
588     /etc/default/cdda2* if it is there. cdda2mp3 now also fails if
589     selected encoder is not available (like cdda2ogg already does).
590     Also set CDDA_DEVICE in both scripts if not already set.
591     (closes: #163076)
592     * Removed cdrecord-dev package. Not used anywhere.
593     * Dropped Provides, Replaces to mkhybrid from mkisofs.
594     Its gone since woody, we dont need it any longer.
595     * (closes: #143786) - /etc/cdrecord.conf ignored.
596     Only if you upgrade from a pre-woody package. There was an error with
597     the location. If you upgrade directly from pre-woody then mv the file
598     to /etc/default/cdrecord (or add your changes there).
599     * Ok ok, use a symlink for /etc/cdrecord/* and not a hardlink.
600     (closes: #170302)
601     * (closes: #169932) - cdda2wav: cd-text problems
602     Tested on 2 different systems - cdtext burn and read works. (use last
603     example from cdrecord manpage for it). Use the sg driver, not atapi
604     for it.
605    
606     -- Joerg Jaspert <joerg@debian.org> Sat, 23 Nov 2002 17:50:45 +0100
607    
608     cdrtools (4:1.10+11a39-1) unstable; urgency=low
609    
610     * New Maintainer. Thx to Michael Stone (former Maintainer) and to
611     Eduard Bloch for his NMU's. Thx also to Andreas Metzler who did (outside of
612     Debian Archive) work on cdrtools Package, some of which I included here.
613     Andreas and Eduard helping me as Co-Maintainers.
614     This closes all NMU fixed bugs:
615     (closes: #162027, #161502, #161689, #159830)
616     * New upstream release
617     (closes: #163041) - cdrecord: Input/output errors when burning CDs
618     (closes: #165745) - cdrecord: Copyright problems - libedc used in 1.11a34 is
619     non-free
620     (closes: #161070) - cdrecord: when cdrecord is stopped by Ctrl-C in dummy
621     burning mode, asus 1610A is blocked
622     (closes: #168635) - cdrecord: Typo in man page
623     (closes: #162579) - mkisofs: isoinfo does not accept coalesced options any
624     more. That was always an user error. It works as
625     documented now.
626     (closes: #165015) - cdrtools: Patch to work with 2.5.43. (Read AN-1.11a38)
627     * finally completely GPL (including libedc!)
628     * Update debian/copyright.
629     * Don't mention DVD-writing in description (Closes: #162660)
630     * Removed 01_cdr_gnuisms. gcc defines __linux__, __linux and linux,
631     so we dont need to patch it that way (and linux is not POSIX
632     compliant (even if it is defined), __linux__ is)
633     * Upstream includes ia64 rules, delete that patch.
634     * We now have smake in the Archive. Build-Depend on that, because it is
635     the make-system Upstream really supports for his packages. (And with it
636     we never need to include a patch for missing rules-files again, it creates
637     them automagically)
638     * Include a symlink from /etc/cdrecord/* to /etc/default/*, (closes: #159506)
639     That makes it easy to find the cdrecord config and still is compatible with
640     upstream *and self-compiled* versions of cdr-tools.
641     * Removed 03-cdr-mmap patch and use -DUSE_USGSHM in COPTX - it can be so simple
642     to be compatible with old kernels.
643     * Make cdrecord only executable for users in the cdrom group (mode 4750)
644     if it set SUID (Closes: #164283)
645     * Updated to 3.5.7.1 standards version.
646     * Do not strip options/commandline out of iso-files. That is *NO* security
647     risk. It only contains the options used to create the isofile and the name
648     of the directory you created the iso (path is truncated to ../) of it.
649     * Drop dbs from Build-Depends, use dpatch system.
650     * patch to get silo bootable cds will be deleted with next Upstream
651     release of cdrtools. Ben wants to fix silo, but as always: patches
652     are welcome, we are all low on time. If you use sparc and want
653     bootable linux cd's - go on and send patches for silo please. Look
654     into README.silo in /usr/share/doc/mkisofs for more details.
655    
656     -- Joerg Jaspert <joerg@debian.org> Thu, 21 Nov 2002 01:15:00 +0100
657    
658     cdrtools (4:1.10+11a34-1) unstable; urgency=low
659    
660     * NMU, blessed by maintainer
661     * Changes by Andreas Metzler <ametzler@logic.univie.ac.at>:
662     - New upstream version, updated 01_cdr_gnuisms
663     - Build as nonnative package (Closes: #162027)
664     - Ship tar.bz2 in orig tar.gz to save bandwith
665     - Disabled 09_cdr_joliet_nameconversion - it causes a segfault.
666     (Closes: #161502)
667     * Updated cdda2ogg to have a better description (Closes: #161689)
668    
669     -- Eduard Bloch <blade@debian.org> Fri, 27 Sep 2002 22:17:20 +0200
670    
671     cdrtools (4:1.10+11a31-1.1) unstable; urgency=low
672    
673     * NMU. Sorry, this cannot wait.
674     * Fixed verbose output in 09_cdr_joliet_nameconversion, closes: #159830
675    
676     -- Eduard Bloch <blade@debian.org> Fri, 6 Sep 2002 20:09:15 +0200
677    
678     cdrtools (4:1.10+11a31-1) unstable; urgency=low
679    
680     * New upstream version (Closes: #155513)
681     - adds compressed fs option to mkisofs (Closes: #155414)
682     - another silly hurd maxlen complaint addressed (Closes: #146396)
683     - adds -z compressed iso support (Closes: #120707, #126388, #155414)
684     - devfs-aware (Closes: #143455, #116279, #146412)
685     - better usb burner support (Closes: #150437)
686     - more forgiving config file (Closes: #115508)
687     - clarified description of utf-8 in mkisofs man page (Closes: #128270)
688     - readcd man page updates (Closes: #153806)
689     * added hint about shmmax (closes: #146726)
690     * changed the default mode of cdrecord binary to 4750 (closes: #150092)
691     * changed vorbis-tools relationship (closes: #143237)
692     * removed the ugly extension-protection patch, included my name-conversion
693     patch instead (closes: #149456, #145038)
694     * changed to DBS
695     * using german docs from the upstream tarball instead of debian/DEUTSCH
696     * Thanks to Eduard Bloch for above
697    
698     -- Michael Stone <mstone@debian.org> Tue, 27 Aug 2002 19:57:24 -0400
699    
700     cdrtools (4:1.10-8) unstable; urgency=low
701    
702     * New maintainer
703     * No config.sub in diff
704     * Updated copyright file
705    
706     -- Michael Stone <mstone@debian.org> Fri, 21 Jun 2002 22:17:14 -0400
707    
708     cdrtools (4:1.10-7) unstable; urgency=medium
709    
710     * The seventh-time-lucky release. This should go into Woody.
711     * Simplified the old crap^h^h^h^hdebconf interaction part, moved makedev
712     calls to cdrecord.postinst, since makedev != essential. Closes: #141905
713    
714     -- Eduard Bloch <blade@debian.org> Tue, 9 Apr 2002 10:03:06 +0200
715    
716     cdrtools (4:1.10-6) unstable; urgency=medium
717    
718     * clean up in the clean rule
719     * reverted the change of cdrecord.conf location. It was completely useless
720     and non-compliant with upstream's defaults or other distributions.
721     Disabled the transition hack. I won't screw up users config file just
722     because of Erik's personal preferences.
723     * placed rscsi.dfl file as /etc/default/rscsi, but with commented lines to
724     not break security by default
725    
726     -- Eduard Bloch <blade@debian.org> Sun, 7 Apr 2002 12:14:28 +0200
727    
728     cdrtools (4:1.10-5) unstable; urgency=medium
729    
730     * Oh no, there was no rscsi, ffmppffmf mmpmmmfmmfmpmmmpffmpmfmm...
731     * added rscsi and rscsi.dfl to cdrecord package, closes: #118048
732     * added devdump.8 symlink
733    
734     -- Eduard Bloch <blade@debian.org> Sun, 7 Apr 2002 00:15:05 +0200
735    
736     cdrtools (4:1.10-4) unstable; urgency=medium
737    
738     * removed the ugly was-not-compiled-with-your-kernel warning, closes: #115697
739     * merging default and old config file on upgrades, closes: #122309
740     * new warning about wrong device files, closes: #137339
741     * cooked cdda2ogg from cdda2mp3, added Recommends: vorbis-tools. They do
742     also parse the /etc/default/$APP file, closes: #51929
743     * extracted and renamed german documentation add-on, was hard to find
744    
745     -- Eduard Bloch <blade@debian.org> Sat, 6 Apr 2002 17:20:53 +0200
746    
747     cdrtools (4:1.10-3) unstable; urgency=medium
748    
749     * New maintainer
750     * forces use of SHM instead of MMAP, ignoring tests at build time which
751     depend on the kernel version,
752     closes: #127895, #131325, #136754, #138581
753     * blackout the build arguments and version info string in mkisofs,
754     closes: #87043. Set NOPRIVACY environment to force the default behaviour.
755     * cdda2wav's output channel problem is fixed by upstream, closes: #55695
756     * symlink mkhybrid and mkisofs, closes: #132479
757     * updated upstream's mail address, closes: #115496
758     * fixed formatting error in mkisofs.8, closes: #135385
759     * respect extension of filenames when creating Joliet info for filenames
760     longer than 64 chars, closes: #80202
761     * fixed typo in templates, closes: #126870
762     * using debconf-utils to merge templates
763    
764     -- Eduard Bloch <blade@debian.org> Fri, 5 Apr 2002 00:04:07 +0200
765    
766     cdrtools (4:1.10-2.4) unstable; urgency=low
767    
768     * NMU to fix outstanding sparc bug
769     * Applied patch to allow SILO sparc bootable to be built. Closes: #120266
770     Now debian-cd can use mkisofs instead of mkhybrid
771    
772     -- Ben Collins <bcollins@debian.org> Sun, 10 Feb 2002 16:33:55 -0500
773    
774     cdrtools (4:1.10-2.3) unstable; urgency=low
775    
776     * NMU
777     * debian/cdrecord.postinst:
778     - Redirect output of dpkg-statoverride to /dev/null (Closes: #126682)
779     * mkisofs/mkisofs.8:
780     - Fix minor manpage error (Closes: #108700)
781     * cdrecord/cdrecord.1:
782     - Fix minor manpage error (Closes: #126266)
783    
784     -- Colin Walters <walters@debian.org> Fri, 28 Dec 2001 20:42:14 -0500
785    
786     cdrtools (4:1.10-2.2) unstable; urgency=medium
787    
788     * NMU
789     * debian/rules:
790     - Add symlinks in RULES for s390, parisc{,64}, and update
791     config.{guess,sub} in clean target (Closes: #116013, #123120, #104966).
792     - Don't install build/install documentation for other operating systems.
793     * debian/control:
794     - Add Build-Depends on autotools-dev.
795     - Fix minor spelling errors and typos in descriptions
796     (Closes: #124486, #124490).
797     * debian/cdrecord.config:
798     - Don't prompt for creating devices in /dev if DevFS is active
799     (Closes: #114297).
800     * debian/cdrecord.templates:
801     - Fix spelling errors (Closes: #114037).
802     - Add pt_BR translation (Closes: #116441).
803     - Add de translation (Closes: #115170).
804     * debian/cdrecord.postinst:
805     - Don't meddle with cdrecord permissions if the admin is using
806     dpkg-statoverride (Closes: #115696).
807     * debian/cdrecord.prerm:
808     - Remove obsolete suidunregister stuff. Add #DEBHELPER# token.
809     * debian/cdrecord.postrm:
810     - Purge debconf database.
811     * mkisofs/mkisofs.8:
812     - Fix formatting (Closes: #123568).
813    
814     -- Colin Walters <walters@debian.org> Fri, 21 Dec 2001 17:12:13 -0500
815    
816     cdrtools (4:1.10-2) frozen unstable; urgency=high
817    
818     * Recompile under 2.2.x (closes: #98953, #102916)
819     * Support for /etc/cdrecord.conf (closes: #97886)
820     * Ask whether to make cdrecord SUID (closes: #107109)
821     * Fixed version number in abort message (closes: #102197, #103060, #110184)
822     * Hopefully this upload will put mkisofs back in testing (closes: #103853)
823    
824     -- Erik Andersen <andersee@debian.org> Sat, 29 Sep 2001 15:41:11 -0600
825    
826     cdrtools (4:1.10-1) unstable; urgency=low
827    
828     * Move to cdrecord 1.10 final version (closes: #93125, #97219)
829     * Make sure /dev/sg0 is a char and /dev/scd0 is a block dev
830     (closes: #93592, #92836)
831     * Make sure that if cdrecord is compiled under 2.4.x that folks
832     running 2.2.x get informed they must recompile.
833     (closes: #92927, #92949, #93001, #93281, #96832, #95622)
834     * Add in man page for readcd (closes: #93772)
835     * cdrecord supports Disc at Once and Track at Once modes
836     these days (closes: #69308)
837     * Linux 2.4.x kernels use shmfs these days, so alpha boxes should
838     be taken care of now (closes: #67995)
839     * Newer kernels should no longer crash (closes: #71746)
840     * Include some german docs, submitted by Eduard Bloch <edi@gmx.de>
841     * Those wanting cdrecord to be setuid root, or similar, can use
842     the dpkg-statoverride utility provided by dpkg. (closes: #78505)
843     * Added ia64 support (RULES/ia64*) from Bdale <bdale@itanium.gag.com>
844     (closes: #100858)
845     * Added in a patch from Chris Lawrence <lawrencc@debian.org> for
846     mkisofs symlink tree support (closes: #85672)
847     * If upstream feels it is best to write args to CD, I'm not going
848     to argue with him. (closes: #87043)
849     * Both cdrecord and mkisofs are built from the same package, so
850     of course they have the same changelog. (closes: #95829)
851    
852     -- Erik Andersen <andersee@debian.org> Sun, 24 Jun 2001 00:41:44 -0600
853    
854     cdrtools (3:1.10a18-2) unstable; urgency=low
855    
856     * Fix conflict with the mkhybrid package (closes: #82411, #92851)
857    
858     -- Erik Andersen <andersee@debian.org> Wed, 4 Apr 2001 00:52:20 -0600
859    
860     cdrtools (3:1.10a18-1) unstable; urgency=low
861    
862     * New upstream version -- code freeze release for 1.10.
863     * links for mips and mipsel architectures are now included from upstream
864     thanks to Marcelo E. Magallon <mmagallo@debian.org> (closes: #85251)
865     * The postinst script now checks for block, not char filetypes (closes: #79353)
866     * Removed cruft from changelog (closes: #90499)
867     * manpage bad escape sequence fixed and sent upstream (closes: #82815)
868     * Joerg Schilling is German. The English word "Identification" is spelled
869     "Identifikation" in German, and so he is not going to change it. Besides,
870     changing it would break gcombust, xcdrecord, etc. (closes: #69945)
871    
872     -- Erik Andersen <andersee@debian.org> Mon, 2 Apr 2001 23:39:09 -0600
873    
874     cdrecord (3:1.9-1) unstable; urgency=low
875    
876     * New upstream version. (closes: #64225, #68538, #65612, #65656, #64409)
877    
878     -- Erik Andersen <andersee@debian.org> Thu, 7 Sep 2000 21:52:05 -0600
879    
880     cdrecord (3:1.8-3) frozen unstable; urgency=low
881    
882     * Included the fixed linux scsi driver from 1.8.1 -- the previous release
883     has a bug causing CD's to fail to fixate properly. This fixes an
884     important bug, and so should go into frozen. (closes: #62855)
885     * Group "cdrom" always exists on a Debian system (closes: #63058)
886     * Cdrecord doesn't even refer to root in the postinst (closes: #59763)
887     * Cdrecord now uses suidregister. Cdrecord is still installed 0755, but
888     now those foolish enough to want to make it suid root can do so on their
889     own systems. (closes: #61899)
890     * Many thanks to Torsten Landschoff <torsten@debian.org> for his help
891     on this release.
892    
893     -- Erik Andersen <andersee@debian.org> Sat, 29 Apr 2000 12:28:02 -0600
894    
895     cdrecord (3:1.8-2) frozen unstable; urgency=low
896    
897     * Fix path problem (I assumed . was in the path) to
898     allow autobuilders to work, fixing an important bug.
899     (closes: #59186)
900    
901     -- Erik Andersen <andersee@debian.org> Tue, 29 Feb 2000 10:02:15 -0700
902    
903     cdrecord (3:1.8-1) frozen unstable; urgency=low
904    
905     * Final version of cdrecord 1.8 was released, which is almost
906     identical to 1.8a40. This release closes 2 bugs marked
907     as important, and one marked critical.
908     * The MAKEDEV postinst bug is fixed (closes: #55677)
909     * Remove debian/files in the debian/rules 'clean' target (closes: #56043)
910     * Added /usr/doc -> /usr/share/doc symlink (closes: #56206, #56750)
911     * Fixed cdda2mp3 so it is a proper shell script. (closes: #55646)
912     * Adjusted libscg/scsitransp.c per discussion on bug 57765
913     to avoid a potential kernel crash. (closes: #57765)
914    
915     -- Erik Andersen <andersee@debian.org> Mon, 21 Feb 2000 22:29:39 -0700
916    
917     cdrecord (2:1.8a40-1) frozen unstable; urgency=low
918    
919     * Fixed a release critical bug for potato where the postinst
920     script called the /dev/MAKEDEV symlink, instead of /sbin/MAKEDEV,
921     but the /dev/MAKEDEV symlink is not there till makdev is configured.
922     (closes: #55694)
923     * Fixed the /usr/bin/list_audio_tracks symlink (closes: #55694)
924     * Final version of a40 from upstream.
925    
926     -- Erik Andersen <andersee@debian.org> Sat, 22 Jan 2000 12:40:27 -0700
927    
928     cdrecord (1:1.8a40r3-1) frozen unstable; urgency=low
929    
930     * New upstream (bugfixing) version
931     * Applied patch from Tuomas Jormola <tj@sgic.fi> to help
932     set up /usr/doc symlinks to /usr/share/doc, and
933     also fix the following 2 items...
934     * Updated to standards version 3.1.1.
935     * Fixed all important lintian errors and warnings.
936     * cdrecord is not designed to be setuid, and has never
937     been audited for such a task. Folks wanting non-root
938     to use cdrecord, should be able to set perms on /dev/sg*
939     (closes: #38711)
940     * cdda2wav --help seems to work these days. (closes: #41663)
941     * I found a 7 track cd "Heifetz Concertos -- Tchaikovsky, Mendelssohn",
942     and "sudo cdda2wav -D /dev/hdc -t1+8 file.wav" didn't segfault
943     (closes: #44353)
944     * Added the /usr/bin/list_audio_tracks -> /usr/bin/cdda2mp3
945     symlink. (closes: #51928)
946    
947     -- Erik Andersen <andersee@debian.org> Sun, 16 Jan 2000 10:13:14 -0700
948    
949     cdrecord (1:1.8a39-1) unstable; urgency=low
950    
951     * New upstream version
952     * In discussions with the upstream author Joerg Schilling, a
953     boatload of bugs can now be closed (closes: #39396, #39878, #41011, #12761, #17277, #21849, #31366, #33545, #33794, #39498, #3539, #3540, #3703, #5901, #10748, #11814)
954    
955     -- Erik Andersen <andersee@debian.org> Fri, 7 Jan 2000 23:26:25 -0700
956    
957     cdrecord (1:1.8a38-1) unstable; urgency=low
958    
959     * New upstream version
960     * Close an ancient bug (closes: #37007)
961    
962     -- Erik Andersen <andersee@debian.org> Sun, 2 Jan 2000 17:16:30 -0700
963    
964     cdrecord (1:1.8a30-1) unstable; urgency=low
965    
966     * New upstream version (closes: #46506)
967     * Should now (hopefully) compile on sparc64 (closes: #46700)
968    
969     -- Erik Andersen <andersee@debian.org> Sun, 24 Oct 1999 23:17:42 -0600
970    
971     cdrecord (1:1.8a25-1) unstable; urgency=low
972    
973     * New upstream source with bunches of updates
974    
975     -- Erik Andersen <andersee@debian.org> Mon, 30 Aug 1999 21:18:00 -0600
976    
977     cdrecord (1:1.8a23-1) unstable; urgency=low
978    
979     * New upstream source with bunches of updates (closes: #38258, 31366)
980     * Package now built using pristine upstream source (closes: #37068)
981     * Fixed some man page strangeness (closes: #39492, #37234, #41383)
982    
983     -- Erik Andersen <andersee@debian.org> Sat, 24 Jul 1999 13:43:21 -0600
984    
985     cdrecord (1:1.8a20-1) unstable; urgency=low
986    
987     * Initial re-release using the cdrecord source to build cdrecord as
988     well as mkisofs, cdda2wav, and cdrecord-dev. They used to all be
989     built from separate sources.
990     * I now check for the existance of the needed /dev/sg?? devices, and if
991     they are not there (as seems to be the case for a stock Debian 2.1
992     install), I go ahead and make these devices.
993    
994     -- Erik Andersen <andersee@debian.org> Fri, 16 Apr 1999 15:00:40 -0600
995    
996     cdrecord (1:1.6final-0.2) unstable frozen; urgency=low
997    
998     * Fixes build on m68k (closes Bug #23631)
999     * Fixed so it doesn't poke about in /opt/schily during build/install
1000     thanks to Paul Slootman <paul@debian.org>. (closes Bug #22953).
1001     * Maintainer Release (I have recovered from surgery and am nearly
1002     done with radiation therapy now).
1003    
1004     -- Erik Andersen <andersee@debian.org> Mon, 22 Jun 1998 10:15:15 -0600
1005    
1006     cdrecord (1:1.6final-0.1) unstable frozen; urgency=low
1007    
1008     * Non-maintainer release (get better, Erik!)
1009     * Upstream non-beta release, fixes some bugs. No new features.
1010     * Don't include extra manpages (Bug# 22355)
1011     * Changelog is a changelog, not a doc
1012    
1013     -- Wichert Akkerman <wakkerma@debian.org> Sat, 16 May 1998 22:15:51 +0200
1014    
1015     cdrecord (1:1.6a14-1) unstable frozen; urgency=low
1016    
1017     * New upstream version -- Upgraded to 1.6a14. This is _supposed_
1018     to be identical to the final 1.6 release, modulo any as yet
1019     undiscovered bugs.
1020    
1021     -- Erik Andersen <andersee@debian.org> Thu, 2 Apr 1998 00:44:46 -0700
1022    
1023     cdrecord (1:1.6a12-1) unstable frozen; urgency=low
1024    
1025     * New upstream version -- Upgraded to 1.6a12 so that the
1026     version of cdrecord matches the version of xcdrost already
1027     in the distribution (these two packages are really designed
1028     to work together).
1029     * Converted to using debhelper.
1030     * Changed the copyright file to point to the current address of the
1031     Free Software Foundation.
1032    
1033     -- Erik Andersen <andersee@debian.org> Sat, 28 Mar 1998 12:07:06 -0700
1034    
1035     cdrecord (1:1.5-3) unstable; urgency=low
1036    
1037     * New maintainer
1038    
1039     -- Erik Andersen <andersee@debian.org> Sun, 30 Nov 1997 03:09:46 -0700
1040    
1041     cdrecord (1:1.5-2) unstable; urgency=low
1042    
1043     * Removed mkisofs.8 man page (fixes #13326)
1044    
1045     -- Christian Schwarz <schwarz@debian.org> Sun, 12 Oct 1997 21:59:11 +0200
1046    
1047     cdrecord (1:1.5-1) unstable; urgency=low
1048    
1049     * New upstream version.
1050     * Upgraded to standards version 2.3.0.0.
1051     * Recompiled to use /dev/sg0... devices (fixes #12191)
1052     * Included one new README file.
1053     * Included epoch in version number.
1054     * Pristine source.
1055    
1056     -- Christian Schwarz <schwarz@debian.org> Tue, 16 Sep 1997 22:16:57 +0200
1057    
1058     cdrecord (1.5a5-1) experimental; urgency=low
1059    
1060     * New upstream version.
1061     * Upload to experimental since it is alpha.
1062     * Recompiled with libc6.
1063     * Upgraded to standards version 2.2.0.0.
1064    
1065     -- Christian Schwarz <schwarz@debian.org> Tue, 29 Jul 1997 12:01:23 +0200
1066    
1067     cdrecord (1.4-2) unstable; urgency=low
1068    
1069     * Recompiled with libc6.
1070     * Upgraded to standards version 2.2.0.0.
1071    
1072     -- Christian Schwarz <schwarz@debian.org> Sun, 13 Jul 1997 22:09:27 +0200
1073    
1074     cdrecord (1.4-1) unstable; urgency=low
1075    
1076     * Initial Release.
1077    
1078     -- Christian Schwarz <schwarz@debian.org> Mon, 26 May 1997 17:05:05 +0200
1079    

  ViewVC Help
Powered by ViewVC 1.1.5