Updated changelog

This commit is contained in:
Thomas Schmitt 2008-02-14 21:24:12 +00:00
parent a66e789117
commit 33e666da11
1 changed files with 587 additions and 27 deletions

View File

@ -1064,27 +1064,597 @@ test/xorriso.c
test/ng_xorrisoburn.c
Small corrections with version number and write counter report
[]
19 Jan 2008 [1395]
test/changelog.txt
Updated SVN copy of changelog
2008.01.20.102946 [1397]
ng_src/burn_wrap.c
ng_src/data_source.c
ng_src/isoburn.c
ng_src/isofs_wrap.c
Made forgotten adaption to Xorriso_standalonE
2008.01.20.131050 [1398]
test/xorriso.h
test/xorriso_private.h
test/xorriso.c
test/ng_xorrisoburn.c
test/xorriso.1
Made -outdev stdio:/dev/fd/1 safe for single session runs
2008.01.20.200254 [1399]
test/xorriso.h
test/xorriso_private.h
test/xorriso.c
test/xorriso.1
New option -add_plainly
2008.01.21.221939 [1400]
test/xorriso.c
test/xorriso.1
Rejected unsuitable addresses "stdio:" , "stdio:/", "stdio:-", "stdio:."
22 Jan 2008 [1401]
+ test/compare_file.c
Program which compares two files in different trees. Attributes and content.
22 Jan 2008 [1402]
test/configure_ac.txt
Copied test for tm.tm_gmtim from libisofs configure.ac
22 Jan 2008 [1403]
test/compare_file.c
Prepended type indication letter to report lines
2008.01.22.224321 [1404]
test/ng_xorrisoburn.c
Better attributes with directories
2008.01.23.195855 []
ng_src/burn_wrap.c
test/ng_xorrisoburn.c
Adapted to libisofs revision 261
24 Jan 2008 [1410]
test/make_xorriso_standalone.sh
Removed remover of C++ comment lines
2008.01.24.202206 [1411]
ng_src/isoburn.c
ng_src/burn_wrap.c
ng_src/isoburn.h
Gave up use of libburn fifo. Attached -fs and pacifier to libisofs fifo.
2008.01.25.150902 [1413]
test/xorriso.h
test/xorriso.c
test/xorriso.1
New option -rollback_end
25 Jan 2008 [1414]
test/compare_file.c
Fixed bug about file content comparison.
25 Jan 2008 [1415]
test/compare_file.c
Better handling of various content difference situations
2008.01.25.175353 [1416]
test/xorriso.h
test/xorriso.c
test/xorriso.1
test/ng_xorrisoburn.c
New option -commit_eject
2008.01.26.002011 [1417]
- og_src/libisoburn.h
- og_src/isoburn.h
- og_src/isoburn.c
- og_src/isofs_wrap.c
- og_src/burn_wrap.c
- og_src/data_source.c
- og_src/
+ libisoburn/
- ng_src/libisoburn.h
- ng_src/isoburn.h
- ng_src/isoburn.c
- ng_src/isofs_wrap.c
- ng_src/burn_wrap.c
- ng_src/data_source.c
+ libisoburn/libisoburn.h
+ libisoburn/isoburn.h
*+ libisoburn/isoburn.c
*+ libisoburn/isofs_wrap.c
*+ libisoburn/burn_wrap.c
*+ libisoburn/data_source.c
+ xorriso/
- test/README
- test/changelog.txt
- test/compare_file.c
- test/compile_xorriso.sh
- test/configure_ac.txt
- test/convert_man_to_html.sh
- test/make_timestamp.sh
- test/make_xorriso_standalone.sh
- test/ng_xorrisoburn.c
- test/ng_xorrisoburn.h
- test/xorriso.1
- test/xorriso.c
- test/xorriso.h
- test/xorriso_eng.html
- test/xorriso_makefile_am.txt
- test/xorriso_pc_in.txt
- test/xorriso_private.h
- test/xorriso_timestamp.h
- test/xorrisoburn.c
- test/xorrisoburn.h
+ xorriso/README
+ xorriso/changelog.txt
+ xorriso/compare_file.c
*+ xorriso/compile_xorriso.sh
+ xorriso/configure_ac.txt
*+ xorriso/convert_man_to_html.sh
*+ xorriso/make_timestamp.sh
*+ xorriso/make_xorriso_standalone.sh
+ xorriso/xorriso.1
*+ xorriso/xorriso.c
+ xorriso/xorriso.h
+ xorriso/xorriso_eng.html
+ xorriso/xorriso_makefile_am.txt
+ xorriso/xorriso_pc_in.txt
+ xorriso/xorriso_private.h
+ xorriso/xorriso_timestamp.h
*+ xorriso/xorrisoburn.c
+ xorriso/xorrisoburn.h
Makefile.am
Gave up adapter to old libisofs. Renaming libisoburn and xorriso dirs.
2008.01.26.113604 [1418]
libisoburn/libisoburn.h
libisoburn/burn_wrap.c
xorriso/xorrisoburn.c
INCOMPATIBLE API CHANGE: isoburn_initialize(char msg[1024], int flag)
2008.01.26.120534 [1419]
libisoburn/libisoburn.h
configure.ac
version.h.in
libisoburn/isoburn.c
libisoburn/burn_wrap.c
Introduced versioning (still pre-release) and new API function isoburn_version()
2008.01.26.140005 [1423]
xorriso/make_xorriso_standalone.sh
xorriso/configure_ac.txt
xorriso/xorriso_eng.html
Adapted standalone tarball to version functions
2008.01.26.142130 [1424]
xorriso/xorriso.c
Set program revision to 0.0.1 (previous 0.1.0 was too early)
2008.01.26.171156 [1425]
libisoburn/libisoburn.h
libisoburn/isoburn.c
libisoburn/burn_wrap.c
xorriso/xorrisoburn.c
INCOMPATIBLE API CHANGE: isoburn_prepare_new_image() now gets output drive
2008.01.27.174454 [1434]
xorriso/xorriso.c
xorriso/xorriso.1
Changed meaning of -add relative/path
2008.01.28.105404 [1435]
xorriso/xorriso.c
xorriso/xorrisoburn.h
xorriso/xorrisoburn.c
Made use of iso_set_abort_severity() with option -abort_on
2008.01.28.140149 [1436]
libisoburn/libisoburn.h
Updated API introduction and marked API instabilities for mending (soon)
2008.01.28.171915 [1437]
libisoburn/isoburn.c
libisoburn/isofs_wrap.c
xorriso/xorrisoburn.c
xorriso/compile_xorriso.sh
xorriso/make_xorriso_standalone.sh
Adapted to libisofs revison 294
2008.01.28.235717 [1438]
libisoburn/libisoburn.h
libisoburn/isoburn.h
libisoburn/isoburn.c
xorriso/xorrisoburn.c
Changed struct isoburn_source_opts to opaque handle struct isoburn_imgen_opts
2008.01.29.125956 [1439]
libisoburn/libisoburn.h
libisoburn/isoburn.h
libisoburn/isoburn.c
xorriso/xorrisoburn.c
Changed struct isoburn_read_opts to opaque handle
2008.01.29.184356 [1440]
configure.ac
version.h.in
libisoburn/libisoburn.h
libisoburn/isoburn.c
libisoburn/burn_wrap.c
xorriso/xorrisoburn.c
xorriso/configure_ac.txt
New API call isoburn_is_compatible()
29 Jan 2008 [1441]
libisoburn/libisoburn.h
Some API documentation enhancements
2008.01.29.211543 [1443]
libisoburn/burn_wrap.c
Made use of newest libburn version features
2008.01.31.152131 [1449]
libisoburn/libisoburn.h
libisoburn/isoburn.h
libisoburn/isoburn.c
libisoburn/isofs_wrap.c
xorriso/make_xorriso_standalone.sh
Adapted to libisofs revision 313
2008.01.31.214647 [1450]
xorriso/xorrisoburn.h
libisoburn/libisoburn.h
libisoburn/burn_wrap.c
xorriso/make_xorriso_standalone.sh
Compile time and runtime checks for library compatibility
2008.02.01.195817 [1455]
configure.ac
Makefile.am
- libisoburn.pc.in
+ libisoburn-1.pc.in
xorriso/README
Enabled build of dynamically linked xorriso, joined -1.pc club
2008.02.01.200153 [1456]
xorriso/xorriso_makefile_am.txt
Corrected some false paths in xorriso-standalone Makefile.am
2008.02.02.131049 [1457]
configure.ac
Added version checks for libburn and libisofs (by Vreixo)
2008.02.02.131903 [1458]
xorriso/xorriso.h
xorriso/xorriso.c
Added argument to option -commit_eject
2 Feb 2008 [1459]
xorriso/xorriso_eng.html
Updated to current state of development
2008.02.02.181200 [1460]
xorriso/xorrisoburn.c
Compile time check of libisoburn. Enforced minimum track size of 300 sectors.
2008.02.03.131525 [1466]
libisoburn/isoburn.h
libisoburn/isoburn.c
libisoburn/burn_wrap.c
libisoburn/isofs_wrap.c
xorriso/xorrisoburn.c
Made use of ISO_ERR_SEV() and ISO_ERR_PRIO()
2008.02.03.155704 [1467]
libisoburn/isofs_wrap.c
Adapted to libisofs revisio 328
2008.02.03.164038 [1468]
libisoburn/libisoburn.h
libisoburn/isoburn.c
xorriso/xorrisoburn.c
New API call isoburn_cancel_prepared_write()
2008.02.03.164916 [1469]
xorriso/xorrisoburn.c
Reacted on compiler warning
2008.02.03.181259 [1470]
xorriso/xorriso.c
xorriso/xorrisoburn.c
xorriso/xorriso.1
Made -abort_on and -report_about preemptive if given as dashed start arguments
2008.02.04.093106 [1471]
libisoburn/burn_wrap.c
xorriso/xorrisoburn.c
Adapted to libisofs revision 332
2008.02.04.154405 [1472]
libisoburn/libisoburn.h
libisoburn/isoburn.c
xorriso/xorrisoburn.c
New API call isoburn_sync_after_write()
2008.02.04.184038 [1475]
libisoburn/libisoburn.h
libisoburn/isoburn.c
libisoburn/burn_wrap.c
libisoburn/isofs_wrap.c
xorriso/xorrisoburn.c
Inserted problem messages where libisoburn API produces own failures
2008.02.04.214133 [1476]
libisoburn/libisoburn.h
libisoburn/isoburn.c
xorriso/xorrisoburn.c
Added parameter to new API calls isoburn_cancel_prepared_write, isoburn_sync_after_write
2008.02.05.162621 [1477]
xorriso/xorriso.h
xorriso/xorriso_private.h
xorriso/xorriso.c
xorriso/xorrisoburn.c
xorriso/xorriso.1
New option -padding
2008.02.05.175733 [1478]
xorriso/xorriso.h
xorriso/xorriso.c
xorriso/xorriso.1
Implemented reassure for -rollback, -rollback_end, -end, -commit, -commit_eject
2008.02.05.191456 [1479]
xorriso/xorriso.h
xorriso/xorriso.c
xorriso/xorriso.1
Implemented reassure for -blank, -format, -dev, -indev, -devices
2008.02.06.131028 [1480]
xorriso/xorriso.c
xorriso/xorriso_private.h
xorriso/xorrisoburn.h
xorriso/xorrisoburn.c
libisoburn/libisoburn.h
libisoburn/burn_wrap.c
Now loading libraries before -version, pacifier for -add
2008.02.06.153709 [1481]
libisoburn/burn_wrap.c
xorriso/xorriso.c
xorriso/xorriso.1
xorriso/xorrisoburn.c
Rectified SORRY,FAILURE,FATAL classification
2008.02.06.183423 [1484]
libisoburn/burn_wrap.c
xorriso/xorrisoburn.c
Adapted to libisofs revision 337
2008.02.06.183557 [1485]
xorriso/xorriso.c
Removed some unused code
2009.02.06.184008 [1486]
libisoburn/burn_wrap.c
xorriso/xorrisoburn.c
Added a missing 0 digit
2008.02.06.214426 [1487]
libisoburn/libisoburn.h
libisoburn/isoburn.h
libisoburn/isoburn.c
libisoburn/isofs_wrap.c
xorriso/xorrisoburn.c
Pacifier for isoburn_read_image()
2008.02.07.074248 [1489]
xorriso/xorriso.c
xorriso/xorrisoburn.c
xorriso/xorriso_private.h
Added final message to image read pacifier
2008.02.07.154947 [1490]
libisoburn/data_source.c
Implemented a primitive single tile cache for image reading
2008.02.07.211424 [1491]
libisoburn/data_source.c
Stuffed memory leak with read cache. Economized on error retries.
8 Feb 2008 [1494]
- xorriso/compare_file.
+ test/compare_file.c
- ng_src
Cleaning up remainings of move to ng_src
8 Feb 2008 [1495]
test/compare_file.c
Fixed an endless cycle with early EOF
2008.02.08.102122 [1496]
xorriso/xorriso_makefile_am.txt
xorriso/make_xorriso_standalone.sh
xorriso/configure_ac.txt
xorriso/README
Added test/compare_file.c to xorriso-standalone tarball
2008.02.08.173928 [1497]
2008.02.08.174126 [1498]
libisoburn/data_source.c
Renamed macro which controls read caching
2008.02.08.175152 [1499]
xorriso/xorriso_private.h
xorriso/xorriso.c
xorriso/xorrisoburn.c
xorriso/xorriso.1
Protecting volume ids from getting overwritten by predecessor
2008.02.08.195627 [1500]
xorriso/xorriso.c
Warning of -volid which are not ECMA 119 compliant
2008.02.08.215113 [1501]
xorriso/xorriso.h
xorriso/xorriso.c
Silenced misleading toc messages with -commit_eject "in"
2008.02.09.092805 [1502]
libisoburn/libisoburn.h
libisoburn/isoburn.c
Adapted to libisofs revision 346
2008.02.09.100750 [1503]
libisoburn/libisoburn.h
libisoburn/burn_wrap.c
xorriso/xorriso.c
xorriso/xorrisoburn.c
New API function isoburn_disc_available_space() fixes bug with DVD+RW capacity
10 Feb 2008 [1504]
xorriso/README
Some adjustments in description of compare_file and libisoburn
2008.02.10.122020 [1505]
xorriso/xorriso.c
xorriso/xorrisoburn.c
xorriso/xorriso.1
Fixed bugs about -mv /im/age . -cdx / -cpr di/sk im/age -- -cpr di/sk . --
2008.02.10.130852 [1506]
Makefile.am
Added build of test/compare_file as noinst binary
2008.02.10.135822 [1507]
xorriso/xorriso.c
xorriso/xorrisoburn.h
xorriso/xorrisoburn.c
Better handling of not-yet-existing -cd
2008.02.11.094742 [1509]
xorriso/xorriso_private.h
xorriso/xorriso.h
xorriso/xorriso.c
xorriso/xorrisoburn.c
xorriso/xorriso.1
Discarding, keeping or patching boot images from existing ISO images
2008.02.11.112917 [1510]
xorriso/xorrisoburn.c
Corrected message about isolinux patch option
2008.02.11.113235 [1511]
xorriso/xorriso.h
xorriso/xorriso.c
Final UPDATE message after grafting in files from disk
2008.02.11.135418 [1512]
xorriso/xorriso_private.h
xorriso/xorriso.h
xorriso/xorriso.c
xorriso/xorriso.1
New option -return_with
2008.02.11.150123 [1513]
xorriso/xorrisoburn.c
isoburn_igopt_allow_full_ascii for -bootimage any keep
2008.02.11.150700 [1514]
xorriso/xorriso.c
xorriso/xorriso.1
Clarifications about -volid rules
11 Feb 2008 [1515]
xorriso/README
Adjustments about libisoburn and xorriso dynamic dependencies, compare_file
2008.02.11.162406 [1516]
xorriso/xorrisoburn.c
xorriso/xorriso.c
Changed failure to find a file for removal from FAILURE to SORRY
2008.02.11.174517 [1517]
xorriso/xorriso.c
Corrected a bug about -status -return_with
2008.02.11.194807 [1519]
libisoburn/burn_wrap.c
xorriso/xorriso_private.h
xorriso/xorriso.c
xorriso/xorrisoburn.c
xorriso/xorriso.1
New severity MISHAP
2008.02.11.213918 [1520]
xorriso/xorrisoburn.c
Mapping in burn runs -abort_on MISHAP to SORRY
2008.02.12.215327 [1521]
libisoburn/burn_wrap.c
xorriso/xorriso.c
xorriso/xorrisoburn.c
Improved MISHAP - SORRY mapping and tunneling
2008.02.14.084342 [1525]
+ README
+ COPYING
+ COPYRIGHT
+ INSTALL
libisoburn/libisoburn.h
Completing documentation
2008.02.14.101916 [1526]
Makefile.am
Adjusted EXTRA_DIST list of files
2008.02.14.120557 [1527]
xorriso/xorrisoburn.c
Made a final abort check before burning begins
2008.02.14.175623 [1528]
xorriso/xorriso_private.h
xorriso/xorriso.c
xorriso/xorrisoburn.c
Imprinting version of xorriso and libraries into ISO preparer_id
2008.02.14.182351 [1529]
xorriso/xorrisoburn.c
Made preparer_id more safe against oversize
14 Feb 2008 []
xorriso/xorriso.1
Polished man page
[]
xorriso/changelog.txt
Updated changelog
===============================================================================
TODO
===============================================================================
> make use of libisofs fifo rather than installing a libburn fifo
(or install libburn fifo with "" != indev != outdev)
< Vreixo: fifo control and inquiry
> A10115
> obtain new version with iso_ring_buffer_get_status()
> set Ecma119WriteOpts via extended isoburn_source_opts
------------------------------------------------- bugs
- make safe for -outdev stdio:/dev/fd/0
> on abort of image generation try to abort writing
- option -end_eject
------------------------------------------------- important
- pacifier for -add
------------------------------------------------- development
- -update , -update_r
> Vreixo wrote:
> public API to access old images, and extract file
> contents (look at demo/isoread and demo/isocat for
> usage examples).
- iso_file_source_open() iso_file_source_read() iso_file_source_close()
- @since tags
> Relative addressing and pattern matching :
iso_rr_pattern on
@ -1095,15 +1665,6 @@ Updated SVN copy of changelog
> Vreixo contradicts
> Find own solution
< Vreixo: translator error code to error message
- -update , -update_r
< Vreixo: input image file content reader
< Vreixo: set abort severity threshold in nglibisofs
> ask Vreixo for UPDATE pacifier during image read
- regularly do valgrind check for memory leaks
- ??? http://scan.coverity.com/faq.html
@ -1128,16 +1689,15 @@ Updated SVN copy of changelog
> Looks like either libisofs does not write enough blocks
> or libisoburn wants too many.
- Image info and manipulation
-df
- 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 ?
- Introduce an interrupt key for dialog
-------------------------------------------- before 0.4.4
- make use of burn_sev_to_text() in libisoburn and xorriso
- If iso_msgs_submit() : use it in isoburn_report_iso_error()
===============================================================================
This is the dirty end of the todo list.
The recent changelog entries are above the headline "TODO".