Compare commits

...

5 Commits

Author SHA1 Message Date
deb42c7cdc Tagged 2008-08-25 00:47:07 +00:00
19daa2a6f7 Corrected ISOBURN_MICRO_VERSION 2008-08-24 17:27:44 +00:00
36ce98a648 Documented changes and release timestamp 2008-08-24 17:24:50 +00:00
11ccd67979 Version leap to 0.2.4 2008-08-24 17:19:32 +00:00
1cb6906b1b Wohooo 2008-08-24 15:40:19 +00:00
10 changed files with 291 additions and 80 deletions

12
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.2.3.tar.gz
http://files.libburnia-project.org/releases/libisoburn-0.2.4.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.2.3 :
- libburn.so.4 , version libburn-0.5.0 or higher
Dynamic library and compile time header requirements for libisoburn-0.2.4 :
- libburn.so.4 , version libburn-0.5.2 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.2.3.tar.gz, take it to a directory of your choice
Obtain libisoburn-0.2.4.pl00.tar.gz, take it to a directory of your choice
and do:
tar xzf libisoburn-0.2.3.tar.gz
cd libisoburn-0.2.3
tar xzf libisoburn-0.2.4.pl00.tar.gz
cd libisoburn-0.2.4
Within that directory execute:

View File

@ -1,4 +1,4 @@
AC_INIT([libisoburn], [0.2.3], [http://libburnia-project.org])
AC_INIT([libisoburn], [0.2.4], [http://libburnia-project.org])
AC_PREREQ([2.50])
dnl AC_CONFIG_HEADER([config.h])
@ -21,7 +21,7 @@ dnl
dnl These three are only copies to provide libtool with unused LT_RELEASE
ISOBURN_MAJOR_VERSION=0
ISOBURN_MINOR_VERSION=2
ISOBURN_MICRO_VERSION=3
ISOBURN_MICRO_VERSION=4
dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION
AC_SUBST(ISOBURN_MAJOR_VERSION)
@ -33,16 +33,16 @@ dnl Libtool versioning
dnl Generate libisoburn.so.1.x.y
dnl SONAME will become LT_CURRENT - LT_AGE
dnl
dnl ts A80808
dnl ### This is the release version 0.2.2 = libisoburn.so.1.11.0
dnl This is the development version after above stable release
dnl ### LT_CURRENT++, LT_AGE++ have not happened happened yet.
dnl LT_CURRENT++, LT_AGE++ has happened meanwhile.
dnl ts A80824
dnl This is the release version 0.2.4 = libisoburn.so.1.13.0
dnl ### This is the development version after above stable release
dnl LT_CURRENT++, LT_AGE++ have not happened happened yet.
dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile.
dnl
dnl SONAME = 13 - 12 = 1 . Library name = libburn.so.1.12.0
dnl SONAME = 14 - 13 = 1 . Library name = libisoburn.so.1.13.0
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
LT_CURRENT=13
LT_AGE=12
LT_CURRENT=14
LT_AGE=13
LT_REVISION=0
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`

View File

@ -244,7 +244,7 @@ int isoburn_libburn_req(int *major, int *minor, int *micro);
*/
#define isoburn_header_version_major 0
#define isoburn_header_version_minor 2
#define isoburn_header_version_micro 3
#define isoburn_header_version_micro 4
/** Note:
Above version numbers are also recorded in configure.ac because libtool
wants them as parameters at build time.
@ -1052,7 +1052,7 @@ off_t isoburn_disc_available_space(struct burn_drive *d,
/** Obtain the start block number of the most recent session on media. In
case of random access media this will always be 0. Succesfull return is
case of random access media this will normally be 0. Successfull return is
not a guarantee that there is a ISO-9660 image at all. The call will fail,
nevertheless,if isoburn_disc_get_status() returns not BURN_DISC_APPENDABLE
or BURN_DISC_FULL.

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.2.3.tar.gz
http://scdbackup.sourceforge.net/xorriso-0.2.4.pl00.tar.gz
Copyright (C) 2006-2008 Thomas Schmitt, provided under GPL version 2.
------------------------------------------------------------------------------
@ -36,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.2.3.tar.gz, take it to a directory of your choice and do:
Obtain xorriso-0.2.4.pl00.tar.gz, take it to a directory of your choice and do:
tar xzf xorriso-0.2.3.tar.gz
cd xorriso-0.2.3
tar xzf xorriso-0.2.4.pl00.tar.gz
cd xorriso-0.2.4
Within that directory execute:
@ -163,7 +163,7 @@ After the info text there are two 4 byte signed integers, most significant
byte first. The first one, N, gives the number of bits in the following bitmap
and the second number S gives the number of 2 KiB blocks governed by a single
bit in the map. Then come the bits in form of 8-bit bytes.
Media block M is covered by bit B=M/S in the map, bit number B is stored in
Data block M is covered by bit B=M/S in the map, bit number B is stored in
byte B/8 as bit B%8. A valid readable data block has its bit set to 1.
@ -186,8 +186,8 @@ 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.2.3 :
- libburn.so.4 , version libburn-0.5.0 or higher
Dynamic library and compile time header requirements for libisoburn-0.2.4 :
- libburn.so.4 , version libburn-0.5.2 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

View File

@ -3301,11 +3301,6 @@ xorriso/xorrisoburn.h
xorriso/xorriso_eng.html
xorriso/make_xorriso_standalone.sh
xorriso/configure_ac.txt
Version leap to 0.2.2
18 Jul 2008 [1945]
xorriso/changelog.txt
Documented changes and release timestamp
18 Jul 2008 [1946]
README
@ -3324,7 +3319,7 @@ Corrected outdated statement about minimum library requirements
* New option -pacifier, more compatible pacifier with -as mkisofs
[]
2008.07.18.135540 [1947]
configure.ac
README
libisoburn/libisoburn.h
@ -3338,9 +3333,228 @@ xorriso/configure_ac.txt
xorriso/changelog.txt
Version leap to 0.2.3
------------------------------------ cycle - xorriso-0.2.3 - 2008.07.18.135540
2008.07.19.113048 [1949]
Makefile.am
xorriso/compile_xorriso.sh
Introduced automatic buildstamp generation for dynamic library version
2008.07.21.155324 [1950]
Makefile.am
xorriso/xorriso_makefile_am.txt
Reacting on ticket 138 by stick, revoked buildstamp due to ugly make install
2008.07.21.161826 [1951]
Makefile.am
xorriso/xorriso_makefile_am.txt
Used quotation marks as does ./bootstrap when generating Makefile.in
------------------------------------ cycle - xorriso-0.2.3 - 2008.07.21.161826
* Bug fix: Variable DESTDIR was not properly respected during make install
2008.07.23.080001 [xorriso-0.2.2.pl01]
Makefile.in
xorriso/xorriso_timestamp.h
xorriso/changelog.txt
* Bug fix: external make variable DESTDIR was not used by xorriso link creation
------------------------------- patch - xorriso-0.2.2.pl01 - 2008.07.23.080001
* Bug fix: Variable DESTDIR was not properly respected during make install
2008.07.26.075027 [1953]
libisoburn/burn_wrap.c
Producing on overwriteables a partial TOC up to first damaged superblock
2008.08.01.101355 [1955]
xorriso/xorrisoburn.c
Better finish time estimation with -pacifier mkisofs
2008.08.01.141210 [1956]
xorriso/xorrisoburn.c
Better finish time estimation with -pacifier mkisofs
2008.08.06.143825 [1967]
xorriso/xorriso_private.h
Removed obsolete type definition
2008.08.06.143922 [1968]
xorriso/xorrisoburn.c
Removed obsolete function
2008.08.07.112529 [1972]
xorriso/xorriso.c
Minor changes around display of time and byte counts
2008.08.09.160515 [1977]
configure.ac
libisoburn/libisoburn.h
Demanding libburn-0.5.1 now
2008.08.09.160947 [1978]
libisoburn/burn_wrap.c
Create emulated toc entry for simple ISO session on overwriteable media
2008.08.09.161311 [1979]
xorriso/xorriso_private.h
xorriso/xorriso.c
xorriso/xorrisoburn.h
xorriso/xorrisoburn.c
Evaluating readability of media
2008.08.11.201604 [1980]
xorriso/xorriso_private.h
xorriso/xorriso.c
xorriso/xorrisoburn.h
xorriso/xorrisoburn.c
Adapted media evaluation to CD peculiarities
2008.08.13.185434 [1981]
libisoburn/libisoburn.h
Corrected documentation of isoburn_disc_get_msc1()
2008.08.13.190704 [1982]
xorriso/xorriso.h
xorriso/xorriso_private.h
xorriso/xorriso.c
xorriso/xorrisoburn.h
xorriso/xorrisoburn.c
New capability to redirect program output used for toc in sector map file
2008.08.14.220520 [1983]
libisoburn/burn_wrap.c
Changed wrong update message from MB to kB
2008.08.14.221412 [1984]
xorriso/xorriso.h
xorriso/xorriso_private.h
xorriso/xorriso.c
xorriso/xorrisoburn.h
xorriso/xorrisoburn.c
xorriso/xorriso.1
New option -check_media
2008.08.15.102849 [1985]
xorriso/xorriso.h
xorriso/xorriso_private.h
xorriso/xorriso.c
Allowed independent redirecton of result and info channel
2008.08.15.155421 [1986]
xorriso/xorriso.c
xorriso/xorrisoburn.h
xorriso/xorrisoburn.c
xorriso/xorriso.1
Enabled printing of sector bitmaps by use=sector_map
15 Aug 2008 [1987]
xorriso/xorriso_eng.html
Mentioned progress of development version
2008.08.17.220043 [1988]
xorriso/xorriso_private.h
xorriso/xorriso.c
xorriso/xorrisoburn.h
xorriso/xorrisoburn.c
xorriso/xorriso.1
-find tests -damaged and -lba_range, new -find action report_damage
2008.08.17.221350 [1989]
xorriso/xorrisoburn.c
xorriso/xorriso_eng.html
Reacted on compiler warning
------------------------------------ cycle - xorriso-0.2.3 -
------------------------------------ cycle - xorriso-0.2.3 -
* Included libburn has enhanced Linux drive access and listing code
* New option -check_media
* New -find test -damaged, new -find action "report_damage"
2008.08.18.134140 [1990]
xorriso/xorrisoburn.c
xorriso/README
xorriso/xorriso.1
New -find action report_lba
2008.08.20.101410 [2000]
xorriso/configure_ac.txt
Adopted to new libburn version 0.5.3
2008.08.20.121008 [2002]
libisoburn/libisoburn.h
configure.ac
Demanding libburn-0.5.2 now
2008.08.20.181734 [2003]
xorriso/xorrisoburn.c
Made -check_media process first 32 blocks of a multi-session overwriteable
2008.08.21.070602 [2004]
xorriso/xorriso.c
Synced -lsl display of major,minor numbers with /usr/include/sys/sysmacros.h
2008.08.22.231051 [2005]
xorriso/xorriso_private.h
xorriso/xorriso.c
xorriso/xorrisoburn.h
xorriso/xorrisoburn.c
xorriso/xorriso.1
New -check_media option -patch_lba0=
2008.08.24.100552 [2007]
xorriso/xorriso_private.h
xorriso/xorriso.c
xorriso/xorrisoburn.c
xorriso/xorriso.1
xorriso/xorriso_eng.html
New -error_behavior behavior occasion "file_extraction"
2008.08.24.124424 [2008]
xorriso/xorrisoburn.c
Fixed a bug with -check_media use=outdev
2008.08.24.125257 [2009]
xorriso/xorrisoburn.c
Reacted on compiler warning
------------------------------------ cycle - xorriso-0.2.3 - 2008.08.24.125257
* New -find action "report_lba"
* New -error_behavior behavior occasion "file_extraction"
2008.08.24.160001 []
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.4
[]
xorriso/changelog.txt
Documented changes and release timestamp
---------------------------------- release - xorriso-0.2.4 - 2008.08.24.160001
* Included libburn has enhanced Linux drive access and listing code
* New option -check_media
* New -find test -damaged, new -find actions "report_damage", "report_lba"
* New -error_behavior occasion "file_extraction"
------------------------------------ cycle - xorriso-0.2.5 -
------------------------------------ cycle - xorriso-0.2.5 -
[]
libisoburn/burn_wrap.c
Tested removal of drive address path conversion in isoburn_drive_aquire()
===============================================================================
@ -3354,6 +3568,13 @@ Version leap to 0.2.3
------------------------------------------------- development
- option -list_delimiter
- change -check_media what=disc to libburn disc rather than libisoburn
(seems to need new API capabilities of libburn)
- opportunity to retrieve file via burn_read_data() and libisofs provided lba
??? Clarify handling of links in ISO and on disk during restore
> Relative addressing and pattern matching :
@ -3382,7 +3603,6 @@ Version leap to 0.2.3
- memory curb for image model
??? semicolon as alias of -- ?
> Make transactional the tree deletions meant for replacing
@ -3403,7 +3623,8 @@ Version leap to 0.2.3
- the error handling system should be comprehensively documented
and eventually rectified where needed.
- With softlink /X/YZ and Joliet enabled:
- ticket 137:
With softlink /X/YZ and Joliet enabled:
libisofs: HINT : Can't add YZ to Joliet tree. This kind of files can only be added to a Rock Ridget tree. Skipping.
HINT is not a suitable severity for this. Better: WARNING, SORRY, MISHAP
One should at least give the full path of /X/YZ or the type of the file.
@ -3426,14 +3647,16 @@ Version leap to 0.2.3
A data file entry should point to that block.
- creation of bootable images
>>> Vreixo points to demo/iso.c
------ extended attribute stunts: Not visible for mount but for libisofs
- file checksums
- ACLs
- man attr(5) extended attributes
- ticket 136:
ACLs
man attr(5) extended attributes
===============================================================================

View File

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

View File

@ -60,7 +60,7 @@ and to MMC-5 for DVD or BD).
GPL software included:<BR>
</H2>
<DL>
<DT>libburn-0.5.1</DT>
<DT>libburn-0.5.3</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
@ -68,7 +68,7 @@ Thomas Schmitt from team of libburnia-project.org)</DD>
<DT>libisofs-0.6.6</DT>
<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.2.2</DT>
<DT>libisoburn-0.2.4</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>
@ -113,11 +113,9 @@ Can perform multi-session tasks as emulation of mkisofs and cdrecord.
<LI>
Can restore single files and whole trees from ISO image to disk filesystem.
</LI>
<!--
<LI>
Can check media for damages and copy readable blocks to disk.
</LI>
-->
<LI>
Scans for optical drives, blanks re-useable optical media, formats media.
</LI>
@ -334,8 +332,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.2.2.pl01.tar.gz">xorriso-0.2.2.pl01.tar.gz</A>
(1020 KB).
<DD><A HREF="xorriso-0.2.4.pl00.tar.gz">xorriso-0.2.4.pl00.tar.gz</A>
(1040 KB).
</DD>
</DL>
</DD>
@ -360,35 +358,28 @@ an <A HREF="http://www.opensource.org/">Open Source</A> approved license</DD>
<HR>
<P>
Bug fixes towards xorriso-0.2.0.pl00:
Bug fixes towards xorriso-0.2.2.pl01:
<UL>
<LI>libburn could not access drives /dev/scdN without existing /dev/srN</LI>
</UL>
Bug fixes towards xorriso-0.2.2.pl00:
<UL>
<LI> Variable DESTDIR was not properly respected during make install </LI>
<LI>- none -</LI>
</UL>
</P>
<P>
Enhancements towards previous stable version xorriso-0.2.0.pl00:
Enhancements towards previous stable version xorriso-0.2.2.pl01:
<UL>
<LI>New option -grow_blindly</LI>
<LI>Options -C and -M with -as mkisofs emulation</LI>
<LI>Options with -as cdrecord emulation:<BR>
-multi , -msinfo , --grow_overwriteable_iso , write_start_address= ,
-isosize , tsize=
</LI>
<LI>make install creates xorriso aliases as symbolic links:
osirrox, xorrisofs, xorrecord
<LI>
Included libburn has enhanced Linux drive access and listing code
</LI>
<LI>
Can serve growisofs if started as xorrisofs, genisofs, mkisofs, genisoimage
New option -check_media
</LI>
<LI>
New -find test -damaged, new -find actions "report_damage", "report_lba"
</LI>
<LI>
New -error_behavior occasion "file_extraction"
</LI>
</UL>
@ -398,28 +389,25 @@ Can serve growisofs if started as xorrisofs, genisofs, mkisofs, genisoimage
<P>
<DL>
<DT><H3>Development snapshot, version 0.2.3 :</H3></DT>
<DD>Bug fixes towards xorriso-0.2.2.pl01:
<DT><H3>Development snapshot, version 0.2.5 :</H3></DT>
<DD>Bug fixes towards xorriso-0.2.4.pl00:
<UL>
<LI>- none yet -</LI>
<!--
-->
</UL>
</DD>
<DD>Enhancements towards stable version 0.2.2.pl01:
<DD>Enhancements towards stable version 0.2.4.pl00:
<UL>
<LI>Included libburn has enhanced Linux drive access and listing code</LI>
<LI>New option -check_media</LI>
<LI>New -find test -damaged, new -find action "report_damage"</LI>
<!--
<LI>- none yet -</LI>
<!--
-->
</UL>
</DD>
<DD>&nbsp;</DD>
<DD><A HREF="README_xorriso_devel">README 0.2.3</A>
<DD><A HREF="xorriso_help_devel">xorriso_0.2.3 -help</A></DD>
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.2.3)</A></DD>
<DD><A HREF="README_xorriso_devel">README 0.2.5</A>
<DD><A HREF="xorriso_help_devel">xorriso_0.2.5 -help</A></DD>
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.2.5)</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
@ -429,8 +417,8 @@ libburnia libraries.
installation see README)
</DD>
<DD>
<A HREF="xorriso-0.2.3.tar.gz">xorriso-0.2.3.tar.gz</A>
(1030 KB).
<A HREF="xorriso-0.2.5.tar.gz">xorriso-0.2.5.tar.gz</A>
(1040 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.2.3"
#define Xorriso_program_versioN "0.2.4"
/** The source code release timestamp */
#include "xorriso_timestamp.h"

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.08.24.125257"
#define Xorriso_timestamP "2008.08.24.160001"

View File

@ -19,7 +19,7 @@
*/
#define xorriso_libisoburn_req_major 0
#define xorriso_libisoburn_req_minor 2
#define xorriso_libisoburn_req_micro 3
#define xorriso_libisoburn_req_micro 4
int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag);