Updated change log and web page
This commit is contained in:
parent
cad984f047
commit
c001c9ff83
@ -5,6 +5,10 @@ SVN trunk (to become libisoburn-1.3.2.tar.gz or higher)
|
||||
* Bug fix: -backslash_codes "with_program_arguments" was interpreted too late
|
||||
* New -pacifier behavior code "interval="
|
||||
* New -as mkisofs options --sort-weight-list and --sort-weight-patterns
|
||||
* New -format mode "without_spare" (for BD-RE)
|
||||
* New command -named_pipe_loop
|
||||
* New command -sh_style_result
|
||||
* New -msg_op opcdoes "parse_silently" and "parse_bulk_silently"
|
||||
|
||||
|
||||
libisoburn-1.3.0.tar.gz Fri May 17 2013
|
||||
|
@ -14695,7 +14695,7 @@ xorriso/xorrisofs.info
|
||||
xorriso/xorrisofs.1
|
||||
Letting -as mkisofs -gui cause a higher frequency of pacifier messages
|
||||
|
||||
[]
|
||||
02 Jun 2013 [5086]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
@ -14707,6 +14707,101 @@ Updated change log and web page
|
||||
* New -pacifier behavior code "interval="
|
||||
* New -as mkisofs options --sort-weight-list and --sort-weight-patterns
|
||||
|
||||
------------------------------------ cycle - xorriso-1.3.1 - 2013.06.10.083720
|
||||
(Improved granularity of SCSI log time measurement, SCSI log timestamps)
|
||||
|
||||
|
||||
2013.06.27.125407 [5092]
|
||||
xorriso/opts_a_c.c
|
||||
xorriso/write_run.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
New -format mode "without_spare" (for BD-RE)
|
||||
|
||||
30 Jun 2013 [5095]
|
||||
frontend/xorriso-tcltk
|
||||
Small fix in xorriso-tcltk help text
|
||||
|
||||
2013.06.30.160008 [5096]
|
||||
xorriso/xorriso.h
|
||||
xorriso/xorriso_private.h
|
||||
xorriso/base_obj.c
|
||||
xorriso/parse_exec.c
|
||||
xorriso/opts_d_h.c
|
||||
xorriso/opts_i_o.c
|
||||
xorriso/text_io.h
|
||||
xorriso/text_io.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
libisoburn/libisoburn.ver
|
||||
New command -named_pipe_loop
|
||||
|
||||
2013.07.01.180608 [5098]
|
||||
xorriso/xorriso.h
|
||||
xorriso/base_obj.c
|
||||
xorriso/parse_exec.c
|
||||
xorriso/opts_a_c.c
|
||||
xorriso/opts_d_h.c
|
||||
xorriso/opts_p_z.c
|
||||
xorriso/disk_ops.c
|
||||
xorriso/iso_tree.c
|
||||
xorriso/iso_manip.c
|
||||
xorriso/text_io.h
|
||||
xorriso/text_io.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
libisoburn/libisoburn.ver
|
||||
New command -sh_style_result
|
||||
|
||||
2013.07.01.180652 [5099]
|
||||
xorriso/lib_mgt.c
|
||||
Making use of new libburn option to ignore SIGPIPE
|
||||
|
||||
01 Jul 2013 [5100]
|
||||
configure.ac
|
||||
libisoburn/libisoburn.h
|
||||
Requiring libburn-1.3.1
|
||||
|
||||
2013.07.02.092827 [5101]
|
||||
xorriso/opts_d_h.c
|
||||
xorriso/opts_i_o.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
New -msg_op opcdoes "parse_silently" and "parse_bulk_silently"
|
||||
|
||||
2013.07.02.123642 [5102]
|
||||
xorriso/text_io.c
|
||||
Comitting file that was missing in rev 5101
|
||||
|
||||
2013.07.04.094640 [5103]
|
||||
xorriso/xorriso.h
|
||||
xorriso/xorriso_private.h
|
||||
xorriso/base_obj.c
|
||||
xorriso/parse_exec.c
|
||||
xorriso/opts_d_h.c
|
||||
xorriso/opts_i_o.c
|
||||
xorriso/text_io.c
|
||||
xorriso/aux_objects.h
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
Extended new command -named_pipe_loop by mode parameter
|
||||
|
||||
04 Jul 2013 [5104]
|
||||
frontend/sh_on_named_pipes.sh
|
||||
New frontend demo skript frontend/sh_on_named_pipes.sh
|
||||
|
||||
04 Jul 2013 [5105]
|
||||
README
|
||||
Makefile.am
|
||||
xorriso/README_gnu_xorriso
|
||||
xorriso/make_xorriso_standalone.sh
|
||||
xorriso/xorriso_makefile_am.txt
|
||||
Integrating frontend/sh_on_named_pipes.sh into docs and delivery system
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
@ -14714,7 +14809,11 @@ xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
Updated change log and web page
|
||||
|
||||
------------------------------------ cycle - xorriso-1.3.1 -
|
||||
------------------------------------ cycle - xorriso-1.3.1 - 2013.07.05.072400
|
||||
* New -format mode "without_spare" (for BD-RE)
|
||||
* New command -named_pipe_loop
|
||||
* New -msg_op opcdoes "parse_silently" and "parse_bulk_silently"
|
||||
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
@ -14736,6 +14835,13 @@ Important: When adding a public API function then add its name to file
|
||||
===============================================================================
|
||||
|
||||
|
||||
>>> xorriso as slave process accumulates command history
|
||||
Does this make any sense ?
|
||||
|
||||
>>> -dus "" lists all items of the current directory
|
||||
rather than the current directory itself
|
||||
|
||||
|
||||
- GRUB2 patching
|
||||
|
||||
-as mkisofs \
|
||||
@ -14767,9 +14873,6 @@ Important: When adding a public API function then add its name to file
|
||||
>>> make optional use of ttk::treeview instead of BWidget (needs Tk 8.5)
|
||||
|
||||
|
||||
|
||||
----------------------------------------------------- libcdio on MS-Windows
|
||||
|
||||
consider to let -x choose a drive automatically at the
|
||||
sequence position of -dev, if there are commands which would need
|
||||
a drive.
|
||||
@ -14778,8 +14881,6 @@ a drive.
|
||||
|
||||
----------------------------------------------------- ISOHYBRID
|
||||
|
||||
>>> make experiments with gdisk
|
||||
|
||||
|
||||
>>> mjg PC-BIOS, Mac :
|
||||
+ New -as mkisofs options -isoybrid-gpt-basdat, -isoybrid-gpt-hfsplus, -isoybrid-apm-hfsplus
|
||||
@ -15032,7 +15133,6 @@ That "allow" gets changed from "to do something" to "for [doing] something".
|
||||
- recognize at load time
|
||||
-chrp-boot
|
||||
- needs HFS
|
||||
- where to get specs ?
|
||||
|
||||
------------------------------------------------- For Solaris
|
||||
|
||||
|
@ -679,6 +679,18 @@ New -pacifier behavior code "interval="
|
||||
<LI>
|
||||
New -as mkisofs options --sort-weight-list and --sort-weight-patterns
|
||||
</LI>
|
||||
<LI>
|
||||
New -format mode "without_spare" (for BD-RE)
|
||||
</LI>
|
||||
<LI>
|
||||
New command -named_pipe_loop
|
||||
</LI>
|
||||
<LI>
|
||||
New command -sh_style_result
|
||||
</LI>
|
||||
<LI>
|
||||
New -msg_op opcdoes "parse_silently" and "parse_bulk_silently"
|
||||
</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
-->
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2013.07.04.094640"
|
||||
#define Xorriso_timestamP "2013.07.05.072400"
|
||||
|
Loading…
Reference in New Issue
Block a user