Updated change log and web page
This commit is contained in:
parent
fc66631257
commit
41829bb046
@ -5,7 +5,19 @@ SVN trunk (to become libisoburn-1.4.4 or higher)
|
|||||||
* Bug fix: -boot_image "any" "system_area=/dev/zero" did not zeroize loaded
|
* Bug fix: -boot_image "any" "system_area=/dev/zero" did not zeroize loaded
|
||||||
data
|
data
|
||||||
* Bug fix: -pathspecs "on" did not properly handle "\\="
|
* Bug fix: -pathspecs "on" did not properly handle "\\="
|
||||||
|
* Bug fix: HFS+ production could cause MBR partition of type 0xEE without GPT
|
||||||
|
* Bug fix: HFS+ directories could announce more children than they actually have
|
||||||
|
* Bug fix: The HFS+ filesystem was not marked by in GPT of GRUB2 hybrid layout
|
||||||
|
* Bug fix: When reading an ISO filesystem, the presence of
|
||||||
|
--protective-msdos-label was not recognized if a partition is
|
||||||
|
appended
|
||||||
|
* Bug fix: xorrisofs option --protective-msdos-label did not work if no
|
||||||
|
system area data were given by option -G or alike
|
||||||
|
* Bug fix: -modesty_on_drive properties timeout_sec, min_usec, max_usec
|
||||||
|
read wrong numbers from the parameter text
|
||||||
* New -pathspecs mode "as_mkisofs"
|
* New -pathspecs mode "as_mkisofs"
|
||||||
|
* New -boot_image bootspec appended_part_as=apm, part_like_isohybrid=on
|
||||||
|
* New -as mkisofs options -appended_part_as_apm, -part_like_isohybrid
|
||||||
|
|
||||||
|
|
||||||
libisoburn-1.4.2.tar.gz Sat Nov 28 2015
|
libisoburn-1.4.2.tar.gz Sat Nov 28 2015
|
||||||
|
@ -17184,7 +17184,7 @@ Updated the production script for GNU xorriso to work with plain repo checkouts
|
|||||||
xorriso/make_xorriso_standalone.sh
|
xorriso/make_xorriso_standalone.sh
|
||||||
Letting production of GNU xorriso ignore failure of command "man -H"
|
Letting production of GNU xorriso ignore failure of command "man -H"
|
||||||
|
|
||||||
27 Dec 2015 []
|
27 Dec 2015 [5644]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
xorriso/xorriso_eng.html
|
xorriso/xorriso_eng.html
|
||||||
xorriso/changelog.txt
|
xorriso/changelog.txt
|
||||||
@ -17194,6 +17194,129 @@ Updated change log and web page
|
|||||||
* Bug fix: -boot_image "any" "system_area=/dev/zero" did not zeroize loaded data
|
* Bug fix: -boot_image "any" "system_area=/dev/zero" did not zeroize loaded data
|
||||||
|
|
||||||
|
|
||||||
|
27 Dec 2015 [5645]
|
||||||
|
Makefile.am
|
||||||
|
xorriso/make_xorriso_standalone.sh
|
||||||
|
xorriso/xorriso_makefile_am.txt
|
||||||
|
+ frontend/grub-mkrescue-sed.sh
|
||||||
|
Man-in-the-middle script to manipulate the xorriso run of grub-mkrescue
|
||||||
|
|
||||||
|
28 Dec 2015 [5646]
|
||||||
|
frontend/grub-mkrescue-sed.sh
|
||||||
|
Added modes "mbr_only", "original" and parameter variables MKRESCUE_SED_*
|
||||||
|
|
||||||
|
2015.12.30.175951 [5647]
|
||||||
|
xorriso/emulators.c
|
||||||
|
xorriso/write_run.c
|
||||||
|
frontend/grub-mkrescue-sed.sh
|
||||||
|
Provisory new -e pseudo path --interval:appened_partition_N:all::
|
||||||
|
|
||||||
|
2016.01.01.172059 [5648]
|
||||||
|
libisoburn/isoburn.c
|
||||||
|
Letting bit15 of system_area_options pass to libisofs
|
||||||
|
|
||||||
|
2016.01.01.172817 [5649]
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/opts_a_c.c
|
||||||
|
xorriso/opts_d_h.c
|
||||||
|
xorriso/emulators.c
|
||||||
|
xorriso/iso_img.c
|
||||||
|
xorriso/text_io.c
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.info
|
||||||
|
xorriso/xorriso.1
|
||||||
|
xorriso/xorrisofs.texi
|
||||||
|
xorriso/xorrisofs.info
|
||||||
|
xorriso/xorrisofs.1
|
||||||
|
New -boot_image setting mbr_force_bootable=, -as mkisofs --mbr-force-bootable
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-1.4.3 - 2016.01.01.172817
|
||||||
|
* New -boot_image setting mbr_force_bootable=, -as mkisofs --mbr-force-bootable
|
||||||
|
|
||||||
|
|
||||||
|
02 Jan 2016 [5650]
|
||||||
|
frontend/grub-mkrescue-sed.sh
|
||||||
|
Fixed a copy+paste bug of rev 5647. Thanks to Alexander E. Patrakov.
|
||||||
|
|
||||||
|
2016.01.20.104201 [5651]
|
||||||
|
xorriso/opts_a_c.c
|
||||||
|
Let -boot_image bin_path= , efi_path= recognize --interval:appended_partition
|
||||||
|
|
||||||
|
2016.01.20.104342 [5652]
|
||||||
|
xorriso/iso_img.c
|
||||||
|
Changed report format of --interval:appended_partition_X_start_Y_size_Z
|
||||||
|
|
||||||
|
2016.02.05.095140 [5660]
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
libisoburn/isoburn.h
|
||||||
|
libisoburn/isoburn.c
|
||||||
|
New API calls isoburn_igopt_set_appended_as_apm, isoburn_igopt_set_part_like_isohybrid
|
||||||
|
|
||||||
|
2016.02.05.100719 [5661]
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/base_obj.c
|
||||||
|
xorriso/opts_a_c.c
|
||||||
|
xorriso/opts_d_h.c
|
||||||
|
xorriso/write_run.c
|
||||||
|
xorriso/text_io.c
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.info
|
||||||
|
xorriso/xorriso.1
|
||||||
|
New -boot_image bootspec appended_part_as=apm, part_like_isohybrid=on
|
||||||
|
|
||||||
|
2016.02.05.101337 [5662]
|
||||||
|
xorriso/emulators.c
|
||||||
|
xorriso/xorrisofs.texi
|
||||||
|
xorriso/xorrisofs.info
|
||||||
|
xorriso/xorrisofs.1
|
||||||
|
New -as mkisofs options -appended_part_as_apm, -part_like_isohybrid
|
||||||
|
|
||||||
|
2016.02.05.145901 [5665]
|
||||||
|
libisoburn/isoburn.h
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorrisoburn.h
|
||||||
|
xorriso/opts_d_h.c
|
||||||
|
xorriso/drive_mgt.c
|
||||||
|
xorriso/disk_ops.c
|
||||||
|
xorriso/sort_cmp.c
|
||||||
|
xorriso/text_io.c
|
||||||
|
frontend/xorriso-tcltk
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.info
|
||||||
|
xorriso/xorriso.1
|
||||||
|
xorriso/xorrisofs.texi
|
||||||
|
xorriso/xorrisofs.info
|
||||||
|
xorriso/xorrisofs.1
|
||||||
|
xorriso/xorrecord.texi
|
||||||
|
xorriso/xorrecord.info
|
||||||
|
xorriso/xorrecord.1
|
||||||
|
Fixed typos reported by lintian
|
||||||
|
|
||||||
|
2016.02.07.194339 [5666]
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
Reacted on doxygen warnings of Fedora s390x build log
|
||||||
|
|
||||||
|
2016.02.27.170008 [5668]
|
||||||
|
xorriso/iso_img.c
|
||||||
|
Image size tolerance of 300 kB when recognizing genisoimage -B "..."
|
||||||
|
|
||||||
|
2016.03.01.141456 [5669]
|
||||||
|
xorriso/opts_i_o.c
|
||||||
|
Bug fix: -modesty_on_drive properties timeout_sec, min_usec, max_usec read wrong numbers from the parameter text
|
||||||
|
|
||||||
|
[]
|
||||||
|
ChangeLog
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
xorriso/changelog.txt
|
||||||
|
Updated change log and web page
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-1.4.3 - 2016.03.01.141456
|
||||||
|
* New -boot_image bootspec appended_part_as=apm, part_like_isohybrid=on
|
||||||
|
* New -as mkisofs options -appended_part_as_apm, -part_like_isohybrid
|
||||||
|
* Bug fix: -modesty_on_drive properties timeout_sec, min_usec, max_usec
|
||||||
|
read wrong numbers from the parameter text
|
||||||
|
|
||||||
|
|
||||||
[]
|
[]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
xorriso/xorriso_eng.html
|
xorriso/xorriso_eng.html
|
||||||
|
@ -666,8 +666,12 @@ cdrecord and mkisofs.</DT>
|
|||||||
<LI>When reading an ISO filesystem, the presence of --protective-msdos-label
|
<LI>When reading an ISO filesystem, the presence of --protective-msdos-label
|
||||||
was not recognized if a partition is appended</LI>
|
was not recognized if a partition is appended</LI>
|
||||||
<LI>
|
<LI>
|
||||||
xorrisofs option --protective-msdos-label did not work if no system partition
|
xorrisofs option --protective-msdos-label did not work if no system area
|
||||||
data were given by option -G or alike.
|
data were given by option -G or alike
|
||||||
|
</LI>
|
||||||
|
<LI>
|
||||||
|
-modesty_on_drive properties timeout_sec, min_usec, max_usec
|
||||||
|
read wrong numbers from the parameter text
|
||||||
</LI>
|
</LI>
|
||||||
<!--
|
<!--
|
||||||
<LI>- none yet -</LI>
|
<LI>- none yet -</LI>
|
||||||
@ -677,6 +681,12 @@ data were given by option -G or alike.
|
|||||||
<DD>Enhancements towards stable version 1.4.2:
|
<DD>Enhancements towards stable version 1.4.2:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>New -pathspecs mode "as_mkisofs"</LI>
|
<LI>New -pathspecs mode "as_mkisofs"</LI>
|
||||||
|
<LI>
|
||||||
|
New -boot_image bootspec appended_part_as=apm, part_like_isohybrid=on
|
||||||
|
</LI>
|
||||||
|
<LI>
|
||||||
|
New -as mkisofs options -appended_part_as_apm, -part_like_isohybrid
|
||||||
|
</LI>
|
||||||
<!--
|
<!--
|
||||||
<LI>- none yet -</LI>
|
<LI>- none yet -</LI>
|
||||||
-->
|
-->
|
||||||
|
Loading…
Reference in New Issue
Block a user