Documented changes and release timestamp

This commit is contained in:
Thomas Schmitt 2011-02-23 12:39:26 +00:00
parent 591bf9113a
commit 86f198f27e
2 changed files with 74 additions and 4 deletions

View File

@ -1,7 +1,12 @@
SVN trunk (to become libburn-1.0.2.pl00.tar.gz) SVN trunk (to become libburn-1.0.4.pl00.tar.gz)
=============================================================================== ===============================================================================
- no novelties yet - no novelties yet
libburn-1.0.2.pl00.tar.gz Wed Feb 23 2011
===============================================================================
* Removed compilation obstacles on Solaris 9.
* Improved recognition of non-seekable stdio pseudo-drives.
libburn-1.0.0.pl00.tar.gz Sun Jan 16 2011 libburn-1.0.0.pl00.tar.gz Sun Jan 16 2011
=============================================================================== ===============================================================================
* Allowed umask to create stdio-drive files with rw-permissions for all * Allowed umask to create stdio-drive files with rw-permissions for all

View File

@ -9107,14 +9107,73 @@ Made number transition to 1.0.1
+ cdrskin/add_ts_changes_to_libburn_1_0_1 + cdrskin/add_ts_changes_to_libburn_1_0_1
Updated cdrskin tarball generator Updated cdrskin tarball generator
16 Jan 2011 [] 16 Jan 2011 [3555]
ChangeLog ChangeLog
cdrskin/changelog.txt cdrskin/changelog.txt
Documented changes and release timestamp Documented changes and release timestamp
16 Jan 2011 [3556]
svn move -m "libburn release 1.0.0 is ready" \
http://svn.libburnia-project.org/libburn/branches/1.0.0 \
http://svn.libburnia-project.org/libburn/tags/1.0.0
------------------------------------ cycle - cdrskin-1.0.1 -
------------------------------------ cycle - cdrskin-1.0.1 - ------------------------------------ cycle - cdrskin-1.0.1 - 2011.01.16.152923
2011.01.18.162859 [3570]
libburn/file.c
Using usleep() instead of nanosleep() which is not available on Solaris 9
2011.02.09.114311 [3586]
libburn/write.c
libburn/drive.c
Forced role 3 on drives which stem from open file descriptors without O_RDWR
2011.02.14.085951 [3589]
libburn/drive.c
Reacted on compiler warnings about uninitialized variables
2011.02.18.165542 [3592]
libburn/drive.c
libburn/sector.c
DEBUG message with burn_drive_cancel, FAILURE with premature end-of-input
23 Feb 2011 [3604]
svn copy -m Branching for libburn release 1.0.2
http://svn.libburnia-project.org/libburn/trunk
http://svn.libburnia-project.org/libburn/branches/1.0.2
2011.02.23.130001 [3605]
Makefile.am
configure.ac
README
libburn/libburn.h
cdrskin/cdrskin.c
cdrskin/README
cdrskin/compile_cdrskin.sh
cdrskin/cdrskin_timestamp.h
cdrskin/cdrskin_eng.html
Made number transition to 1.0.2
23 Feb 2011 [3606]
- cdrskin/add_ts_changes_to_libburn_1_0_0
- cdrskin/add_ts_changes_to_libburn_1_0_1
+ cdrskin/add_ts_changes_to_libburn_1_0_2
+ cdrskin/add_ts_changes_to_libburn_1_0_3
Updated cdrskin tarball generator
23 Feb 2011 []
ChangeLog
cdrskin/changelog.txt
Documented changes and release timestamp
------------------------------------ cycle - cdrskin-1.0.2 -
------------------------------------ cycle - cdrskin-1.0.3 -
------------------------------------ cycle - cdrskin-1.0.3 -
@ -9128,6 +9187,12 @@ Important: When adding a public API function then add its name to file
=============================================================================== ===============================================================================
Let DVD-R DAO allocate exact track sizes (not divisible by 16 blocks)
Expose BD type from bytes 8+4 to 10+4 out of READ BD STRUCTURE form 0.
Better motivation of burn_set_signal_handling() in libburn.h. Better motivation of burn_set_signal_handling() in libburn.h.
-------------------------------- Solaris ----------------------------------- -------------------------------- Solaris -----------------------------------