Documented changes and release timestamp
This commit is contained in:
parent
c0d00dfc98
commit
56bbe41a62
@ -3,13 +3,17 @@ SVN trunk (to become libburn-1.3.2 or higher)
|
|||||||
* Bug fix: cdrskin -msinfo on DVD and BD reported
|
* Bug fix: cdrskin -msinfo on DVD and BD reported
|
||||||
old session start = next writable address.
|
old session start = next writable address.
|
||||||
Regression introduced by version 1.2.8 (rev 4956).
|
Regression introduced by version 1.2.8 (rev 4956).
|
||||||
|
* Bug fix: The signal handler aborted on SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU
|
||||||
* New API call burn_make_input_sheet_v07t()
|
* New API call burn_make_input_sheet_v07t()
|
||||||
* API call burn_session_input_sheet_v07t(): read multiple blocks from same file
|
* API call burn_session_input_sheet_v07t(): read multiple blocks from same file
|
||||||
* New API calls burn_drive_extract_audio(), burn_drive_extract_audio_track()
|
* New API calls burn_drive_extract_audio(), burn_drive_extract_audio_track()
|
||||||
* New cdrskin option textfile_to_v07t=
|
* New cdrskin option textfile_to_v07t=
|
||||||
* New cdrskin options cdtext_to_textfile= and cdtext_to_v07t=
|
* New cdrskin options cdtext_to_textfile= and cdtext_to_v07t=
|
||||||
* New cdrskin options extract_audio_to= , extract_tracks= , extract_basename= , --extract_dap
|
* New cdrskin options extract_audio_to= , extract_tracks= , extract_basename= ,
|
||||||
* Improved granularity of SCSI log time measurement and added timestamp
|
--extract_dap
|
||||||
|
* New cdrskin option --pacifier_with_newline
|
||||||
|
* Improved granularity of SCSI log time measurement, now with timestamp
|
||||||
|
* Optional "make doc" now demands doxygen 1.8.4
|
||||||
|
|
||||||
|
|
||||||
libburn-1.3.0.pl01.tar.gz Fri May 31 2013
|
libburn-1.3.0.pl01.tar.gz Fri May 31 2013
|
||||||
|
@ -12023,23 +12023,137 @@ libburn/util.c
|
|||||||
libburn/spc.c
|
libburn/spc.c
|
||||||
Some polishing of SCSI log time measurement
|
Some polishing of SCSI log time measurement
|
||||||
|
|
||||||
[]
|
12 Jun 2013 [5090]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
cdrskin/cdrskin_eng.html
|
cdrskin/cdrskin_eng.html
|
||||||
cdrskin/changelog.txt
|
cdrskin/changelog.txt
|
||||||
Updated change log
|
Updated change log
|
||||||
|
|
||||||
------------------------------------ cycle - cdrskin-1.3.1 -
|
------------------------------------ cycle - cdrskin-1.3.1 - 2013.06.12.104457
|
||||||
* Improved granularity of SCSI log time measurement, now with timestamp
|
* Improved granularity of SCSI log time measurement, now with timestamp
|
||||||
|
|
||||||
|
|
||||||
|
24 Jun 2013 [5091]
|
||||||
|
test/telltoc.c
|
||||||
|
Removed inactive test code from telltoc.c
|
||||||
|
|
||||||
|
2013.06.28.104134 [5093]
|
||||||
|
cdrskin/cdrskin.c
|
||||||
|
Making sure in cdrskin that off_t is large enough before starting libburn
|
||||||
|
|
||||||
|
2013.06.28.104316 [5094]
|
||||||
|
cdrskin/cdrskin.c
|
||||||
|
Removed an obsolete note message from cdrskin --devices
|
||||||
|
|
||||||
|
2013.07.01.155958 [5097]
|
||||||
|
libburn/libburn.h
|
||||||
|
libburn/init.c
|
||||||
|
libburn/cleanup.c
|
||||||
|
New mode bit8 with burn_set_signal_handling() to particularly ignore SIGPIPE
|
||||||
|
|
||||||
|
2013.07.08.145600 [5110]
|
||||||
|
libburn/cleanup.c
|
||||||
|
Corrected typo in a comment
|
||||||
|
|
||||||
|
2013.07.08.151826 [5111]
|
||||||
|
cdrskin/cdrskin.c
|
||||||
|
cdrskin/cdrskin.1
|
||||||
|
New option --pacifier_with_newline
|
||||||
|
|
||||||
|
2013.07.21.170714 [5112]
|
||||||
|
libburn/os-dummy.h
|
||||||
|
libburn/os-freebsd.h
|
||||||
|
libburn/os-libcdio.h
|
||||||
|
libburn/os-linux.h
|
||||||
|
libburn/os-solaris.h
|
||||||
|
Bug fix: The signal handler aborted on SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU
|
||||||
|
|
||||||
|
2013.07.29.091415 [5114]
|
||||||
|
libburn/libburn.h
|
||||||
|
Reacted on warnings of Debian build service about doxygen flaws
|
||||||
|
|
||||||
|
2013.08.04.100247 [5116]
|
||||||
|
configure.ac
|
||||||
|
libburn/write.c
|
||||||
|
cdrskin/cdrskin.1
|
||||||
|
Changed default write chunk size for BD to 64 KiB
|
||||||
|
|
||||||
|
2013.08.04.124449 [5122]
|
||||||
|
libburn/libburn.h
|
||||||
|
Reacted on advise from Helmut Grohne to avoid confusion of doxygen
|
||||||
|
|
||||||
|
04 Aug 2013 [5124]
|
||||||
|
doc/doxygen.conf.in
|
||||||
|
Update of doxygen configuration for version 1.8.4 provided by George Danchev
|
||||||
|
|
||||||
|
07 Aug 2013 [5125]
|
||||||
|
svn copy -m Branching for libburn release 1.3.2
|
||||||
|
|
||||||
|
2013.08.07.093001 [5126]
|
||||||
|
Makefile.am
|
||||||
|
configure.ac
|
||||||
|
README
|
||||||
|
libburn/libburn.h
|
||||||
|
cdrskin/cdrskin.c
|
||||||
|
cdrskin/cdrskin.1
|
||||||
|
cdrskin/README
|
||||||
|
cdrskin/compile_cdrskin.sh
|
||||||
|
cdrskin/cdrskin_timestamp.h
|
||||||
|
cdrskin/cdrskin_eng.html
|
||||||
|
Made number transition to 1.3.2
|
||||||
|
|
||||||
|
07 Aug 2013 [5127]
|
||||||
|
- 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
|
||||||
|
|
||||||
|
[]
|
||||||
|
ChangeLog
|
||||||
|
cdrskin/changelog.txt
|
||||||
|
Documented changes and release timestamp
|
||||||
|
|
||||||
|
----------------------------------- release - cdrskin-1.3.2 - 2013.08.07.093001
|
||||||
|
* Bug fix: cdrskin -msinfo on DVD and BD reported
|
||||||
|
old session start = next writable address.
|
||||||
|
Regression introduced by version 1.2.8 (rev 4956).
|
||||||
|
* Bug fix: The signal handler aborted on SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU
|
||||||
|
* New API call burn_make_input_sheet_v07t()
|
||||||
|
* API call burn_session_input_sheet_v07t(): read multiple blocks from same file
|
||||||
|
* New API calls burn_drive_extract_audio(), burn_drive_extract_audio_track()
|
||||||
|
* New cdrskin option textfile_to_v07t=
|
||||||
|
* New cdrskin options cdtext_to_textfile= and cdtext_to_v07t=
|
||||||
|
* New cdrskin options extract_audio_to= , extract_tracks= , extract_basename= ,
|
||||||
|
--extract_dap
|
||||||
|
* New cdrskin option --pacifier_with_newline
|
||||||
|
* Improved granularity of SCSI log time measurement, now with timestamp
|
||||||
|
* Optional "make doc" now demands doxygen 1.8.4
|
||||||
|
|
||||||
|
|
||||||
[]
|
[]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
cdrskin/cdrskin_eng.html
|
cdrskin/cdrskin_eng.html
|
||||||
cdrskin/changelog.txt
|
cdrskin/changelog.txt
|
||||||
Updated change log
|
Updated change log
|
||||||
|
|
||||||
------------------------------------ cycle - cdrskin-1.3.1 -
|
------------------------------------ cycle - cdrskin-1.3.3 -
|
||||||
|
|
||||||
|
[]
|
||||||
|
ChangeLog
|
||||||
|
cdrskin/cdrskin_eng.html
|
||||||
|
cdrskin/changelog.txt
|
||||||
|
Updated change log
|
||||||
|
|
||||||
|
------------------------------------ cycle - cdrskin-1.3.3 -
|
||||||
|
|
||||||
|
[]
|
||||||
|
ChangeLog
|
||||||
|
cdrskin/cdrskin_eng.html
|
||||||
|
cdrskin/changelog.txt
|
||||||
|
Updated change log
|
||||||
|
|
||||||
|
------------------------------------ cycle - cdrskin-1.3.3 -
|
||||||
|
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
@ -12052,11 +12166,6 @@ Important: When adding a public API function then add its name to file
|
|||||||
===============================================================================
|
===============================================================================
|
||||||
|
|
||||||
|
|
||||||
cdrskin option to emit pacifiers with newline rather than carriage return
|
|
||||||
|
|
||||||
cdrskin does not have a runtime check for sizeof(off_t) >= 6.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CD-TEXT:
|
CD-TEXT:
|
||||||
- with SAO
|
- with SAO
|
||||||
|
Loading…
Reference in New Issue
Block a user