Changeset 3084
- Timestamp:
- 02/22/10 16:09:47 (7 months ago)
- Location:
- libisoburn/branches/ZeroFiveZero
- Files:
-
- 11 modified
-
README (modified) (2 diffs)
-
configure.ac (modified) (3 diffs)
-
libisoburn/libisoburn.h (modified) (1 diff)
-
xorriso/README_gnu_xorriso (modified) (4 diffs)
-
xorriso/configure_ac.txt (modified) (1 diff)
-
xorriso/make_xorriso_standalone.sh (modified) (1 diff)
-
xorriso/xorriso.c (modified) (1 diff)
-
xorriso/xorriso.h (modified) (1 diff)
-
xorriso/xorriso_eng.html (modified) (7 diffs)
-
xorriso/xorriso_timestamp.h (modified) (1 diff)
-
xorriso/xorrisoburn.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libisoburn/branches/ZeroFiveZero/README
r3070 r3084 5 5 and Thomas Schmitt <scdbackup@gmx.net> 6 6 Integrated sub project of libburnia-project.org. 7 http://files.libburnia-project.org/releases/libisoburn-0. 4.8.pl00.tar.gz7 http://files.libburnia-project.org/releases/libisoburn-0.5.0.pl00.tar.gz 8 8 Copyright (C) 2006-2010 Vreixo Formoso, Thomas Schmitt. 9 9 Provided under GPL version 2 or later. … … 32 32 Compilation, First Glimpse, Installation 33 33 34 Dynamic library and compile time header requirements for libisoburn-0. 4.8:34 Dynamic library and compile time header requirements for libisoburn-0.5.0 : 35 35 - libburn.so.4 , version libburn-0.7.6 or higher 36 - libisofs.so.6 , version libisofs-0.6.2 6or higher36 - libisofs.so.6 , version libisofs-0.6.28 or higher 37 37 libisoburn and xorriso will not start with libraries which are older than their 38 38 headers seen at compile time. 39 39 40 Obtain libisoburn-0. 4.8.pl00.tar.gz, take it to a directory of your choice40 Obtain libisoburn-0.5.0.pl00.tar.gz, take it to a directory of your choice 41 41 and do: 42 42 43 tar xzf libisoburn-0. 4.8.pl00.tar.gz44 cd libisoburn-0. 4.843 tar xzf libisoburn-0.5.0.pl00.tar.gz 44 cd libisoburn-0.5.0 45 45 46 46 Within that directory execute: -
libisoburn/branches/ZeroFiveZero/configure.ac
r3058 r3084 1 AC_INIT([libisoburn], [0. 4.9], [http://libburnia-project.org])1 AC_INIT([libisoburn], [0.5.0], [http://libburnia-project.org]) 2 2 AC_PREREQ([2.50]) 3 3 dnl AC_CONFIG_HEADER([config.h]) … … 23 23 dnl These three are only copies to provide libtool with unused LT_RELEASE 24 24 ISOBURN_MAJOR_VERSION=0 25 ISOBURN_MINOR_VERSION= 426 ISOBURN_MICRO_VERSION= 925 ISOBURN_MINOR_VERSION=5 26 ISOBURN_MICRO_VERSION=0 27 27 28 28 dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION … … 37 37 dnl SONAME will become LT_CURRENT - LT_AGE 38 38 dnl 39 dnl ts B00 12540 dnl ### This is the release version 0. 4.8 = libisoburn.so.1.37.039 dnl ts B00222 40 dnl ### This is the release version 0.5.0 = libisoburn.so.1.39.0 41 41 dnl This is the development version after above stable release 42 42 dnl LT_CURRENT++, LT_AGE++ have not happened yet. 43 43 dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile. 44 44 dnl 45 dnl SONAME = 38 - 37 = 1 . Library name = libisoburn.so.1.37.045 dnl SONAME = 40 - 39 = 1 . Library name = libisoburn.so.1.39.0 46 46 LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION 47 LT_CURRENT= 3848 LT_AGE=3 747 LT_CURRENT=40 48 LT_AGE=39 49 49 LT_REVISION=0 50 50 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` -
libisoburn/branches/ZeroFiveZero/libisoburn/libisoburn.h
r3067 r3084 261 261 */ 262 262 #define isoburn_header_version_major 0 263 #define isoburn_header_version_minor 4264 #define isoburn_header_version_micro 9263 #define isoburn_header_version_minor 5 264 #define isoburn_header_version_micro 0 265 265 /** Note: 266 266 Above version numbers are also recorded in configure.ac because libtool -
libisoburn/branches/ZeroFiveZero/xorriso/README_gnu_xorriso
r3081 r3084 5 5 Derived from and supported by libburnia-project.org, published via: 6 6 http://www.gnu.org/software/xorriso/xorriso_eng.html 7 http://www.gnu.org/software/xorriso/xorriso-0.4.9.tar.gz7 ftp://ftp.gnu.org/gnu/xorriso/xorriso-0.5.0.tar.gz 8 8 Provided under GPL version 3 or later. No warranty. 9 9 ------------------------------------------------------------------------------ … … 47 47 be present at runtime, too. 48 48 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.gz52 cd xorriso-0. 4.949 Obtain 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 53 53 54 54 Within that directory execute: … … 281 281 revision. 282 282 283 Dynamic library and compile time header requirements for libisoburn-0. 4.8:283 Dynamic library and compile time header requirements for libisoburn-0.5.0 : 284 284 - libburn.so.4 , version libburn-0.7.6 or higher 285 - libisofs.so.6 , version libisofs-0.6.2 6or higher285 - libisofs.so.6 , version libisofs-0.6.28 or higher 286 286 libisoburn and xorriso will not start with libraries which are older than their 287 287 headers seen at compile time. So compile in the oldest possible installation … … 336 336 Copyright (c) 2007 - 2010 Thomas Schmitt <scdbackup@gmx.net> 337 337 and 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 xorriso338 It shall only be modified in sync with the technical properties of xorriso. 339 If you make use of the license to derive modified versions of xorriso 340 340 then you are entitled to modify this text under that same license. 341 341 -
libisoburn/branches/ZeroFiveZero/xorriso/configure_ac.txt
r3068 r3084 4 4 # Provided under GPL version 2 or later. 5 5 6 AC_INIT([xorriso], [0. 4.9], [http://libburnia-project.org])6 AC_INIT([xorriso], [0.5.0], [http://libburnia-project.org]) 7 7 AC_PREREQ([2.50]) 8 8 dnl AC_CONFIG_HEADER([config.h]) -
libisoburn/branches/ZeroFiveZero/xorriso/make_xorriso_standalone.sh
r3082 r3084 41 41 lone_dir="$current_dir"/"xorriso-standalone" 42 42 43 xorriso_rev=0. 4.943 xorriso_rev=0.5.0 44 44 # For unstable uploads and patch level 0 of stable releases: 45 45 xorriso_pl="" -
libisoburn/branches/ZeroFiveZero/xorriso/xorriso.c
r3082 r3084 20630 20630 the version of libxorriso header and runtime code. 20631 20631 */ 20632 #define Xorriso_main_program_versioN "0. 4.9"20632 #define Xorriso_main_program_versioN "0.5.0" 20633 20633 20634 20634 #else /* Xorriso_without_subS */ -
libisoburn/branches/ZeroFiveZero/xorriso/xorriso.h
r3082 r3084 17 17 18 18 19 #define Xorriso_program_versioN "0. 4.9"19 #define Xorriso_program_versioN "0.5.0" 20 20 #define Xorriso_program_patch_leveL "" 21 21 -
libisoburn/branches/ZeroFiveZero/xorriso/xorriso_eng.html
r3081 r3084 436 436 <DL> 437 437 <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> 443 Also on <A HREF="http://www.gnu.org/prep/ftp.html"> 444 mirrors of ftp://ftp.gnu.org/gnu/ </A> 445 as xorriso/xorriso-0.5.0.tar.gz 446 </DD> 442 447 </DL> 443 448 </DD> … … 457 462 </DL> 458 463 <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> 462 466 <DD> </DD> 463 467 </DL> … … 467 471 468 472 <P> 469 Bug fixes towards xorriso-0.4. 6.pl00:473 Bug fixes towards xorriso-0.4.8.pl00: 470 474 <UL> 471 475 <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 476 Regression in libisofs introduced with xorriso-0.4.2: 477 -boot_image isolinux patch could lead to SIGSEGV 478 </LI> 479 <LI> 480 On FreeBSD: xorriso could leave the drive tray locked 481 </LI> 482 <LI> 483 On FreeBSD: Piped input was falsely attributed a small fixed size 484 </LI> 485 <LI> 486 xorriso -update_r could lead to SIGSEGV if applied to a data file 480 487 </LI> 481 488 <!-- … … 486 493 487 494 <!-- 488 -->489 495 <P> 490 496 Bug fixes towards xorriso-0.4.8.pl00: 491 497 <UL> 492 498 <LI> 493 Regression in libisofs introduced with xorriso-0.4.2:494 -boot_image isolinux patch could lead to SIGSEGV495 499 </LI> 496 500 </UL> 497 501 </P> 498 499 <P> 500 Enhancements towards previous stable version xorriso-0.4.6.pl00: 502 --> 503 504 <P> 505 Enhancements towards previous stable version xorriso-0.4.8.pl00: 501 506 <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> 509 New option -scsi_log 515 510 </LI> 516 511 <!-- … … 541 536 developed and maintained since August 2006 by 542 537 Thomas Schmitt from team of libburnia-project.org)</DD> 543 <DT>libisofs-0.6.2 7</DT>538 <DT>libisofs-0.6.29</DT> 544 539 <DD>operates on ISO 9660 filesystem images.</DD> 545 540 <DD>(By Vreixo Formoso, Mario Danic and Thomas Schmitt 546 541 from team of libburnia-project.org)</DD> 547 <DT>libisoburn-0. 4.8</DT>542 <DT>libisoburn-0.5.0</DT> 548 543 <DD>coordinates libburn and libisofs, emulates multi-session where needed, 549 544 and hosts the original source code of program xorriso.</DD> … … 560 555 <P> 561 556 <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: 564 559 <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> 579 561 <!-- 580 <LI>- none yet -</LI>581 562 --> 582 563 </UL> 583 564 </DD> 584 <DD>Enhancements towards stable version 0. 4.8.pl00:565 <DD>Enhancements towards stable version 0.5.0: 585 566 <UL> 586 567 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> 592 569 <!-- 593 <LI>- none yet -</LI>594 570 --> 595 571 </UL> 596 572 </DD> 597 573 <DD> </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> 601 577 <DD> </DD> 602 578 <DT>If you want to distribute development versions of xorriso, then use … … 608 584 </DD> 609 585 <DD> 610 <A HREF="xorriso-0. 4.9.tar.gz">xorriso-0.4.9.tar.gz</A>611 (13 65 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). 612 588 </DD> 613 589 <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 19 19 */ 20 20 #define xorriso_libisoburn_req_major 0 21 #define xorriso_libisoburn_req_minor 422 #define xorriso_libisoburn_req_micro 921 #define xorriso_libisoburn_req_minor 5 22 #define xorriso_libisoburn_req_micro 0 23 23 24 24
