Updated xorriso changelog

This commit is contained in:
Thomas Schmitt 2007-11-14 17:56:50 +00:00
parent 69c268e902
commit 1eccf8da4f
1 changed files with 161 additions and 10 deletions

View File

@ -501,35 +501,186 @@ Overhauled info paragraphs of man page
test/xorriso_private.h
Overhauled comments in struct XorrisO
31 Oct 2007 []
31 Oct 2007 [1279]
test/changelog.txt
Updating changelog
2007.11.01.111351 [1280]
test/xorrisoburn.c
Got rid of bad pacifier text at end of CD writing
2007.11.01.191106 [1281]
test/xorriso.h
test/xorriso.c
test/xorrisoburn.c
test/xorrisoburn.h
test/xorriso.1
Implemented option -du
2007.11.02.143549 [1282]
test/xorrisoburn.h
test/xorrisoburn.c
Clearer status messages after reading new volume and after burning
2007.11.02.143658 [1283]
test/xorriso.c
Made -abort_on and -report_about complain with bad severity names
2007.11.02.184705 [1284]
test/xorrisoburn.c
test/xorriso.1
Polished write success message and man page
2007.11.06.163305 [1285]
test/xorriso_private.h
test/xorriso.h
test/xorriso.c
test/xorrisoburn.c
test/xorriso.1
Implemented -overwrite control
2007.11.06.163929 [1286]
src/libisoburn.h
Corrected a typo in a comment
2007.11.06.164029 [1287]
src/isoburn.c
Closed memory leak by freeing session and track in isoburn_prepare_disc_aux()
2007.11.07.123744 [1288]
test/xorriso_private.h
test/xorriso.h
test/xorriso.c
test/xorrisoburn.h
test/xorrisoburn.c
test/xorriso.1
Implemented option -reassure
2007.11.07.150157 [1289]
test/xorriso.h
test/xorriso.c
test/xorrisoburn.c
test/xorriso.1
Implemented option -rmdir
2007.11.07.191915 [1290]
test/xorriso.h
test/xorriso.c
test/xorrisoburn.h
test/xorrisoburn.c
Implemented option -chmod (does not get written into image, though)
2007.11.07.225624 [1291]
test/xorriso.c
test/xorrisoburn.c
test/xorrisoburn.h
Implemented options -chown and -chgrp (not written into image, though)
2007.11.08.144451 [1292]
test/xorriso.c
test/xorrisoburn.c
test/xorrisoburn.h
test/xorriso.1
Implemented option -alter_date, corrected write problem with mode and ownership
2007.11.08.145016 [1293]
test/xorriso_private.h
Forgotten source file for rev 1292
8 Nov 2007 [1294]
test/xorriso.1
Enhanced man page text for options -chmod, -chown, -chgrp
2007.11.08.160302 [1295]
test/xorriso.c
Fixed bug with -chmod go=r
2007.11.08.161215 [1296]
test/xorriso.c
test/xorrisoburn.c
Enlarged string size limit of Text_shellsafe()
2007.11.09.193142 [1297]
test/xorriso_private.h
test/xorriso.h
test/xorriso.c
test/xorrisoburn.h
test/xorrisoburn.c
test/xorriso.1
New option -iso_rr_pattern, influencing several options with multiple args
2007.11.11.112321 [1298]
test/xorriso.h
test/xorriso.c
test/xorrisoburn.c
Gave problem handling finer granularity within loops
11 Nov 2007 [1299]
test/xorriso.1
Clarified man page
2007.11.11.154453 [1300]
test/xorriso.c
Added missing commit to normal end of program
11 Nov 2007 [1301]
test/xorriso.1
Added some examples to man page
2007.11.14.142904 [1302]
src/libisoburn.h
src/isofs_wrap.c
src/isoburn.c
test/test.c
New API call isoburn_attach_volset(), changes with isoburn_read_volset()
2007.11.14.143119 [1303]
test/xorriso.c
test/xorrisoburn.h
test/xorrisoburn.c
test/xorriso.1
Implemented options -outdev and -indev
2007.11.14.175446 [1304]
test/xorriso.c
Corrected premature abort bug with misspelled command words
14 Nov 2007 [1305]
test/xorriso.1
Polished xorriso man page
14 Nov 2007 []
test/changelog.txt
Updated xorriso changelog
===============================================================================
TODO
===============================================================================
-expand_pattern
> Make transactional the tree deletions meant for for replacing
> General pattern expansion with all iso_rr_path lists
? what about overwritig files by -add, currently ?
Explicite files should refuse. What about files in added trees ?
-overwite
-reassure
> SORRY event when reading mini images (e.g. 24 blocks)
> Looks like either libisofs does not write enough blocks
> or libisoburn wants too many.
- Image info and manipulation
-mkdir
-rmdir
-df
-find
-V
- Global permissions overriding individual ones
? -uid and -gid do not do what was promised in man page.
? have a second set of commands for insertion manipulation ?
- care for modifying
-indev
-outdev
===============================================================================
This is the dirty end of the todo list.
The recent changelog entries are above the headline "TODO".