Documented changes and release timestamp

This commit is contained in:
Thomas Schmitt 2011-03-10 13:56:19 +00:00
parent c95e2c9d24
commit a660e9d38a
2 changed files with 280 additions and 12 deletions

View File

@ -1,17 +1,25 @@
SVN trunk (to become libisoburn-1.0.4.pl00.tar.gz)
SVN trunk (to become libisoburn-1.0.6.pl00.tar.gz)
===============================================================================
- no novelties yet
libisoburn-1.0.4.pl00.tar.gz Thu Mar 10 2011
===============================================================================
libisoburn novelties:
* New isoburn_ropt_set_extensions() option isoburn_ropt_nomd5tag
xorriso novelties:
* Bug fix: xorrisofs did not work under growisofs -M (version 1.0.0 was ok)
* Bug fix: -as mkisofs -C attempted to read volume header of blank media
* Bug fix: -as mkisofs -old-root did not work with -graft-points
* Bug fix: -as mkisofs -partition_hd_cyl had no effect
* Bug fix: -as mkisofs did not properly unescape target part of pathspecs
* Bug fix: isohybrid image size was not aligned to cylinder boundary
* Bug fix: Compilation without zlib failed
* New -padding modes "included" and "appended"
* New bootspec partition_cyl_align=, new -as mkisofs option -partition_cyl_align
* New -as mkisofs and -as cdrecord option --no_rc
* Own man page and info document for xorrisofs
libisoburn-1.0.2.pl00.tar.gz Mon Feb 23 2011
===============================================================================
libisoburn novelties:
@ -100,7 +108,7 @@ xorriso novelties:
* New -as mkisofs option --boot-catalog-hide
* New option -hide, -find action -hide, -find test -hidden
* New -boot_image bootspec cat_hidden=on
* New options -copright_file , -biblio_file , -abstract_file
* New options -copyright_file , -biblio_file , -abstract_file
* New find test -disk_name
* Enabled use of libreadline on Solaris
* Bug fix: -check_media patch_lba0= could install wrong image size

View File

@ -9800,21 +9800,277 @@ xorriso/configure_ac.txt
xorriso/xorriso_timestamp.h
Version leap to libisoburn-1.0.3
23 Feb 2011 []
23 Feb 2011 [3617]
ChangeLog
xorriso/changelog.txt
Documented changes and release timestamp
------------------------------------ cycle - xorriso-1.0.3 - 2011.02.22.143131
------------------------------------ cycle - xorriso-1.0.3 - 2011.02.23.202632
23 Feb 2011 [3618]
svn move -m Promoted branch to tag
http://svn.libburnia-project.org/libisoburn/branches/1.0.2
http://svn.libburnia-project.org/libisoburn/tags/1.0.2
2011.02.24.191908 [3620]
libisoburn/isofs_wrap.c
Corrected a flaw found by George Danchev with cpp
2011.02.24.192029 [3621]
xorriso/opts_d_h.c
xorriso/text_io.c
xorriso/filters.c
Corrected flaws found by George Danchev with cpp
2011.02.26.100158 [3622]
xorriso/emulators.c
Bug fix: -as mkisofs -old-root did not work with -graft-points
2011.02.28.190842 [3623]
xorriso/emulators.c
Bug fix: -as mkisofs -partition_hd_cyl had no effect
28 Feb 2011 [3624]
xorriso/make_xorriso_1.c
When producing man page from texi: substitute @minus{} within @item
2011.03.01.145125 [3626]
libisoburn/burn_wrap.c
Bug fix: -as mkisofs -C attempts to read volume header of blank media
2011.03.01.152159 [3627]
libisoburn/burn_wrap.c
Installed a test against non-zero msc1 on blank input drives
2011.03.02.093009 [3628]
xorriso/xorriso_private.h
xorriso/base_obj.c
xorriso/emulators.c
xorriso/write_run.c
Counting padding as part of the image with -as mkisofs
2011.03.02.094049 [3629]
xorriso/opts_d_h.c
xorriso/opts_p_z.c
xorriso/text_io.c
New -padding modes "included" and "excluded"
02 Mar 2011 [3630]
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
Updated documentation
02 Mar 2011 [3631]
xorriso/xorriso_eng.html
ChangeLog
Updated change log and web page
------------------------------------ cycle - xorriso-1.0.3 - 2011.03.02.094049
* Bug fix: -as mkisofs -old-root did not work with -graft-points
* Bug fix: -as mkisofs -partition_hd_cyl had no effect
* Bug fix: -as mkisofs -C attempted to read volume header of blank media
* Bug fix: isohybrid image size was not aligned to cylinder boundary
* New -padding modes "included" and "appended"
2011.03.03.181601 [3632]
libisoburn/libisoburn.h
libisoburn/isoburn.c
New bits 8 and 9 with options of isoburn_igopt_set_system_area()
2011.03.03.181850 [3633]
xorriso/xorriso_private.h
xorriso/opts_a_c.c
xorriso/emulators.c
xorriso/text_io.c
New bootspec partition_cyl_align=, new -as mkisofs option -partition_cyl_align
03 Mar 2011 [3634]
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
Updated documentation
04 Mar 2011 [3635]
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
Clarifications about cylinder size and alignment
04 Mar 2011 [3626]
xorriso/xorriso_eng.html
ChangeLog
Updated change log and web page
------------------------------------ cycle - xorriso-1.0.3 - 2011.03.03.181850
* New bootspec partition_cyl_align=, new -as mkisofs option -partition_cyl_align
2011.03.05.090434 [3637]
xorriso/parse_exec.c
xorriso/emulators.c
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
New -as mkisofs and -as cdrecord option --no_rc
2011.03.05.141534 [3638]
+ xorriso/xorrisofs.texi
+ xorriso/xorrisofs.info
+ xorriso/xorrisofs.1
Makefile.am
xorriso/make_xorriso_standalone.sh
xorriso/xorriso_makefile_am.txt
xorriso/make_docs.sh
Own man page and info document for xorrisofs
05 Mar 2011 [3639]
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
Mentioned man xorrisofs in man xorriso
2011.03.06.153741 [3640]
xorriso/emulators.c
Helptext of -as mkisofs now points to man xorrisofs
06 Mar 2011 [3641]
xorriso/xorrisofs.texi
xorriso/xorrisofs.info
xorriso/xorrisofs.1
Polished xorrisofs documentation
2011.03.07.101547 [3642]
xorriso/opts_a_c.c
xorriso/emulators.c
Bug fix: -as mkisofs did not properly unescape target part of pathspecs
07 Mar 2011 [3643]
xorriso/xorriso_eng.html
ChangeLog
Updated change log and web page
------------------------------------ cycle - xorriso-1.0.3 - 2011.03.07.101547
* New -as mkisofs and -as cdrecord option --no_rc
* Own man page and info document for xorrisofs
* Bug fix: -as mkisofs did not properly unescape target part of pathspecs
2011.03.09.071325 [3644]
libisoburn/libisoburn.h
libisoburn/isoburn.h
libisoburn/isoburn.c
libisoburn/isofs_wrap.c
New isoburn_ropt_set_extensions() option isoburn_ropt_nomd5tag
2011.03.09.071502 [3645]
xorriso/xorriso_private.h
xorriso/opts_i_o.c
xorriso/emulators.c
xorriso/text_io.c
xorriso/drive_mgt.c
New -md5 modes load_check_off and load_check_on
08 Mar 2011 [3646]
doc/partition_offset.wiki
Updated partition offset wiki
2011.03.09.123847 [3647]
xorriso/xorriso.h
Marked options introduced since 0.5.8 by the promised @since tags
09 Mar 2011 [3648]
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
xorriso/xorrisofs.texi
xorriso/xorrisofs.info
xorriso/xorrisofs.1
Corrections and updates of documentation
10 Mar 2011 [3649]
xorriso/README_gnu_xorriso
xorriso/make_xorriso_standalone.sh
xorriso/convert_man_to_html.sh
+ xorriso/man_xorrisofs_to_html.sh
+ xorriso/man_xorriso_to_html.sh
xorriso/xorrisofs.texi
xorriso/xorrisofs.info
xorriso/xorrisofs.1
xorriso/xorriso_eng.html
HTML version of man xorrisofs
10 Mar 2011 [3654]
svn copy -m Branching for libisoburn release 1.0.4
http://svn.libburnia-project.org/libisoburn/trunk
http://svn.libburnia-project.org/libisoburn/branches/1.0.4
2011.03.10.110001 [3655]
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.4
10 Mar 2011 [3656]
ChangeLog
xorriso/changelog.txt
Documented changes and release timestamp
----------------------------------- release - xorriso-1.0.4 - 2011.03.10.110001
* New isoburn_ropt_set_extensions() option isoburn_ropt_nomd5tag
* Bug fix: xorrisofs did not work under growisofs -M (version 1.0.0 was ok)
* Bug fix: -as mkisofs -C attempted to read volume header of blank media
* Bug fix: -as mkisofs -old-root did not work with -graft-points
* Bug fix: -as mkisofs -partition_hd_cyl had no effect
* Bug fix: -as mkisofs did not properly unescape target part of pathspecs
* Bug fix: isohybrid image size was not aligned to cylinder boundary
* Bug fix: Compilation without zlib failed
* New -padding modes "included" and "appended"
* New bootspec partition_cyl_align=, new -as mkisofs option -partition_cyl_align
* New -as mkisofs and -as cdrecord option --no_rc
* Own man page and info document for xorrisofs
2011.03.10.135207 []
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.5
10 Mar 2011 []
ChangeLog
xorriso/changelog.txt
Documented changes and release timestamp
------------------------------------ cycle - xorriso-1.0.5 - 2011.03.10.135207
xorriso/xorriso_eng.html
ChangeLog
------------------------------------ cycle - xorriso-1.0.3 -
Updated change log and web page
------------------------------------ cycle - xorriso-1.0.5 -
xorriso/xorriso_eng.html
ChangeLog
------------------------------------ cycle - xorriso-1.0.3 -
Updated change log and web page
------------------------------------ cycle - xorriso-1.0.5 -
**********************************************************************
@ -9826,18 +10082,22 @@ Important: When adding a public API function then add its name to file
TODO
===============================================================================
- The return values of the fwrite() calls in libisofs/demo/demo.c are ignored
- Keshav P.R. <skodabenz@rocketmail.com>:
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
- xorrecord.texi
- xorrisofs.texi , xorrecord.texi
- man_1_xorrisofs.html , man_1_xorrecord.html
- make possible -joliet-long in libisofs:
Up to 103 leafname characters in Joliet.
Name length restriction in libisofs/util.c:iso_j_file_id seems
to be hardcoded.
------------------------------------------------- For Debian: