From 333ca1991eed27166a9dd93a5a09857f187b6828 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 8 Aug 2011 07:33:45 +0000 Subject: [PATCH] Documented changes and release timestamp --- libisoburn/branches/1.1.4/ChangeLog | 1 + .../branches/1.1.4/xorriso/changelog.txt | 34 ++++++++++++++++++- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/libisoburn/branches/1.1.4/ChangeLog b/libisoburn/branches/1.1.4/ChangeLog index 8b7d5375..f2200990 100644 --- a/libisoburn/branches/1.1.4/ChangeLog +++ b/libisoburn/branches/1.1.4/ChangeLog @@ -2,6 +2,7 @@ libisoburn-1.1.4.tar.gz Sun Aug 7 2011 =============================================================================== * Bug fix: xorriso native mode on some drives wrote unreadble ISO images to CD * Bug fix: -assert_volid did not work. Regression since version 1.1.0. +* Bug fix: -acl or -xattr worked with -extract only on Linux and FreeBSD * New option -device_links libisoburn-1.1.2.tar.gz Fri Jul 8 2011 diff --git a/libisoburn/branches/1.1.4/xorriso/changelog.txt b/libisoburn/branches/1.1.4/xorriso/changelog.txt index 23f44e24..b11f97f0 100644 --- a/libisoburn/branches/1.1.4/xorriso/changelog.txt +++ b/libisoburn/branches/1.1.4/xorriso/changelog.txt @@ -11498,17 +11498,42 @@ xorriso/xorrisofs.1 xorriso/xorrisofs.info Version leap to libisoburn-1.1.4 +07 Aug 2011 [4254] +ChangeLog +xorriso/changelog.txt +Documented changes and release timestamp + +2011.08.08.071649 [4256] +xorriso/read_run.c +Improved error reporting with problems when extracting xattr or ACL + +2011.08.08.070301 [4257] +configure.ac +README +libisoburn/libisoburn.h +xorriso/README_gnu_xorriso +xorriso/configure_ac.txt +xorriso/xorriso_eng.html +xorriso/xorriso_timestamp.h +Requiring libisofs-1.1.4 (because of ACL extraction problem in 1.1.2) + [] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ------------------------------------ release - xorriso-1.1.4 - 2011.08.07.120001 +----------------------------------- release - xorriso-1.1.4 - 2011.08.08.070301 * New option -device_links * Bug fix: xorriso native mode on some drives wrote unreadble ISO images to CD * Bug fix: -assert_volid did not work. Regression since version 1.1.0. +* Bug fix: -acl or -xattr worked with -extract only on Linux and FreeBSD + [] +xorriso/read_run.c +Improved error reporting with problems when extracting xattr or ACL +(>>> schon kopiert) + [] xorriso/xorriso_eng.html ChangeLog @@ -11531,6 +11556,13 @@ Important: When adding a public API function then add its name to file TODO =============================================================================== +- -for_backup -extract : + - enable new code in libisofs/aaip-os-linux.c + Libisofs_aaip_linux_set_attr_list_neW + - FAILURE due to not enable ACL does not abort tree extraction + although -abort_on FAILURE is set + - in libisofs/aaip-os-freebsd.c : flag bit0 is not checked + - update_home got stuck when interrupted during -update_r