diff --git a/libburn/trunk/ChangeLog b/libburn/trunk/ChangeLog
index d5f7b3b9..bb2852f8 100644
--- a/libburn/trunk/ChangeLog
+++ b/libburn/trunk/ChangeLog
@@ -1,6 +1,8 @@
SVN trunk (to become libburn-1.3.4 or higher)
===============================================================================
-- no novelties yet -
+* Bug fix: Drive error reports were ignored during blanking and formatting
+* Bug fix: Drive LG BH16NS40 stalls on inspection of unformatted DVD+RW
+* New API call burn_disc_pretend_full_uncond()
libburn-1.3.2.tar.gz Wed Aug 07 2013
diff --git a/libburn/trunk/cdrskin/cdrskin_eng.html b/libburn/trunk/cdrskin/cdrskin_eng.html
index 8f1c4cde..b5592499 100644
--- a/libburn/trunk/cdrskin/cdrskin_eng.html
+++ b/libburn/trunk/cdrskin/cdrskin_eng.html
@@ -200,13 +200,13 @@ Standalone ISO 9660 multi-session CD/DVD/BD tool
- Download as source code (see README):
-- cdrskin-1.3.2.tar.gz
+
- cdrskin-1.3.2.pl01.tar.gz
(950 KB).
-- cdrskin-1.3.2.tar.gz.sig
+- cdrskin-1.3.2.pl01.tar.gz.sig
-
(detached GPG signature for verification by
-gpg --verify cdrskin-1.3.2.tar.gz.sig cdrskin-1.3.2.tar.gz
+gpg --verify cdrskin-1.3.2.pl01.tar.gz.sig cdrskin-1.3.2.pl01.tar.gz
after gpg --keyserver keys.gnupg.net --recv-keys ABC0A854).
@@ -296,6 +296,14 @@ The signal handler aborted on SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU
-->
+Bug fixes of cdrskin-1.3.2.pl01 towards cdrskin-1.3.2:
+
+-
+cdrskin-1.3.2.tar.gz contained the outdated source code of cdrskin-1.3.0,
+including the -msinfo bug.
+
+
+
@@ -303,7 +311,7 @@ The signal handler aborted on SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU
Development snapshot, version 1.3.3 :
- Enhancements towards current stable version 1.3.2:
-- none yet
+- New API call burn_disc_pretend_full_uncond()
@@ -313,7 +321,8 @@ The signal handler aborted on SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU
- Bug fixes towards cdrskin-1.3.2:
-- none yet
+- Drive error reports were ignored during blanking and formatting
+- Drive LG BH16NS40 stalled on inspection of unformatted DVD+RW
@@ -339,7 +348,7 @@ vanilla tools like make and gcc are needed.
-
- The following download is intended for adventurous end users or
-admins with full system souvereignty.
+admins with full system sovereignty.
- Source (./bootstrap is already applied, build tested, for more see
upcoming README ):
diff --git a/libburn/trunk/cdrskin/changelog.txt b/libburn/trunk/cdrskin/changelog.txt
index f8878e2f..05dfc811 100644
--- a/libburn/trunk/cdrskin/changelog.txt
+++ b/libburn/trunk/cdrskin/changelog.txt
@@ -12144,28 +12144,105 @@ cdrskin/cdrskin_timestamp.h
cdrskin/cdrskin_eng.html
Made number transition to 1.3.3
- []
+07 Aug 2013 [5133]
- cdrskin/add_ts_changes_to_libburn_1_3_0
- cdrskin/add_ts_changes_to_libburn_1_3_1
+ cdrskin/add_ts_changes_to_libburn_1_3_2
+ cdrskin/add_ts_changes_to_libburn_1_3_3
Updated cdrskin tarball generator
- []
+07 Aug 2013 [5134]
+ChangeLog
+cdrskin/changelog.txt
+Updated change log
+
+07 Aug 2013 [5135]
+svn move -m libburn release 1.3.2 is ready
+http://svn.libburnia-project.org/libburn/branches/1.3.2
+http://svn.libburnia-project.org/libburn/tags/1.3.2
+
+------------------------------------ cycle - cdrskin-1.3.3 - 2013.08.07.135823
+
+
+2013.09.04.105934 [5145]
+libburn/mmc.c
+Catching and defaulting mad responses to READ BUFFER CAPACITY
+
+2013.09.04.110910 [5146] [5147]
+cdrskin/cdrskin.c
+Closed a small memory leak with cdrskin -msinfo
+
+2013.09.04.141706 [5148]
+cdrskin/cdrskin.c
+Reacted on warnings of PLD Linux
+
+2013.09.05.084834 [5152]
+libburn/file.c
+libburn/mmc.c
+Reacted on warnings of PLD Linux build log
+
+2013.09.16.172745 [5157]
+libburn/async.c
+Reacted on warning of Debian buildd with clang
+
+2013.10.03.100011 [5158]
+cdrskin/cdrskin.c
+Made -version message more acceptable for K3B. Proposal of Omegaweapon.
+
+2013.10.09.092306 [5161]
+libburn/mmc.c
+Separately determining the maximum speeds for writing and reading
+
+2013.10.09.134543 [5163]
+libburn/mmc.c
+Forgot to disable a debugging message
+
+2013.10.10.161931 [5164]
+libburn/drive.c
+libburn/spc.c
+libburn/libdax_msgs.h
+Bug fix: Drive error reports were ignored during blanking and formatting
+
+2013.10.28.104957 [5168]
+libburn/libburn.h
+libburn/transport.h
+libburn/drive.c
+libburn/options.h
+libburn/options.c
+libburn/write.c
+libburn/mmc.c
+libburn/libburn.ver
+New API calls burn_drive_was_feat21_failure(), burn_write_opts_set_fail21h_sev()
+
+2013.11.08.095023 [5172]
+libburn/write.c
+Closed potential memory leak introduced by rev 5168
+
+2013.11.08.095213 [5173] [5174]
+libburn/mmc.c
+Enforcing reasonable maximum read speeds even if the drive is lying
+
+2013.11.10.163403 [5175]
+libburn/libburn.h
+libburn/drive.c
+libburn/libburn.ver
+New API call burn_disc_pretend_full_uncond()
+
+2013.11.11.160915 [5177]
+libburn/mmc.c
+Bug fix: Drive LG BH16NS40 stalled on inspection of unformatted DVD+RW
+
+11 Nov 2013 []
ChangeLog
cdrskin/cdrskin_eng.html
cdrskin/changelog.txt
Updated change log
------------------------------------ cycle - cdrskin-1.3.3 -
+* Bug fix: Drive error reports were ignored during blanking and formatting
+* Bug fix: Drive LG BH16NS40 stalled on inspection of unformatted DVD+RW
+* New API call burn_disc_pretend_full_uncond()
- []
-ChangeLog
-cdrskin/cdrskin_eng.html
-cdrskin/changelog.txt
-Updated change log
-
------------------------------------- cycle - cdrskin-1.3.3 -
[]
ChangeLog
@@ -12186,6 +12263,11 @@ Important: When adding a public API function then add its name to file
===============================================================================
+---
+
+>>> consider an option to set the cdrskin startup message
+
+----
CD-TEXT:
- with SAO