Updated README and change log

This commit is contained in:
Thomas Schmitt 2016-01-29 12:37:17 +00:00
parent 541ea7aa09
commit 2f4613fd26
4 changed files with 69 additions and 21 deletions

View File

@ -1,9 +1,12 @@
SVN trunk (to become libburn-1.4.4 or higher)
===============================================================================
* Bug fix: "failed to attach fifo" when burning from stdin.
Regression of 1.4.2, rev 5522.
- no novelties yet, except the fix of libburn-1.4.2.pl01.tar.gz -
libburn-1.4.2.pl01.tar.gz Fri Jan 29 2016
===============================================================================
* Bug fix: cdrskin "failed to attach fifo" when burning from stdin.
Regression of 1.4.2, rev 5522.
libburn-1.4.2.tar.gz Sat Nov 28 2015
===============================================================================

19
README
View File

@ -6,12 +6,12 @@ This all is under GPL.
------------------------------------------------------------------------------
libburnia-project.org
By Mario Danic <mario.danic@gmail.com> and Thomas Schmitt <scdbackup@gmx.net>
Copyright (C) 2006-2015 Mario Danic, Thomas Schmitt
Copyright (C) 2006-2016 Mario Danic, Thomas Schmitt
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-1.4.2.tar.gz
http://files.libburnia-project.org/releases/libburn-1.4.2.pl01.tar.gz
------------------------------------------------------------------------------
@ -19,9 +19,9 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
From tarball
Obtain libburn-1.4.2.tar.gz, take it to a directory of your choice and do:
Obtain libburn-1.4.2.pl01.tar.gz, take it to a directory of your choice and do:
tar xzf libburn-1.4.2.tar.gz
tar xzf libburn-1.4.2.pl01.tar.gz
cd libburn-1.4.2
./configure --prefix=/usr
make
@ -723,24 +723,24 @@ Project history as far as known to me:
xorriso now by default puts EL Torito boot images to low block addresses.
It can report and set read speeds. Several rarely occuring bugs were fixed.
- Tue Mar 04 2014 release 1.3.6
- Tue Mar 04 2014 release 1.3.6:
libburn learned to operate optical drives and media on NetBSD. libisofs got
a bug fix about HFS+ and enhancements about character set conversion.
Minor bugs were fixed in libisoburn. xorriso can now find files with names
which cannot be represented unchanged in ECMA-119, Joliet, or HFS+.
- Sat Jun 28 2014 release 1.3.8
- Sat Jun 28 2014 release 1.3.8:
libburn got several bugs fixed. libisofs offers new API calls for inspection
of boot sectors in ISO 9660 filesystems. xorriso improved its support for
NetBSD, offers new features with command -find, and a command to extract
ISO 9660 file content onto standard output or into filter processes.
- Sun May 17 2015 release 1.4.0
- Sun May 17 2015 release 1.4.0:
This release is mainly about bug fixes and a new feature of xorriso to
propose commands or as_mkisofs options which can reproduce the boot
equipment of the loaded ISO filesystem.
- Sat Nov 28 2015 release 1.4.2
- Sat Nov 28 2015 release 1.4.2:
libburn got some bugs fixed and learned to inquire the drive serial number.
libisofs now sorts data file content by ECMA-119 file names for better
reproducability of ISO content. Rock Ridge filenames may be restricted to
@ -751,6 +751,9 @@ Project history as far as known to me:
The source code underwent a scan by Coverity. About 150 code changes
resulted, but no easy-to-trigger bugs were found.
- Fri Jan 29 2016 patch release libburn-1.4.2.pl01:
cdrskin did not work with "-" (stdin) as input.
Regression introduced by version 1.4.2.
------------------------------------------------------------------------------

View File

@ -202,13 +202,13 @@ Standalone ISO 9660 multi-session CD/DVD/BD tool
<P>
<DL>
<DT>Download as source code (see README):</DT>
<DD><A HREF="cdrskin-1.4.2.tar.gz">cdrskin-1.4.2.tar.gz</A>
<DD><A HREF="cdrskin-1.4.2.pl01.tar.gz">cdrskin-1.4.2.pl01.tar.gz</A>
(1050 KB).
</DD>
<DD><A HREF="cdrskin-1.4.2.tar.gz.sig">cdrskin-1.4.2.tar.gz.sig</A></DD>
<DD><A HREF="cdrskin-1.4.2.pl01.tar.gz.sig">cdrskin-1.4.2.pl01.tar.gz.sig</A></DD>
<DD>
(detached GPG signature for verification by
<KBD>gpg --verify cdrskin-1.4.2.tar.gz.sig cdrskin-1.4.2.tar.gz</KBD>
<KBD>gpg --verify cdrskin-1.4.2.pl01.tar.gz.sig cdrskin-1.4.2.pl01.tar.gz</KBD>
<BR>
after <KBD>gpg --keyserver keys.gnupg.net --recv-keys ABC0A854</KBD>).
</DD>
@ -247,8 +247,8 @@ cdrskin_0.4.2.pl00-x86-suse9_0-static.tar.gz</A>, (310 KB), -static compiled,
</DL>
<DL><DT>Contact:</DT>
<DD>Thomas Schmitt, <A HREF="mailto:scdbackup@gmx.net">scdbackup@gmx.net</A></DD>
<DD>libburn development mailing list,
<A HREF="mailto:libburn-hackers@pykix.org">libburn-hackers@pykix.org</A></DD>
<DD>GNU xorriso mailing list, where cdrskin and libburn are on topic, too:
<A HREF="mailto:bug-xorriso@gnu.org">bug-xorriso@gnu.org</A></DD>
</DL>
<DL><DT>License:</DT>
<DD><A HREF="COPYING_cdrskin">GPL</A>, an <A HREF="http://www.opensource.org/">Open Source</A> approved license</DD>
@ -276,12 +276,17 @@ Bug fixes towards cdrskin-1.4.0:
-->
</UL>
Bug fixes towards cdrskin-1.4.2 (without .pl01):
<UL>
<LI>"failed to attach fifo" when trying to burn from stdin. Regression of 1.4.2.</LI>
</UL>
<HR>
<P>
<DL>
<DT><H3>Development snapshot, version 1.4.3 :</H3></DT>
<DD>Enhancements towards current stable version 1.4.2:
<DD>Enhancements towards current stable version 1.4.2.pl01:
<UL>
<LI>none yet</LI>
<!--
@ -290,9 +295,9 @@ Bug fixes towards cdrskin-1.4.0:
</UL>
</DD>
<DD>Bug fixes towards cdrskin-1.4.2:
<DD>Bug fixes towards cdrskin-1.4.2.pl01:
<UL>
<LI>"failed to attach fifo" when burning from stdin. Regression of 1.4.2.</LI>
<LI>none yet</LI>
<!--
<LI>none yet</LI>
-->

View File

@ -13245,14 +13245,51 @@ Checking for availability of LIBBURN_ARCH_LIBS
cdrskin/cdrskin.c
Bug fix: "failed to attach fifo" when burning from stdin. Regression of 1.4.2, rev 5522.
28 Jan 2016 []
28 Jan 2016 [5564]
ChangeLog
cdrskin/cdrskin_eng.html
cdrskin/changelog.txt
Updated change log
------------------------------------ cycle - cdrskin-1.4.3 -
* Bug fix: "failed to attach fifo" when burning from stdin.
------------------------------------ cycle - cdrskin-1.4.3 - 2016.01.28.101456
* Bug fix: cdrskin "failed to attach fifo" when burning from stdin.
Regression of 1.4.2, rev 5522.
29 Jan 2016 [5655]
svn copy -m Branching for libburn bugfix release 1.4.2.pl01
http://svn.libburnia-project.org/libburn/tags/1.4.2
http://svn.libburnia-project.org/libburn/branches/1.4.2.pl01
2016.01.29.100001 [5656]
cdrskin/cdrskin_timestamp.h
cdrskin/cdrskin.c
Bug fix: cdrskin "failed to attach fifo" when burning from stdin.
Regression of 1.4.2, rev 5522.
29 Jan 2016 [5657]
README
cdrskin/README
ChangeLog
cdrskin/changelog.txt
cdrskin/cdrskin_eng.html
Mentioned bug fix and pl01
29 Jan 2016 [5658]
svn move -m libburn bugfix release 1.4.2.pl01 is ready
http://svn.libburnia-project.org/libburn/branches/1.4.2.pl01
http://svn.libburnia-project.org/libburn/tags/1.4.2.pl01
[]
README
ChangeLog
cdrskin/cdrskin_eng.html
cdrskin/changelog.txt
Updated README and change log
------------------------------ release - cdrskin-1.4.2.pl01 - 2016.01.29.100001
* Bug fix: cdrskin "failed to attach fifo" when burning from stdin.
Regression of 1.4.2, rev 5522.