Updated change log and web page
This commit is contained in:
parent
92ae87007d
commit
c9df1a1f90
@ -11,6 +11,7 @@ SVN trunk (to become libisoburn-1.4.8 or higher)
|
|||||||
isoburn_igopt_get_iso_mbr_part_type()
|
isoburn_igopt_get_iso_mbr_part_type()
|
||||||
* New -boot_image bootspec iso_mbr_part_type=
|
* New -boot_image bootspec iso_mbr_part_type=
|
||||||
* New -as mkisofs option -iso_mbr_part_type
|
* New -as mkisofs option -iso_mbr_part_type
|
||||||
|
* New -as mkisofs option -eltorito-platform
|
||||||
* Properly refusing on Pseudo Overwritable formatted BD-R
|
* Properly refusing on Pseudo Overwritable formatted BD-R
|
||||||
|
|
||||||
|
|
||||||
|
@ -18081,17 +18081,75 @@ New -as mkisofs option -iso_mbr_part_type
|
|||||||
* New -boot_image bootspec iso_mbr_part_type=
|
* New -boot_image bootspec iso_mbr_part_type=
|
||||||
* New -as mkisofs option -iso_mbr_part_type
|
* New -as mkisofs option -iso_mbr_part_type
|
||||||
|
|
||||||
[] []
|
2017.04.09.175231 [2f24d82] []
|
||||||
|
xorriso/iso_img.c
|
||||||
|
Avoiding to recognize real GPT as -part_like_isohybrid
|
||||||
|
|
||||||
|
2017.04.09.175347 [4c45684] []
|
||||||
|
xorriso/iso_img.c
|
||||||
|
With -report_system_area as_mkisofs ignore GPT if same start as MBR partition
|
||||||
|
|
||||||
|
10 Apr 2017 [e30507d] []
|
||||||
|
frontend/grub-mkrescue-sed.sh
|
||||||
|
Made -iso_mbr_part_type 0x00 default of grub-mkrescue-sed.sh mode "mbr_only"
|
||||||
|
|
||||||
|
2017.04.25.135002 [d812835] []
|
||||||
|
xorriso/configure_ac.txt
|
||||||
|
Bug fix: Variable LDFLAGS was emptied during ./configure test for jtethreads
|
||||||
|
|
||||||
|
05 May 2017 [22d552a] []
|
||||||
|
xorriso/configure_ac.txt
|
||||||
|
Preliminary blocking --enable-libcdio if CFLAGS, LDFLAGS contain option -static
|
||||||
|
|
||||||
|
2017.05.05.123120 [e72d702] []
|
||||||
|
libisoburn/isofs_wrap.c
|
||||||
|
When pseudo-blanking: Invalidate all ECMA-119 volume descriptors, not only PVD
|
||||||
|
|
||||||
|
09 May 2017 [5865cef]
|
||||||
|
README
|
||||||
|
Replaced link to vanished svn repository by link to git repository
|
||||||
|
|
||||||
|
2017.05.09.081543 [43c37e3]
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso_main.c
|
||||||
|
xorriso/opts_p_z.c
|
||||||
|
xorriso/emulators.c
|
||||||
|
Changed copyright date to 2017
|
||||||
|
|
||||||
|
09 May 2017 [3e3fddd]
|
||||||
|
xorriso/README_gnu_xorriso
|
||||||
|
Replaced link to vanished svn repository by link to git repository
|
||||||
|
|
||||||
|
2017.06.03.132429 [2126dce]
|
||||||
|
xorriso/emulators.c
|
||||||
|
xorriso/xorrisofs.texi
|
||||||
|
xorriso/xorrisofs.info
|
||||||
|
xorriso/xorrisofs.1
|
||||||
|
New -as mkisofs option -eltorito-platform
|
||||||
|
|
||||||
|
2017.06.03.163742 [92ae870]
|
||||||
|
xorriso/emulators.c
|
||||||
|
xorriso/xorrisofs.texi
|
||||||
|
xorriso/xorrisofs.info
|
||||||
|
xorriso/xorrisofs.1
|
||||||
|
Made small adjustment to new -as mkisofs option -eltorito-platform
|
||||||
|
|
||||||
|
|
||||||
|
03 Jun 2017 []
|
||||||
ChangeLog
|
ChangeLog
|
||||||
xorriso/xorriso_eng.html
|
xorriso/xorriso_eng.html
|
||||||
xorriso/changelog.txt
|
xorriso/changelog.txt
|
||||||
Updated change log and web page
|
Updated change log and web page
|
||||||
|
|
||||||
[] []
|
------------------------------------ cycle - xorriso-1.4.7 - 2017.06.03.163742
|
||||||
|
* New -as mkisofs option -eltorito-platform
|
||||||
|
|
||||||
|
|
||||||
|
[]
|
||||||
>>> doc/faq.wiki
|
>>> doc/faq.wiki
|
||||||
>>> Prepared some of the documentation for move to dev.lovelyhq.com
|
>>> Prepared some of the documentation for move to dev.lovelyhq.com
|
||||||
|
|
||||||
[] []
|
[]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
xorriso/xorriso_eng.html
|
xorriso/xorriso_eng.html
|
||||||
xorriso/changelog.txt
|
xorriso/changelog.txt
|
||||||
@ -18099,7 +18157,7 @@ Updated change log and web page
|
|||||||
|
|
||||||
------------------------------------ cycle - xorriso-1.4.7 -
|
------------------------------------ cycle - xorriso-1.4.7 -
|
||||||
|
|
||||||
[] []
|
[]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
xorriso/xorriso_eng.html
|
xorriso/xorriso_eng.html
|
||||||
xorriso/changelog.txt
|
xorriso/changelog.txt
|
||||||
|
@ -692,6 +692,7 @@ Appended partitions of size >= 4 GiB led to abort with error message
|
|||||||
<LI>Properly refusing on Pseudo Overwritable formatted BD-R</LI>
|
<LI>Properly refusing on Pseudo Overwritable formatted BD-R</LI>
|
||||||
<LI>New -boot_image bootspec iso_mbr_part_type=</LI>
|
<LI>New -boot_image bootspec iso_mbr_part_type=</LI>
|
||||||
<LI>New -as mkisofs option -iso_mbr_part_type</LI>
|
<LI>New -as mkisofs option -iso_mbr_part_type</LI>
|
||||||
|
<LI>New -as mkisofs option -eltorito-platform</LI>
|
||||||
<!--
|
<!--
|
||||||
<LI>- none yet -</LI>
|
<LI>- none yet -</LI>
|
||||||
-->
|
-->
|
||||||
|
Loading…
Reference in New Issue
Block a user