| 1 |
|
cdrkit (1.1.10) UNRELEASED; urgency=low |
| 2 |
|
|
| 3 |
|
[ Steve McIntyre ] |
| 4 |
|
* genisoimage: add support for sha256 and sha512 checksum generation |
| 5 |
|
when making jigdo files. |
| 6 |
|
* genisoimage: checksumming with lots of algorithms can be very |
| 7 |
|
time-consuming, so split it out into multiple threads if possible. |
| 8 |
|
* genisoimage: allow user to specify which checksum algorithms to run |
| 9 |
|
on the command line. |
| 10 |
|
|
| 11 |
|
-- Steve McIntyre <93sam@debian.org> Thu, 14 May 2009 00:28:48 +0100 |
| 12 |
|
|
| 13 |
|
cdrkit (1.1.9) RELEASED; urgency=low |
| 14 |
|
|
| 15 |
|
[ Steve McIntyre ] |
| 16 |
|
* wodim: In -msinfo mode, only suggest dvd+rw-mediainfo in verbose mode. |
| 17 |
|
Thanks to Michael Karcher <debian@mkarcher.dialup.fu-berlin.de> for the |
| 18 |
|
patch. |
| 19 |
|
* genisoimage: undo a mistake in the directory permissions change in |
| 20 |
|
the last release. Fixes handling of deep directory structures. |
| 21 |
|
|
| 22 |
|
-- Steve McIntyre <93sam@debian.org> Sun, 26 Oct 2008 15:43:54 -0700 |
| 23 |
|
|
| 24 |
|
cdrkit (1.1.8) RELEASED; urgency=low |
| 25 |
|
|
| 26 |
|
[ Steve McIntyre ] |
| 27 |
|
* genisoimage/joliet.c: Fix a potential memory corruption bug. |
| 28 |
|
* genisoimage/md5.c: Trivial cleanup |
| 29 |
|
* genisoimage/genisoimage.[c1]: Add command-line support for |
| 30 |
|
-jigdo-template-compress |
| 31 |
|
* genisoimage/sha1.h: Fix a type issue that broke sha1 support |
| 32 |
|
on 64-bit arches. |
| 33 |
|
* genisoimage/checksum.[ch]: Added test code; changed internal |
| 34 |
|
layout slightly to make for easier debug. |
| 35 |
|
* genisoimage: Applied patch from Roman Rakus <rrakus@redhat.com> to |
| 36 |
|
preserve directory permissions. |
| 37 |
|
* genisoimage: Add a patch from Ivan Shmakov. "-o -" will now write |
| 38 |
|
to stdout, as typical for command line programs. And we will try |
| 39 |
|
not to corrupt stdout by default if it's a terminal. |
| 40 |
|
* genisoimage/genisoimage.1: Add a mention of -chrp-boot. |
| 41 |
|
* genisoimage/mac_label.c: Fix an over-keen s/mkisofs/genisoimage. |
| 42 |
|
|
| 43 |
|
-- Steve McIntyre <93sam@debian.org> Mon, 25 May 2008 21:22:26 +0100 |
| 44 |
|
|
| 45 |
|
cdrkit (1.1.7.1) RELEASED; urgency=low |
| 46 |
|
|
| 47 |
|
[ Steve McIntyre ] |
| 48 |
|
* Re-spin the 1.1.7 release with a few silly release process errors fixed. |
| 49 |
|
|
| 50 |
|
-- Steve McIntyre <93sam@debian.org> Mon, 17 Mar 2008 21:25:56 +0000 |
| 51 |
|
|
| 52 |
|
cdrkit (1.1.7) RELEASED; urgency=low |
| 53 |
|
|
| 54 |
|
[ Harald Hoyer ] |
| 55 |
|
* lots of fixes to prevent gcc warnings |
| 56 |
|
* Fix for Joliet directory length bug in genisoimage |
| 57 |
|
|
| 58 |
|
[ Peter Samuelson ] |
| 59 |
|
* wodim.1: small fixes. |
| 60 |
|
|
| 61 |
|
[ Steve McIntyre ] |
| 62 |
|
* genisoimage/jte.c: add support for bzip2-compressed templates |
| 63 |
|
* genisoimage/jte.c: fix bzip2-compressed template data to be |
| 64 |
|
compatible with jigdo. |
| 65 |
|
* genisoimage/jte.c: fix exclude list handling. |
| 66 |
|
* genisoimage/checksum.[ch]: Add a generic infrastructure for |
| 67 |
|
checksums so we can use sha1/<whatever> as well as just |
| 68 |
|
md5sum. Will make things much faster for generating sha1sums for |
| 69 |
|
images and jigdos. |
| 70 |
|
* genisoimage/sha1.[ch]: Add GPL-licensed SHA1 implementation. |
| 71 |
|
* s/mkisofs/genisoimage/ in ABOUT |
| 72 |
|
|
| 73 |
|
-- Steve McIntyre <93sam@debian.org> Mon, 17 Mar 2008 20:07:58 +0000 |
| 74 |
|
|
| 75 |
|
cdrkit (1.1.6) RELEASED; urgency=low |
| 76 |
|
|
| 77 |
|
[ Vladimir Nadvornik ] |
| 78 |
|
* genisoimage/eltorito.c: care about inhibit flags when preparing eltorito |
| 79 |
|
boot catalog directory entry, avoiding possible crashes |
| 80 |
|
|
| 81 |
|
[ Eduard Bloch] |
| 82 |
|
* ALL: customize the base manpage subdirectory below PREFIX using the new |
| 83 |
|
MANSUBDIR variable |
| 84 |
|
* make sure that the buffer is flushed and drive is ready before closing |
| 85 |
|
session |
| 86 |
|
* icedax: find libossaudio on OpenBSD and use it |
| 87 |
|
* icedax: fixed bug with --devices (unnoticed segfault due to wrong |
| 88 |
|
list_devices arguments) |
| 89 |
|
* wodim/scsi_scan.h: moved Linux-specific recorder location guesser to an |
| 90 |
|
extra method for automatic drive opening, and added an alternative |
| 91 |
|
guessing method, using list_devices(...) picking up the first drive having |
| 92 |
|
appropriate device type in the inquiry info. This generic method is also |
| 93 |
|
used on Linux when the original guesser fails. |
| 94 |
|
* wodim/wodim.c: count all track sizes when looking for an appropriate drive |
| 95 |
|
|
| 96 |
|
-- Eduard Bloch <blade@debian.org> Sun, 06 May 2007 16:39:08 +0200 |
| 97 |
|
|
| 98 |
|
cdrkit (1.1.5.1) RELEASED; urgency=low |
| 99 |
|
|
| 100 |
|
* resync with cosmetical last-minute changes from Peter Samuelson |
| 101 |
|
* Makefile: "release" target extension to make the Debian related source |
| 102 |
|
file creation more convinient |
| 103 |
|
|
| 104 |
|
-- Eduard Bloch <blade@debian.org> Sat, 21 Apr 2007 11:30:35 +0200 |
| 105 |
|
|
| 106 |
|
cdrkit (1.1.5) RELEASED; urgency=low |
| 107 |
|
|
| 108 |
|
* wodim: explicite warning and more grace time if user manually specifies a size |
| 109 |
|
less than 301 sectors, which is likely to be a mistake from copy-pasting |
| 110 |
|
of genisoimage -print-size output and omitting the block factor |
| 111 |
|
* wodim: Native device name management directly in libusal now, the |
| 112 |
|
rewritten device scan method uses it directly. If the backend driver does |
| 113 |
|
not implement native names handling, the old-style IDs are displayed. |
| 114 |
|
* libusal: native device name management, implemented on Linux and |
| 115 |
|
Win32(SPT) for now |
| 116 |
|
* libusal: ATA is now mapped directly into the b/t/l namespace, with some |
| 117 |
|
workarounds to provide backward compatibility |
| 118 |
|
* libusal: For SCSI devices, use only scd* on kernel 2.6 and sg* on kernel |
| 119 |
|
2.4 until proper locking scheme is established |
| 120 |
|
* libusal: always return a known value in usal_sense_table(...), from a |
| 121 |
|
patch from SUSE (cdrkit-dvd-fix.patch) |
| 122 |
|
* genisoimage: customized the default APPID string in genisoimage |
| 123 |
|
* genisoimage: restored support for iso9660 file sizes up to 4GB-1 |
| 124 |
|
* genisoimage: forced MAGIC_ERROR definition for older version, thanks |
| 125 |
|
to Thomas Schmidt |
| 126 |
|
* genisoimage: avoid pointless warnings on filetype of <root directory>/.. |
| 127 |
|
|
| 128 |
|
-- Eduard Bloch <blade@debian.org> Sat, 21 Apr 2007 10:17:35 +0200 |
| 129 |
|
|
| 130 |
|
cdrkit (1.1.4) RELEASED; urgency=low |
| 131 |
|
|
| 132 |
|
[ Eduard Bloch ] |
| 133 |
|
* On Linux, do device scanning on /dev/sr first and fallback to /dev/sg and |
| 134 |
|
others only then, thus having better chances to use the same exclusive |
| 135 |
|
lock as other programs when the user provided only the b/t/l |
| 136 |
|
device specification, since the Linux kernel is not able to coordinate the |
| 137 |
|
locking between the userspace interfaces |
| 138 |
|
* some refactoring, moved new Linux specific extensions to scsi-linux-sg.c, |
| 139 |
|
more relaxed device opening checks on scanning |
| 140 |
|
* some more warnings about b/t/l syntax deprecation |
| 141 |
|
|
| 142 |
|
-- Eduard Bloch <blade@debian.org> Sun, 01 Apr 2007 21:49:03 +0200 |
| 143 |
|
|
| 144 |
|
cdrkit (1.1.3) RELEASED; urgency=medium |
| 145 |
|
|
| 146 |
|
[ Eduard Bloch ] |
| 147 |
|
* Fixed fishing for transfer size in sysfs, now ready for |
| 148 |
|
/dev/class/scsi_generic contents |
| 149 |
|
* Fixed /dev/sg%d pattern scan in --devices, now iterating over modern style |
| 150 |
|
device files. Thanks to Thomas Schmidt. |
| 151 |
|
* Dealing with the last newline char when processing |
| 152 |
|
/proc/sys/dev/cdrom/info contents |
| 153 |
|
* print the track size in the info message when guessing |
| 154 |
|
* added some missing or probably missing definitions in |
| 155 |
|
wodim/CMakeLists.txt, restoring the reading from inf files |
| 156 |
|
* passing through the real file size to the UDF generator. Creating |
| 157 |
|
incorrect iso9660 but having it this way is better than no LFS at all. |
| 158 |
|
* removed md5* parts and integration from icedax, patch by |
| 159 |
|
Vladimir Nadvornik <nadvornik@suse.cz> |
| 160 |
|
* various small bugfixes or cosmetic fixes picked from still GPLed parts of |
| 161 |
|
cdrtools-2.01.01a24, excluding meta changes and big tree.c and mkisofs.c |
| 162 |
|
refactoring. Stream file name option enabled now. |
| 163 |
|
* wodim.1: "you have 4 seconds to abort ..." |
| 164 |
|
* defaults.c: Correct fallback to CDR_FIFOSIZE and correct error message |
| 165 |
|
on bad input. |
| 166 |
|
* tell the user his device is busy on Linux because it's mounted, after |
| 167 |
|
looking at /proc/mounts |
| 168 |
|
|
| 169 |
|
[ Peter Samuelson ] |
| 170 |
|
* Clean up Linux-2.6 CD/DVD-R drive detection, clearer error messages. |
| 171 |
|
|
| 172 |
|
-- Eduard Bloch <blade@debian.org> Mon, 26 Mar 2007 17:35:10 +0200 |
| 173 |
|
|
| 174 |
cdrkit (1.1.2) RELEASED; urgency=low |
cdrkit (1.1.2) RELEASED; urgency=low |
| 175 |
|
|
| 176 |
[ Stefan Huehner ] |
[ Stefan Huehner ] |