Updated change log and web page
This commit is contained in:
parent
d25733f677
commit
e110bac335
@ -1,6 +1,11 @@
|
||||
SVN trunk (to become libisoburn-1.3.6.tar.gz or higher)
|
||||
===============================================================================
|
||||
- no novelties yet -
|
||||
* Bug fix: libisofs: Division by zero if HFS+ was combined with TOC emulation
|
||||
for overwritable media.
|
||||
* New isoburn_igopt_set_relaxed() relaxation isoburn_igopt_joliet_utf16
|
||||
* New -compliance rule joliet_utf16, new -as mkisofs option -joliet-utf16
|
||||
* New -find test -bad_outname, new -find action print_outname
|
||||
* New API call isoburn_conv_name_chars()
|
||||
|
||||
|
||||
libisoburn-1.3.4.tar.gz Thu Dec 12 2013
|
||||
|
@ -15262,20 +15262,75 @@ svn move -m Promoted branch to tag
|
||||
http://svn.libburnia-project.org/libisoburn/branches/1.3.4
|
||||
http://svn.libburnia-project.org/libisoburn/tags/1.3.4
|
||||
|
||||
12 Dec 2013 []
|
||||
12 Dec 2013 [5205]
|
||||
ChangeLog
|
||||
xorriso/changelog.txt
|
||||
Documented changes and release timestamp
|
||||
|
||||
------------------------------------ cycle - xorriso-1.3.3 - 2013.12.12.154238
|
||||
------------------------------------ cycle - xorriso-1.3.5 - 2013.12.12.154238
|
||||
|
||||
[]
|
||||
|
||||
2013.12.18.074049 [5206]
|
||||
libisoburn/libisoburn.h
|
||||
libisoburn/isoburn.h
|
||||
libisoburn/isoburn.c
|
||||
New isoburn_igopt_set_relaxed() relaxation isoburn_igopt_joliet_utf16
|
||||
|
||||
2013.12.18.074219 [5207]
|
||||
xorriso/write_run.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.1
|
||||
xorriso/xorriso.info
|
||||
New -compliance rule joliet_utf16
|
||||
|
||||
2013.12.18.074401 [5208]
|
||||
xorriso/emulators.c
|
||||
xorriso/xorrisofs.texi
|
||||
xorriso/xorrisofs.1
|
||||
xorriso/xorrisofs.info
|
||||
New -as mkisofs option -joliet-utf16
|
||||
|
||||
2013.12.28.194725 [5209]
|
||||
libisoburn/libisoburn.h
|
||||
libisoburn/isoburn.c
|
||||
libisoburn/libisoburn.ver
|
||||
New API call isoburn_conv_name_chars()
|
||||
|
||||
2013.12.29.120027 [5210]
|
||||
xorriso/opts_d_h.c
|
||||
xorriso/findjob.h
|
||||
xorriso/findjob.c
|
||||
xorriso/iso_manip.c
|
||||
xorriso/write_run.h
|
||||
xorriso/write_run.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
New -find test -bad_outname, new -find action print_outname
|
||||
|
||||
2013.12.30.101707 [5211]
|
||||
xorriso/iso_tree.c
|
||||
Bug fix: -compare reported false differences with directories which have non-trivial ACL but no default ACL
|
||||
|
||||
02 Jan 2014 [5212]
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
Clarified in man xorriso the roles of character sets
|
||||
|
||||
|
||||
2014.01.05.072818 []
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
Updated change log and web page
|
||||
|
||||
------------------------------------ cycle - xorriso-1.3.3 -
|
||||
------------------------------------ cycle - xorriso-1.3.5 - 2014.01.05.072818
|
||||
* Bug fix: libisofs: Division by zero if HFS+ was combined with TOC emulation for overwritable media.
|
||||
* New isoburn_igopt_set_relaxed() relaxation isoburn_igopt_joliet_utf16
|
||||
* New -compliance rule joliet_utf16, new -as mkisofs option -joliet-utf16
|
||||
* New API call isoburn_conv_name_chars()
|
||||
* New -find test -bad_outname, new -find action print_outname
|
||||
|
||||
|
||||
[]
|
||||
@ -15284,16 +15339,7 @@ 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 -
|
||||
------------------------------------ cycle - xorriso-1.3.5 -
|
||||
|
||||
|
||||
|
||||
@ -15306,14 +15352,15 @@ Important: When adding a public API function then add its name to file
|
||||
TODO
|
||||
===============================================================================
|
||||
|
||||
|
||||
>>> Shall -list_speeds really throw SORRY if it gets to an old DVD-ROM ?
|
||||
|
||||
|
||||
>>> ??? Adjust partition tables after add-on session with
|
||||
-boot_image any keep ?
|
||||
|
||||
>>> ??? UTF-16 rather than UCS-2 for Joliet ?
|
||||
>>> ??? compare UCS-2 result with UTF-16 result and warn if it differs ?
|
||||
>>> compare v/jigit_1.19.orig.tar.gz with jigit source in GNU xorriso
|
||||
|
||||
|
||||
-------------
|
||||
|
||||
|
@ -666,7 +666,7 @@ cdrecord and mkisofs.</DT>
|
||||
<DT><H3>Development snapshot, version 1.3.5 :</H3></DT>
|
||||
<DD>Bug fixes towards xorriso-1.3.4:
|
||||
<UL>
|
||||
<LI>- none yet -</LI>
|
||||
<LI>Division by zero if HFS+ was combined with TOC emulation for overwritable media.</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
-->
|
||||
@ -674,7 +674,8 @@ cdrecord and mkisofs.</DT>
|
||||
</DD>
|
||||
<DD>Enhancements towards stable version 1.3.4:
|
||||
<UL>
|
||||
<LI>- none yet -</LI>
|
||||
<LI>New -compliance rule joliet_utf16, new -as mkisofs option -joliet-utf16</LI>
|
||||
<LI>New -find test -bad_outname, new -find action print_outname</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
-->
|
||||
@ -795,7 +796,7 @@ scdbackup, multi volume CD/DVD/BD backup</A></DD>
|
||||
<BR>
|
||||
Legal statement: This website does not serve any commercial purpose.
|
||||
<BR><BR>
|
||||
Copyright © 2008 - 2013 Thomas Schmitt.
|
||||
Copyright © 2008 - 2014 Thomas Schmitt.
|
||||
<BR>
|
||||
This text is freely distributable. It shall only be modified in sync with
|
||||
the factual properties of xorriso and its public storage locations.
|
||||
|
Loading…
Reference in New Issue
Block a user