| 1 |
cdrkit (1.1.x) UNRELEASED; urgency=medium |
cdrkit (1.1.8) UNRELEASED; urgency=low |
| 2 |
|
|
| 3 |
|
[ Steve McIntyre ] |
| 4 |
|
* genisoimage/joliet.c: Fix a potential memory corruption bug. |
| 5 |
|
* genisoimage/md5.c: Trivial cleanup |
| 6 |
|
|
| 7 |
|
-- Steve McIntyre <93sam@debian.org> Mon, 25 May 2008 21:22:26 +0100 |
| 8 |
|
|
| 9 |
|
cdrkit (1.1.7.1) RELEASED; urgency=low |
| 10 |
|
|
| 11 |
|
[ Steve McIntyre ] |
| 12 |
|
* Re-spin the 1.1.7 release with a few silly release process errors fixed. |
| 13 |
|
|
| 14 |
|
-- Steve McIntyre <93sam@debian.org> Mon, 17 Mar 2008 21:25:56 +0000 |
| 15 |
|
|
| 16 |
|
cdrkit (1.1.7) RELEASED; urgency=low |
| 17 |
|
|
| 18 |
|
[ Harald Hoyer ] |
| 19 |
|
* lots of fixes to prevent gcc warnings |
| 20 |
|
* Fix for Joliet directory length bug in genisoimage |
| 21 |
|
|
| 22 |
|
[ Peter Samuelson ] |
| 23 |
|
* wodim.1: small fixes. |
| 24 |
|
|
| 25 |
|
[ Steve McIntyre ] |
| 26 |
|
* genisoimage/jte.c: add support for bzip2-compressed templates |
| 27 |
|
* genisoimage/jte.c: fix bzip2-compressed template data to be |
| 28 |
|
compatible with jigdo. |
| 29 |
|
* genisoimage/jte.c: fix exclude list handling. |
| 30 |
|
* genisoimage/checksum.[ch]: Add a generic infrastructure for |
| 31 |
|
checksums so we can use sha1/<whatever> as well as just |
| 32 |
|
md5sum. Will make things much faster for generating sha1sums for |
| 33 |
|
images and jigdos. |
| 34 |
|
* genisoimage/sha1.[ch]: Add GPL-licensed SHA1 implementation. |
| 35 |
|
* s/mkisofs/genisoimage/ in ABOUT |
| 36 |
|
|
| 37 |
|
-- Steve McIntyre <93sam@debian.org> Mon, 17 Mar 2008 20:07:58 +0000 |
| 38 |
|
|
| 39 |
|
cdrkit (1.1.6) RELEASED; urgency=low |
| 40 |
|
|
| 41 |
|
[ Vladimir Nadvornik ] |
| 42 |
|
* genisoimage/eltorito.c: care about inhibit flags when preparing eltorito |
| 43 |
|
boot catalog directory entry, avoiding possible crashes |
| 44 |
|
|
| 45 |
|
[ Eduard Bloch] |
| 46 |
|
* ALL: customize the base manpage subdirectory below PREFIX using the new |
| 47 |
|
MANSUBDIR variable |
| 48 |
|
* make sure that the buffer is flushed and drive is ready before closing |
| 49 |
|
session |
| 50 |
|
* icedax: find libossaudio on OpenBSD and use it |
| 51 |
|
* icedax: fixed bug with --devices (unnoticed segfault due to wrong |
| 52 |
|
list_devices arguments) |
| 53 |
|
* wodim/scsi_scan.h: moved Linux-specific recorder location guesser to an |
| 54 |
|
extra method for automatic drive opening, and added an alternative |
| 55 |
|
guessing method, using list_devices(...) picking up the first drive having |
| 56 |
|
appropriate device type in the inquiry info. This generic method is also |
| 57 |
|
used on Linux when the original guesser fails. |
| 58 |
|
* wodim/wodim.c: count all track sizes when looking for an appropriate drive |
| 59 |
|
|
| 60 |
|
-- Eduard Bloch <blade@debian.org> Sun, 06 May 2007 16:39:08 +0200 |
| 61 |
|
|
| 62 |
|
cdrkit (1.1.5.1) RELEASED; urgency=low |
| 63 |
|
|
| 64 |
|
* resync with cosmetical last-minute changes from Peter Samuelson |
| 65 |
|
* Makefile: "release" target extension to make the Debian related source |
| 66 |
|
file creation more convinient |
| 67 |
|
|
| 68 |
|
-- Eduard Bloch <blade@debian.org> Sat, 21 Apr 2007 11:30:35 +0200 |
| 69 |
|
|
| 70 |
|
cdrkit (1.1.5) RELEASED; urgency=low |
| 71 |
|
|
| 72 |
|
* wodim: explicite warning and more grace time if user manually specifies a size |
| 73 |
|
less than 301 sectors, which is likely to be a mistake from copy-pasting |
| 74 |
|
of genisoimage -print-size output and omitting the block factor |
| 75 |
|
* wodim: Native device name management directly in libusal now, the |
| 76 |
|
rewritten device scan method uses it directly. If the backend driver does |
| 77 |
|
not implement native names handling, the old-style IDs are displayed. |
| 78 |
|
* libusal: native device name management, implemented on Linux and |
| 79 |
|
Win32(SPT) for now |
| 80 |
|
* libusal: ATA is now mapped directly into the b/t/l namespace, with some |
| 81 |
|
workarounds to provide backward compatibility |
| 82 |
|
* libusal: For SCSI devices, use only scd* on kernel 2.6 and sg* on kernel |
| 83 |
|
2.4 until proper locking scheme is established |
| 84 |
|
* libusal: always return a known value in usal_sense_table(...), from a |
| 85 |
|
patch from SUSE (cdrkit-dvd-fix.patch) |
| 86 |
|
* genisoimage: customized the default APPID string in genisoimage |
| 87 |
|
* genisoimage: restored support for iso9660 file sizes up to 4GB-1 |
| 88 |
|
* genisoimage: forced MAGIC_ERROR definition for older version, thanks |
| 89 |
|
to Thomas Schmidt |
| 90 |
|
* genisoimage: avoid pointless warnings on filetype of <root directory>/.. |
| 91 |
|
|
| 92 |
|
-- Eduard Bloch <blade@debian.org> Sat, 21 Apr 2007 10:17:35 +0200 |
| 93 |
|
|
| 94 |
|
cdrkit (1.1.4) RELEASED; urgency=low |
| 95 |
|
|
| 96 |
|
[ Eduard Bloch ] |
| 97 |
|
* On Linux, do device scanning on /dev/sr first and fallback to /dev/sg and |
| 98 |
|
others only then, thus having better chances to use the same exclusive |
| 99 |
|
lock as other programs when the user provided only the b/t/l |
| 100 |
|
device specification, since the Linux kernel is not able to coordinate the |
| 101 |
|
locking between the userspace interfaces |
| 102 |
|
* some refactoring, moved new Linux specific extensions to scsi-linux-sg.c, |
| 103 |
|
more relaxed device opening checks on scanning |
| 104 |
|
* some more warnings about b/t/l syntax deprecation |
| 105 |
|
|
| 106 |
|
-- Eduard Bloch <blade@debian.org> Sun, 01 Apr 2007 21:49:03 +0200 |
| 107 |
|
|
| 108 |
|
cdrkit (1.1.3) RELEASED; urgency=medium |
| 109 |
|
|
| 110 |
|
[ Eduard Bloch ] |
| 111 |
|
* Fixed fishing for transfer size in sysfs, now ready for |
| 112 |
|
/dev/class/scsi_generic contents |
| 113 |
|
* Fixed /dev/sg%d pattern scan in --devices, now iterating over modern style |
| 114 |
|
device files. Thanks to Thomas Schmidt. |
| 115 |
|
* Dealing with the last newline char when processing |
| 116 |
|
/proc/sys/dev/cdrom/info contents |
| 117 |
|
* print the track size in the info message when guessing |
| 118 |
|
* added some missing or probably missing definitions in |
| 119 |
|
wodim/CMakeLists.txt, restoring the reading from inf files |
| 120 |
|
* passing through the real file size to the UDF generator. Creating |
| 121 |
|
incorrect iso9660 but having it this way is better than no LFS at all. |
| 122 |
|
* removed md5* parts and integration from icedax, patch by |
| 123 |
|
Vladimir Nadvornik <nadvornik@suse.cz> |
| 124 |
|
* various small bugfixes or cosmetic fixes picked from still GPLed parts of |
| 125 |
|
cdrtools-2.01.01a24, excluding meta changes and big tree.c and mkisofs.c |
| 126 |
|
refactoring. Stream file name option enabled now. |
| 127 |
|
* wodim.1: "you have 4 seconds to abort ..." |
| 128 |
|
* defaults.c: Correct fallback to CDR_FIFOSIZE and correct error message |
| 129 |
|
on bad input. |
| 130 |
|
* tell the user his device is busy on Linux because it's mounted, after |
| 131 |
|
looking at /proc/mounts |
| 132 |
|
|
| 133 |
|
[ Peter Samuelson ] |
| 134 |
|
* Clean up Linux-2.6 CD/DVD-R drive detection, clearer error messages. |
| 135 |
|
|
| 136 |
|
-- Eduard Bloch <blade@debian.org> Mon, 26 Mar 2007 17:35:10 +0200 |
| 137 |
|
|
| 138 |
|
cdrkit (1.1.2) RELEASED; urgency=low |
| 139 |
|
|
| 140 |
|
[ Stefan Huehner ] |
| 141 |
|
* more Cstyle cleanups |
| 142 |
|
|
| 143 |
|
[ Eduard Bloch ] |
| 144 |
|
* stop confusion and bailing out if burnfree/burnproof options have been |
| 145 |
|
explicitely specified |
| 146 |
|
* be move carefull with -dummy when the DVD media may not support it |
| 147 |
|
* extracting drive's default speed in attach_mdvd() |
| 148 |
|
* automatic recorder device guessing code, currently Linux-only |
| 149 |
|
|
| 150 |
|
[ Peter Samuelson ] |
| 151 |
|
* Fix icedax cddb query, based on a patch from Heiko Schlenker |
| 152 |
|
|
| 153 |
|
-- Eduard Bloch <blade@debian.org> Sat, 13 Jan 2007 00:45:38 +0100 |
| 154 |
|
|
| 155 |
|
cdrkit (1.1.1) RELEASED; urgency=low |
| 156 |
|
|
| 157 |
|
* added geteltorito script from Rainer Krienke |
| 158 |
|
|
| 159 |
|
[ Eduard Bloch ] |
| 160 |
|
* more verbose abort message if track is specified with some maintainance |
| 161 |
|
command (#369677) |
| 162 |
|
* Added more DVD related fixes from SuSE's wodim-1.0pre5cvs-6.src.rpm |
| 163 |
|
* --devices option for wodim (modeled after cdrskin's output), working on |
| 164 |
|
Linux and Cygwin |
| 165 |
|
* Open-By-Device-Letter mode on Cygwin |
| 166 |
|
* -msifile=... option to store -msinfo output reliably in a dedicated file |
| 167 |
|
* clear profile names printing (using code from libburnia, thanks to Thomas |
| 168 |
|
Schmidt) |
| 169 |
|
* cleanup with unused embedded CVS revision strings from Schilling and |
| 170 |
|
more gcc -Wall correctness |
| 171 |
|
* reenabled -format functionality (bug in program function control flow) |
| 172 |
|
* get maximum DMA buffer size from sysfs on Linux, where possible |
| 173 |
|
* enable BURN-Free by default where possible |
| 174 |
|
* setting argv[0] to wodim if someone is cheating and calls it as cdrecord. |
| 175 |
|
Avoids confusion and printing of the wrong app name in the help output. |
| 176 |
|
* more documentation updates WRT cdda2wav->icedax renaming, more table |
| 177 |
|
formating fixes in icedax.1 |
| 178 |
|
* genisoimage documentation updates, mkisofs name changes |
| 179 |
|
|
| 180 |
|
[ Thomas Schmidt ] |
| 181 |
|
* workaround for older libmagic API |
| 182 |
|
* code for clear profile name mapping |
| 183 |
|
|
| 184 |
|
[ Peter Samuelson ] |
| 185 |
|
* expand where genisoimage looks for the config file - same places |
| 186 |
|
mkisofs looks plus a few more. (We may wish to trim this back some.) |
| 187 |
|
* major cleanups to genisoimage.1 manpage; split out the part about |
| 188 |
|
.genisoimagerc to a new page genisoimagerc.5. |
| 189 |
|
|
| 190 |
|
[ Steve Langasek ] |
| 191 |
|
* allow hppa and alpha boot code to coexist in one ISO image |
| 192 |
|
|
| 193 |
|
[ Arkadiusz Miskiewicz ] |
| 194 |
|
* Fake prefix line in the version output of readom to keep compatibility |
| 195 |
|
with frontends |
| 196 |
|
|
| 197 |
|
-- Eduard Bloch <blade@debian.org> Sat, 30 Dec 2006 16:45:40 +0100 |
| 198 |
|
|
| 199 |
|
cdrkit (1.1.0) RELEASED; urgency=medium |
| 200 |
|
|
| 201 |
[ Eduard Bloch ] |
[ Eduard Bloch ] |
| 202 |
* replacement of libdeflt, config parser rewrite; more user-friendly, |
* replacement of libdeflt, config parser rewrite; more user-friendly, |
| 203 |
more flexible/tolerant now |
more flexible/tolerant now |
| 204 |
* config overhaul, much more dynamic checks, including fixes for SunOS |
* config overhaul, much more dynamic checks, including fixes for SunOS and |
| 205 |
environment. Also fixed confusing double-checks for some of the variables |
AIX environment, including proper libiconv detection, and processing of |
| 206 |
in cdda2wav.c |
LDFLAGS provided by user. Also fixed confusing double-checks for some of |
| 207 |
|
the variables in cdda2wav.c. |
| 208 |
* mass renaming of applications and libraries, see FAQ |
* mass renaming of applications and libraries, see FAQ |
| 209 |
* dirsplit -S fix, oversized have been possible before |
* dirsplit -S fix, oversized have been possible before |
| 210 |
* consistent version display |
* consistent version display |
| 211 |
* cleanup of libschily, removed unused or easily replaceable parts (assumed |
* cleanup of libschily, removed unused/superfluous parts (assumed having a |
| 212 |
having a modern POSIX compliant environment). Renamed to librols |
modern POSIX compliant environment). Renamed to librols |
| 213 |
(RemainsOfLibSchily). |
(RemainsOfLibSchily). |
| 214 |
* reenabled selection of the DVD driver, accidentaly disabled in 1.0, when |
* reenabled selection of the DVD driver, accidentaly disabled in 1.0, when |
| 215 |
beeing in non-verbose mode |
beeing in non-verbose mode |
| 230 |
* user output junk filter in icedax/toc.c |
* user output junk filter in icedax/toc.c |
| 231 |
* flexible ascii conversion buffer |
* flexible ascii conversion buffer |
| 232 |
|
|
| 233 |
-- 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 |
| 234 |
|
|
| 235 |
cdrkit (1.0) RELEASED; urgency=low |
cdrkit (1.0) RELEASED; urgency=low |
| 236 |
|
|