diff --git a/ChangeLog b/ChangeLog index f0d5139c..f141074c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,19 +1,25 @@ -SVN trunk (to become libisoburn-1.0.2.pl00.tar.gz) +SVN trunk (to become libisoburn-1.0.4.pl00.tar.gz) =============================================================================== +- no changes yet + +libisoburn-1.0.2.pl00.tar.gz Mon Feb 23 2011 +=============================================================================== +libisoburn novelties: +* Removed compiler obstacles of GNU xorriso on Solaris 9 +* New isoburn_igopt_set_extensions() option isoburn_igopt_old_empty +xorriso novelties: * Bug fix: Images produced with -for_backup might be unreadable and also fail -check_md5 verification. * Bug fix: mkisofs emulation options -l , -full-iso9660-filenames did not work. * Bug fix: Option -mkdir yielded SIGSEGV due to a NULL pointer * Bug fix: ECMA-119 standards violation with Volume Descriptor Set Terminator -* Removed compiler obstacles of GNU xorriso on Solaris 9 -* New isoburn_igopt_set_extensions() option isoburn_igopt_old_empty -* New -as mkisofs option --old-empty * New options -clone and -cp_clone * New -find actions update_merge, rm_merge, clear_merge +* New -as mkisofs option -max-iso9660-filenames +* New -as mkisofs option --old-empty * New -as mkisofs options -root , -old-root * New -as mkisofs options --old-root-no-md5, --old-root-no-ino, --old-root-dev - libisoburn-1.0.0.pl00.tar.gz Mon Jan 17 2011 =============================================================================== libisoburn novelties: diff --git a/xorriso/changelog.txt b/xorriso/changelog.txt index 16a2b7e2..ccdcc27a 100644 --- a/xorriso/changelog.txt +++ b/xorriso/changelog.txt @@ -9496,14 +9496,309 @@ xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-1.0.1 -17 Jan 2011 [] +17 Jan 2011 [3566] ChangeLog xorriso/changelog.txt Documented changes and release timestamp +17 Jan 2011 [3567] +svn move -m Promoted branch to tag +http://svn.libburnia-project.org/libisoburn/branches/1.0.0 +http://svn.libburnia-project.org/libisoburn/tags/1.0.0 + ------------------------------------ cycle - xorriso-1.0.1 - 2011.01.17.092111 + +2011.01.18.154443 [3568] +libisoburn/isoburn.h +Avoiding if not available. Trying to use in that case. + +2011.01.18.154717 [3569] +xorriso/xorriso_private.h +xorriso/base_obj.c +xorriso/lib_mgt.c +xorriso/write_run.c +Avoiding if not available. Trying to use in that case. + +------------------------------------ cycle - xorriso-1.0.1 - 2011.01.18.154717 +* Removed compiler obstacles of GNU xorriso on Solaris 9 + + +18 Jan 2011 [3571] +doc/faq.wiki +Small change in FAQ wiki text + +19 Jan 2011 [3572] +xorriso/xorriso.texi +xorriso/xorriso.info +xorriso/xorriso.1 +Mentioned missing mkisofs -old-root functionality in man page + +------------------------------------ cycle - xorriso-1.0.1 - 2011.01.24.141621 +* Bug fix: ECMA-119 standards violation with Volume Descriptor Set Terminator + + +2011.01.26.132843 [3573] +libisoburn/libisoburn.h +libisoburn/isoburn.h +libisoburn/isoburn.c +New isoburn_igopt_set_extensions() option isoburn_igopt_old_empty + +2011.01.26.133107 [3574] +xorriso/xorriso_private.h +xorriso/base_obj.c +xorriso/write_run.c +xorriso/xorriso.texi +xorriso/xorriso.info +xorriso/xorriso.1 +New -compliance option old_empty + +26 Jan 2011 [3575] +configure.ac +Requiring libisofs-1.0.1 now + +------------------------------------ cycle - xorriso-1.0.1 - 2011.01.26.133107 +* New isoburn_igopt_set_extensions() option isoburn_igopt_old_empty + + +2011.01.26.184140 [3576] +libisoburn/isoburn.c +Followed name change in the yet unstable part of libisofs API + +2011.01.26.210359 [3577] +xorriso/emulators.c +New -as mkisofs option --old-empty + ------------------------------------ cycle - xorriso-1.0.1 - +* New -as mkisofs option --old-empty + + +2011.01.31.135917 [3578] +xorriso/iso_manip.c +Bug fix: Option -mkdir yielded SIGSEGV due to a NULL pointer + +2011.02.01.185830 [3579] +xorriso/xorriso.h +xorriso/xorrisoburn.h +xorriso/parse_exec.c +xorriso/opts_a_c.c +xorriso/opts_d_h.c +xorriso/iso_manip.c +libisoburn/libisoburn.ver +xorriso/xorriso.texi +xorriso/xorriso.info +xorriso/xorriso.1 +xorriso/xorriso_eng.html +ChangeLog +New option -clone + +2011.02.02.174154 [3580] +xorriso/xorrisoburn.h +xorriso/iso_manip.c +xorriso/xorriso.texi +xorriso/xorriso.info +xorriso/xorriso.1 +Disallowed -clone to overwrite existing nodes + +2011.02.04.191922 [3581] +xorriso/xorriso.h +xorriso/parse_exec.c +xorriso/opts_a_c.c +xorriso/opts_d_h.c +xorriso/iso_manip.c +xorriso/sfile.c +libisoburn/libisoburn.ver +xorriso/xorriso.texi +xorriso/xorriso.info +xorriso/xorriso.1 +New option -cp_clone + +2011.02.07.182947 [3582] +xorriso/cmp_update.c +xorriso/sort_cmp.c +Do not regard file as changed just because no ino was recorded + +2011.02.07.184304 [3583] +xorriso/xorrisoburn.h +xorriso/opts_p_z.c +xorriso/emulators.c +xorriso/iso_tree.h +xorriso/iso_tree.c +xorriso/iso_manip.c +xorriso/xorriso.texi +xorriso/xorriso.info +xorriso/xorriso.1 +New -as mkisofs options -root , -old-root, --old-root-no-md5, --old-root-no-ino, --old-root-dev + +2011.02.07.202851 [3584] +xorriso/emulators.c +xorriso/iso_manip.c +xorriso/sort_cmp.c +xorriso/iso_tree.h +xorriso/iso_tree.c +Some corrections of the previous commit + +2011.02.08.133624 [3585] +xorriso/emulators.c +-as mkisofs: Enabled reading of xattr and md5 before image loading + +2011.02.12.171423 [3587] +xorriso/xorriso_private.h +xorriso/xorrisoburn.h +xorriso/base_obj.c +xorriso/opts_a_c.c +xorriso/opts_d_h.c +xorriso/opts_p_z.c +xorriso/emulators.c +xorriso/cmp_update.h +xorriso/cmp_update.c +xorriso/disk_ops.c +xorriso/iso_manip.h +xorriso/iso_manip.c +xorriso/findjob.h +xorriso/lib_mgt.c +xorriso/xorriso.texi +xorriso/xorriso.info +xorriso/xorriso.1 +New -find actions update_merge, rm_merge, clear_merge. -cp_clone now merges. + +2011.02.12.172930 [3588] +xorriso/cmp_update.c +Reacted on compiler warning about uninitialized variable + +2011.02.14.090737 [3590] +xorriso/base_obj.c +xorriso/parse_exec.c +xorriso/filters.c +xorriso/write_run.c +Closed memory leaks detected by valgrind + +14 Feb 2011 [3591] +xorriso/xorriso_eng.html +ChangeLog +Updated change log + +------------------------------------ cycle - xorriso-1.0.1 - 2011.02.14.090737 +* Bug fix: Option -mkdir yielded SIGSEGV due to a NULL pointer +* New options -clone and -cp_clone +* New -find actions update_merge, rm_merge, clear_merge +* New -as mkisofs options -root , -old-root +* New -as mkisofs options --old-root-no-md5, --old-root-no-ino, --old-root-dev + + +2011.02.19.112243 [3593] +xorriso/emulators.c +Small adjustments in mkisofs emulation +Bug fix: -as mkisofs -l resp. -full-iso9660-filenames did not work + +2011.02.19.112439 [3594] +xorriso/filters.c +Updated copyright + +2011.02.19.112541 [3595] +xorriso/xorriso.texi +Corrections in xorriso man page + +19 Feb 2011 [3596] +xorriso/xorriso_eng.html +ChangeLog +Updated change log + +19 Feb 2011 [3597] +xorriso/xorriso.info +xorriso/xorriso.1 +info document and man page for recent texi corrections + +------------------------------------ cycle - xorriso-1.0.1 - 2011.02.19.112541 +* Bug fix in libisofs: + Images produced with -for_backup might be unreadable and + also fail -check_md5 verification. +* Bug fix: mkisofs emulation options -l , -full-iso9660-filenames did not work. + + +2011.02.21.130729 [3598] +xorriso/emulators.c +Correction about -as mkisofs --old-root-no-ino + +2011.02.22.073504 [3599] +xorriso/opts_a_c.c +xorriso/iso_manip.c +Issueing messages with -clone and -cp_clone + +2011.02.22.073641 [3600] +xorriso/emulators.c +Corrected a bug that prevented -as mkisofs option -output + +2011.02.22.123730 [3601] +xorriso/emulators.c +Made -as mkisofs ignore option -disable-deep-relocation rather than failing + +2011.02.22.143131 [3602] +xorriso/emulators.c +New -as mkisofs option -max-iso9660-filenames + +22 Feb 2011 [3603] +xorriso/xorriso_eng.html +ChangeLog +Updated change log + +------------------------------------ cycle - xorriso-1.0.1 - 2011.02.22.143131 +* New -as mkisofs option -max-iso9660-filenames + + +23 Feb 2011 [3608] +svn copy -m Branching for libisoburn release 1.0.2 +http://svn.libburnia-project.org/libisoburn/trunk +http://svn.libburnia-project.org/libisoburn/branches/1.0.2 + +2011.02.23.140001 [3609] +configure.ac +README +libisoburn/libisoburn.h +xorriso/README_gnu_xorriso +xorriso/xorriso.h +xorriso/xorrisoburn.h +xorriso/xorriso_main.c +xorriso/xorriso_eng.html +xorriso/make_xorriso_standalone.sh +xorriso/configure_ac.txt +xorriso/xorriso_timestamp.h +Version leap to libisoburn-1.0.2 + + [] +ChangeLog +xorriso/changelog.txt +Documented changes and release timestamp + +----------------------------------- release - xorriso-1.0.2 - 2011.02.23.140001 +* Bug fix: Images produced with -for_backup might be unreadable and + also fail -check_md5 verification. +* Bug fix: mkisofs emulation options -l , -full-iso9660-filenames did not work. +* Bug fix: Option -mkdir yielded SIGSEGV due to a NULL pointer +* Bug fix: ECMA-119 standards violation with Volume Descriptor Set Terminator +* Removed compiler obstacles of GNU xorriso on Solaris 9 +* New isoburn_igopt_set_extensions() option isoburn_igopt_old_empty +* New options -clone and -cp_clone +* New -find actions update_merge, rm_merge, clear_merge +* New -as mkisofs option -max-iso9660-filenames +* New -as mkisofs option --old-empty +* New -as mkisofs options -root , -old-root +* New -as mkisofs options --old-root-no-md5, --old-root-no-ino, --old-root-dev + + + + +>>> Upgrade to FATAL for development version: + libisofs/ecma119.c + iso_msgs_submit(0, + "Image is most likely damaged. Calculated/written block address mismatch.", + 0, "WARNING", 0); + +xorriso/xorriso_eng.html +ChangeLog +------------------------------------ cycle - xorriso-1.0.1 - +xorriso/xorriso_eng.html +ChangeLog ------------------------------------ cycle - xorriso-1.0.1 - @@ -9516,6 +9811,19 @@ Important: When adding a public API function then add its name to file TODO =============================================================================== +- Keshav P.R. : + Allow double dashes with all long options. + +- implement -max-iso9660-filenames like -l + + +- Zhang Weiwu: + >>> ask for test of -old-root + +- publish xorriso -as mkisofs -help and -as cdrecord -help on website + +- xorrisofs.texi , xorrecord.texi + ------------------------------------------------- For Debian: