Documented changes and release timestamp

This commit is contained in:
Thomas Schmitt 2011-04-09 11:04:52 +00:00
parent a846f7434d
commit 78e9d89fe4
2 changed files with 286 additions and 17 deletions

View File

@ -1,4 +1,9 @@
SVN trunk (to become libisoburn-1.0.6.pl00.tar.gz)
SVN trunk (to become libisoburn-1.0.8.pl00.tar.gz)
===============================================================================
- no novelties yet
libisoburn-1.0.6.pl00.tar.gz Sat Apr 9 2011
===============================================================================
* Bug fix: -as mkisofs padding did not work (regression in 1.0.4)
* Bug fix: Options -gid and -uid had no effect
@ -10,7 +15,6 @@ SVN trunk (to become libisoburn-1.0.6.pl00.tar.gz)
* -as mkisofs option -joliet-long is now fully functional
* Burning DVD-R DAO with 2 kB size granularity rather than 32 kB
libisoburn-1.0.4.pl00.tar.gz Thu Mar 10 2011
===============================================================================
libisoburn novelties:

View File

@ -10041,7 +10041,7 @@ Documented changes and release timestamp
* Own man page and info document for xorrisofs
2011.03.10.135207 []
2011.03.10.135207 [3661]
configure.ac
README
libisoburn/libisoburn.h
@ -10055,18 +10055,286 @@ xorriso/configure_ac.txt
xorriso/xorriso_timestamp.h
Version leap to libisoburn-1.0.5
10 Mar 2011 []
10 Mar 2011 [3662]
ChangeLog
xorriso/changelog.txt
Documented changes and release timestamp
10 Mar 2011 [3663]
svn move -m Promoted branch to tag
http://svn.libburnia-project.org/libisoburn/branches/1.0.4
http://svn.libburnia-project.org/libisoburn/tags/1.0.4
------------------------------------ cycle - xorriso-1.0.5 - 2011.03.10.135207
13 Mar 2011 [3668]
COPYRIGHT
Updated copyright year
2011.03.13.131305 [3669]
configure.ac
libisoburn/libisoburn.h
Requiring libburn-1.0.5
2011.03.13.131557 [3670]
libisoburn/burn_wrap.c
libisoburn/isofs_wrap.c
Prepared libisoburn for drive role 4
2011.03.21.093208 [3679]
libisoburn/burn_wrap.c
libisoburn/isofs_wrap.c
Prepared libisoburn for drive role 5
2011.03.21.093705 [3680]
xorriso/xorriso.h
xorriso/xorriso_private.h
xorriso/base_obj.c
xorriso/parse_exec.c
xorriso/opts_d_h.c
xorriso/write_run.c
xorriso/text_io.c
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
libisoburn/libisoburn.ver
New option -early_drive_test
2011.03.21.113720 [3681]
libisoburn/libisoburn.h
libisoburn/burn_wrap.c
libisoburn/libisoburn.ver
New API call isoburn_set_truncate()
2011.03.21.113858 [3682]
xorriso/write_run.c
Made use of new API call isoburn_set_truncate
2011.03.21.165533 [3683]
xorriso/xorriso_private.h
xorriso/opts_d_h.c
xorriso/drive_mgt.c
xorriso/text_io.c
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
New -early_stdio_test option appendable_wo
2011.03.22.081408 [3684]
libisoburn/burn_wrap.c
Fixed use of uninitialized variable when blanking rol5 pseudo drives
24 Mar 2011 [3686]
xorriso/README_gnu_xorriso
Fixed typos in GNU xorriso readme file
2011.03.24.182518 [3688]
libisoburn/burn_wrap.c
libisoburn/isofs_wrap.c
Better handling of pseudo-drive without read-permission
2011.03.25.191936 [3689]
configure.ac
libisoburn/libisoburn.h
Requiring libisofs-1.0.5
2011.03.26.100519 [3690]
xorriso/iso_manip.c
Reporting target name if adding of new node fails with ISO_WRONG_ARG_VALUE
2011.03.26.143944 [3691]
xorriso/write_run.c
Unconditionally reporting iso_level with -status -compliance
2011.03.26.144233 [3692]
libisoburn/libisoburn.h
libisoburn/isoburn.h
libisoburn/isoburn.c
New relax option isoburn_igopt_joliet_long_names
2011.03.26.144541 [3693]
xorriso/emulators.c
xorriso/write_run.c
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
xorriso/xorrisofs.texi
xorriso/xorrisofs.info
xorriso/xorrisofs.1
New -compliance option joliet_long_names
26 Mar 2011 [3694]
xorriso/xorrisofs.texi
xorriso/xorrisofs.info
xorriso/xorrisofs.1
Small adjustments to xorrisofs.texi
26 Mar 2011 [3695]
xorriso/xorriso_eng.html
ChangeLog
Updated change log and web page
------------------------------------ cycle - xorriso-1.0.5 - 2011.03.26.144541
* New API call isoburn_set_truncate()
* New relax option isoburn_igopt_joliet_long_names
* New option -early_stdio_test
* New -compliance option joliet_long_names
* -as mkisofs option -joliet-long is now fully functional
* Burning DVD-R DAO with 2 kB size granularity rather than 32 kB
2011.03.26.203042 [3696]
xorriso/iso_manip.c
Interpreting new libisofs error codes ISO_RR_NAME_TOO_LONG ISO_RR_NAME_RESERVED
2011.03.29.150930 [3697]
xorriso/iso_manip.c
Interpreting new libisofs error code ISO_RR_PATH_TOO_LONG
2011.03.29.151144 [3698]
xorriso/write_run.c
Bug fix: -as mkisofs padding did not work (regression in 1.0.4)
30 Mar 2011 [3699]
xorriso/xorriso_eng.html
ChangeLog
Updated change log and web page
------------------------------------ cycle - xorriso-1.0.5 - 2011.03.29.151144
* Bug fix: -as mkisofs padding did not work (regression in 1.0.4)
2011.04.01.133116 [3700]
xorriso/emulators.c
Allowing double dashes with all long xorrisofs options
3 Apr 2011 [3701]
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
Clarified relation of startup files, -options_from_file and quoted input.
3 Apr 2011 [3702]
xorriso/COPYRIGHT_gnu_xorriso
xorriso/README_gnu_xorriso
Updated info about GNU xorriso copyright and libjte
2011.04.03.094634 [3703]
xorriso/xorriso.h
xorriso/parse_exec.c
xorriso/opts_d_h.c
xorriso/opts_p_z.c
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
New options -print_info and -print_mark
2011.04.04.064909 [3704]
xorriso/write_run.c
Bug fix: Options -gid and -uid had no effect
2011.04.04.071443 [3705]
xorriso/drive_mgt.c
Avoided to report Volume Id when aquiring drive with blank media
4 Apr 2011 [3706]
xorriso/xorriso_eng.html
ChangeLog
Updated change log and web page
------------------------------------ cycle - xorriso-1.0.5 - 2011.04.04.071443
* Bug fix: Options -gid and -uid had no effect
* New options -print_info and -print_mark
2011.04.04.140752 [3707]
Makefile.am
xorriso/xorriso_makefile_am.txt
xorriso/make_xorriso_standalone.sh
+ doc/startup_file.txt
Added an example of a startup file
2011.04.05.072141 [3708]
xorriso/xorriso_main.c
xorriso/write_run.c
Fixed a typo in messages and goto label
07 Apr 2011 [3709]
xorriso/xorrisofs.texi
xorriso/xorrisofs.info
xorriso/xorrisofs.1
Clarification about -as mkisofs pathspecs
07 Apr 2011 [3710]
doc/partition_offset.wiki
Updated partition offset wiki about cylinder alignment
08 Apr 2011 [3711]
doc/faq.wiki
FAQ about release version numbers
08 Apr 2011 [3716]
svn copy -m Branching for libisoburn release 1.0.6
http://svn.libburnia-project.org/libisoburn/trunk
http://svn.libburnia-project.org/libisoburn/branches/1.0.6
2011.04.08.193001 [3717]
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.6
08 Apr 2011 [3718]
ChangeLog
xorriso/changelog.txt
Documented changes and release timestamp
----------------------------------- release - xorriso-1.0.6 - 2011.04.08.193001
* Bug fix: -as mkisofs padding did not work (regression in 1.0.4)
* Bug fix: Options -gid and -uid had no effect
* New API call isoburn_set_truncate()
* New relax option isoburn_igopt_joliet_long_names
* New option -early_stdio_test
* New options -print_info and -print_mark
* New -compliance option joliet_long_names
* -as mkisofs option -joliet-long is now fully functional
* Burning DVD-R DAO with 2 kB size granularity rather than 32 kB
2011.04.09.105219 [3723]
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.7
[]
ChangeLog
xorriso/changelog.txt
Documented changes and release timestamp
xorriso/xorriso_eng.html
ChangeLog
Updated change log and web page
------------------------------------ cycle - xorriso-1.0.5 -
xorriso/xorriso_eng.html
ChangeLog
Updated change log and web page
@ -10082,22 +10350,21 @@ 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
- ? Allow to adjust maximum path length
- Keshav P.R. <skodabenz@rocketmail.com>:
Allow double dashes with all long options.
- Is libisofs rockridge.c safe for >250 chars in all cases ?
Can NM be entirely in Continuation Area ?
- It should be safe. The free SUA before NM is larger than 10.
With untranslated_names=96: no long RR names are possible
With long_names : >= 254 - 34-37-1 - 5-5-44-26-20 = 82
- Is it possible to allow longer Rock Ridge names ?
- need a loop to calc and to call rrip_add_NM()
- Zhang Weiwu:
>>> ask for test of -old-root
- 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.
- xorrecord.texi , man_1_xorrecord.html
------------------------------------------------- For Debian:
@ -10185,8 +10452,6 @@ xorriso : UPDATE : 3691 MB written (fifo 78%) [buf 100%] 2.3x.
- take into account indispensible RR and eventual Joliet stuff
- take into account the eventual file checksums.
- options -print_info , -print_mark
- Mark data blocks of -check_md5 matching files as valid in sector map ?
- tree of name nodes to represent the cached paths of hardlink candidates.