| 1 |
cdrkit (1.1.x) UNRELEASED; urgency=medium |
cdrkit (1.1.3) UNRELEASED; urgency=low |
| 2 |
|
|
| 3 |
|
* Fixed fishing for transfer size in sysfs, now ready for |
| 4 |
|
/dev/class/scsi_generic contents |
| 5 |
|
* Dealing with the last newline char when processing |
| 6 |
|
/proc/sys/dev/cdrom/info contents |
| 7 |
|
|
| 8 |
|
-- Eduard Bloch <blade@debian.org> Tue, 23 Jan 2007 19:13:44 +0100 |
| 9 |
|
|
| 10 |
|
cdrkit (1.1.2) RELEASED; urgency=low |
| 11 |
|
|
| 12 |
|
[ Stefan Huehner ] |
| 13 |
|
* more Cstyle cleanups |
| 14 |
|
|
| 15 |
|
[ Eduard Bloch ] |
| 16 |
|
* stop confusion and bailing out if burnfree/burnproof options have been |
| 17 |
|
explicitely specified |
| 18 |
|
* be move carefull with -dummy when the DVD media may not support it |
| 19 |
|
* extracting drive's default speed in attach_mdvd() |
| 20 |
|
* automatic recorder device guessing code, currently Linux-only |
| 21 |
|
|
| 22 |
|
[ Peter Samuelson ] |
| 23 |
|
* Fix icedax cddb query, based on a patch from Heiko Schlenker |
| 24 |
|
|
| 25 |
|
-- Eduard Bloch <blade@debian.org> Sat, 13 Jan 2007 00:45:38 +0100 |
| 26 |
|
|
| 27 |
|
cdrkit (1.1.1) RELEASED; urgency=low |
| 28 |
|
|
| 29 |
|
* added geteltorito script from Rainer Krienke |
| 30 |
|
|
| 31 |
|
[ Eduard Bloch ] |
| 32 |
|
* more verbose abort message if track is specified with some maintainance |
| 33 |
|
command (#369677) |
| 34 |
|
* Added more DVD related fixes from SuSE's wodim-1.0pre5cvs-6.src.rpm |
| 35 |
|
* --devices option for wodim (modeled after cdrskin's output), working on |
| 36 |
|
Linux and Cygwin |
| 37 |
|
* Open-By-Device-Letter mode on Cygwin |
| 38 |
|
* -msifile=... option to store -msinfo output reliably in a dedicated file |
| 39 |
|
* clear profile names printing (using code from libburnia, thanks to Thomas |
| 40 |
|
Schmidt) |
| 41 |
|
* cleanup with unused embedded CVS revision strings from Schilling and |
| 42 |
|
more gcc -Wall correctness |
| 43 |
|
* reenabled -format functionality (bug in program function control flow) |
| 44 |
|
* get maximum DMA buffer size from sysfs on Linux, where possible |
| 45 |
|
* enable BURN-Free by default where possible |
| 46 |
|
* setting argv[0] to wodim if someone is cheating and calls it as cdrecord. |
| 47 |
|
Avoids confusion and printing of the wrong app name in the help output. |
| 48 |
|
* more documentation updates WRT cdda2wav->icedax renaming, more table |
| 49 |
|
formating fixes in icedax.1 |
| 50 |
|
* genisoimage documentation updates, mkisofs name changes |
| 51 |
|
|
| 52 |
|
[ Thomas Schmidt ] |
| 53 |
|
* workaround for older libmagic API |
| 54 |
|
* code for clear profile name mapping |
| 55 |
|
|
| 56 |
|
[ Peter Samuelson ] |
| 57 |
|
* expand where genisoimage looks for the config file - same places |
| 58 |
|
mkisofs looks plus a few more. (We may wish to trim this back some.) |
| 59 |
|
* major cleanups to genisoimage.1 manpage; split out the part about |
| 60 |
|
.genisoimagerc to a new page genisoimagerc.5. |
| 61 |
|
|
| 62 |
|
[ Steve Langasek ] |
| 63 |
|
* allow hppa and alpha boot code to coexist in one ISO image |
| 64 |
|
|
| 65 |
|
[ Arkadiusz Miskiewicz ] |
| 66 |
|
* Fake prefix line in the version output of readom to keep compatibility |
| 67 |
|
with frontends |
| 68 |
|
|
| 69 |
|
-- Eduard Bloch <blade@debian.org> Sat, 30 Dec 2006 16:45:40 +0100 |
| 70 |
|
|
| 71 |
|
cdrkit (1.1.0) RELEASED; urgency=medium |
| 72 |
|
|
| 73 |
[ Eduard Bloch ] |
[ Eduard Bloch ] |
| 74 |
* replacement of libdeflt, config parser rewrite; more user-friendly, |
* replacement of libdeflt, config parser rewrite; more user-friendly, |
| 75 |
more flexible/tolerant now |
more flexible/tolerant now |
| 76 |
* config overhaul, much more dynamic checks, including fixes for SunOS |
* config overhaul, much more dynamic checks, including fixes for SunOS and |
| 77 |
environment. Also fixed confusing double-checks for some of the variables |
AIX environment, including proper libiconv detection, and processing of |
| 78 |
in cdda2wav.c |
LDFLAGS provided by user. Also fixed confusing double-checks for some of |
| 79 |
|
the variables in cdda2wav.c. |
| 80 |
* mass renaming of applications and libraries, see FAQ |
* mass renaming of applications and libraries, see FAQ |
| 81 |
* dirsplit -S fix, oversized have been possible before |
* dirsplit -S fix, oversized have been possible before |
| 82 |
* consistent version display |
* consistent version display |
| 83 |
* cleanup of libschily, removed unused or easily replaceable parts (assumed |
* cleanup of libschily, removed unused/superfluous parts (assumed having a |
| 84 |
having a modern POSIX compliant environment). Renamed to librols |
modern POSIX compliant environment). Renamed to librols |
| 85 |
(RemainsOfLibSchily). |
(RemainsOfLibSchily). |
| 86 |
* reenabled selection of the DVD driver, accidentaly disabled in 1.0, when |
* reenabled selection of the DVD driver, accidentaly disabled in 1.0, when |
| 87 |
beeing in non-verbose mode |
beeing in non-verbose mode |
| 102 |
* user output junk filter in icedax/toc.c |
* user output junk filter in icedax/toc.c |
| 103 |
* flexible ascii conversion buffer |
* flexible ascii conversion buffer |
| 104 |
|
|
| 105 |
-- Eduard Bloch <blade@debian.org> Wed, 6 Sep 2006 22:05:30 +0200 |
-- Eduard Bloch <blade@debian.org> Sat, 02 Dec 2006 18:43:14 +0100 |
| 106 |
|
|
| 107 |
cdrkit (1.0) RELEASED; urgency=low |
cdrkit (1.0) RELEASED; urgency=low |
| 108 |
|
|