This commit is contained in:
Thomas Schmitt 2011-09-27 13:39:45 +00:00
parent 70299a78e3
commit 875383a251
2 changed files with 122 additions and 43 deletions

View File

@ -1,4 +1,9 @@
SVN trunk (to become libisoburn-1.1.6.tar.gz)
SVN trunk (to become libisoburn-1.1.8.tar.gz)
===============================================================================
- no novelties yet
libisoburn-1.1.6.tar.gz Tue Sep 27 2011
===============================================================================
* Bug fix: -extract_single extracted directory content
* Bug fix: -extract was not immediately aborted if -abort_on was triggered
@ -10,8 +15,7 @@ SVN trunk (to become libisoburn-1.1.6.tar.gz)
* New option -list_extras
* New -osirrox option strict_acl
* New -find and -findx action list_extattr
* Worked around a collision with Linux udev which lets device links vanish
* Workaround for collision with Linux udev which lets device links vanish
libisoburn-1.1.4.tar.gz Mon Aug 8 2011
===============================================================================

View File

@ -11756,9 +11756,10 @@ configure.ac
xorriso/configure_ac.txt
Made PKG_CHECK_MODULES with --enable-libcdio conditional
2011.09.20.133438 []
2011.09.20.133438 [4309]
xorriso/xorriso_eng.html
ChangeLog
xorriso/changelog.txt
Updated change log and web page
------------------------------------ cycle - xorriso-1.1.5 - 2011.09.20.133438
@ -11768,18 +11769,129 @@ Updated change log and web page
* Worked around a collision with Linux udev which lets device links vanish
21 Sep 2011 [4312]
xorriso/README_gnu_xorriso
Mentioned configure-time options for udev anti-collision waiting time
2011.09.22.142118 [4313]
xorriso/xorriso_private.h
xorriso/xorrisoburn.h
xorriso/base_obj.c
xorriso/opts_a_c.c
xorriso/opts_d_h.c
xorriso/drive_mgt.c
Re-aquiring drives by their burn_drive_convert_fs_adr() names
23 Sep 2011 [4314]
README
xorriso/README_gnu_xorriso
Mentioned my sysadmin workarounds to cope with udisks on Debian 6.0.2 amd64
23 Sep 2011 [4315]
Makefile.am
releng/README
releng/template_new
Added releng test suite to release tarball
2011.09.23.131734 [4316]
xorriso/drive_mgt.c
Improved error message if xorriso shall open a vanished udev link
2011.09.23.135519 [4317]
releng/manual_burn
Let releng burn test tolerate vanished udev link and wait for its re-appearance
24 Sep 2011 [4318]
releng/README
Fixed typos in releng/README
25 Sep 2011 [4320]
releng/README
Small corrections in releng/README
27 Sep 2011 [4325]
svn copy -m Branching for libisoburn release 1.1.6
http://svn.libburnia-project.org/libisoburn/trunk
http://svn.libburnia-project.org/libisoburn/branches/1.1.6
2011.09.27.080001 [4326]
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
xorriso/xorriso_timestamp.h
xorriso/xorriso.texi
xorriso/xorriso.1
xorriso/xorriso.info
xorriso/xorrisofs.texi
xorriso/xorrisofs.1
xorriso/xorrisofs.info
Version leap to libisoburn-1.1.6
27 Sep 2011 [4327]
ChangeLog
xorriso/changelog.txt
Documented changes and release timestamp
----------------------------------- release - xorriso-1.1.4 - 2011.08.08.070301
* Bug fix: -extract_single extracted directory content
* Bug fix: -extract was not immediately aborted if -abort_on was triggered
* Bug fix: xorriso did not write to files in filesystems with >= 4 TB free space
* Bug fix: libisofs: ACL entries of groups and of user id 0 were not properly
recorded and cannot be restored
* Bug fix: libisofs: No ACLs were recorded on FreeBSD
* New option -list_extras
* New -osirrox option strict_acl
* libisofs: Enabled recording and restoring of extattr on FreeBSD.
* New -find and -findx action list_extattr
* Workaround for collision with Linux udev which lets device links vanish
2011.09.27.133025 [4333]
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
xorriso/xorriso_timestamp.h
xorriso/xorriso.texi
xorriso/xorriso.1
xorriso/xorriso.info
xorriso/xorrisofs.texi
xorriso/xorrisofs.1
xorriso/xorrisofs.info
Version leap to libisoburn-1.1.7
27 Sep 2011 []
ChangeLog
xorriso/changelog.txt
Documented changes and release timestamp
------------------------------------ cycle - xorriso-1.1.7 - 2011.09.27.133025
[]
xorriso/xorriso_eng.html
ChangeLog
Updated change log and web page
------------------------------------ cycle - xorriso-1.1.5 -
------------------------------------ cycle - xorriso-1.1.7 -
[]
xorriso/xorriso_eng.html
ChangeLog
Updated change log and web page
------------------------------------ cycle - xorriso-1.1.5 -
------------------------------------ cycle - xorriso-1.1.7 -
**********************************************************************
@ -11799,46 +11911,9 @@ Important: When adding a public API function then add its name to file
- update_home got stuck when interrupted during -update_r
??? not reproducible any more
- Hurd:
/reiser/hurd-git/
scsi_ioctl_send_command() gnumach/linux/src/drivers/scsi/scsi_ioctl.c
device_set_status() gnumach/linux/dev/glue/block.c
device_t:
gnumach/linux/dev/glue/block.c
arrives as struct block_data
which has element
kdev_t dev; /* Linux device number */
Scsi_Device:
gnumach/linux/src/drivers/scsi/sr.c:
struct inode *inode
defined in gnumach/linux/dev/include/linux/fs.h
with element
kdev_t i_rdev;
used as kernel_scsi_ioctl(scsi_CDs[MINOR(inode->i_rdev)].device
which is in gnumach/linux/src/drivers/scsi/scsi_ioctl.c
int kernel_scsi_ioctl (Scsi_Device *dev,
gnumach/linux/src/drivers/scsi/scsi_ioctl.c:
int scsi_ioctl_send_command(Scsi_Device *dev, void *buffer)
/*
* The structure that we are passed should look like:
*
* struct sdata {
* unsigned int inlen;
* unsigned int outlen;
* unsigned char cmd[]; # However many bytes are used for cmd.
* unsigned char data[];
* };
*/
-------------------------------------------------------------------------
rked around a collision with Linux udev which lets links vanish
- Problem words in man xorriso
"command" - Mats wants to reserve it for the program.