Changeset 3084

Show
Ignore:
Timestamp:
02/22/10 16:09:47 (7 months ago)
Author:
scdbackup
Message:

Version leap to libisoburn-0.5.0

Location:
libisoburn/branches/ZeroFiveZero
Files:
11 modified

Legend:

Unmodified
Added
Removed
  • libisoburn/branches/ZeroFiveZero/README

    r3070 r3084  
    55                       and Thomas Schmitt <scdbackup@gmx.net> 
    66Integrated sub project of libburnia-project.org. 
    7 http://files.libburnia-project.org/releases/libisoburn-0.4.8.pl00.tar.gz 
     7http://files.libburnia-project.org/releases/libisoburn-0.5.0.pl00.tar.gz 
    88Copyright (C) 2006-2010 Vreixo Formoso, Thomas Schmitt. 
    99Provided under GPL version 2 or later. 
     
    3232                   Compilation, First Glimpse, Installation 
    3333 
    34 Dynamic library and compile time header requirements for libisoburn-0.4.8 : 
     34Dynamic library and compile time header requirements for libisoburn-0.5.0 : 
    3535- libburn.so.4  , version libburn-0.7.6 or higher 
    36 - libisofs.so.6 , version libisofs-0.6.26 or higher 
     36- libisofs.so.6 , version libisofs-0.6.28 or higher 
    3737libisoburn and xorriso will not start with libraries which are older than their 
    3838headers seen at compile time. 
    3939 
    40 Obtain libisoburn-0.4.8.pl00.tar.gz, take it to a directory of your choice 
     40Obtain libisoburn-0.5.0.pl00.tar.gz, take it to a directory of your choice 
    4141and do: 
    4242 
    43     tar xzf libisoburn-0.4.8.pl00.tar.gz 
    44     cd libisoburn-0.4.8 
     43    tar xzf libisoburn-0.5.0.pl00.tar.gz 
     44    cd libisoburn-0.5.0 
    4545 
    4646Within that directory execute: 
  • libisoburn/branches/ZeroFiveZero/configure.ac

    r3058 r3084  
    1 AC_INIT([libisoburn], [0.4.9], [http://libburnia-project.org]) 
     1AC_INIT([libisoburn], [0.5.0], [http://libburnia-project.org]) 
    22AC_PREREQ([2.50]) 
    33dnl AC_CONFIG_HEADER([config.h])         
     
    2323dnl These three are only copies to provide libtool with unused LT_RELEASE 
    2424ISOBURN_MAJOR_VERSION=0 
    25 ISOBURN_MINOR_VERSION=4 
    26 ISOBURN_MICRO_VERSION=9 
     25ISOBURN_MINOR_VERSION=5 
     26ISOBURN_MICRO_VERSION=0 
    2727 
    2828dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION 
     
    3737dnl SONAME will become LT_CURRENT - LT_AGE 
    3838dnl  
    39 dnl ts B00125 
    40 dnl ### This is the release version 0.4.8 = libisoburn.so.1.37.0 
     39dnl ts B00222 
     40dnl ### This is the release version 0.5.0 = libisoburn.so.1.39.0 
    4141dnl This is the development version after above stable release 
    4242dnl LT_CURRENT++, LT_AGE++ have not happened yet. 
    4343dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile. 
    4444dnl 
    45 dnl SONAME = 38 - 37 = 1 . Library name = libisoburn.so.1.37.0 
     45dnl SONAME = 40 - 39 = 1 . Library name = libisoburn.so.1.39.0 
    4646LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION 
    47 LT_CURRENT=38 
    48 LT_AGE=37 
     47LT_CURRENT=40 
     48LT_AGE=39 
    4949LT_REVISION=0 
    5050LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` 
  • libisoburn/branches/ZeroFiveZero/libisoburn/libisoburn.h

    r3067 r3084  
    261261*/ 
    262262#define isoburn_header_version_major  0 
    263 #define isoburn_header_version_minor  4 
    264 #define isoburn_header_version_micro  9 
     263#define isoburn_header_version_minor  5 
     264#define isoburn_header_version_micro  0 
    265265/** Note: 
    266266    Above version numbers are also recorded in configure.ac because libtool 
  • libisoburn/branches/ZeroFiveZero/xorriso/README_gnu_xorriso

    r3081 r3084  
    55Derived from and supported by libburnia-project.org, published via: 
    66http://www.gnu.org/software/xorriso/xorriso_eng.html 
    7 http://www.gnu.org/software/xorriso/xorriso-0.4.9.tar.gz 
     7ftp://ftp.gnu.org/gnu/xorriso/xorriso-0.5.0.tar.gz 
    88Provided under GPL version 3 or later. No warranty. 
    99------------------------------------------------------------------------------ 
     
    4747be present at runtime, too. 
    4848 
    49 Obtain xorriso-0.4.9.tar.gz, take it to a directory of your choice and do: 
    50  
    51     tar xzf xorriso-0.4.9.tar.gz 
    52     cd xorriso-0.4.9 
     49Obtain xorriso-0.5.0.tar.gz, take it to a directory of your choice and do: 
     50 
     51    tar xzf xorriso-0.5.0.tar.gz 
     52    cd xorriso-0.5.0 
    5353 
    5454Within that directory execute: 
     
    281281revision. 
    282282 
    283 Dynamic library and compile time header requirements for libisoburn-0.4.8 : 
     283Dynamic library and compile time header requirements for libisoburn-0.5.0 : 
    284284- libburn.so.4  , version libburn-0.7.6 or higher 
    285 - libisofs.so.6 , version libisofs-0.6.26 or higher 
     285- libisofs.so.6 , version libisofs-0.6.28 or higher 
    286286libisoburn and xorriso will not start with libraries which are older than their 
    287287headers seen at compile time. So compile in the oldest possible installation 
     
    336336Copyright (c) 2007 - 2010 Thomas Schmitt <scdbackup@gmx.net> 
    337337and is freely distributable. 
    338 This text shall only be modified in sync with the technical properties of 
    339 xorriso. If you make use of the license to derive modified versions of xorriso 
     338It shall only be modified in sync with the technical properties of xorriso. 
     339If you make use of the license to derive modified versions of xorriso 
    340340then you are entitled to modify this text under that same license. 
    341341 
  • libisoburn/branches/ZeroFiveZero/xorriso/configure_ac.txt

    r3068 r3084  
    44# Provided under GPL version 2 or later. 
    55 
    6 AC_INIT([xorriso], [0.4.9], [http://libburnia-project.org]) 
     6AC_INIT([xorriso], [0.5.0], [http://libburnia-project.org]) 
    77AC_PREREQ([2.50]) 
    88dnl AC_CONFIG_HEADER([config.h])         
  • libisoburn/branches/ZeroFiveZero/xorriso/make_xorriso_standalone.sh

    r3082 r3084  
    4141lone_dir="$current_dir"/"xorriso-standalone" 
    4242 
    43 xorriso_rev=0.4.9 
     43xorriso_rev=0.5.0 
    4444# For unstable uploads and patch level 0 of stable releases: 
    4545xorriso_pl="" 
  • libisoburn/branches/ZeroFiveZero/xorriso/xorriso.c

    r3082 r3084  
    2063020630   the version of libxorriso header and runtime code. 
    2063120631*/ 
    20632 #define Xorriso_main_program_versioN "0.4.9" 
     20632#define Xorriso_main_program_versioN "0.5.0" 
    2063320633 
    2063420634#else /* Xorriso_without_subS */ 
  • libisoburn/branches/ZeroFiveZero/xorriso/xorriso.h

    r3082 r3084  
    1717 
    1818 
    19 #define Xorriso_program_versioN "0.4.9" 
     19#define Xorriso_program_versioN "0.5.0" 
    2020#define Xorriso_program_patch_leveL "" 
    2121 
  • libisoburn/branches/ZeroFiveZero/xorriso/xorriso_eng.html

    r3081 r3084  
    436436<DL> 
    437437<DT><H3>Download as source code (see README):</H3></DT> 
    438 <DD><A HREF="xorriso-0.4.8.pl01.tar.gz">xorriso-0.4.8.pl01.tar.gz</A> 
    439 (1360 KB). 
    440 </DD> 
    441 <DD>(Released 10 Feb 2010, GPLv2+, predecessor of GNU xorriso)</DD> 
     438<DD><A HREF="xorriso-0.5.0.tar.gz">xorriso-0.5.0.tar.gz</A> 
     439(1370 KB). 
     440<DD>(Released 22 Feb 2010)</DD> 
     441</DD> 
     442<DD> 
     443Also on <A HREF="http://www.gnu.org/prep/ftp.html"> 
     444mirrors of ftp://ftp.gnu.org/gnu/ </A> 
     445as xorriso/xorriso-0.5.0.tar.gz 
     446</DD> 
    442447</DL> 
    443448</DD> 
     
    457462</DL> 
    458463<DL><DT>License:</DT> 
    459 <DD><A HREF="COPYING_xorriso">GPL version 2 or later.</A> 
    460 </DD> 
    461 <DD>(To become with the next release a derived GPL version 3 or later.)</DD> 
     464<DD><A HREF="COPYING_xorriso">GPL version 3 or later.</A> 
     465</DD> 
    462466<DD>&nbsp;</DD> 
    463467</DL> 
     
    467471 
    468472<P> 
    469 Bug fixes towards xorriso-0.4.6.pl00: 
     473Bug fixes towards xorriso-0.4.8.pl00: 
    470474<UL> 
    471475<LI> 
    472 With non-Linux system adapters there were 0 readable bytes on block devices 
    473 which acted as pseudo drives. 
    474 </LI> 
    475 <LI> 
    476 xorriso did not blank CD-RW with images that were prepared on hard disk 
    477 </LI> 
    478 <LI> 
    479 Invalid checksum tags were preserved if the new session produced no checksums 
     476Regression in libisofs introduced with xorriso-0.4.2: 
     477-boot_image isolinux patch could lead to SIGSEGV 
     478</LI> 
     479<LI> 
     480On FreeBSD: xorriso could leave the drive tray locked 
     481</LI> 
     482<LI> 
     483On FreeBSD: Piped input was falsely attributed a small fixed size 
     484</LI> 
     485<LI> 
     486xorriso -update_r could lead to SIGSEGV if applied to a data file 
    480487</LI> 
    481488<!-- 
     
    486493 
    487494<!-- 
    488 --> 
    489495<P> 
    490496Bug fixes towards xorriso-0.4.8.pl00: 
    491497<UL> 
    492498<LI> 
    493 Regression in libisofs introduced with xorriso-0.4.2: 
    494 -boot_image isolinux patch could lead to SIGSEGV 
    495499</LI> 
    496500</UL> 
    497501</P> 
    498  
    499 <P> 
    500 Enhancements towards previous stable version xorriso-0.4.6.pl00: 
     502--> 
     503 
     504<P> 
     505Enhancements towards previous stable version xorriso-0.4.8.pl00: 
    501506<UL> 
    502 <LI> 
    503 New configure option --enable-libcdio for system adapter to libcdio-0.83git 
    504 </LI> 
    505 <LI> 
    506 The checksum buffer for the emerging image gets now marked as invalid if 
    507 image generation is canceled. 
    508 </LI> 
    509 <LI> 
    510 More graceful reaction on filesystems where ACL are not enabled but 
    511 nevertheless requested by the application. 
    512 </LI> 
    513 <LI> 
    514 Made FreeBSD system adapter safe from mutal burn spoiling and drive deadlock. 
     507<LI>Transition of documentation and program messages towards GNU xorriso</LI> 
     508<LI> 
     509New option -scsi_log 
    515510</LI> 
    516511<!-- 
     
    541536developed and maintained since August 2006 by 
    542537Thomas Schmitt from team of libburnia-project.org)</DD> 
    543 <DT>libisofs-0.6.27</DT> 
     538<DT>libisofs-0.6.29</DT> 
    544539<DD>operates on ISO 9660 filesystem images.</DD> 
    545540<DD>(By Vreixo Formoso, Mario Danic and Thomas Schmitt 
    546541from team of libburnia-project.org)</DD> 
    547 <DT>libisoburn-0.4.8</DT> 
     542<DT>libisoburn-0.5.0</DT> 
    548543<DD>coordinates libburn and libisofs, emulates multi-session where needed, 
    549544and hosts the original source code of program xorriso.</DD> 
     
    560555<P> 
    561556<DL> 
    562 <DT><H3>Development snapshot, version 0.4.9 :</H3></DT> 
    563 <DD>Bug fixes towards xorriso-0.4.8.pl00: 
     557<DT><H3>Development snapshot, version 0.5.1 :</H3></DT> 
     558<DD>Bug fixes towards xorriso-0.5.0: 
    564559<UL> 
    565 <LI> 
    566 Regression in libisofs introduced with xorriso-0.4.2: 
    567 -boot_image isolinux patch could lead to SIGSEGV 
    568 </LI> 
    569 <LI> 
    570 On FreeBSD: xorriso could leave the drive tray locked. 
    571 </LI> 
    572 <LI> 
    573 On FreeBSD: Piped input was falsely attributed a small fixed size. 
    574 </LI> 
    575 <LI> 
    576 Option -update_r could lead to SIGSEGV if applied to a data file rather 
    577 than a directory. 
    578 </LI> 
     560<LI>- none yet -</LI> 
    579561<!--  
    580 <LI>- none yet -</LI> 
    581562 --> 
    582563</UL> 
    583564</DD> 
    584 <DD>Enhancements towards stable version 0.4.8.pl00: 
     565<DD>Enhancements towards stable version 0.5.0: 
    585566<UL> 
    586567 
    587 <LI>Transition of documentation and program messages towards GNU xorriso</LI> 
    588 <LI> 
    589 New option -scsi_log 
    590 </LI> 
    591  
     568<LI>- none yet -</LI> 
    592569<!--  
    593 <LI>- none yet -</LI> 
    594570 --> 
    595571</UL> 
    596572</DD> 
    597573<DD>&nbsp;</DD> 
    598 <DD><A HREF="README_xorriso_devel">README 0.4.9</A> 
    599 <DD><A HREF="xorriso_help_devel">xorriso_0.4.9 -help</A></DD> 
    600 <DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.4.9)</A></DD> 
     574<DD><A HREF="README_xorriso_devel">README 0.5.1</A> 
     575<DD><A HREF="xorriso_help_devel">xorriso_0.5.1 -help</A></DD> 
     576<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.5.1)</A></DD> 
    601577<DD>&nbsp;</DD> 
    602578<DT>If you want to distribute development versions of xorriso, then use 
     
    608584</DD> 
    609585<DD> 
    610 <A HREF="xorriso-0.4.9.tar.gz">xorriso-0.4.9.tar.gz</A> 
    611 (1365 KB, GPLv3+, already dubbed GNU xorriso). 
     586<A HREF="xorriso-0.5.1.tar.gz">xorriso-0.5.1.tar.gz</A> 
     587(1370 KB). 
    612588</DD> 
    613589<DT>A dynamically linked development version of xorriso can be obtained 
  • libisoburn/branches/ZeroFiveZero/xorriso/xorriso_timestamp.h

    r3082 r3084  
    1 #define Xorriso_timestamP "2010.02.22.195623" 
     1#define Xorriso_timestamP "2010.02.22.213001" 
  • libisoburn/branches/ZeroFiveZero/xorriso/xorrisoburn.h

    r3076 r3084  
    1919*/ 
    2020#define xorriso_libisoburn_req_major  0 
    21 #define xorriso_libisoburn_req_minor  4 
    22 #define xorriso_libisoburn_req_micro  9 
     21#define xorriso_libisoburn_req_minor  5 
     22#define xorriso_libisoburn_req_micro  0 
    2323 
    2424