Updated change log
This commit is contained in:
parent
45ea58a536
commit
d62bf6bbfb
@ -1,6 +1,12 @@
|
|||||||
SVN trunk (to become libburn-1.2.0.tar.gz or higher)
|
SVN trunk (to become libburn-1.2.0.tar.gz or higher)
|
||||||
===============================================================================
|
===============================================================================
|
||||||
- no novelties yet
|
* Bug fix: Solaris adapter mishandled write commands which failed on first try
|
||||||
|
* Bug fix: Interrupting libburn while drive tray is loading led to endless loop
|
||||||
|
* New API call burn_disc_get_leadin_text()
|
||||||
|
* New API call burn_write_opts_set_leadin_text()
|
||||||
|
* New API calls for composing CD-TEXT
|
||||||
|
* Implemented cdrskin option textfile=
|
||||||
|
* New cdrskin option input_sheet_v07t=
|
||||||
|
|
||||||
|
|
||||||
libburn-1.1.8.tar.gz Mon Nov 21 2011
|
libburn-1.1.8.tar.gz Mon Nov 21 2011
|
||||||
|
@ -10417,19 +10417,177 @@ Made number transition to 1.1.9
|
|||||||
+ cdrskin/add_ts_changes_to_libburn_1_1_9
|
+ cdrskin/add_ts_changes_to_libburn_1_1_9
|
||||||
Updated cdrskin tarball generator
|
Updated cdrskin tarball generator
|
||||||
|
|
||||||
20 Nov 2011 []
|
20 Nov 2011 [4450]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
cdrskin/changelog.txt
|
cdrskin/changelog.txt
|
||||||
Updated change log
|
Updated change log
|
||||||
|
|
||||||
[]
|
21 Nov 2011 [4451]
|
||||||
svn move -m libburn release 1.1.8 is ready
|
svn move -m libburn release 1.1.8 is ready
|
||||||
http://svn.libburnia-project.org/libburn/branches/1.1.8
|
http://svn.libburnia-project.org/libburn/branches/1.1.8
|
||||||
http://svn.libburnia-project.org/libburn/tags/1.1.8
|
http://svn.libburnia-project.org/libburn/tags/1.1.8
|
||||||
|
|
||||||
|
------------------------------------ cycle - cdrskin-1.1.9 - 2011.11.20.220318
|
||||||
|
|
||||||
------------------------------------ cycle - cdrskin-1.1.9 - 2011.11.20.214751
|
|
||||||
|
|
||||||
|
2011.11.22.191621 [4455]
|
||||||
|
libburn/sg-linux.c
|
||||||
|
Reacted on compiler warning of Debian buildd
|
||||||
|
|
||||||
|
2011.11.23.104948 [4458]
|
||||||
|
libburn/libdax_msgs.h
|
||||||
|
libburn/sg-linux.c
|
||||||
|
Reporting about failure to open existing /dev/sr or /dev/scd on Linux
|
||||||
|
|
||||||
|
2011.11.26.153142 [4460]
|
||||||
|
libburn/sg-solaris.c
|
||||||
|
Bug fix: Solaris adapter mishandled write commands which failed on first try
|
||||||
|
|
||||||
|
2011.11.30.081130 [4462]
|
||||||
|
libburn/transport.h
|
||||||
|
libburn/libdax_msgs.h
|
||||||
|
libburn/spc.h
|
||||||
|
libburn/spc.c
|
||||||
|
libburn/sbc.c
|
||||||
|
libburn/mmc.c
|
||||||
|
libburn/sg-linux.c
|
||||||
|
libburn/sg-freebsd.c
|
||||||
|
libburn/sg-libcdio.c
|
||||||
|
libburn/sg-solaris.c
|
||||||
|
Made SCSI timeout settable at level of SPC, SBC, MMC functions
|
||||||
|
|
||||||
|
2011.11.30.131608 [4463]
|
||||||
|
libburn/mmc.c
|
||||||
|
Improved debugging of drive feature list
|
||||||
|
|
||||||
|
2011.12.02.100148 [4464]
|
||||||
|
libburn/drive.c
|
||||||
|
libburn/spc.c
|
||||||
|
Bug fix: Interrupting libburn while drive tray is loading led to endless loop
|
||||||
|
|
||||||
|
2011.12.02.171436 [4466]
|
||||||
|
libburn/libburn.h
|
||||||
|
libburn/drive.c
|
||||||
|
libburn/mmc.h
|
||||||
|
libburn/mmc.c
|
||||||
|
libburn/libburn.ver
|
||||||
|
New API call burn_disc_get_leadin_text()
|
||||||
|
|
||||||
|
2011.12.02.171710 [4467]
|
||||||
|
cdrskin/cdrskin.c
|
||||||
|
cdrskin/cdrskin.1
|
||||||
|
Storing CD-TEXT as cdtext.dat with cdrskin option -toc -vv, reporting with -vvv
|
||||||
|
|
||||||
|
2011.12.02.204513 [4468]
|
||||||
|
libburn/libburn.h
|
||||||
|
Clarified meaning of Character Position byte of burn_disc_get_leadin_text()
|
||||||
|
|
||||||
|
2011.12.03.113345 [4469]
|
||||||
|
libburn/mmc.c
|
||||||
|
Corrected a style deviation in code of mmc.c
|
||||||
|
|
||||||
|
03 Dec 2011 [4470]
|
||||||
|
Makefile.am
|
||||||
|
Removing cdrskin/.libs and test/.libs witch make clean
|
||||||
|
|
||||||
|
03 Dec 2011 [4471]
|
||||||
|
Makefile.am
|
||||||
|
Added ./bootstrap script to release tarball
|
||||||
|
|
||||||
|
2011.12.05.203600 [4475]
|
||||||
|
libburn/libburn.h
|
||||||
|
libburn/libdax_msgs.h
|
||||||
|
libburn/options.h
|
||||||
|
libburn/options.c
|
||||||
|
libburn/mmc.c
|
||||||
|
libburn/write.c
|
||||||
|
libburn/libburn.ver
|
||||||
|
doc/cookbook.txt
|
||||||
|
New API call burn_write_opts_set_leadin_text()
|
||||||
|
|
||||||
|
2011.12.05.203821 [4476]
|
||||||
|
cdrskin/cdrskin.c
|
||||||
|
cdrskin/cdrskin.1
|
||||||
|
Implemented cdrskin option textfile=
|
||||||
|
|
||||||
|
2011.12.06.134651 [4477]
|
||||||
|
libburn/write.c
|
||||||
|
Reacted on compiler warning about uninitialized variable in rev 4476
|
||||||
|
|
||||||
|
06 Dec 2011 [4478]
|
||||||
|
doc/cookbook.txt
|
||||||
|
Documented CD-TEXT pack type 0x8f
|
||||||
|
|
||||||
|
2011.12.07.075031 [4479]
|
||||||
|
Makefile.am
|
||||||
|
Removed version.h from list of source files because generated by configure
|
||||||
|
|
||||||
|
08 Dec 2011 [4481]
|
||||||
|
doc/cookbook.txt
|
||||||
|
Updated documentation of CD-TEXT pack types 0x87 and 0x8f
|
||||||
|
|
||||||
|
08 Dec 2011 [4482]
|
||||||
|
doc/cookbook.txt
|
||||||
|
Updated documentation of CD-TEXT pack types 0x86, 0x8d, 0x8e
|
||||||
|
|
||||||
|
2011.12.09.092152 [4483]
|
||||||
|
cdrskin/cdrskin.c
|
||||||
|
Tolerating trailing zero of Sony CDTEXT files
|
||||||
|
|
||||||
|
10 Dec 2011 [4484]
|
||||||
|
doc/cookbook.txt
|
||||||
|
Updated documentation of CD-TEXT pack types 0x88 and 0x89
|
||||||
|
|
||||||
|
10 Dec 2011 [4485]
|
||||||
|
doc/cookbook.txt
|
||||||
|
Some polishing in cookbook
|
||||||
|
|
||||||
|
12 Dec 2011 [4486]
|
||||||
|
doc/cookbook.txt
|
||||||
|
+ doc/cdtext.txt
|
||||||
|
Outsourced cdtext.txt from cookbook.txt
|
||||||
|
|
||||||
|
12 Dec 2011 [4487]
|
||||||
|
cdrskin/cdrskin.1
|
||||||
|
Pointing from man cdrskin to doc/cdtext.txt for CD-TEXT details
|
||||||
|
|
||||||
|
2011.12.12.092602 [4488]
|
||||||
|
libburn/libburn.h
|
||||||
|
libburn/libdax_msgs.h
|
||||||
|
libburn/init.c
|
||||||
|
libburn/options.h
|
||||||
|
libburn/options.c
|
||||||
|
libburn/structure.h
|
||||||
|
libburn/structure.c
|
||||||
|
libburn/write.h
|
||||||
|
libburn/write.c
|
||||||
|
libburn/libburn.ver
|
||||||
|
New API calls for composing CD-TEXT
|
||||||
|
|
||||||
|
2011.12.12.164452 [4490]
|
||||||
|
libburn/libburn.h
|
||||||
|
libburn/write.c
|
||||||
|
doc/cdtext.txt
|
||||||
|
New macros for CD-TEXT genre and language names
|
||||||
|
|
||||||
|
2011.12.12.181346 [4491]
|
||||||
|
libburn/write.c
|
||||||
|
Enabled repetition of track texts by TAB character
|
||||||
|
|
||||||
|
2011.12.13.164329 [4492]
|
||||||
|
libburn/libburn.h
|
||||||
|
More macros for CD-TEXT genre and language names
|
||||||
|
|
||||||
|
2011.12.14.124906 [4494]
|
||||||
|
libburn/write.c
|
||||||
|
Changed default CD-TEXT for tracks from track number text to empty text
|
||||||
|
|
||||||
|
2011.12.14.132551 [4495]
|
||||||
|
cdrskin/cdrskin.c
|
||||||
|
cdrskin/cdrskin.1
|
||||||
|
doc/cdtext.txt
|
||||||
|
doc/cookbook.txt
|
||||||
|
New option input_sheet_v07t=
|
||||||
|
|
||||||
[]
|
[]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
@ -10437,6 +10595,14 @@ cdrskin/changelog.txt
|
|||||||
Updated change log
|
Updated change log
|
||||||
|
|
||||||
------------------------------------ cycle - cdrskin-1.1.9 -
|
------------------------------------ cycle - cdrskin-1.1.9 -
|
||||||
|
* Bug fix: Solaris adapter mishandled write commands which failed on first try
|
||||||
|
* Bug fix: Interrupting libburn while drive tray is loading led to endless loop
|
||||||
|
* New API call burn_disc_get_leadin_text()
|
||||||
|
* New API call burn_write_opts_set_leadin_text()
|
||||||
|
* New API calls for composing CD-TEXT
|
||||||
|
* Implemented cdrskin option textfile=
|
||||||
|
* New cdrskin option input_sheet_v07t=
|
||||||
|
|
||||||
|
|
||||||
[]
|
[]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
@ -10456,7 +10622,21 @@ Important: When adding a public API function then add its name to file
|
|||||||
TODO
|
TODO
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
|
||||||
- Linux: report failed attempts to open /dev/sr files
|
CD-TEXT:
|
||||||
|
- with SAO
|
||||||
|
- libburn:
|
||||||
|
- API to attach CD-TEXT items to session and tracks
|
||||||
|
- optionally genererate TOC pack type 0x88 with A[123] and track POINTS
|
||||||
|
- cdrskin:
|
||||||
|
- option for reading Sony Textfile format ? Own format ?
|
||||||
|
- man cdrskin: mention -force with textfile=
|
||||||
|
- .cue file
|
||||||
|
- .inf files
|
||||||
|
|
||||||
|
|
||||||
|
??? Can the command repetition delay be to blame for low USB speed ?
|
||||||
|
scsi_eval_cmd_outcome()
|
||||||
|
|
||||||
|
|
||||||
qemu:
|
qemu:
|
||||||
|
|
||||||
@ -10465,8 +10645,6 @@ qemu:
|
|||||||
- Centralize SCSI log /tmp file opening
|
- Centralize SCSI log /tmp file opening
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Get sg-freebsd-port.c functional.
|
Get sg-freebsd-port.c functional.
|
||||||
|
|
||||||
Expose BD type from bytes 8+4 to 10+4 out of READ BD STRUCTURE form 0.
|
Expose BD type from bytes 8+4 to 10+4 out of READ BD STRUCTURE form 0.
|
||||||
|
Loading…
Reference in New Issue
Block a user