Mentioned bug fix and pl01
This commit is contained in:
parent
2a7641b5d8
commit
52e3b6417e
@ -1,4 +1,9 @@
|
||||
|
||||
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
|
||||
===============================================================================
|
||||
* Bug fix: burn_disc_get_media_id() returned BD identifiers 2 chars too long
|
||||
|
11
README
11
README
@ -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
|
||||
@ -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.
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
@ -4,9 +4,9 @@
|
||||
cdrskin. By Thomas Schmitt <scdbackup@gmx.net>
|
||||
Integrated sub project of libburnia-project.org but also published via:
|
||||
http://scdbackup.sourceforge.net/cdrskin_eng.html
|
||||
http://scdbackup.sourceforge.net/cdrskin-1.4.2.tar.gz
|
||||
http://scdbackup.sourceforge.net/cdrskin-1.4.2.pl01.tar.gz
|
||||
|
||||
Copyright (C) 2006-2015 Thomas Schmitt, provided under GPL version 2 or later.
|
||||
Copyright (C) 2006-2016 Thomas Schmitt, provided under GPL version 2 or later.
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -26,9 +26,9 @@ By using this software you agree to the disclaimer at the end of this text
|
||||
|
||||
Compilation, First Glimpse, Installation
|
||||
|
||||
Obtain cdrskin-1.4.2.tar.gz, take it to a directory of your choice and do:
|
||||
Obtain cdrskin-1.4.2.pl01.tar.gz, take it to a directory of your choice and do:
|
||||
|
||||
tar xzf cdrskin-1.4.2.tar.gz
|
||||
tar xzf cdrskin-1.4.2.pl01.tar.gz
|
||||
cd cdrskin-1.4.2
|
||||
|
||||
Within that directory execute:
|
||||
|
@ -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>
|
||||
(975 KB).
|
||||
<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,7 +295,7 @@ 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>none yet</LI>
|
||||
<!--
|
||||
@ -324,7 +329,7 @@ admins with full system sovereignty.</DT>
|
||||
</DD>
|
||||
<DD>
|
||||
<A HREF="cdrskin-1.4.3.tar.gz">cdrskin-1.4.3.tar.gz</A>
|
||||
(975 KB).
|
||||
(1050 KB).
|
||||
</DD>
|
||||
|
||||
<!-- This is not offered any more since spring 2008
|
||||
|
@ -13204,6 +13204,15 @@ Updated change log
|
||||
* Result of a Coverity audit: 40+ code changes, but no easy-to-trigger bugs
|
||||
|
||||
|
||||
2016.01.27.174553 [5653]
|
||||
cdrskin/cdrskin.c
|
||||
Bug fix: "failed to attach fifo" when burning from stdin. Regression of 1.4.2, rev 5522.
|
||||
|
||||
------------------------------ release - cdrskin-1.4.2.pl01 - 2016.01.29.100001
|
||||
* Bug fix: "failed to attach fifo" when burning from stdin.
|
||||
Regression of 1.4.2, rev 5522.
|
||||
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
cdrskin/cdrskin_eng.html
|
||||
|
Loading…
Reference in New Issue
Block a user