Updated README and change log

This commit is contained in:
2016-01-29 12:37:17 +00:00
parent 4a02cf4e84
commit 823cbc7eba
4 changed files with 69 additions and 21 deletions

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.