Updated change log and web page

This commit is contained in:
Thomas Schmitt 2019-11-24 13:57:49 +01:00
parent 1557304c96
commit b35e119f15
3 changed files with 129 additions and 8 deletions

View File

@ -1,7 +1,12 @@
git clone git@dev.lovelyhq.com:libburnia/libisoburn.git git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
(to become libisoburn-1.5.4 or higher) (to become libisoburn-1.5.4 or higher)
=============================================================================== ===============================================================================
- no novelties yet - * Switched to usage of libjte-2.0.0
* New -jigdo parameters "checksum_algorithm", "demand_checksum",
"-checksum-list"
* New -as mkisofs options-jigdo-checksum-algorithm, "-checksum-list",
"-jigdo-force-checksum"
libisoburn-1.5.2.tar.gz Sat Oct 26 2019 libisoburn-1.5.2.tar.gz Sat Oct 26 2019
=============================================================================== ===============================================================================
@ -10,6 +15,7 @@ libisoburn-1.5.2.tar.gz Sat Oct 26 2019
* Bug fix: -disk_pattern on -add "" -- yielded SIGSEGV * Bug fix: -disk_pattern on -add "" -- yielded SIGSEGV
* Bug fix: -osirrox "concat_split_on" worked only together with -split_size * Bug fix: -osirrox "concat_split_on" worked only together with -split_size
larger than 0. Thanks William Willems. larger than 0. Thanks William Willems.
* New command -drive_access, new -as cdrecord option --drive_not_exclusive
* New API calls isoburn_igopt_set_part_type_guid(), * New API calls isoburn_igopt_set_part_type_guid(),
isoburn_igopt_get_part_type_guid(), isoburn_igopt_set_iso_type_guid(), isoburn_igopt_get_part_type_guid(), isoburn_igopt_set_iso_type_guid(),
isoburn_igopt_get_iso_type_guid() isoburn_igopt_get_iso_type_guid()

View File

@ -18869,6 +18869,7 @@ Documented changes and release timestamp
* New API calls isoburn_igopt_set_part_type_guid(), * New API calls isoburn_igopt_set_part_type_guid(),
isoburn_igopt_get_part_type_guid(), isoburn_igopt_set_iso_type_guid(), isoburn_igopt_get_part_type_guid(), isoburn_igopt_set_iso_type_guid(),
isoburn_igopt_get_iso_type_guid() isoburn_igopt_get_iso_type_guid()
* New command -drive_access, new -as cdrecord option --drive_not_exclusive
* Enabled GPT type GUIDs with -append_partition, * Enabled GPT type GUIDs with -append_partition,
-boot_image any iso_mbr_part_type=, and -as mkisofs -iso_mbr_part_type -boot_image any iso_mbr_part_type=, and -as mkisofs -iso_mbr_part_type
* Made libisoburn and GNU xorriso ready for building out-of-source. * Made libisoburn and GNU xorriso ready for building out-of-source.
@ -18900,7 +18901,7 @@ xorriso/xorriso-tcltk.1
xorriso/xorriso-tcltk.info xorriso/xorriso-tcltk.info
Made number transition to 1.5.3 Made number transition to 1.5.3
27 Oct 2019 [] 27 Oct 2019 [5903885]
ChangeLog ChangeLog
xorriso/changelog.txt xorriso/changelog.txt
Updated change log Updated change log
@ -18908,6 +18909,101 @@ Updated change log
------------------------------------ cycle - xorriso-1.5.3 - 2019.10.27.154326 ------------------------------------ cycle - xorriso-1.5.3 - 2019.10.27.154326
2019.10.28.143339 [c8b9c9a]
xorriso/xorriso.h
xorriso/xorrisoburn.h
xorriso/xorriso_private.h
xorriso/xorriso_main.c
xorriso/parse_exec.c
xorriso/opts_d_h.c
xorriso/opts_p_z.c
xorriso/emulators.c
xorriso/text_io.h
xorriso/text_io.c
xorriso/sort_cmp.c
xorriso/iso_manip.c
xorriso/lib_mgt.h
xorriso/lib_mgt.c
xorriso/drive_mgt.c
xorriso/iso_img.c
xorriso/findjob.c
xorriso/cmp_update.c
xorriso/iso_tree.c
xorriso/write_run.c
xorriso/aux_objects.h
xorriso/misc_funct.c
xorriso/misc_funct.h
xorriso/sfile.c
xorriso/xorriso.texi
xorriso/xorriso.1
xorriso/xorriso.info
xorriso/xorrecord.texi
xorriso/xorrecord.1
xorriso/xorrecord.info
xorriso/xorrisofs.texi
xorriso/xorrisofs.1
xorriso/xorrisofs.info
xorriso/xorriso_eng.html
xorriso/README_gnu_xorriso
libisoburn/libisoburn.h
libisoburn/isoburn.c
libisoburn/isoburn.h
libisoburn/burn_wrap.c
releng/jigdo-gen-md5-list.1
releng/jigdo-gen-md5-list
releng/README
frontend/frontend_pipes_xorriso.c
frontend/xorriso-tcltk
frontend/sh_on_named_pipes.sh
Fixed spelling errors found by fossies.org with codespell
------------------------------------ cycle - xorriso-1.5.3 - 2019.10.28.143339
(upload for spelling check by fossies.org)
30 Oct 2019 [78a2a37]
xorriso/xorrecord.texi
xorriso/xorrecord.1
xorriso/xorrecord.info
Fixed another spelling error found by fossies.org with codespell
2019.11.23.132942 [c4894d8]
xorriso/misc_funct.c
xorriso/opts_d_h.c
xorriso/make_xorriso_1.c
Reacted on compiler warnings of Debian Sid
2019.11.24.123339 [1557304]
configure.ac
xorriso/xorriso_private.h
xorriso/opts_d_h.c
xorriso/emulators.c
xorriso/lib_mgt.c
xorriso/xorriso.texi
xorriso/xorriso.1
xorriso/xorriso.info
xorriso/xorrisofs.texi
xorriso/xorrisofs.1
xorriso/xorrisofs.info
Switched to usage of libjte-2.0.0.
New -jigdo parameters "checksum_algorithm", "demand_checksum", "checksum_path".
New -as mkisofs options-jigdo-checksum-algorithm, "-checksum-list",
"-jigdo-force-checksum".
24 Nov 2019 []
ChangeLog
xorriso/xorriso_eng.html
xorriso/changelog.txt
Updated change log and web page
------------------------------------ cycle - xorriso-1.5.3 - 2019.11.24.123339
* Switched to usage of libjte-2.0.0
* New -jigdo parameters "checksum_algorithm", "demand_checksum",
"-checksum-list"
* New -as mkisofs options-jigdo-checksum-algorithm, "-checksum-list",
"-jigdo-force-checksum"
[] []
ChangeLog ChangeLog
xorriso/xorriso_eng.html xorriso/xorriso_eng.html

View File

@ -609,6 +609,9 @@ SIGSEGV happened if --grub2-boot-info was given without -b
Enhancements towards previous stable version xorriso-1.5.0: Enhancements towards previous stable version xorriso-1.5.0:
<UL> <UL>
<LI> <LI>
New command -drive_access, new -as cdrecord option --drive_not_exclusive
</LI>
<LI>
Enabled GPT type GUIDs with -append_partition, Enabled GPT type GUIDs with -append_partition,
-boot_image any iso_mbr_part_type=, and -as mkisofs -iso_mbr_part_type -boot_image any iso_mbr_part_type=, and -as mkisofs -iso_mbr_part_type
</LI> </LI>
@ -679,7 +682,16 @@ cdrecord and mkisofs.</DT>
</DD> </DD>
<DD>Enhancements towards stable version 1.5.2: <DD>Enhancements towards stable version 1.5.2:
<UL> <UL>
<LI>- none yet -</LI> <LI>
Switched to usage of libjte-2.0.0
</LI>
<LI>
New -jigdo parameters "checksum_algorithm", "demand_checksum", "-checksum-list"
</LI>
<LI>
New -as mkisofs options -jigdo-checksum-algorithm, -checksum-list,
-jigdo-force-checksum
</LI>
<!-- <!--
<LI>- none yet -</LI> <LI>- none yet -</LI>
--> -->
@ -706,7 +718,7 @@ installation see README)
</DD> </DD>
<DD> <DD>
<A HREF="xorriso-1.5.3.tar.gz">xorriso-1.5.3.tar.gz</A> <A HREF="xorriso-1.5.3.tar.gz">xorriso-1.5.3.tar.gz</A>
(2625 KiB). (2650 KiB).
</DD> </DD>
<DT>A dynamically linked development version of xorriso can be obtained <DT>A dynamically linked development version of xorriso can be obtained
from repositories of from repositories of
@ -735,7 +747,7 @@ versions for dynamic linking. Only release versions are safe for that.
But after the run of <KBD>./bootstrap</KBD>, only But after the run of <KBD>./bootstrap</KBD>, only
vanilla tools like make and gcc are needed. vanilla tools like make and gcc are needed.
</DT> </DT>
<DT>GNU xorriso contains a copy of libjte-1.0.0 from package jigit <DT>GNU xorriso contains a copy of libjte-1.0.0 or 2.0.0 from package jigit
which produces jigdo and template file together with the emerging ISO image. which produces jigdo and template file together with the emerging ISO image.
(By Free Software Foundation, Steve McIntyre, George Danchev, (By Free Software Foundation, Steve McIntyre, George Danchev,
Thomas Schmitt) Thomas Schmitt)
@ -746,6 +758,11 @@ and libisoburn get built.</DD>
</KBD></DD> </KBD></DD>
<DD>Install: <KBD><B>tar xzf jigit_1.17.orig.tar.gz ; cd jigit-1.17 ; make ; make install</B> <DD>Install: <KBD><B>tar xzf jigit_1.17.orig.tar.gz ; cd jigit-1.17 ; make ; make install</B>
</KBD></DD> </KBD></DD>
<DD>or</DD>
<DD>Download: <KBD><B>wget https://www.einval.com/~steve/software/JTE/download/jigit-1.22.tar.xz</B>
</KBD></DD>
<DD>Install: <KBD><B>unxz &lt;jigit-1.22.tar.xz | tar xf - ; cd jigit-1.22 ; make ; make install</B>
</KBD></DD>
<DD>&nbsp;</DD> <DD>&nbsp;</DD>
</DL> </DL>
@ -778,7 +795,9 @@ with DVD media and how to emulate multi-session on overwritable media.
<A HREF="http://www.gnu.org">Dedicated to the GNU Operating System</A><BR> <A HREF="http://www.gnu.org">Dedicated to the GNU Operating System</A><BR>
Enjoying free hosting by<BR> Enjoying free hosting by<BR>
<!--
<A HREF="http://www.webframe.org">www.webframe.org</A><BR> <A HREF="http://www.webframe.org">www.webframe.org</A><BR>
-->
<A HREF="http://sourceforge.net">sourceforge.net</A><BR> <A HREF="http://sourceforge.net">sourceforge.net</A><BR>
</FONT></CENTER> </FONT></CENTER>
@ -787,11 +806,11 @@ Enjoying free hosting by<BR>
<HR> <HR>
<DL> <DL>
<DT>Links to related free software projects of Thomas Schmitt:</DT> <DT>Links to related free software projects of Thomas Schmitt:</DT>
<DD><A HREF=http://scdbackup.webframe.org/cdrskin_eng.html> <DD><A HREF=http://scdbackup.sourceforge.net/cdrskin_eng.html>
cdrskin, a cdrecord emulator</A></DD> cdrskin, a cdrecord emulator</A></DD>
<DD><A HREF=http://scdbackup.webframe.org/main_eng.html> <DD><A HREF=http://scdbackup.sourceforge.net/main_eng.html>
scdbackup, multi volume CD/DVD/BD backup</A></DD> scdbackup, multi volume CD/DVD/BD backup</A></DD>
<DL><DD><A HREF=http://scdbackup.sourceforge.net/main_eng.html> <DL><DD><A HREF=http://scdbackup.webframe.org/main_eng.html>
(a second source of above)</A></DD></DL> (a second source of above)</A></DD></DL>
</DL> </DL>