Made number transition to 0.6.3

This commit is contained in:
2009-02-20 12:50:12 +00:00
parent 350ac05bfd
commit 01ed4729bd
9 changed files with 64 additions and 64 deletions

19
README
View File

@ -11,7 +11,7 @@ Still containing parts of Libburn. By Derek Foreman <derek@signalmarketing.com>
and Ben Jansens <xor@orodu.net>
Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
http://files.libburnia-project.org/releases/libburn-0.6.0.pl00.tar.gz
http://files.libburnia-project.org/releases/libburn-0.6.2.pl00.tar.gz
------------------------------------------------------------------------------
@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
From tarball
Obtain libburn-0.6.0.pl00.tar.gz, take it to a directory of your choice and do:
Obtain libburn-0.6.2.pl00.tar.gz, take it to a directory of your choice and do:
tar xzf libburn-0.6.0.pl00.tar.gz
cd libburn-0.6.0
tar xzf libburn-0.6.2.pl00.tar.gz
cd libburn-0.6.2
./configure --prefix=/usr
make
@ -47,8 +47,8 @@ Our build system is based on autotools. For preparing the build of a SVN
snapshot you will need autotools of at least version 1.7.
Do in a directory of your choice:
svn co http://svn.libburnia-project.org/libburn/trunk libburn-0.6.1
cd libburn-0.6.1
svn co http://svn.libburnia-project.org/libburn/trunk libburn-0.6.3
cd libburn-0.6.3
./bootstrap
./configure --prefix=/usr
make
@ -363,6 +363,13 @@ Project history as far as known to me:
- 2nd Jan 2009 libburn-0.6.0 allows to format BD-R and to write to either
formatted or unformatted BD-R.
- 6th Jan 2009 libisoburn-0.3.2 can produce and execute commands for mounting
older sessions from all kinds of media. Pseudo-drives outside the /dev/ tree
can be addressed without prefix "stdio:".
- 20th Feb 2009 libburn-0.6.2 source release now compiles out of the box
on FreeBSD.
------------------------------------------------------------------------------