Updated change log and web page
This commit is contained in:
parent
8a0d93654f
commit
85c51dbcef
@ -3,6 +3,11 @@ SVN trunk (to become libisoburn-1.4.8 or higher)
|
||||
* Bug fix: -as mkisofs -no-emul-boot without -boot-load-size defaulted to
|
||||
size 4, instead of full boot image size
|
||||
* Bug fix: -read_fs "norock" did not prevent reading of root Rock Ridge info
|
||||
* Bug fix: Mix of absolute and relative disk paths could cause SIGSEGV with
|
||||
pattern expansion
|
||||
* New -find tests -maxdepth and -mindepth
|
||||
* New commands -update_lxi and -update_li
|
||||
|
||||
|
||||
libisoburn-1.4.6.tar.gz Fri Sep 16 2016
|
||||
===============================================================================
|
||||
|
@ -17911,7 +17911,7 @@ Corrected sorting in libisoburn.ver
|
||||
xorriso/changelog.txt
|
||||
A first try to commit to git
|
||||
|
||||
2016.11.13.101258 [8adbb1d]
|
||||
2016.11.13.101258 [8adbb1d] [5776]
|
||||
xorriso/xorriso_private.h
|
||||
xorriso/base_obj.c
|
||||
xorriso/opts_a_c.c
|
||||
@ -17926,7 +17926,7 @@ xorriso/xorrisofs.info
|
||||
xorriso/xorrisofs.1
|
||||
Bug fix: -as mkisofs -no-emul-boot without -boot-load-size defaulted to size 4
|
||||
|
||||
[]
|
||||
13 Nov 2016 [fb7da95] [5777]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
@ -17936,10 +17936,87 @@ Updated change log and web page
|
||||
* Bug fix: -as mkisofs -no-emul-boot without -boot-load-size defaulted to size 4
|
||||
* Bug fix: -read_fs "norock" did not prevent reading of root Rock Ridge
|
||||
|
||||
|
||||
2016.11.18.173658 [3da2ac2] [5780]
|
||||
libisoburn/libisoburn.h
|
||||
xorriso/write_run.c
|
||||
Applying -dummy mode explicitely to superblock relocation
|
||||
|
||||
2016.11.19.172243 [7371115] [5761]
|
||||
xorriso/opts_d_h.c
|
||||
xorriso/iso_manip.c
|
||||
xorriso/disk_ops.c
|
||||
xorriso/findjob.h
|
||||
xorriso/findjob.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
New -find tests -maxdepth and -mindepth
|
||||
|
||||
27 Nov 2016 [b48c54c] [5782]
|
||||
xorriso/xorriso_eng.html
|
||||
Adapted in web page xorriso-tcltk links and changed SVN/bzr references to git
|
||||
|
||||
|
||||
2016.12.05.101546 [9b75d21] [5783]
|
||||
xorriso/match.c
|
||||
Bug fix: Mix of absolute and relative disk paths could cause SIGSEGV with pattern expansion
|
||||
|
||||
2016.12.05.132927 [7b12dd0] [5784]
|
||||
xorriso/xorriso.h
|
||||
xorriso/parse_exec.c
|
||||
xorriso/opts_d_h.c
|
||||
xorriso/opts_i_o.c
|
||||
xorriso/iso_tree.c
|
||||
xorriso/match.c
|
||||
xorriso/misc_funct.h
|
||||
xorriso/misc_funct.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
New command -update_lxi
|
||||
|
||||
2016.12.14.091711 [85aa000] [5785]
|
||||
xorriso/xorriso.h
|
||||
xorriso/parse_exec.c
|
||||
xorriso/opts_d_h.c
|
||||
xorriso/opts_i_o.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
New command -update_li
|
||||
|
||||
2016.12.14.093149 [8a0d936] [5786]
|
||||
xorriso/xorriso_main.c
|
||||
Changed in usage text "option" to "command"
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
Updated change log and web page
|
||||
|
||||
------------------------------------ cycle - xorriso-1.4.7 -
|
||||
* Bug fix: Mix of absolute and relative disk paths could cause SIGSEGV with
|
||||
pattern expansion
|
||||
* New -find tests -maxdepth and -mindepth
|
||||
* New commands -update_lxi and -update_li
|
||||
|
||||
|
||||
[]
|
||||
>>> doc/faq.wiki
|
||||
>>> Prepared some of the documentation for move to dev.lovelyhq.com
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
Updated change log and web page
|
||||
|
||||
------------------------------------ cycle - xorriso-1.4.7 -
|
||||
* Bug fix: Mix of absolute and relative disk paths could cause SIGSEGV with
|
||||
pattern expansion
|
||||
* New -find tests -maxdepth and -mindepth
|
||||
|
||||
|
||||
[]
|
||||
|
@ -666,6 +666,10 @@ cdrecord and mkisofs.</DT>
|
||||
instead of full boot image size</LI>
|
||||
<LI>-read_fs "norock" did not prevent reading of root Rock Ridge info
|
||||
</LI>
|
||||
<LI>
|
||||
Mix of absolute and relative disk paths could cause SIGSEGV with
|
||||
pattern expansion
|
||||
</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
-->
|
||||
@ -673,7 +677,8 @@ instead of full boot image size</LI>
|
||||
</DD>
|
||||
<DD>Enhancements towards stable version 1.4.6:
|
||||
<UL>
|
||||
<LI>- none yet -</LI>
|
||||
<LI>New -find tests -maxdepth and -mindepth</LI>
|
||||
<LI>New commands -update_lxi and -update_li</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
-->
|
||||
|
Loading…
Reference in New Issue
Block a user