Updated change log and web page
This commit is contained in:
parent
0d7b2695c1
commit
b9965b0cad
@ -2,6 +2,9 @@
|
||||
SVN trunk (to become libisoburn-1.4.6 or higher)
|
||||
===============================================================================
|
||||
* New command -use_immed_bit, new -as cdrecord option use_immed_bit=
|
||||
* Bug fix: The default setting of -compliance did not apply rec_mtime to
|
||||
Joliet and ISO:1999. mkisofs emulation was not affected by this bug.
|
||||
* New -as mkisofs option --set_all_file_dates
|
||||
|
||||
libisoburn-1.4.4.tar.gz Fri Jul 01 2016
|
||||
===============================================================================
|
||||
|
@ -17600,7 +17600,7 @@ xorriso/xorrecord.1
|
||||
libisoburn/libisoburn.ver
|
||||
New command -use_immed_bit, new -as cdrecord option use_immed_bit=
|
||||
|
||||
[]
|
||||
31 Jul 2016 [5731]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
@ -17610,6 +17610,55 @@ Updated change log and web page
|
||||
* New command -use_immed_bit, new -as cdrecord option use_immed_bit=
|
||||
|
||||
|
||||
2016.08.04.073312 [5733]
|
||||
xorriso/misc_funct.c
|
||||
Corrected weekday name in debug message of --modification-date. Thanks to Chris Lamb.
|
||||
|
||||
2016.08.05.112045 [5734]
|
||||
libisoburn/libisoburn.h
|
||||
Mentioned that an empty name with isoburn_igopt_set_scdbackup_tag disables it
|
||||
|
||||
05 Aug 2016 [5735]
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
xorriso/xorrisofs.texi
|
||||
xorriso/xorrisofs.info
|
||||
xorriso/xorrisofs.1
|
||||
Mentioned that empty record_name disables scdbackup tagging
|
||||
|
||||
2016.08.06.111650 [5736]
|
||||
xorriso/write_run.h
|
||||
xorriso/xorriso_eng.html
|
||||
Bug fix: The default setting of -compliance did not apply rec_mtime to Joliet and ISO:1999. mkisofs emulation was not affected by this bug.
|
||||
|
||||
2016.08.06.132358 [5737]
|
||||
xorriso/emulators.c
|
||||
xorriso/xorrisofs.texi
|
||||
xorriso/xorrisofs.info
|
||||
xorriso/xorrisofs.1
|
||||
New -as mkisofs option --set_all_file_dates
|
||||
|
||||
07 Aug 2016 [5738]
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
xorriso/xorrisofs.texi
|
||||
xorriso/xorrisofs.info
|
||||
xorriso/xorrisofs.1
|
||||
Documented new timestamp behavior of El Torito catalog file
|
||||
|
||||
2016.08.07.193333 []
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
Updated change log and web page
|
||||
|
||||
------------------------------------ cycle - xorriso-1.4.5 - 2016.08.07.193333
|
||||
* Bug fix: The default setting of -compliance did not apply rec_mtime to
|
||||
Joliet and ISO:1999. mkisofs emulation was not affected by this bug.
|
||||
* New -as mkisofs option --set_all_file_dates
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
|
@ -654,6 +654,9 @@ cdrecord and mkisofs.</DT>
|
||||
<DD>Bug fixes towards xorriso-1.4.4:
|
||||
<UL>
|
||||
<LI>
|
||||
SAO CD could be perceived 2 blocks too short. Regression in libburn-1.4.4
|
||||
</LI>
|
||||
<LI>
|
||||
The default setting of -compliance did not apply "rec_mtime" to
|
||||
Joliet and ISO:1999. mkisofs emulation was not affected by this bug.
|
||||
</LI>
|
||||
@ -665,6 +668,9 @@ Joliet and ISO:1999. mkisofs emulation was not affected by this bug.
|
||||
<DD>Enhancements towards stable version 1.4.4:
|
||||
<UL>
|
||||
<LI>New command -use_immed_bit, new -as cdrecord option use_immed_bit=</LI>
|
||||
<LI>
|
||||
New -as mkisofs option --set_all_file_dates
|
||||
</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
-->
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2016.08.06.132358"
|
||||
#define Xorriso_timestamP "2016.08.07.193333"
|
||||
|
Loading…
Reference in New Issue
Block a user