diff --git a/xorriso/changelog.txt b/xorriso/changelog.txt index d86357ed..d127148f 100644 --- a/xorriso/changelog.txt +++ b/xorriso/changelog.txt @@ -2605,7 +2605,7 @@ Documented changes and release timestamp * New TOC layout with volume id and sbsector= * New option -rom_toc_scan * New option -load session|track|sbsector|volid -* Now depending on libburn-0.4.6 +* Now depending on libburn-0.4.8 * New -blank and -format modes as_needed * New option -list_formats * New options -map and -map_single @@ -2618,7 +2618,7 @@ xorriso/xorriso.c xorriso/xorrisoburn.c Bug fix: -findi operated on nodes which ceased existence shortly before - [] +2008.05.18.084729 [1800] configure.ac README libisoburn/libisoburn.h @@ -2632,10 +2632,123 @@ xorriso/configure_ac.txt xorriso/changelog.txt Version leap to 0.1.7, requiring libburn-0.4.8 now ------------------------------------- cycle - xorriso-0.1.7 - 2008.05.18. +------------------------------------ cycle - xorriso-0.1.7 - 2008.05.18.084729 ------------------------------------- cycle - xorriso-0.1.7 - ------------------------------------- cycle - xorriso-0.1.7 - +2008.05.20.075142 [1804] +xorriso/xorriso.c +Making Xorriso_prescan_args() safe against misunderstandings + +2008.05.22.192618 [1808] +xorriso/xorriso.h +xorriso/xorriso_private.h +xorriso/xorriso.c +xorriso/xorrisoburn.h +xorriso/xorrisoburn.c +First experiments of osirrox ISO-to-disk copying + +2008.05.22.192737 [1809] +libisoburn/data_source.c +Removed outdated code branch + +2008.05.22.210835 [1810] +xorriso/xorriso.c +xorriso/xorrisoburn.c +xorriso/xorriso.1 +New options -osirrox and -cpx + +2008.05.24.092546 [1812] +xorriso/xorriso_private.h +xorriso/xorriso.c +xorriso/xorrisoburn.c +xorriso/xorriso.1 +Enabled osirrox of more file types, curbed with device files + +2008.05.24.092853 [1813] +libisoburn/isoburn.c +Bug fix: modifying to overwriteable target yielded unmountable results + +------------------------------------ cycle - xorriso-0.1.7 - 2008.05.24.092853 +* Bug fix: Modifying to overwriteable target yielded unmountable results +* New options -osirrox and -cpx + + +2008.05.24.170109 [1814] +xorriso/xorriso.c +xorriso/xorrisoburn.c +Some polishing with -cpx + +26 May 2008 [1815] +xorriso/configure_ac.txt +standalone version switch to libisofs-0.6.5 + +2008.05.26.181210 [1816] +xorriso/xorriso_private.h +xorriso/xorriso.c +xorriso/xorrisoburn.c +Improved access permission restauration by osirrox + +2008.05.27.201513 [1817] +xorriso/xorriso.h +xorriso/xorriso_private.h +xorriso/xorriso.c +xorriso/xorrisoburn.c +xorriso/xorriso.1 +xorriso/xorriso_eng.html +New option -stream_recording + +2008.05.31.174045 [1819] +xorriso/xorriso_private.h +xorriso/xorriso.c +xorriso/xorrisoburn.h +xorriso/xorrisoburn.c +xorriso/xorriso.1 +Implemented concatenation of split files during -cpx + +------------------------------------ cycle - xorriso-0.1.7 - 2008.05.31.174045 +* New option -stream_recording + +2008.06.01.134322 [1820] +xorriso/xorrisoburn.c +Reacted on harmless compiler warning + +2008.06.01.145038 [1821] +xorriso/configure_ac.txt +standalone version switch to libisofs-0.6.6 + +2008.06.01.145155 [1822] +configure.ac +libisoburn/libisoburn.h +Switched requirements to libisofs-0.6.6 + +------------------------------------ cycle - xorriso-0.1.7 - 2008.06.01.145155 +* Bug fix: major,minor numbers of device files appeared as 0,1 in next session + + +2008.06.02.070301 [1824] +configure.ac +README +libisoburn/libisoburn.h +xorriso/README +xorriso/xorriso_timestamp.h +xorriso/xorriso_private.h +xorriso/xorrisoburn.h +xorriso/xorriso_eng.html +xorriso/make_xorriso_standalone.sh +xorriso/configure_ac.txt +Version leap to 0.1.8 + +2 Jun 2008 [] +xorriso/changelog.txt +Document changes and release timestamp + +---------------------------------- release - xorriso-0.1.8 - 2008.06.02.070301 +* Bug fix: Modifying to overwriteable target yielded unmountable results +* Bug fix: major,minor numbers of device files appeared as 0,1 in next session +* New option -stream_recording for full speed with DVD-RAM and BD-RE +* New options -osirrox and -cpx allow to extract single files from ISO image + +------------------------------------ cycle - xorriso-0.1.9 - +------------------------------------ cycle - xorriso-0.1.9 - =============================================================================== @@ -2646,8 +2759,6 @@ Version leap to 0.1.7, requiring libburn-0.4.8 now ------------------------------------------------- important -make Xorriso_prescan_args() safe against misunderstandings - ------------------------------------------------- development - mkisofs,cdrecord multi session @@ -2661,6 +2772,11 @@ make Xorriso_prescan_args() safe against misunderstandings cd /u/FERTIG lsd nonexist/.. +- perform any long lasting operation in separate threads while + the main thread cares for user and message queues. + +- Introduce an interrupt key for dialog + - regularly do valgrind check for memory leaks - ??? http://scan.coverity.com/faq.html @@ -2679,7 +2795,33 @@ make Xorriso_prescan_args() safe against misunderstandings > Make transactional the tree deletions meant for replacing -- Introduce an interrupt key for dialog + +------------------------------------------------- libisofs wishes + +------ problem fixes : + +- Error code for libisoburn data source read errors. + +- #define ISO_ERR_PRIO(e) ((e & 0x00700000) << 8) + (rather than 0x00F00000, see ticket 135) + +------ feature enhancements : + +- Data files >= 4 GiB. + +- A repeatable shell command as origin ("disk_file") + of a regular file in the ISO image. + +- Image checksum tag in the last data blocks of an image. + A data file entry should point to that block. + +------ extended attribute stunts: Not visible for mount but for libisofs + +- file checksums + +- ACLs + +- man attr(5) extended attributes ===============================================================================