Updated changelog

This commit is contained in:
Thomas Schmitt 2007-12-24 16:14:57 +00:00
parent c49982f06f
commit ee188aa38a
1 changed files with 148 additions and 8 deletions

View File

@ -649,16 +649,162 @@ Corrected premature abort bug with misspelled command words
test/xorriso.1
Polished xorriso man page
14 Nov 2007 []
14 Nov 2007 [1306]
test/changelog.txt
Updated xorriso changelog
2007.11.26.192113 [1311]
test/xorriso.c
test/xorrisoburn.c
Reacted on warnings on a 64 bit system
2007.12.04.074340 [1314]
test/xorriso.h
test/xorriso_private.h
test/xorriso.c
test/xorrisoburn.c
test/xorriso.1
Implemented -disk_pattern, -lsx, ls_lx, -dux, -du_lx
2007.12.04.205919 [1315]
test/xorrisoburn.c
test/xorriso_private.h
test/xorriso.c
Removed some redundancy of disk_pattern and iso_rr_pattern matching
4 Dec 2007 [1316]
test/xorriso.1
Polished man page
2007.12.05.090438 [1317]
test/xorriso.h
test/xorriso.c
test/xorriso.1
Option -f-off as counterpart of option -f
2007.12.05.143632 [1318]
test/xorriso.c
Made dashes at options optional
5 Dec 2007 [1319]
test/xorriso.1
Overhauled description of media types, states and expansion methods
2007.12.06.150102 [1320]
test/xorriso.h
test/xorriso.c
test/xorriso.1
Changed -f, -f-off to -follow, -graft-points, -graf-points-off to -pathspecs
6 Dec 2007 [1321]
test/xorriso.1
Removed references to option -graft-points
2007.12.06.192437 [1322]
test/xorriso.c
Corrected warning function about wildcards
8 Dec 2007 [1326]
test/xorriso.1
Explained result pager
2007.12.08.175117 [1327]
test/xorriso.c
test/xorriso_private.h
test/xorrisoburn.c
Removed more code redundancies and fd leak with Xorriso_obtain_pattern_files_x()
2007.12.15.162039 [1328]
test/compile_xorriso.sh
Added -O0 to -g to get better gdb behavior on my new system
2007.12.15.183022 [1329]
test/xorriso_private.h
test/xorriso.c
test/xorrisoburn.h
test/xorrisoburn.c
test/xorriso.1
Implemented option -follow
2007.12.16.103456 [1330]
test/xorriso.c
test/xorriso.1
Added link hop limit to option -follow
2007.12.16.122626 [1331]
test/xorrisoburn.c
Added copying of attributes from symbolic link into image
2007.12.16.144615 [1332]
test/xorrisoburn.c
Removed waste of time in Xorriso_show_du_subs()
2007.12.18.175924 [1333]
test/xorriso.c
test/xorrisoburn.h
test/xorrisoburn.c
test/xorriso.1
Changed options -ls* to -lsd*, introduced new family of -ls* without d
2007.12.20.111338 [1334]
test/xorriso.h
test/xorriso.c
test/xorrisoburn.c
test/xorriso.1
Changed -du_s* into -dus*
2007.12.21.131538 [1335]
test/xorriso.h
test/xorriso_private.h
test/xorriso.c
test/xorrisoburn.h
test/xorrisoburn.c
test/xorriso.1
Implemented option -find alias -findi
2007.12.21.132017 [1336]
test/xorriso.c
test/xorriso.1
Corrected documentation about -find
2007.12.22.143803 [1337]
test/xorriso.h
test/xorriso.c
test/xorrisoburn.c
test/xorriso.1
Implemented option -findx
2007.12.24.161107 [1339]
test/xorriso.c
Repaired options -dus and -dusx
[]
test/changelog.txt
Updated changelog
===============================================================================
TODO
===============================================================================
> Make transactional the tree deletions meant for for replacing
- -cp_r
- make xorrisoburn.c leaner
- eject a not yet aquired device (e.g. after modifying commit)
- -cd[ix] and pattern
- transfer properties of directories in image path
- pacifier for -add
- memory curb for image model
??? semicolon as alias of -- ?
> Make transactional the tree deletions meant for replacing
> SORRY event when reading mini images (e.g. 24 blocks)
> Looks like either libisofs does not write enough blocks
@ -666,7 +812,6 @@ Updated xorriso changelog
- Image info and manipulation
-df
-find
-V
- Global permissions overriding individual ones
@ -675,11 +820,6 @@ Updated xorriso changelog
? have a second set of commands for insertion manipulation ?
- care for modifying
-indev
-outdev
===============================================================================
This is the dirty end of the todo list.