Updated changelog and todo list

This commit is contained in:
Thomas Schmitt 2007-10-17 23:01:04 +00:00
parent d93c252089
commit 3882f5255c
1 changed files with 129 additions and 1 deletions

View File

@ -143,17 +143,145 @@ A build facility to circumvent autotools during development
test/xorriso.c
Introduced version and build timestamps, library headers
13 Oct 2007 []
13 Oct 2007 [1174]
test/xorriso.c
+ test/changelog.txt
Made -dialog and -options_from_file work
2007.10.13.141503 [1175]
test/xorriso.c
Implemented -speed and enlarged -status list
2007.10.13.152252 [1176]
test/xorriso.c
test/xorriso.txt
Implemented xorriso setter level of -fs, -gid, -uid
2007.10.14.110003 [1177]
test/xorriso.c
Implemented setter level of -abort_on, fixed bugs about -f,-no_rc,startup files
2007.10.14.122456 [1178]
test/xorriso.c
+ test/xorriso_private.h
+ test/xorrisoburn.h
+ test/xorrisoburn.c
Began to implement interface to our libraries
2007.10.15.152705 [1183]
test/xorriso.h
test/xorriso.c
test/xorriso_private.h
test/xorrisoburn.h
test/xorrisoburn.c
Implemented -dev, -add, -commit
2007.10.15.160303 [1184]
test/xorriso.c
Made -end give up drives
2007.10.15.203554 [1185]
test/xorriso.c
Some safety precautions against malicious input, enabled -cdx, -cdi for -add
2007.10.15.203714 [1186]
test/xorrisoburn.c
Corrected image path bug with -add of regular files, and -add /=/some/dir
2007.10.15.224005 [1187]
test/xorriso.c
test/xorrisoburn.c
Implemented -rollback
2007.10.16.210911 [1188]
test/xorriso.c
test/xorrisoburn.h
test/xorrisoburn.c
Worked on failure severities, message system, program abort decision
2007.10.17.130041 [1190] [1191
test/xorriso.h
test/xorriso_private.h
test/xorriso.c
test/xorrisoburn.h
test/xorrisoburn.c
Worked on failure severities, message system, program abort decision
2007.10.17.130311 [1192]
src/isofs_wrap.c
Told burn_read_data() to stay silent on non-existent drive or read error
2007.10.17.150142 [1193]
test/xorriso.c
test/xorrisoburn.c
Reinstated the distinction of message sources, respected '#' in dialog
2007.10.17.165352 [1194]
test/xorriso.c
Prepended a "-" to any input line if missing
2007.10.17.183024 [1195]
test/xorriso_private.h
test/xorriso.c
test/xorrisoburn.h
test/xorrisoburn.c
Implemented core of option -toc
2007.10.17.200241 [1196]
test/xorrisoburn.c
Continued work with -toc
2007.10.17.213852 [1197]
test/compile_xorriso.sh
Forgot to make off_t 64 bit
2007.10.17.214228 [1198]
src/libisoburn.h
src/burn_wrap.c
test/xorrisoburn.c
Rounding up fabricated nwa to full 32k addresses, API call for exact image size
2007.10.17.215809 [1199]
test/xorriso.c
Activated -ban_stdio_write
2007.10.17.224924 [1200]
test/xorrisoburn.c
Fixed obvious bug with -J. (Still wondering wether it works)
2007.10.17.225039 [1201]
test/xorriso.c
Fixed bug with -speed.
2007.10.17.225837 [1202]
test/xorriso.c
Fixed bug with -prompt. Fixed bug with # comments. (of rev 1194)
===============================================================================
TODO
===============================================================================
? what happens to the burn_disc object after writing ?
I suspect a memory leak.
- Make message verbosity adjustable: -report_about
- Drive info and operation.
-devices
- isoburn_read_volset() must hand out a reference to volset
and not a mere pointer.
It is not plausible in xorriso why the volset pointer
may not be freed but gets invalidated by isoburn_release_drive()
and has to be NULLed afterwards (or is a memory bomb).
- isoburn_prepare_disc() needs to learn the two fifo parameters
chuncksize and number of chunks.
They are not part of burn_write_opts.
I propose we label struct isoburn_source_opts as:
"Options for image generation and streaming"
and add the parameters there.
===============================================================================