Documented changes and release timestamp

This commit is contained in:
Thomas Schmitt 2011-11-21 08:27:55 +00:00
parent ba911768a6
commit c1c261ca21
2 changed files with 310 additions and 10 deletions

View File

@ -1,10 +1,15 @@
SVN trunk (to become libisoburn-1.1.8.tar.gz)
SVN trunk (to become libisoburn-1.2.0.tar.gz or higher)
===============================================================================
* Bug fix: libburn misinterpreted mode page 2A if block descriptors are present
* New option -sleep
* Info document and man page for xorrecord
- no novelties yet
libisoburn-1.1.8.tar.gz Mon Nov 21 2011
===============================================================================
* Info document and man page for xorrecord
* New option -sleep
* Enabled recognition of QEMU DVD-ROM 0.12
* Enabled out-of the box use of xorriso on Linux guest on qemu virtio-blk-pci
libisoburn-1.1.6.tar.gz Tue Sep 27 2011
===============================================================================
* Bug fix: -extract_single extracted directory content

View File

@ -11839,7 +11839,7 @@ ChangeLog
xorriso/changelog.txt
Documented changes and release timestamp
----------------------------------- release - xorriso-1.1.4 - 2011.08.08.070301
----------------------------------- release - xorriso-1.1.6 - 2011.09.27.080001
* Bug fix: -extract_single extracted directory content
* Bug fix: -extract was not immediately aborted if -abort_on was triggered
* Bug fix: xorriso did not write to files in filesystems with >= 4 TB free space
@ -11873,26 +11873,287 @@ xorriso/xorrisofs.1
xorriso/xorrisofs.info
Version leap to libisoburn-1.1.7
27 Sep 2011 []
27 Sep 2011 [4334]
ChangeLog
xorriso/changelog.txt
Documented changes and release timestamp
27 Sep 2011 [4335]
svn move -m Promoted branch to tag
http://svn.libburnia-project.org/libisoburn/branches/1.1.6
http://svn.libburnia-project.org/libisoburn/tags/1.1.6
------------------------------------ cycle - xorriso-1.1.7 - 2011.09.27.133025
[]
2011.10.05.075024 [4338]
configure.ac
libisoburn/libisoburn.h
Requiring libburn 1.1.7
2011.10.05.085704 [4340]
libisoburn/libisoburn.h
libisoburn/burn_wrap.c
New flag bit of API call isoburn_drive_aquire() to cause burn_drive_re_assess()
2011.10.05.172142 [4341]
xorriso/drive_mgt.c
Avoiding open-close cycles on MMC drives after blanking or burning
2011.10.05.173150 [4342]
xorriso/opts_a_c.c
xorriso/lib_mgt.c
Allowed lowercase severity names for all occasions
06 Oct 2011 [4343]
README
Pointed readers of README to releng/README
08 Oct 2011 [4393]
xorriso/man_xorriso_to_html.sh
xorriso/man_xorrisofs_to_html.sh
Replaced HTML minus by a flat ASCII minus in HTML man page generator
2011.10.09.162439 [4396]
xorriso/drive_mgt.c
Reacted on nitpicking of cppcheck
2011.10.13.105921 [4404]
xorriso/drive_mgt.c
Improved plausibility of xorriso media summary in case of unreliable readbility
13 Oct 2011 [4405]
releng/manual_burn
Removed potentially dangerous hint from releng/manual_burn
2011.10.14.094257 [4406]
xorriso/xorriso.h
xorriso/parse_exec.c
xorriso/opts_d_h.c
xorriso/opts_p_z.c
libisoburn/libisoburn.ver
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
New option -sleep
2011.10.18.162119 [4407]
xorriso/parse_exec.c
xorriso/emulators.h
xorriso/emulators.c
Enabled xorrecord dev=-
2011.10.25.103839 [4408]
README
Makefile.am
xorriso/README_gnu_xorriso
xorriso/make_xorriso_standalone.sh
xorriso/xorriso_makefile_am.txt
xorriso/emulators.c
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
xorriso/xorrisofs.texi
xorriso/xorrisofs.info
xorriso/xorrisofs.1
+ xorriso/xorrecord.texi
+ xorriso/xorrecord.info
+ xorriso/xorrecord.1
xorriso/make_docs.sh
xorriso/make_xorriso_1.c
xorriso/convert_man_to_html.sh
+ xorriso/man_xorrecord_to_html.sh
Info document and man page for xorrecord
25 Oct 2011 [4409]
xorriso/xorriso_eng.html
ChangeLog
Updated change log and web page
------------------------------------ cycle - xorriso-1.1.7 -
* New option -sleep
* Info document and man page for xorrecord
2011.10.25.160042 [4410]
xorriso/drive_mgt.c
Avoided to report "Supported modes: SAO TAO" with xorrecord -atip on ROM drives
2011.10.26.085213 [4411]
xorriso/drive_mgt.c
Let xorrecord -atip throw SORRY on empty tray, but report profile list of drive
26 Oct 2011 [4412]
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
xorriso/xorrisofs.texi
xorriso/xorrisofs.info
xorriso/xorrisofs.1
Replaced several occurences of the word "media" by "medium"
2011.11.02.140829 [4420]
libisoburn/libisoburn.h
libisoburn/isoburn.h
libisoburn/burn_wrap.c
libisoburn/isofs_wrap.c
Replaced several occurences of the word "media" by "medium"
2011.11.02.142105 [4421]
xorriso/xorrisoburn.h
xorriso/check_media.h
xorriso/opts_a_c.c
xorriso/opts_d_h.c
xorriso/opts_p_z.c
xorriso/drive_mgt.c
xorriso/emulators.c
xorriso/write_run.c
Replaced several occurences of the word "media" by "medium"
------------------------------------ cycle - xorriso-1.1.7 - 2011.11.02.142105
2011.11.04.102805 [4423]
xorriso/xorriso_eng.html
ChangeLog
Updated change log and web page
------------------------------------ cycle - xorriso-1.1.7 - 2011.11.04.102805
* Bug fix: libburn misinterpreted mode page 2A
2011.11.09.131243 [4425]
+ doc/qemu_xorriso.wiki
Added a wiki page about xorriso on qemu. Online: wiki/QemuXorriso
------------------------------------ cycle - xorriso-1.1.7 - 2011.11.09.131243
* Enabled out-of the box use of xorriso on Linux guest on qemu virtio-blk-pci
09 Nov 2011 [4426]
xorriso/make_xorriso_standalone.sh
Added wiki page about xorriso on qemu to the GNU xorriso tarball generator
09 Nov 2011 [4427]
doc/qemu_xorriso.wiki
Small corrections in wiki/QemuXorriso
2011.11.09.145155 [4428]
Makefile.am
Added wiki/QemuXorriso to libisoburn tarball generator
09 Nov 2011 [4429]
doc/qemu_xorriso.wiki
Mentioned how to use /dev/vda without /dev/sr1 link
10 Nov 2011 [4432]
doc/qemu_xorriso.wiki
Some clarifications in wiki/QemuXorriso
11 Nov 2011 [4433]
doc/qemu_xorriso.wiki
Some clarifications in wiki/QemuXorriso
13 Nov 2011 [4434]
doc/qemu_xorriso.wiki
Some clarifications in wiki/QemuXorriso
16 Nov 2011 [4438]
doc/qemu_xorriso.wiki
Some clarifications in wiki/QemuXorriso
16 Nov 2011 [4439]
doc/qemu_xorriso.wiki
Corrected a wrong statement in wiki/QemuXorriso
20 Nov 2011 [4445]
svn copy -m Branching for libisoburn release 1.1.8
http://svn.libburnia-project.org/libisoburn/trunk
http://svn.libburnia-project.org/libisoburn/branches/1.1.8
2011.11.20.173001 [4446]
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
xorriso/xorriso.texi
xorriso/xorriso.1
xorriso/xorriso.info
xorriso/xorrisofs.texi
xorriso/xorrisofs.1
xorriso/xorrisofs.info
xorriso/xorrecord.texi
xorriso/xorrecord.1
xorriso/xorrecord.info
Version leap to libisoburn-1.1.8
20 Nov 2011 [4447]
ChangeLog
xorriso/changelog.txt
Documented changes and release timestamp
----------------------------------- release - xorriso-1.1.8 - 2011.11.20.173001
* Info document and man page for xorrecord
* New option -sleep
* Enabled recognition of QEMU DVD-ROM 0.12
* Enabled out-of the box use of xorriso on Linux guest on qemu virtio-blk-pci
2011.11.21.081802 [4452]
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
xorriso/xorriso.texi
xorriso/xorriso.1
xorriso/xorriso.info
xorriso/xorrisofs.texi
xorriso/xorrisofs.1
xorriso/xorrisofs.info
xorriso/xorrecord.texi
xorriso/xorrecord.1
xorriso/xorrecord.info
Version leap to libisoburn-1.1.9
21 Nov 2011 []
ChangeLog
xorriso/changelog.txt
Documented changes and release timestamp
21 Nov 2011 []
svn move -m Promoted branch to tag
http://svn.libburnia-project.org/libisoburn/branches/1.1.8
http://svn.libburnia-project.org/libisoburn/tags/1.1.8
------------------------------------ cycle - xorriso-1.1.9 -
[]
xorriso/xorriso_eng.html
ChangeLog
Updated change log and web page
------------------------------------ cycle - xorriso-1.1.7 -
------------------------------------ cycle - xorriso-1.1.9 -
[]
xorriso/xorriso_eng.html
ChangeLog
Updated change log and web page
------------------------------------ cycle - xorriso-1.1.9 -
**********************************************************************
Important: When adding a public API function then add its name to file
@ -11903,6 +12164,39 @@ Important: When adding a public API function then add its name to file
TODO
===============================================================================
- -check_media option which aborts the check run on the first error ?
Such an option for -check_md5_r ?
- read-only files , not writable block devices with rw:
rm /dvdbuffer/pseudo_drive
xorriso -dev /dvdbuffer/pseudo_drive -add /u/FERTIG
chmod a-w /dvdbuffer/pseudo_drive
xorriso -dev /dvdbuffer/pseudo_drive -add /u/solvay
yields
libburn : SORRY : Failed to open device (a pseudo-drive) : Permission denied
but -toc says
Media current: stdio file, overwriteable
Media status : is written , is appendable
and after the failed write attempt
Media current: is not recognizable
Media status : is written , is appendable
The misconception of writability can be avoiced by -early_stdio_test on
??? make -early_stdio_test on by default ?
qemu:
- Have an option for enforcing TAO/No RESERVE TRACK, SAO, DAO
-------------------------
man page for osirrox ?
--------------------------
- libisofs: Dynamic hand-out of filesystem id number for user streams
and registration of a type string.
Deprecate global variable serial_id.
@ -11910,6 +12204,9 @@ Important: When adding a public API function then add its name to file
- update_home got stuck when interrupted during -update_r
??? not reproducible any more
>>> It happened again on qemu while interrupting the waiting for
the drive to become ready after tray loading.
-------------------------------------------------------------------------
@ -11959,8 +12256,6 @@ terminology in xorriso. I shall make a tree model.
- Is it possible to allow longer Rock Ridge names ?
- need a loop to calc and to call rrip_add_NM()
- xorrecord.texi , man_1_xorrecord.html
------------------------------------------------- For Debian: