Updated change log and web page

This commit is contained in:
Thomas Schmitt 2013-11-11 16:33:16 +00:00
parent 321a3cf499
commit b280206631
3 changed files with 94 additions and 28 deletions

View File

@ -3,7 +3,11 @@ SVN trunk (to become libisoburn-1.3.4.tar.gz or higher)
* Bug fix: Command -blank "as_needed" formatted blank BD-R.
* Bug fix: -as mkisofs option -log-file put the log file into the image
* Bug fix: -cut_out did not add x-permission to r-permission of directory
* Bug fix: Command -zisofs did not accept all options emitted by
-status -zisofs
* Bug fix: -blank force:... failed on appendable or closed media
* New command -read_speed
* New -close mode "as_needed", new -as cdrecord option --multi_if_possible
libisoburn-1.3.2.tar.gz Wed Aug 07 2013

View File

@ -15070,17 +15070,79 @@ xorriso/xorriso.info
xorriso/xorriso.1
New command -read_speed
09 Oct 2013 [5162]
ChangeLog
xorriso/xorriso_eng.html
xorriso/changelog.txt
Updated change log and web page
09 Oct 2013 []
------------------------------------ cycle - xorriso-1.3.3 - 2013.10.08.175702
* Bug fix: -as mkisofs option -log-file put the log file into the image
* Bug fix: -cut_out did not add x-permission to r-permission of directory
* New command -read_speed
2013.10.14.140028 [5165]
xorriso/opts_p_z.c
Bug fix: Command -zisofs did not accept all options emitted by -status -zisofs
2013.10.20.125455 [5166]
xorriso/xorriso.h
xorriso/xorriso_private.h
xorriso/base_obj.c
xorriso/opts_a_c.c
xorriso/opts_d_h.c
xorriso/emulators.c
xorriso/text_io.c
xorriso/write_run.c
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
New -close mode "as_needed"
2013.10.27.115427 [5167]
libisoburn/libisoburn.h
Now requiring libburn-1.3.3
2013.10.28.150924 [5169]
xorriso/xorrisoburn.h
xorriso/parse_exec.c
xorriso/opts_a_c.c
xorriso/write_run.c
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
Automatic re-try with -close "as_needed" and unannounced fast-blanked DVD-RW
2013.10.28.151434 [5170]
xorriso/emulators.c
xorriso/xorrecord.texi
xorriso/xorrecord.info
xorriso/xorrecord.1
New -as cdrecord option --multi_if_possible
2013.10.29.123448 [5171]
xorriso/drive_mgt.c
Avoiding to list pairs of the same speed with -list_speeds
2013.11.10.163500 [5176]
xorriso/drive_mgt.c
Bug fix: -blank force:... failed on appendable or closed media
[]
ChangeLog
xorriso/xorriso_eng.html
xorriso/changelog.txt
Updated change log and web page
------------------------------------ cycle - xorriso-1.3.3 -
* Bug fix: -as mkisofs option -log-file put the log file into the image
* Bug fix: -cut_out did not add x-permission to r-permission of directory
* New command -read_speed
* Bug fix: Command -zisofs did not accept all options emitted by -status -zisofs
* Bug fix: libburn: Drive error reports were ignored during blanking and
formatting
* Bug fix: -blank force:... failed on appendable or closed media
* Bug fix: libburn: Drive LG BH16NS40 stalled on inspection of unformatted
DVD+RW
* New -close mode "as_needed", new -as cdrecord option --multi_if_possible
[]
@ -15089,6 +15151,14 @@ xorriso/xorriso_eng.html
xorriso/changelog.txt
Updated change log and web page
------------------------------------ cycle - xorriso-1.3.3 -
[]
ChangeLog
xorriso/xorriso_eng.html
xorriso/changelog.txt
Updated change log and web page
------------------------------------ cycle - xorriso-1.3.3 -
@ -15111,6 +15181,14 @@ Important: When adding a public API function then add its name to file
TODO
===============================================================================
>>> ??? Adjust partition tables after add-on session with
-boot_image any keep ?
------
>>> ignore mkisofs option -floppy-boot
------
>> Klingt nach einem Memoryleak. Wie sieht denn Dein Kommando
@ -15128,30 +15206,8 @@ on -padding 0 -speed 1 -uid 0 -volid '2013_09_14_21_44' -md5 all -map
>
> Am Ende des 3. Schreibvorganges werden bei mir etwa 11400 KiB
belegt.
-----------------
libjte/sha256.c: In function 'sha256_finish_ctx':
libjte/sha256.c:223:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
   *(uint32_t *) &ctx->buffer[bytes + pad + 4] = SWAP (ctx->total[0]
<< 3);
   ^
libjte/sha256.c:224:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
   *(uint32_t *) &ctx->buffer[bytes + pad] = SWAP ((ctx->total[1] <<
3) |
   ^
libjte/sha512.c: In function 'sha512_finish_ctx':
libjte/sha512.c:338:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
   *(uint64_t *) &ctx->buffer[bytes + pad + 8] = SWAP (ctx->total[0]
<< 3);
   ^
libjte/sha512.c:339:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
   *(uint64_t *) &ctx->buffer[bytes + pad] = SWAP ((ctx->total[1] <<
3) |
>
--- Memory grows for me too. But valgrind does not find any leak.
-----------------

View File

@ -675,6 +675,10 @@ cdrecord and mkisofs.</DT>
<LI>Command -blank "as_needed" formatted blank BD-R.</LI>
<LI>-as mkisofs option -log-file put the log file into the image</LI>
<LI>-cut_out did not add x-permission to r-permission of directory</LI>
<LI>Drive error reports were ignored during blanking and formatting</LI>
<LI>Command -zisofs did not accept all options emitted by -status -zisofs</LI>
<LI>-blank force:... failed on appendable or closed media</LI>
<LI>Drive LG BH16NS40 stalled on inspection of unformatted DVD+RW</LI>
<!--
<LI>- none yet -</LI>
-->
@ -683,6 +687,8 @@ cdrecord and mkisofs.</DT>
<DD>Enhancements towards stable version 1.3.2:
<UL>
<LI>New command -read_speed</LI>
<LI>New -close mode "as_needed", new -as cdrecord option --multi_if_possible
</LI>
<!--
<LI>- none yet -</LI>
-->