Compare commits

...

5 Commits

12 changed files with 288 additions and 70 deletions

10
README
View File

@ -4,7 +4,7 @@
libisoburn. By Vreixo Formoso <metalpain2002@yahoo.es>
and Thomas Schmitt <scdbackup@gmx.net>
Integrated sub project of libburnia-project.org.
http://files.libburnia-project.org/releases/libisoburn-0.1.9.tar.gz
http://files.libburnia-project.org/releases/libisoburn-0.2.0.pl00.tar.gz
Copyright (C) 2006-2008 Vreixo Formoso, Thomas Schmitt.
Provided under GPL version 2.
------------------------------------------------------------------------------
@ -26,18 +26,18 @@ By using this software you agree to the disclaimer at the end of this text:
Compilation, First Glimpse, Installation
Dynamic library and compile time header requirements for libisoburn-0.1.9 :
Dynamic library and compile time header requirements for libisoburn-0.2.0 :
- libburn.so.4 , version libburn-0.4.8 or higher
- libisofs.so.6 , version libisofs-0.6.6 or higher
libisoburn and xorriso will not start with libraries which are older than their
headers seen at compile time. So compile in the oldest possible installation
setup unless you have reason to enforce a newer bug fix level.
Obtain libisoburn-0.1.9.tar.gz, take it to a directory of your choice
Obtain libisoburn-0.2.0.pl00.tar.gz, take it to a directory of your choice
and do:
tar xzf libisoburn-0.1.9.tar.gz
cd libisoburn-0.1.9
tar xzf libisoburn-0.2.0.pl00.tar.gz
cd libisoburn-0.2.0
Within that directory execute:

View File

@ -1,4 +1,4 @@
AC_INIT([libisoburn], [0.1.9], [http://libburnia-project.org])
AC_INIT([libisoburn], [0.2.0], [http://libburnia-project.org])
AC_PREREQ([2.50])
dnl AC_CONFIG_HEADER([config.h])
@ -20,8 +20,8 @@ dnl LT_CURREN, LT_AGE, LT_REVISION where SONAME becomes LT_CURRENT - LT_AGE
dnl
dnl These three are only copies to provide libtool with unused LT_RELEASE
ISOBURN_MAJOR_VERSION=0
ISOBURN_MINOR_VERSION=1
ISOBURN_MICRO_VERSION=8
ISOBURN_MINOR_VERSION=2
ISOBURN_MICRO_VERSION=0
dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION
AC_SUBST(ISOBURN_MAJOR_VERSION)
@ -33,15 +33,15 @@ dnl Libtool versioning
dnl Generate libisoburn.so.1.x.y
dnl SONAME will become LT_CURRENT - LT_AGE
dnl
dnl ts A80602
dnl ### This is the release version 0.1.8 = libisoburn.so.1.7.0
dnl This is the development version after above stable release
dnl ts A80622
dnl This is the release version 0.2.0 = libisoburn.so.1.9.0
dnl ### This is the development version after above stable release
dnl LT_CURRENT++, LT_AGE++ have not happened happened yet.
dnl
dnl SONAME = 8 - 7 = 1 . Library name = libburn.so.1.7.0
dnl SONAME = 10 - 9 = 1 . Library name = libburn.so.1.9.0
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
LT_CURRENT=8
LT_AGE=7
LT_CURRENT=10
LT_AGE=9
LT_REVISION=0
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`

View File

@ -231,8 +231,8 @@ int isoburn_libburn_req(int *major, int *minor, int *micro);
@since 0.1.0
*/
#define isoburn_header_version_major 0
#define isoburn_header_version_minor 1
#define isoburn_header_version_micro 9
#define isoburn_header_version_minor 2
#define isoburn_header_version_micro 0
/** Note:
Above version numbers are also recorded in configure.ac because libtool
wants them as parameters at build time.

View File

@ -4,7 +4,7 @@
xorriso. By Thomas Schmitt <scdbackup@gmx.net>
Integrated sub project of libburnia-project.org but also published via:
http://scdbackup.sourceforge.net/xorriso_eng.html
http://scdbackup.sourceforge.net/xorriso-0.1.9.tar.gz
http://scdbackup.sourceforge.net/xorriso-0.2.0.pl00.tar.gz
Copyright (C) 2006-2008 Thomas Schmitt, provided under GPL version 2.
------------------------------------------------------------------------------
@ -14,6 +14,7 @@ filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows
session-wise manipulation of such filesystems. It can load the management
information of existing ISO images and it writes the session results to
optical media or to filesystem objects.
Vice versa xorriso is able to restore file objects from ISO 9660 filesystems.
Currently it is only supported on Linux with kernels >= 2.4.
@ -35,10 +36,10 @@ The tarball contains anything that is needed except libc and libpthread.
libreadline and the readline-dev headers will make dialog mode more convenient,
but are not mandatory.
Obtain xorriso-0.1.9.tar.gz, take it to a directory of your choice and do:
Obtain xorriso-0.2.0.pl00.tar.gz, take it to a directory of your choice and do:
tar xzf xorriso-0.1.9.tar.gz
cd xorriso-0.1.9
tar xzf xorriso-0.2.0.pl00.tar.gz
cd xorriso-0.2.0
Within that directory execute:
@ -160,7 +161,7 @@ and a matching dynamically linked xorriso binary.
This binary is leaner but depends on properly installed libraries of suitable
revision.
Dynamic library and compile time header requirements for libisoburn-0.1.9 :
Dynamic library and compile time header requirements for libisoburn-0.2.0 :
- libburn.so.4 , version libburn-0.4.8 or higher
- libisofs.so.6 , version libisofs-0.6.6 or higher
libisoburn and xorriso will not start with libraries which are older than their

View File

@ -2748,7 +2748,7 @@ Documented changes and release timestamp
* New options -osirrox and -cpx allow to extract single files from ISO image
2008.06.02.141334 []
2008.06.02.141334 [1826]
configure.ac
README
libisoburn/libisoburn.h
@ -2761,16 +2761,225 @@ xorriso/make_xorriso_standalone.sh
xorriso/configure_ac.txt
Version leap to 0.1.9
2 Jun 2008 [1827]
xorriso/changelog.txt
Documented changes and release timestamp
2 Jun 2008 [1828]
xorriso/xorriso.1
Beautified documentation of -osirrox
------------------------------------ cycle - xorriso-0.1.9 - 2008.06.02.141334
5 Jun 2008 [1834]
xorriso/convert_man_to_html.sh
Beautified HTML man page
2008.06.05.165023 [1835]
xorriso/xorriso.c
xorriso/xorrisoburn.c
xorriso/xorriso.1
New options -cpax, -cp_rx, -cp_rax to restore files and trees from ISO to disk
2008.06.06.083432 [1839]
xorriso/xorriso.c
Bug fix: -chmod unintentionally performed o-x as first operation
2008.06.06.103735 [1840]
xorriso/xorrisoburn.c
xorriso/xorriso.1
Fine tuning of directory attribute copying with -cp_rx
------------------------------------ cycle - xorriso-0.1.9 -
* New options -cpax, -cp_rx, -cp_rax to restore files and trees from ISO to disk
* Bug fix: -chmod unintentionally performed o-x as first operation
2008.06.09.134432 [1841]
xorriso/xorriso.h
xorriso/xorriso_private.h
xorriso/xorriso.c
xorriso/xorrisoburn.h
xorriso/xorrisoburn.c
Allowing to restore from image with pending changes
2008.06.09.165735 [1842]
xorriso/xorriso.c
xorriso/xorrisoburn.c
Removed some outdated code parts
2008.06.10.094304 [1844]
libisoburn/isoburn.c
libisoburn/burn_wrap.c
Removed outdated code parts
2008.06.10.100231 [1845]
xorriso/xorrisoburn.c
Removed outdated code parts
2008.06.11.131607 [1846]
xorriso/xorrisoburn.c
xorriso/xorriso.1
Proper handling of restore overwrite situations with directories and softlinks
------------------------------------ cycle - xorriso-0.1.9 - 2008.06.11.131607
2008.06.12.112644 [1847]
xorriso/xorriso.c
xorriso/xorrisoburn.c
xorriso/xorriso.1
Corrections about restoring of directories
------------------------------------ cycle - xorriso-0.1.9 - 2008.06.12.112644
2008.06.13.151630 [1848]
xorriso/xorriso.h
xorriso/xorriso.c
xorriso/xorrisoburn.h
xorriso/xorrisoburn.c
xorriso/xorriso.1
New option -paste_in
2008.06.14.104745 [1849]
xorriso/xorriso.c
xorriso/xorriso.1
xorriso/xorriso_eng.html
New options -extract and -extract_single
14 Jun 2008 [1850]
xorriso/convert_man_to_html.sh
Beautification of HTML man page
2008.06.14.140459 [1851]
xorriso/xorriso.h
xorriso/xorriso.c
xorriso/xorrisoburn.c
xorriso/xorriso.1
Correction about -extract / /
2008.06.14.184512 [1854]
xorriso/xorriso.h
xorriso/xorriso.c
xorriso/xorriso.1
xorriso/convert_man_to_html.sh
Gave up the unusual parameter sequences of -extract and -paste_in
------------------------------------ cycle - xorriso-0.1.9 - 2008.06.14.184512
* New option -paste_in to copy ISO files into parts of disk files
* New option -extract restores with arguments of -map or -update_r
2008.06.17.121524 [1857]
xorriso/xorriso.h
xorriso/xorriso.c
xorriso/xorriso.1
New options -map_l, -compare_l, -update_l, -extract_l
2008.06.17.133914 [1858]
xorriso/xorriso.c
Reacted on harmless compiler warning
2008.06.17.170622 [1859]
xorriso/xorriso.c
xorriso/xorrisoburn.c
Fixed a bug about -update_l
2008.06.18.132057 [1860]
libisoburn/isoburn.h
libisoburn/burn_wrap.c
Made -rom_toc_scan work on closed DVD-R in a DVD-ROM drive
2008.06.18.161512 [1861]
libisoburn/libisoburn.h
libisoburn/isoburn.h
libisoburn/isoburn.c
libisoburn/isofs_wrap.c
libisoburn/burn_wrap.c
libisoburn/data_source.c
New API functions isoburn_preset_msgs_submit(), isoburn_set_msgs_submit()
2008.06.18.161723 [1862]
xorriso/xorriso.h
xorriso/xorriso.c
xorriso/xorrisoburn.c
Made use of isoburn_preset_msgs_submit()
------------------------------------ cycle - xorriso-0.1.9 - 2008.06.18.161723
* New options -map_l, -compare_l, -update_l, -extract_l
* New API functions isoburn_set_msgs_submit(), isoburn_drive_set_msgs_submit()
2008.06.18.192913 [1863]
libisoburn/burn_wrap.c
Improved pacifier with -rom_toc_scan
2008.06.19.090436 [1864]
libisoburn/libisoburn.h
libisoburn/burn_wrap.c
xorriso/xorrisoburn.c
Renamed isoburn_*set_msgs_submit() and slightly changed meaning
2008.06.19.092458 [1865]
libisoburn/burn_wrap.c
Corrected wrong size unit MB to kB in toc scan pacifier text
2008.06.20.091647 [1866]
xorriso/xorriso_private.h
xorriso/xorriso.c
xorriso/xorrisoburn.c
xorriso/xorriso.1
New -osirrox option auto_chmod_on
------------------------------------ cycle - xorriso-0.1.9 - 2008.06.20.091647
2008.06.20.164105 [1867]
xorriso/xorriso_private.h
xorriso/xorriso.c
xorriso/xorrisoburn.h
xorriso/xorrisoburn.c
Fixed several bugs with restore operations
2008.06.21.180701 [1870]
xorriso/xorriso.1
Corrected mistake in xorriso man page
------------------------------------ cycle - xorriso-0.1.9 - 2008.06.21.180701
2008.06.22.080000 [1872]
xorriso/xorriso.c
Removed duplicated help text snippet
22 Jun 2008 [1783]
configure.ac
README
libisoburn/libisoburn.h
xorriso/README
xorriso/xorriso_timestamp.h
xorriso/xorriso_private.h
xorriso/xorrisoburn.h
xorriso/xorriso_eng.html
xorriso/make_xorriso_standalone.sh
xorriso/configure_ac.txt
Version leap to 0.2.0
[]
xorriso/changelog.txt
Documented changes and release timestamp
------------------------------------ cycle - xorriso-0.1.9 - 2008.06.02.141334
---------------------------------- release - xorriso-0.2.0 - 2008.06.22.090001
* Bug fix: -chmod unintentionally performed o-x as first operation
* New options -cpax, -cp_rx, -cp_rax to restore files and trees from ISO to disk
* New option -extract restores with arguments of -map or -update_r
* New option -paste_in to copy ISO files into parts of disk files
* New options -map_l, -compare_l, -update_l, -extract_l
* New API functions isoburn_set_msgs_submit(), isoburn_drive_set_msgs_submit()
------------------------------------ cycle - xorriso-0.1.9 -
------------------------------------ cycle - xorriso-0.1.9 -
------------------------------------ cycle - xorriso-0.2.1 -
------------------------------------ cycle - xorriso-0.2.1 -
===============================================================================
@ -2783,12 +2992,10 @@ Documented changes and release timestamp
------------------------------------------------- development
??? Clarify handling of links in ISO and on disk during restore
- mkisofs,cdrecord multi session
- -restore
??? -compare_l -update_l /disk_path_start iso_rr_path_start path[s] --
> Relative addressing and pattern matching :
iso_rr_pattern on
cd /u/FERTIG
@ -2799,6 +3006,8 @@ Documented changes and release timestamp
- Introduce an interrupt key for dialog
- watch read latency and evaluate read quality indicator
- regularly do valgrind check for memory leaks
- ??? http://scan.coverity.com/faq.html
@ -2831,12 +3040,20 @@ Documented changes and release timestamp
- Data files >= 4 GiB.
- API: iso_image_update_sizes() to be run immediately before -commit
- A repeatable shell command as origin ("disk_file")
of a regular file in the ISO image.
- API: iso_stream_get_dev_ino() to get the source side dev_t and ino_t
- API: iso_cout_stream_get_params(stream, &path, &offset, &size)
- Image checksum tag in the last data blocks of an image.
A data file entry should point to that block.
- creation of bootable images
------ extended attribute stunts: Not visible for mount but for libisofs
- file checksums

View File

@ -1,4 +1,4 @@
AC_INIT([xorriso], [0.1.9], [http://libburnia-project.org])
AC_INIT([xorriso], [0.2.0], [http://libburnia-project.org])
AC_PREREQ([2.50])
dnl AC_CONFIG_HEADER([config.h])

View File

@ -25,11 +25,11 @@
current_dir=$(pwd)
lone_dir="$current_dir"/"xorriso-standalone"
xorriso_rev=0.1.9
xorriso_rev=0.2.0
# For unstable uploads:
xorriso_pl=""
# xorriso_pl=""
# For stable releases:
# xorriso_pl=".pl00"
xorriso_pl=".pl00"
with_bootstrap_tarball=1

View File

@ -9928,8 +9928,6 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
" Copy directory trees from ISO image to disk filesystem.",
" -cp_rax iso_rr_path [***] disk_path",
" Like -cp_rx but trying to restore timestamps and ownership.",
" -extract_single disk_path iso_rr_path",
" Like -extract but with directory do not insert its sub tree.",
" -paste_in iso_rr_path disk_path byte_offset byte_count",
" Copy ISO file content into a byte interval of a disk file.",
"",

View File

@ -24,6 +24,8 @@ into Rock Ridge enhanced ISO 9660 filesystems and allows
session-wise manipulation of such filesystems. It can load the management
information of existing ISO images and it writes the session results to
optical media or to filesystem objects.
<BR>
Vice versa xorriso is able to restore file objects from ISO 9660 filesystems.
</P>
<P>
@ -61,11 +63,12 @@ GPL software included:<BR>
<DT>libburn-0.4.9</DT>
<DD>reads and writes data from and to CD, DVD, BD-RE.</DD>
<DD>(founded by Derek Foreman and Ben Jansens,
furthered since August 2006 by team of libburnia-project.org)</DD>
furthered since August 2006 by
Thomas Schmitt from team of libburnia-project.org)</DD>
<DT>libisofs-0.6.6</DT>
<DD>operates ISO 9660 images.</DD>
<DD>operates on ISO 9660 filesystem images.</DD>
<DD>(By Vreixo Formoso and Mario Danic from team of libburnia-project.org)</DD>
<DT>libisoburn-0.1.8</DT>
<DT>libisoburn-0.2.0</DT>
<DD>coordinates libburn and libisofs, emulates multi-session where needed.</DD>
<DD>(By Vreixo Formoso and Thomas Schmitt
from team of libburnia-project.org)</DD>
@ -112,7 +115,7 @@ Can write result as add-on session to appendable multi-session media,
to overwriteable media, to regular files, and to block devices.
</LI>
<LI>
Can copy single files from ISO image to disk filesystem.
Can restore single files and whole trees from ISO image to disk filesystem.
</LI>
<LI>
Scans for optical drives, blanks re-useable optical media, formats media.
@ -281,11 +284,12 @@ output will be redirected to stderr in this case.</DT>
<HR>
</DT>
<DT>Enable reverse operation of xorriso and copy some single files to disk:
<DT>Enable reverse operation of xorriso and copy some files and a tree to disk:
<DD>$<KBD>&nbsp;xorriso -indev /dev/sr0 \</KBD></DD>
<DD><KBD>&nbsp;&nbsp; -osirrox on \</KBD></DD>
<DD><KBD>&nbsp;&nbsp; -cpx /pictures/private/horses*/*buttercup* \</KBD></DD>
<DD><KBD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /home/her/buttercup_dir \</KBD>
<DD><KBD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /home/her/buttercup_dir -- \</KBD>
<DD><KBD>&nbsp;&nbsp; -extract /sounds /home/her/sounds_from_me</KBD></DD>
</DD>
<DT>
@ -311,8 +315,8 @@ are interested in using BD-R media.
<P>
<DL>
<DT><H3>Download as source code (see README):</H3></DT>
<DD><A HREF="xorriso-0.1.8.pl00.tar.gz">xorriso-0.1.8.pl00.tar.gz</A>
(990 KB).
<DD><A HREF="xorriso-0.2.0.pl00.tar.gz">xorriso-0.2.0.pl00.tar.gz</A>
(1000 KB).
</DD>
</DL>
</DD>
@ -337,17 +341,22 @@ an <A HREF="http://www.opensource.org/">Open Source</A> approved license</DD>
<HR>
<P>
Bug fixes towards xorriso-0.1.6.pl00:
Bug fixes towards xorriso-0.1.8.pl00:
<UL>
<LI>-indev -outdev modifying to overwriteable target yielded unmountable results</LI>
<LI>Major,minor numbers of device files appeared as 0,1 in next session</LI>
<LI>
-chmod unintentionally performed o-x as first operation
</LI>
</UL>
</P>
<P>
Enhancements towards previous stable version xorriso-0.1.6.pl00:
Enhancements towards previous stable version xorriso-0.1.8.pl00:
<UL>
<LI>New option -stream_recording for full speed with DVD-RAM and BD-RE</LI>
<LI>New options -osirrox and -cpx allow to extract single files from ISO image
<LI>New option -extract restores with arguments of -map or -update_r</LI>
<LI>
New options -cpax, -cp_rx, -cp_rax to restore files and trees from ISO to disk
</LI>
<LI>New option -paste_in to copy ISO files into parts of disk files</LI>
<LI>New options -map_l, -compare_l, -update_l, -extract_l</LI>
</UL>
</P>
@ -355,33 +364,26 @@ Enhancements towards previous stable version xorriso-0.1.6.pl00:
<P>
<DL>
<DT><H3>Development snapshot, version 0.1.9 :</H3></DT>
<DD>Bug fixes towards xorriso-0.1.8.pl00:
<DT><H3>Development snapshot, version 0.2.1 :</H3></DT>
<DD>Bug fixes towards xorriso-0.2.0.pl00:
<UL>
<LI>
-chmod unintentionally performed o-x as first operation
</LI>
<!--
<LI>- none yet -</LI>
<!--
-->
</UL>
</DD>
<DD>Enhancements towards stable version 0.1.8.pl00:
<DD>Enhancements towards stable version 0.2.0.pl00:
<UL>
<LI>
New options -cpax, -cp_rx, -cp_rax to restore files and trees from ISO to disk
</LI>
<LI>New option -paste_in to copy ISO files into parts of disk files</LI>
<LI>New option -extract restores with arguments of -map or -update_r</LI>
<!--
<LI>- none yet -</LI>
<!--
-->
</UL>
</DD>
<DD>&nbsp;</DD>
<DD><A HREF="README_xorriso_devel">README 0.1.9</A>
<DD><A HREF="xorriso_help_devel">xorriso_0.1.9 -help</A></DD>
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.1.9)</A></DD>
<DD><A HREF="README_xorriso_devel">README 0.2.1</A>
<DD><A HREF="xorriso_help_devel">xorriso_0.2.1 -help</A></DD>
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.2.1)</A></DD>
<DD>&nbsp;</DD>
<DT>If you want to distribute development versions of xorriso, then use
this tarball which produces static linking between xorriso and the
@ -391,8 +393,8 @@ libburnia libraries.
installation see README)
</DD>
<DD>
<A HREF="xorriso-0.1.9.tar.gz">xorriso-0.1.9.tar.gz</A>
(990 KB).
<A HREF="xorriso-0.2.1.tar.gz">xorriso-0.2.1.tar.gz</A>
(1000 KB).
</DD>
<DT>A dynamically linked development version of xorriso can be obtained
from repositories of

View File

@ -18,7 +18,7 @@
#ifndef Xorriso_private_includeD
#define Xorriso_private_includeD yes
#define Xorriso_program_versioN "0.1.9"
#define Xorriso_program_versioN "0.2.0"
/** The source code release timestamp */
#include "xorriso_timestamp.h"

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.06.21.180701"
#define Xorriso_timestamP "2008.06.22.090001"

View File

@ -20,8 +20,8 @@ struct FindjoB;
/* The minimum version of libisoburn to be used with this version of xorriso
*/
#define xorriso_libisoburn_req_major 0
#define xorriso_libisoburn_req_minor 1
#define xorriso_libisoburn_req_micro 9
#define xorriso_libisoburn_req_minor 2
#define xorriso_libisoburn_req_micro 0
int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag);