PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : webCDwriter 2.4.2



hunter
28.11.02, 07:51
Kurze Changelog:´

Changes: This version preserves the executable bit of UNIX files, shows unreadable files and long file names, implements an elaborate socket handling, makes it possible to use a port below 1024, and includes some fixes and enhancements concerning DVD+RW support.

Lange Changlog:

*** 2.4.2

CDWserver

- replaced "const char *" exceptions by "Exeption" objects
- replaced File.getName() by File.getPath() to be Java compatible
- SIGHUP handler: reopen the log file
- explicit call to close after reading a file to fix
a problem with Netscape 4.x
- use "gracetime=3" if available
- elaborate socket closing to avoid orphans
- force immediate server restarts by using the
socket option SO_REUSEADDR
- use "-no-emul-boot" for non-floppy-size boot images < 10 MB
and "-hard-disk-boot" for larger images
- make it possible to use portNo < 1024 (e.g. 80)
in /etc/CDWserver/config

webCDcreator

- support session > 2 GB in PutFile and PutTrack
- a hide button in BurnDialog
- thread save Log.put()
- "cannot read file" dialog: "ignore" and "ignore all" options
(PutFiles.java)
- "length of file name above 31 characters" dialog (PutFiles.java)
- "do you really want to format/overwrite" dialog (MainWin.java)
- try to get the executable bit of UNIX files by running "ls -l"
- changed the preferred certificate to a "keytool" generated one
- make the progress bar in PutTracks.java work for audio tracks


Homepage: http://wwwhomes.uni-bielefeld.de/jhaeger/webCDwriter/