*** empty log message ***

This commit is contained in:
rocky
2003-08-29 01:04:07 +00:00
parent 21ab15a2cd
commit 9eb9594de8
2 changed files with 124 additions and 13 deletions

109
ChangeLog
View File

@@ -1,3 +1,112 @@
2003-08-17 03:13 rocky
* NEWS, example/.cvsignore, example/sample3.c: [no log message]
2003-08-17 03:12 rocky
* example/: Makefile, sample4.c: Yet another example.
2003-08-17 02:32 rocky
* test/: .cvsignore, Makefile.am, check_sizeof.c: Makefile.am: add
check_sizeof and testischar
2003-08-17 02:30 rocky
* libiso9660.pc.in: Remove dependence on vcd. We also don't use
glib just yet.
2003-08-17 01:31 rocky
* .cvsignore, Makefile.am, configure.ac, libiso9660.pc.in,
include/cdio/Makefile.am, include/cdio/iso9660.h,
include/cdio/types.h, lib/Makefile.am, lib/cd_types.c,
lib/iso9660.c, lib/iso9660_private.h, test/.cvsignore,
test/Makefile.am, test/testassert.c, test/testischar.c: Add iso9660
library and regression test. Will be deleted from vcdimager-cdio
branch. cd_types.c: forgot to add previously.
2003-08-16 18:45 rocky
* example/sample3.c: Typo in comment.
2003-08-16 18:09 rocky
* configure.ac: Make sure we have the latest vcdinfo
2003-08-16 13:31 rocky
* example/Makefile, example/sample3.c, src/cd-info.c: Add simple
program to show CD-type and filesystem determination. cd-info.c:
minor code cleanups.
2003-08-16 13:27 rocky
* example/.cvsignore: Add sample3
2003-08-16 11:35 rocky
* test/check_cue.sh: Is derived from check_cue.sh.in
2003-08-16 11:34 rocky
* include/cdio/Makefile.am, include/cdio/cd_types.h,
lib/Makefile.am, src/Makefile.am, src/analyze.c, src/analyze.h,
src/cd-info.c, test/check_cue.sh: Move routine to analyze/guess
what type of CD image we have got into the library.
2003-08-16 09:25 rocky
* src/Makefile.am: Oooops--test version of Makefile.am got checked
in. Revert it.
2003-08-16 08:59 rocky
* src/Makefile.am, src/analyze.c, src/analyze.h, src/cd-info.c,
test/check_cue.sh, test/monvoisin.right,
test/svcd_ogt_test_ntsc.right, test/svcdgs.right,
test/vcd_demo.right, test/videocd.right: Fix bug in storing
iso_9660 volume sector count. cd-info.c reduce global variables.
Regression tests output was incorrect with this long-standing bug.
2003-08-14 09:41 rocky
* src/: Makefile.am, analyze.c, analyze.h, cd-info.c: First cut at
separating disc analysis part from standalone source. More
modularity is needed.
2003-08-13 08:33 rocky
* src/cd-info.c: Messed up on SVCD test.
2003-08-13 08:18 rocky
* src/cd-info.c: Set VCD log handler.
2003-08-11 05:19 rocky
* lib/_cdio_win32.c: A simple stupid mistake. Not sure why it
wasn't caught before.
2003-08-10 10:33 rocky
* test/check_cue.sh: VCD tests when available.
2003-08-09 22:29 rocky
* doc/.cvsignore, example/.cvsignore: lint.
2003-08-09 22:27 rocky
* configure.ac, src/Makefile.am, src/cd-info.c: Changes brought
about by recent vcdimager-cdio changes. - We use vcdinfo_t ** on
vcdinfo_open. - Now make use of pkg-config for vcdimager in
configure. - Remove reference to info_private.h.
2003-08-09 07:59 rocky
* ChangeLog: [no log message]
2003-08-09 07:52 rocky
* ChangeLog, Makefile.am, doc/Makefile.am, example/sample1.c,

28
NEWS
View File

@@ -1,23 +1,25 @@
0.63
create libiso9660 library and install that.
More sample programs.
- create libiso9660 library and install that.
- More sample programs.
- add library routine cdio_guess_cd_type to analyze/guess what type of
- CD or CD image we've got.
0.62
Some minimal documentation. More will follow.
Add a simple sample programs.
Add a simple regression test driver.
"Smart" open was scanning devices rather than devices + image drivers.
- Some minimal documentation. More will follow.
- Add a simple sample programs.
- Add a simple regression test driver.
- "Smart" open was scanning devices rather than devices + image drivers.
0.61
Cygwin/MinGW port.
get-default-device reworked to be smarter about finding devices.
cd-info: add --no-headers. version ID is from package now. Show default
- Cygwin/MinGW port.
- get-default-device reworked to be smarter about finding devices.
- cd-info: add --no-headers. version ID is from package now. Show default
device on "--version" output.
API: add routine report if string refers to a device or not
Make use of features in libcddb 0.9.4.
- API: add routine report if string refers to a device or not
- Make use of features in libcddb 0.9.4.
0.6
Bug: eject wouldn't.
If given .bin find corresponding .cue. If no cue, complain.
- Bug: eject wouldn't.
- If given .bin find corresponding .cue. If no cue, complain.
0.5
- Add RPM spec file. Thanks to Manfred Tremmel <Manfred.Tremmel@iiv.de>
- cdinfo renamed to cd-info to avoid conflicts with other existing programs