Updated authorship, change log and web page
This commit is contained in:
parent
1b22aa5465
commit
1f6504f7bb
@ -6,6 +6,7 @@ git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
|
||||
"-checksum-list"
|
||||
* New -as mkisofs options-jigdo-checksum-algorithm, "-checksum-list",
|
||||
"-jigdo-force-checksum"
|
||||
* New helper script xorriso-dd-target
|
||||
|
||||
|
||||
libisoburn-1.5.2.tar.gz Sat Oct 26 2019
|
||||
|
@ -11,5 +11,6 @@ Ulrich Drepper
|
||||
Richard Atterer
|
||||
Steve McIntyre
|
||||
George Danchev
|
||||
Nio Wiklund alias sudodus
|
||||
and possibly others who gave their copyright to Free Software Foundation, Inc.
|
||||
|
||||
|
@ -534,6 +534,9 @@ Copyright (C) 2000-2007 Free Software Foundation, Inc.
|
||||
2004-2011 Steve McIntyre
|
||||
2010-2011 George Danchev, Thomas Schmitt
|
||||
|
||||
GNU xorriso contains xorriso-dd-target
|
||||
Copyright (C) 2019 Nio Wiklund alias sudodus, Thomas Schmitt
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
This text itself is
|
||||
|
@ -18990,7 +18990,7 @@ New -jigdo parameters "checksum_algorithm", "demand_checksum", "checksum_path".
|
||||
New -as mkisofs options-jigdo-checksum-algorithm, "-checksum-list",
|
||||
"-jigdo-force-checksum".
|
||||
|
||||
24 Nov 2019 []
|
||||
24 Nov 2019 [b35e119]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
@ -19004,6 +19004,194 @@ Updated change log and web page
|
||||
"-jigdo-force-checksum"
|
||||
|
||||
|
||||
2019.11.26.192814 [9028117]
|
||||
xorriso/emulators.c
|
||||
Removed some surplus blanks
|
||||
|
||||
2019.11.26.193722 [ea86330]
|
||||
releng/README
|
||||
releng/manual_isojigdo
|
||||
releng/jigdo-gen-md5-list
|
||||
releng/jigdo-gen-md5-list.1
|
||||
Added options --md5 and --sha256 to Jigdo releng test
|
||||
|
||||
29 Nov 2019 [fe46a2d]
|
||||
+ xorriso-dd-target/xorriso-dd-target
|
||||
Beginning public development of xorriso-dd-target
|
||||
|
||||
30 Nov 2019 [e36596b]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
Assessing which partitions are really mounted. Made sure that a bus related reason is shown if bus was inquired. Improved hint and usage text.
|
||||
|
||||
30 Nov 2019 [81272c8]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
Introduced option -dummy and enabled real unmounting
|
||||
|
||||
30 Nov 2019 [b8f7767]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
Introduced option -plug_test
|
||||
|
||||
30 Nov 2019 [b0db123]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
Added pacifier dots to the waiting loop of -plug_test
|
||||
|
||||
30 Nov 2019 [69ce40b]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
Added a confirmation prompt to -plug_test controlled write runs
|
||||
|
||||
30 Nov 2019 [099d24f]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
Added option -dummy_force
|
||||
|
||||
30 Nov 2019 [9ffb3ff]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
Running sudo early in order to get the possible password prompt
|
||||
|
||||
02 Dec 2019 [a6ab055]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
Small fixes of problems found while writing documentation
|
||||
|
||||
02 Dec 2019 [23bce9c]
|
||||
+ xorriso-dd-target/xorriso-dd-target.texi
|
||||
+ xorriso-dd-target/xorriso-dd-target.1
|
||||
+ xorriso-dd-target/xorriso-dd-target.info
|
||||
xorriso/make_xorriso_1.c
|
||||
xorriso/make_docs.sh
|
||||
Added info and man page for xorriso-dd-target
|
||||
|
||||
5yy02 Dec 2019 [9b711f2]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
xorriso-dd-target/xorriso-dd-target.texi
|
||||
xorriso-dd-target/xorriso-dd-target.1
|
||||
xorriso-dd-target/xorriso-dd-target.info
|
||||
Reassured success of unmount
|
||||
|
||||
02 Dec 2019 [74f05d3]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
xorriso-dd-target/xorriso-dd-target.texi
|
||||
xorriso-dd-target/xorriso-dd-target.1
|
||||
xorriso-dd-target/xorriso-dd-target.info
|
||||
Made changes to -plug_test step 3
|
||||
|
||||
03 Dec 2019 [6de23e9]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
Avoided to show mount lines again after -dummy umount
|
||||
|
||||
03 Dec 2019 [02e55a9]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
Enabled real writing in xorriso-dd-target
|
||||
|
||||
03 Dec 2019 [f7f484d]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
Wrapped command path variables in double quotes
|
||||
|
||||
03 Dec 2019 [3bf01c1]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
Replaced fgrep by grep -F
|
||||
|
||||
03 Dec 2019 [7fa1f82]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
Removed unused variable
|
||||
|
||||
03 Dec 2019 [f419f51]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
Rejecting device names which are not a single word
|
||||
|
||||
04 Dec 2019 [2451020]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
Unwrapped the three usages of variable sudo_cmd, because it can be empty
|
||||
|
||||
04 Dec 2019 [e226486]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
Taking inability to determine -image_file size as reason to abort
|
||||
|
||||
04 Dec 2019 [c0b650b]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
Simplified the pipeline which obtains the partition device files
|
||||
|
||||
05 Dec 2019 [5e727b4]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
xorriso-dd-target/xorriso-dd-target.texi
|
||||
xorriso-dd-target/xorriso-dd-target.1
|
||||
xorriso-dd-target/xorriso-dd-target.info
|
||||
Rejecting zram[0-9] as candidate device
|
||||
|
||||
05 Dec 2019 [a09ed16]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
Tell no_bus_info- rather than not_usb- if lsblkd -o TRAN fails
|
||||
|
||||
05 Dec 2019 [a28ad87]
|
||||
xorriso-dd-target/xorriso-dd-target.texi
|
||||
xorriso-dd-target/xorriso-dd-target.1
|
||||
xorriso-dd-target/xorriso-dd-target.info
|
||||
Clarified in man page the use of option -with_vendor_model
|
||||
|
||||
05 Dec 2019 [98c301e]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
Letting round_down_div_million() convert small numbers to 0
|
||||
|
||||
06 Dec 2019 [3ac5dba]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
Excluding loop devices from being considered
|
||||
|
||||
06 Dec 2019 [fd04b11]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
xorriso-dd-target/xorriso-dd-target.texi
|
||||
xorriso-dd-target/xorriso-dd-target.1
|
||||
xorriso-dd-target/xorriso-dd-target.info
|
||||
New reason looks_like_loopdev-
|
||||
|
||||
07 Dec 2019 [51994a7]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
Experimental options -list_long_inline -list_long_after
|
||||
|
||||
07 Dec 2019 [ba505e8]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
Imposing stricter checks on option parameters
|
||||
|
||||
07 Dec 2019 [d315b65]
|
||||
xorriso/README_gnu_xorriso
|
||||
xorriso/configure_ac.txt
|
||||
xorriso/xorriso_makefile_am.txt
|
||||
xorriso/make_xorriso_standalone.sh
|
||||
Brought xorriso-dd-target into GNU xorriso
|
||||
|
||||
07 Dec 2019 [1b22aa5]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
xorriso-dd-target/xorriso-dd-target.texi
|
||||
xorriso-dd-target/xorriso-dd-target.1
|
||||
xorriso-dd-target/xorriso-dd-target.info
|
||||
Removed option -list_long_after, changed -list_long_inline to -list_long
|
||||
|
||||
2019.12.07.203142 []
|
||||
xorriso/README_gnu_xorriso
|
||||
xorriso/AUTHORS_gnu_xorriso
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
Updated authorship, change log and web page
|
||||
|
||||
------------------------------------ cycle - xorriso-1.5.3 - 2019.12.07.203142
|
||||
* New helper script xorriso-dd-target
|
||||
|
||||
|
||||
>>> []
|
||||
README
|
||||
AUTHORS
|
||||
configure.ac
|
||||
Makefile.am
|
||||
Brought xorriso-dd-target into libisoburn
|
||||
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
Updated change log and web page
|
||||
|
||||
------------------------------------ cycle - xorriso-1.5.3 -
|
||||
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
|
@ -656,7 +656,9 @@ and hosts the original source code of program xorriso.</DD>
|
||||
<DD>It provides the complete functionality of xorriso via
|
||||
a C language API.</DD>
|
||||
<DD>(By Vreixo Formoso and Thomas Schmitt
|
||||
from team of libburnia-project.org)</DD>
|
||||
from team of libburnia-project.org</DD>
|
||||
<DD>The helper script xorriso-dd-target is developed in cooperation with
|
||||
Nio Wiklund alias sudodus.)</DD>
|
||||
<DT>libjte-1.0.0</DT>
|
||||
<DD>produces jigdo and template file together with the emerging ISO image.</DD>
|
||||
<DD>(By Free Software Foundation, Steve McIntyre, George Danchev,
|
||||
@ -692,6 +694,9 @@ New -jigdo parameters "checksum_algorithm", "demand_checksum", "-checksum-list"
|
||||
New -as mkisofs options -jigdo-checksum-algorithm, -checksum-list,
|
||||
-jigdo-force-checksum
|
||||
</LI>
|
||||
<LI>
|
||||
New helper script xorriso-dd-target
|
||||
</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
-->
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2019.11.26.193722"
|
||||
#define Xorriso_timestamP "2019.12.07.203142"
|
||||
|
Loading…
Reference in New Issue
Block a user