Documented changes and release timestamp
This commit is contained in:
parent
009b45c330
commit
331472d55f
@ -1,4 +1,9 @@
|
||||
SVN trunk (to become libisoburn-1.3.6.tar.gz or higher)
|
||||
SVN trunk (to become libisoburn-1.3.8 or higher)
|
||||
===============================================================================
|
||||
- no novelties yet -
|
||||
|
||||
|
||||
libisoburn-1.3.6.tar.gz Tue Mar 04 2014
|
||||
===============================================================================
|
||||
* Bug fix: libisofs: Division by zero if HFS+ was combined with TOC emulation
|
||||
for overwritable media.
|
||||
@ -10,14 +15,9 @@ SVN trunk (to become libisoburn-1.3.6.tar.gz or higher)
|
||||
* 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 -boot_image settings hppa_cmdline=, hppa_bootloader=, hppa_hdrversion=,
|
||||
hppa_kernel_32=, hppa_kernel_64=, hppa_ramdisk=
|
||||
* New -as mkisofs options -hppa-cmdline, -hppa-bootloader, -hppa-hdrversion,
|
||||
-hppa-kernel-32, -hppa-kernel-64, -hppa-ramdisk
|
||||
* New API call isoburn_conv_name_chars()
|
||||
* libburn: New system adapter for NetBSD
|
||||
|
||||
|
||||
libisoburn-1.3.4.tar.gz Thu Dec 12 2013
|
||||
===============================================================================
|
||||
* Bug fix: Command -blank "as_needed" formatted blank BD-R.
|
||||
@ -52,7 +52,6 @@ libisoburn-1.3.2.tar.gz Wed Aug 07 2013
|
||||
* New -msg_op opcodes "parse_silently" and "parse_bulk_silently"
|
||||
* New command -application_use and new -as mkisofs option --application_use
|
||||
|
||||
|
||||
libisoburn-1.3.0.tar.gz Fri May 17 2013
|
||||
===============================================================================
|
||||
* Bug fix: Disk paths with components '.' or '..' could be mistaken for
|
||||
|
@ -15483,23 +15483,127 @@ Mentioned support for NetBSD
|
||||
xorriso/iso_img.c
|
||||
Corrected a bug introduced with rev 5240
|
||||
|
||||
27 Feb 2014 []
|
||||
27 Feb 2014 [5256]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
Updated change log and web page
|
||||
|
||||
------------------------------------ cycle - xorriso-1.3.5 -
|
||||
------------------------------------ cycle - xorriso-1.3.5 - 2014.02.27.091053
|
||||
* libburn: New system adapter for NetBSD
|
||||
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
Updated change log and web page
|
||||
2014.03.02.102010 [5257]
|
||||
xorriso/iso_img.c
|
||||
Made -status -boot_image more verbous about the pending boot image definition
|
||||
|
||||
------------------------------------ cycle - xorriso-1.3.5 -
|
||||
2014.03.03.202815 [5299]
|
||||
xorriso/opts_d_h.c
|
||||
xorriso/emulators.c
|
||||
xorriso/iso_img.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
xorriso/xorrisofs.texi
|
||||
xorriso/xorrisofs.info
|
||||
xorriso/xorrisofs.1
|
||||
Temporarily disabled the unfinished HP-PA PALO bootability preparations
|
||||
|
||||
04 Mar 2014 [5264]
|
||||
svn copy -m Branching for libisoburn release 1.3.6
|
||||
http://svn.libburnia-project.org/libisoburn/trunk
|
||||
http://svn.libburnia-project.org/libisoburn/branches/1.3.4
|
||||
|
||||
2014.03.04.113001 [5265]
|
||||
configure.ac
|
||||
README
|
||||
libisoburn/libisoburn.h
|
||||
xorriso/README_gnu_xorriso
|
||||
xorriso/xorriso.h
|
||||
xorriso/xorrisoburn.h
|
||||
xorriso/xorriso_main.c
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/make_xorriso_standalone.sh
|
||||
xorriso/configure_ac.txt
|
||||
frontend/xorriso-tcltk
|
||||
xorriso/xorriso_timestamp.h
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.1
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorrisofs.texi
|
||||
xorriso/xorrisofs.1
|
||||
xorriso/xorrisofs.info
|
||||
xorriso/xorrecord.texi
|
||||
xorriso/xorrecord.1
|
||||
xorriso/xorrecord.info
|
||||
Version leap to libisoburn-1.3.6
|
||||
|
||||
04 Mar 2014 [5266]
|
||||
ChangeLog
|
||||
xorriso/changelog.txt
|
||||
Documented changes and release timestamp
|
||||
|
||||
2014.03.04.120001 [5267]
|
||||
xorriso/drive_mgt.c
|
||||
Last minute regression fix: -list_speeds on non-BD drives used CD speed factor
|
||||
|
||||
04 Mar 2014 [5268]
|
||||
xorriso/changelog.txt
|
||||
Documented release timestamp
|
||||
|
||||
----------------------------------- release - xorriso-1.3.6 - 2014.03.04.120001
|
||||
* Bug fix: libisofs: Division by zero if HFS+ was combined with TOC emulation
|
||||
for overwritable media.
|
||||
* Bug fix: -list_speeds did not work any more with old CD drives.
|
||||
Regression introduced by release 1.3.4
|
||||
* Bug fix: -check_media marked untested sectors in sector map as valid
|
||||
* Bug fix: Paths with symbolic links preceding ".." were not interpreted
|
||||
properly
|
||||
* 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()
|
||||
* libburn: New system adapter for NetBSD
|
||||
|
||||
2014.03.04.164038 [5273]
|
||||
xorriso/drive_mgt.c
|
||||
Last minute regression fix: -list_speeds on non-BD drives used CD speed factor
|
||||
|
||||
2014.03.04.165750 [5274]
|
||||
configure.ac
|
||||
README
|
||||
libisoburn/libisoburn.h
|
||||
xorriso/README_gnu_xorriso
|
||||
xorriso/xorriso.h
|
||||
xorriso/xorrisoburn.h
|
||||
xorriso/xorriso_main.c
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/make_xorriso_standalone.sh
|
||||
xorriso/configure_ac.txt
|
||||
frontend/xorriso-tcltk
|
||||
xorriso/xorriso_timestamp.h
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.1
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorrisofs.texi
|
||||
xorriso/xorrisofs.1
|
||||
xorriso/xorrisofs.info
|
||||
xorriso/xorrecord.texi
|
||||
xorriso/xorrecord.1
|
||||
xorriso/xorrecord.info
|
||||
Version leap to libisoburn-1.3.7
|
||||
|
||||
04 Mar 2014 [5275]
|
||||
svn move -m Promoted branch to tag
|
||||
http://svn.libburnia-project.org/libisoburn/branches/1.3.6
|
||||
http://svn.libburnia-project.org/libisoburn/tags/1.3.6
|
||||
|
||||
05 Mar 2014 []
|
||||
ChangeLog
|
||||
xorriso/changelog.txt
|
||||
Documented changes and release timestamp
|
||||
|
||||
------------------------------------ cycle - xorriso-1.3.7 - 2014.03.04.165750
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
@ -15507,7 +15611,15 @@ xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
Updated change log and web page
|
||||
|
||||
------------------------------------ cycle - xorriso-1.3.5 -
|
||||
------------------------------------ cycle - xorriso-1.3.7 -
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
Updated change log and web page
|
||||
|
||||
------------------------------------ cycle - xorriso-1.3.7 -
|
||||
|
||||
|
||||
|
||||
@ -15526,10 +15638,23 @@ Important: When adding a public API function then add its name to file
|
||||
>>> Explore ACL and xattr
|
||||
>>> not supported ?
|
||||
|
||||
>>> -status -boot_image does not show id_string
|
||||
>>> releng does not like $PIPESTATUS[0] even if in unexecuted if branch:
|
||||
./run_all_auto: 156: Syntax error: Bad substitution
|
||||
RET="${PIPESTATUS[0]}"
|
||||
>>> -list_formats on the qemu emulated CD-ROM lets releng fail
|
||||
xorriso : FAILURE : Cannot obtain format list info
|
||||
|
||||
|
||||
|
||||
>>> Review output sequence of -status for compliance with -list_arg_sorting
|
||||
|
||||
|
||||
>>> HP-PA PALO
|
||||
* To enable the code for these preparations, you have to define the macro
|
||||
* Libisofs_enable_unreleased_hppa_palO
|
||||
* and to insert into libisofs/libisofs.ver the lines
|
||||
* iso_image_set_hppa_palo;
|
||||
* iso_image_get_hppa_palo;
|
||||
mount -o loop /dvdbuffer/debian-508-hppa-businesscard.iso /mnt
|
||||
valgrind --leak-check=full xorriso -as mkisofs -r \
|
||||
-V 'Debian 5.0.8 hppa Repacked' \
|
||||
|
Loading…
Reference in New Issue
Block a user