Version leap to libisoburn-1.4.8
This commit is contained in:
parent
3813a747d1
commit
19e1303598
16
README
16
README
@ -4,9 +4,9 @@
|
||||
libisoburn and xorriso. By Vreixo Formoso <metalpain2002@yahoo.es>
|
||||
and Thomas Schmitt <scdbackup@gmx.net>
|
||||
Integrated sub project of libburnia-project.org.
|
||||
http://files.libburnia-project.org/releases/libisoburn-1.4.6.tar.gz
|
||||
http://files.libburnia-project.org/releases/libisoburn-1.4.8.tar.gz
|
||||
Copyright (C) 2006-2009 Vreixo Formoso,
|
||||
Copyright (C) 2006-2016 Thomas Schmitt.
|
||||
Copyright (C) 2006-2017 Thomas Schmitt.
|
||||
Provided under GPL version 2 or later.
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
@ -36,17 +36,17 @@ By using this software you agree to the disclaimer at the end of this text:
|
||||
|
||||
Compilation, First Glimpse, Installation
|
||||
|
||||
Dynamic library and compile time header requirements for libisoburn-1.4.6 :
|
||||
- libburn.so.4 , version libburn-1.4.6 or higher
|
||||
- libisofs.so.6 , version libisofs-1.4.6 or higher
|
||||
Dynamic library and compile time header requirements for libisoburn-1.4.8 :
|
||||
- libburn.so.4 , version libburn-1.4.8 or higher
|
||||
- libisofs.so.6 , version libisofs-1.4.8 or higher
|
||||
libisoburn and xorriso will not start with libraries which are older than their
|
||||
include headers seen at compile time.
|
||||
|
||||
Obtain libisoburn-1.4.6.tar.gz, take it to a directory of your choice
|
||||
Obtain libisoburn-1.4.8.tar.gz, take it to a directory of your choice
|
||||
and do:
|
||||
|
||||
tar xzf libisoburn-1.4.6.tar.gz
|
||||
cd libisoburn-1.4.6
|
||||
tar xzf libisoburn-1.4.8.tar.gz
|
||||
cd libisoburn-1.4.8
|
||||
|
||||
Within that directory execute:
|
||||
|
||||
|
18
configure.ac
18
configure.ac
@ -1,4 +1,4 @@
|
||||
AC_INIT([libisoburn], [1.4.6], [http://libburnia-project.org])
|
||||
AC_INIT([libisoburn], [1.4.8], [http://libburnia-project.org])
|
||||
AC_PREREQ([2.50])
|
||||
dnl AC_CONFIG_HEADER([config.h])
|
||||
|
||||
@ -24,7 +24,7 @@ dnl
|
||||
dnl These three are only copies to provide libtool with unused LT_RELEASE
|
||||
ISOBURN_MAJOR_VERSION=1
|
||||
ISOBURN_MINOR_VERSION=4
|
||||
ISOBURN_MICRO_VERSION=6
|
||||
ISOBURN_MICRO_VERSION=8
|
||||
|
||||
dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION
|
||||
|
||||
@ -37,16 +37,16 @@ dnl Libtool versioning
|
||||
dnl Generate libisoburn.so.1.x.y
|
||||
dnl SONAME will become LT_CURRENT - LT_AGE
|
||||
dnl
|
||||
dnl ts B60916
|
||||
dnl This is the release version 1.4.6 = libisoburn.so.1.103.0
|
||||
dnl ts B70912
|
||||
dnl This is the release version 1.4.8 = libisoburn.so.1.105.0
|
||||
dnl ### This is the development version after above stable release
|
||||
dnl LT_CURRENT++, LT_AGE++ have not happened yet.
|
||||
dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile.
|
||||
dnl
|
||||
dnl SONAME = 104 - 103 = 1 . Library name = libisoburn.so.1.103.0
|
||||
dnl SONAME = 106 - 105 = 1 . Library name = libisoburn.so.1.105.0
|
||||
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
|
||||
LT_CURRENT=104
|
||||
LT_AGE=103
|
||||
LT_CURRENT=106
|
||||
LT_AGE=105
|
||||
LT_REVISION=0
|
||||
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
|
||||
|
||||
@ -442,8 +442,8 @@ if test x$enable_pkg_check_modules = xyes; then
|
||||
dnl If PKG_CHECK_MODULES is to be used after this if-block,
|
||||
dnl then it might be necessary to perform PKG_PROG_PKG_CONFIG before the block.
|
||||
|
||||
LIBBURN_REQUIRED=1.4.6
|
||||
LIBISOFS_REQUIRED=1.4.6
|
||||
LIBBURN_REQUIRED=1.4.8
|
||||
LIBISOFS_REQUIRED=1.4.8
|
||||
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
|
||||
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)
|
||||
if test x$LIBCDIO_DEF = x; then
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/wish
|
||||
#
|
||||
# xorriso-tcltk
|
||||
# Copyright (C) 2012 - 2016
|
||||
# Copyright (C) 2012 - 2017
|
||||
# Thomas Schmitt <scdbackup@gmx.net>, libburnia project.
|
||||
# Provided under BSD license: Use, modify, and distribute as you like.
|
||||
#
|
||||
@ -19,7 +19,7 @@
|
||||
# And, well, a graphical widget set would be nice.
|
||||
|
||||
|
||||
set own_version "1.4.7"
|
||||
set own_version "1.4.8"
|
||||
|
||||
# Minimum version of xorriso to be used as backend process.
|
||||
# Older versions of xorriso do not offer commands -msg_op and -launch_frontend
|
||||
|
@ -249,7 +249,7 @@ void isoburn_version(int *major, int *minor, int *micro);
|
||||
*/
|
||||
#define isoburn_libisofs_req_major 1
|
||||
#define isoburn_libisofs_req_minor 4
|
||||
#define isoburn_libisofs_req_micro 7
|
||||
#define isoburn_libisofs_req_micro 8
|
||||
|
||||
/** The minimum version of libburn to be used with this version of libisoburn
|
||||
at compile time.
|
||||
@ -257,7 +257,7 @@ void isoburn_version(int *major, int *minor, int *micro);
|
||||
*/
|
||||
#define isoburn_libburn_req_major 1
|
||||
#define isoburn_libburn_req_minor 4
|
||||
#define isoburn_libburn_req_micro 7
|
||||
#define isoburn_libburn_req_micro 8
|
||||
|
||||
/** The minimum compile time requirements of libisoburn towards libjte are
|
||||
the same as of a suitable libisofs towards libjte.
|
||||
|
@ -4,7 +4,7 @@
|
||||
GNU xorriso. By Thomas Schmitt <scdbackup@gmx.net>
|
||||
Derived from and supported by libburnia-project.org, published via:
|
||||
http://www.gnu.org/software/xorriso/xorriso_eng.html
|
||||
http://www.gnu.org/software/xorriso/xorriso-1.4.7.tar.gz
|
||||
http://www.gnu.org/software/xorriso/xorriso-1.4.8.tar.gz
|
||||
Provided under GPL version 3 or later. No warranty.
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
@ -49,10 +49,10 @@ Optional at compile time are:
|
||||
If they were present at compile time, then the optional libraries have to
|
||||
be present at runtime, too.
|
||||
|
||||
Obtain xorriso-1.4.7.tar.gz, take it to a directory of your choice and do:
|
||||
Obtain xorriso-1.4.8.tar.gz, take it to a directory of your choice and do:
|
||||
|
||||
tar xzf xorriso-1.4.7.tar.gz
|
||||
cd xorriso-1.4.7
|
||||
tar xzf xorriso-1.4.8.tar.gz
|
||||
cd xorriso-1.4.8
|
||||
|
||||
Within that directory execute:
|
||||
|
||||
@ -370,17 +370,17 @@ libisoburn provides several services:
|
||||
or random access files.
|
||||
- Implementation of the xorriso API.
|
||||
|
||||
The sourcecode of all three libraries is included in the xorriso standalone
|
||||
tarball. It is compiled with xorriso and linked statically.
|
||||
The sourcecode of all three libraries is included in the GNU xorriso tarball.
|
||||
It is compiled with xorriso and linked statically.
|
||||
But you may as well get and install releases of libburn and libisofs, in order
|
||||
to be able to install a release of libisoburn which produces libisoburn.so.1
|
||||
and a matching dynamically linked xorriso binary.
|
||||
This binary is very lean but depends on properly installed libraries of
|
||||
suitable revision.
|
||||
|
||||
Dynamic library and compile time header requirements for libisoburn-1.4.6 :
|
||||
- libburn.so.4 , version libburn-1.4.6 or higher
|
||||
- libisofs.so.6 , version libisofs-1.4.6 or higher
|
||||
Dynamic library and compile time header requirements for libisoburn-1.4.8 :
|
||||
- libburn.so.4 , version libburn-1.4.8 or higher
|
||||
- libisofs.so.6 , version libisofs-1.4.8 or higher
|
||||
libisoburn and xorriso will not start with libraries which are older than their
|
||||
headers seen at compile time. So compile in the oldest possible installation
|
||||
setup unless you have reason to enforce a newer bug fix level.
|
||||
|
@ -1,9 +1,9 @@
|
||||
|
||||
# configure.ac stems from xorriso/configure_ac.txt and leads to ./configure
|
||||
# Copyright (c) 2007 - 2016 Thomas Schmitt <scdbackup@gmx.net>
|
||||
# Copyright (c) 2007 - 2017 Thomas Schmitt <scdbackup@gmx.net>
|
||||
# Provided under GPL version 2 or later.
|
||||
|
||||
AC_INIT([xorriso], [1.4.7], [http://libburnia-project.org])
|
||||
AC_INIT([xorriso], [1.4.8], [http://libburnia-project.org])
|
||||
AC_PREREQ([2.50])
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
@ -23,14 +23,14 @@ AC_DEFINE([Xorriso_standalonE], [])
|
||||
|
||||
BURN_MAJOR_VERSION=1
|
||||
BURN_MINOR_VERSION=4
|
||||
BURN_MICRO_VERSION=7
|
||||
BURN_MICRO_VERSION=8
|
||||
AC_SUBST(BURN_MAJOR_VERSION)
|
||||
AC_SUBST(BURN_MINOR_VERSION)
|
||||
AC_SUBST(BURN_MICRO_VERSION)
|
||||
|
||||
LIBISOFS_MAJOR_VERSION=1
|
||||
LIBISOFS_MINOR_VERSION=4
|
||||
LIBISOFS_MICRO_VERSION=7
|
||||
LIBISOFS_MICRO_VERSION=8
|
||||
AC_SUBST(LIBISOFS_MAJOR_VERSION)
|
||||
AC_SUBST(LIBISOFS_MINOR_VERSION)
|
||||
AC_SUBST(LIBISOFS_MICRO_VERSION)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# make_xorriso_standalone.sh
|
||||
# Copyright 2008 - 2016 Thomas Schmitt, scdbackup@gmx.net, GPLv2+
|
||||
# Copyright 2008 - 2017 Thomas Schmitt, scdbackup@gmx.net, GPLv2+
|
||||
#
|
||||
# Not intended for general use in production installations !
|
||||
#
|
||||
@ -50,7 +50,7 @@ create_gnu_xorriso="yes"
|
||||
current_dir=$(pwd)
|
||||
lone_dir="$current_dir"/"xorriso-standalone"
|
||||
|
||||
xorriso_rev=1.4.7
|
||||
xorriso_rev=1.4.8
|
||||
# For unstable uploads and patch level 0 of stable releases:
|
||||
xorriso_pl=""
|
||||
# For higher patch levels of stable releases:
|
||||
|
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRECORD 1 "Version 1.4.5, Jul 30, 2016"
|
||||
.TH XORRECORD 1 "Version 1.4.8, Sep 12, 2017"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -857,7 +857,7 @@ Thomas Schmitt <scdbackup@gmx.net>
|
||||
.br
|
||||
for libburnia\-project.org
|
||||
.SH COPYRIGHT
|
||||
Copyright (c) 2011 \- 2016 Thomas Schmitt
|
||||
Copyright (c) 2011 \- 2017 Thomas Schmitt
|
||||
.br
|
||||
Permission is granted to distribute this text freely. It shall only be
|
||||
modified in sync with the technical properties of xorriso. If you make use
|
||||
|
@ -3,7 +3,7 @@ xorrecord.texi.
|
||||
|
||||
xorrecord - Emulation of CD/DVD/BD program cdrecord by program xorriso
|
||||
|
||||
Copyright (C) 2011 - 2016 Thomas Schmitt
|
||||
Copyright (C) 2011 - 2017 Thomas Schmitt
|
||||
|
||||
Permission is granted to distrubute this text freely.
|
||||
INFO-DIR-SECTION Archiving
|
||||
@ -14,7 +14,7 @@ END-INFO-DIR-ENTRY
|
||||
|
||||
File: xorrecord.info, Node: Top, Next: Overview, Up: (dir)
|
||||
|
||||
xorrecord 1.4.5
|
||||
xorrecord 1.4.8
|
||||
***************
|
||||
|
||||
xorrecord - Emulation of CD/DVD/BD program cdrecord by program xorriso
|
||||
@ -854,7 +854,7 @@ for libburnia-project.org
|
||||
10.2 Copyright
|
||||
==============
|
||||
|
||||
Copyright (c) 2011 - 2016 Thomas Schmitt
|
||||
Copyright (c) 2011 - 2017 Thomas Schmitt
|
||||
Permission is granted to distribute this text freely. It shall only be
|
||||
modified in sync with the technical properties of xorriso. If you make
|
||||
use of the license to derive modified versions of xorriso then you are
|
||||
|
@ -1,7 +1,7 @@
|
||||
\input texinfo @c -*-texinfo-*-
|
||||
@c %**start of header
|
||||
@setfilename xorrecord.info
|
||||
@settitle GNU xorrecord 1.4.5
|
||||
@settitle GNU xorrecord 1.4.8
|
||||
@c %**end of header
|
||||
@c
|
||||
@c man-ignore-lines begin
|
||||
@ -50,7 +50,7 @@
|
||||
@c man .\" First parameter, NAME, should be all caps
|
||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||
@c man .TH XORRECORD 1 "Version 1.4.5, Jul 30, 2016"
|
||||
@c man .TH XORRECORD 1 "Version 1.4.8, Sep 12, 2017"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -68,7 +68,7 @@
|
||||
@copying
|
||||
xorrecord - Emulation of CD/DVD/BD program cdrecord by program xorriso
|
||||
|
||||
Copyright @copyright{} 2011 - 2016 Thomas Schmitt
|
||||
Copyright @copyright{} 2011 - 2017 Thomas Schmitt
|
||||
|
||||
@quotation
|
||||
Permission is granted to distrubute this text freely.
|
||||
@ -76,7 +76,7 @@ Permission is granted to distrubute this text freely.
|
||||
@end copying
|
||||
@c man-ignore-lines end
|
||||
@titlepage
|
||||
@title Manual of GNU xorriso personality xorrecord 1.4.5
|
||||
@title Manual of GNU xorriso personality xorrecord 1.4.8
|
||||
@author Thomas Schmitt
|
||||
@page
|
||||
@vskip 0pt plus 1filll
|
||||
@ -85,7 +85,7 @@ Permission is granted to distrubute this text freely.
|
||||
@contents
|
||||
@ifnottex
|
||||
@node Top
|
||||
@top xorrecord 1.4.5
|
||||
@top xorrecord 1.4.8
|
||||
@c man-ignore-lines 1
|
||||
|
||||
@c man .SH NAME
|
||||
@ -1170,7 +1170,7 @@ Thomas Schmitt <scdbackup@@gmx.net>
|
||||
for libburnia-project.org
|
||||
@c man .SH COPYRIGHT
|
||||
@section Copyright
|
||||
Copyright (c) 2011 - 2016 Thomas Schmitt
|
||||
Copyright (c) 2011 - 2017 Thomas Schmitt
|
||||
@*
|
||||
Permission is granted to distribute this text freely. It shall only be
|
||||
modified in sync with the technical properties of xorriso. If you make use
|
||||
|
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISO 1 "Version 1.4.7, Jun 29, 2017"
|
||||
.TH XORRISO 1 "Version 1.4.8, Sep 12, 2017"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -4119,10 +4119,11 @@ drive can be "indev" or "outdev" to indicate already acquired drives,
|
||||
or it can be the path of a not yet acquired drive.
|
||||
Prefix "stdio:" for non\-MMC drives is not mandatory.
|
||||
.br
|
||||
entity must be either "sbsector" with the superblock sector address as id,
|
||||
For entity and id, see also command \-load. They must be either "sbsector" with
|
||||
the superblock sector address as id,
|
||||
or "track" with a track number as id, or "session" with a session number,
|
||||
or "volid" with a search pattern for the volume id, or "auto" with any text
|
||||
as id.
|
||||
or "volid" with a search pattern for the volume id, or "auto" with which
|
||||
any text as id mounts the first track of the last session.
|
||||
.br
|
||||
path will be used as mount point and must already exist as a directory on disk.
|
||||
.br
|
||||
|
@ -74,7 +74,7 @@ struct XorrisO;
|
||||
*/
|
||||
#define Xorriso_header_version_majoR 1
|
||||
#define Xorriso_header_version_minoR 4
|
||||
#define Xorriso_header_version_micrO 7
|
||||
#define Xorriso_header_version_micrO 8
|
||||
|
||||
|
||||
/** If needed: Something like ".pl01" to indicate a bug fix. Normally empty.
|
||||
|
@ -15,7 +15,7 @@ END-INFO-DIR-ENTRY
|
||||
|
||||
File: xorriso.info, Node: Top, Next: Overview, Up: (dir)
|
||||
|
||||
GNU xorriso 1.4.7
|
||||
GNU xorriso 1.4.8
|
||||
*****************
|
||||
|
||||
xorriso - creates, loads, manipulates and writes ISO 9660 filesystem
|
||||
@ -3457,10 +3457,11 @@ File: xorriso.info, Node: Inquiry, Next: Navigate, Prev: DialogCtl, Up: Comm
|
||||
drive can be "indev" or "outdev" to indicate already acquired
|
||||
drives, or it can be the path of a not yet acquired drive. Prefix
|
||||
"stdio:" for non-MMC drives is not mandatory.
|
||||
entity must be either "sbsector" with the superblock sector address
|
||||
as id, or "track" with a track number as id, or "session" with a
|
||||
session number, or "volid" with a search pattern for the volume id,
|
||||
or "auto" with any text as id.
|
||||
For entity and id, see also command -load. They must be either
|
||||
"sbsector" with the superblock sector address as id, or "track"
|
||||
with a track number as id, or "session" with a session number, or
|
||||
"volid" with a search pattern for the volume id, or "auto" with
|
||||
which any text as id mounts the first track of the last session.
|
||||
path will be used as mount point and must already exist as a
|
||||
directory on disk.
|
||||
The command gets printed to the result channel. See command -mount
|
||||
@ -5342,7 +5343,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
||||
* -modesty_on_drive keep drive buffer hungry: SetWrite. (line 336)
|
||||
* -mount issues mount command for ISO session: Restore. (line 146)
|
||||
* -mount_cmd composes mount command line: Inquiry. (line 49)
|
||||
* -mount_cmd controls mount command: Inquiry. (line 64)
|
||||
* -mount_cmd controls mount command: Inquiry. (line 65)
|
||||
* -msg_op perform operations on program messages: Frontend. (line 27)
|
||||
* -mv renames files in ISO image: Manip. (line 37)
|
||||
* -mv renames single file in ISO image: Manip. (line 31)
|
||||
@ -5368,12 +5369,12 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
||||
* -print prints result text line: Scripting. (line 102)
|
||||
* -print_info prints message text line: Scripting. (line 104)
|
||||
* -print_mark prints synchronizing text line: Scripting. (line 106)
|
||||
* -print_size predicts image size: Inquiry. (line 85)
|
||||
* -print_size predicts image size: Inquiry. (line 86)
|
||||
* -prog sets program name: Frontend. (line 176)
|
||||
* -prog_help prints help text: Frontend. (line 178)
|
||||
* -prompt prompts for enter key: Scripting. (line 110)
|
||||
* -publisher sets publisher id: SetWrite. (line 186)
|
||||
* -pvd_info shows image id strings: Inquiry. (line 107)
|
||||
* -pvd_info shows image id strings: Inquiry. (line 108)
|
||||
* -pwd tells working directory in ISO: Navigate. (line 19)
|
||||
* -pwdx tells working directory on disk: Navigate. (line 21)
|
||||
* -quoted_not_list sets exclusions: SetInsert. (line 66)
|
||||
@ -5384,8 +5385,8 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
||||
* -read_speed set read speed: Loading. (line 11)
|
||||
* -reassure enables confirmation question: DialogCtl. (line 29)
|
||||
* -report_about controls verbosity: Exception. (line 53)
|
||||
* -report_el_torito shows Boot Catalog: Inquiry. (line 115)
|
||||
* -report_system_area shows MBR, GPT, and alike: Inquiry. (line 137)
|
||||
* -report_el_torito shows Boot Catalog: Inquiry. (line 116)
|
||||
* -report_system_area shows MBR, GPT, and alike: Inquiry. (line 138)
|
||||
* -return_with controls exit value: Exception. (line 38)
|
||||
* -rm deletes files from ISO image: Manip. (line 20)
|
||||
* -rmdir deletes ISO directory: Manip. (line 29)
|
||||
@ -5400,7 +5401,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
||||
* -scsi_dev_family choose Linux device file type: AqDrive. (line 43)
|
||||
* -scsi_log reports SCSI commands: Scripting. (line 143)
|
||||
* -session_log logs written sessions: Scripting. (line 134)
|
||||
* -session_string composes session info line: Inquiry. (line 73)
|
||||
* -session_string composes session info line: Inquiry. (line 74)
|
||||
* -setfacl sets ACL in ISO image: Manip. (line 68)
|
||||
* -setfacl_list sets ACL in ISO image: Manip. (line 94)
|
||||
* -setfacl_r sets ACL in ISO image: Manip. (line 92)
|
||||
@ -5423,7 +5424,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
||||
* -stdio_sync controls stdio buffer: SetWrite. (line 386)
|
||||
* -stream_recording controls defect management: SetWrite. (line 319)
|
||||
* -system_id sets system id: SetWrite. (line 199)
|
||||
* -tell_media_space reports free space: Inquiry. (line 97)
|
||||
* -tell_media_space reports free space: Inquiry. (line 98)
|
||||
* -temp_mem_limit curbs memory consumption: Scripting. (line 96)
|
||||
* -toc shows list of sessions: Inquiry. (line 27)
|
||||
* -toc_of shows list of sessions: Inquiry. (line 41)
|
||||
@ -5573,9 +5574,9 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
||||
* Image, set volume id, -volid: SetWrite. (line 162)
|
||||
* Image, set volume set id, -volset_id: SetWrite. (line 182)
|
||||
* Image, set volume timestamp, -volume_date: SetWrite. (line 205)
|
||||
* Image, show Boot Catalog: Inquiry. (line 115)
|
||||
* Image, show id strings, -pvd_info: Inquiry. (line 107)
|
||||
* Image, show MBR, GPT, and alike, -pvd_info: Inquiry. (line 137)
|
||||
* Image, show Boot Catalog: Inquiry. (line 116)
|
||||
* Image, show id strings, -pvd_info: Inquiry. (line 108)
|
||||
* Image, show MBR, GPT, and alike, -pvd_info: Inquiry. (line 138)
|
||||
* Image, _definition: Model. (line 9)
|
||||
* Input Character Set, _definition: Charset. (line 25)
|
||||
* Insert, enable overwriting, -overwrite: SetInsert. (line 131)
|
||||
@ -5706,11 +5707,11 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
||||
(line 61)
|
||||
* Rock Ridge, _definition: Extras. (line 6)
|
||||
* Session, altered start address, -displacement: Loading. (line 57)
|
||||
* Session, info string, -session_string: Inquiry. (line 73)
|
||||
* Session, info string, -session_string: Inquiry. (line 74)
|
||||
* Session, issue mount command, -mount: Restore. (line 146)
|
||||
* Session, log when written, -session_log: Scripting. (line 134)
|
||||
* Session, mount command line, -mount_cmd: Inquiry. (line 49)
|
||||
* Session, mount parameters, -mount_opts: Inquiry. (line 64)
|
||||
* Session, mount parameters, -mount_opts: Inquiry. (line 65)
|
||||
* Session, select as input, -load: Loading. (line 33)
|
||||
* Session, _definition: Model. (line 6)
|
||||
* Sorting order, for -x, -list_arg_sorting: ArgSort. (line 26)
|
||||
@ -5743,12 +5744,12 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
||||
* Write, enable HFS+, -hfsplus: SetWrite. (line 14)
|
||||
* Write, enable Joliet, -joliet: SetWrite. (line 10)
|
||||
* Write, fifo size, -fs: SetWrite. (line 396)
|
||||
* Write, free space, -tell_media_space: Inquiry. (line 97)
|
||||
* Write, free space, -tell_media_space: Inquiry. (line 98)
|
||||
* Write, log problematic disk files, -errfile_log: Scripting. (line 116)
|
||||
* Write, log written sessions, -session_log: Scripting. (line 134)
|
||||
* Write, padding image, -padding: SetWrite. (line 424)
|
||||
* Write, pending ISO image, -commit: Writing. (line 27)
|
||||
* Write, predict image size, -print_size: Inquiry. (line 85)
|
||||
* Write, predict image size, -print_size: Inquiry. (line 86)
|
||||
* Write, set speed, -speed: SetWrite. (line 301)
|
||||
* Write, simulation, -dummy: SetWrite. (line 393)
|
||||
* Write, TAO or SAO/DAO, -write_type: SetWrite. (line 417)
|
||||
@ -5789,35 +5790,35 @@ Node: Charset172379
|
||||
Node: Exception175708
|
||||
Node: DialogCtl181837
|
||||
Node: Inquiry184439
|
||||
Node: Navigate193227
|
||||
Node: Verify201522
|
||||
Node: Restore211400
|
||||
Node: Emulation220013
|
||||
Node: Scripting230472
|
||||
Node: Frontend238255
|
||||
Node: Examples247881
|
||||
Node: ExDevices249059
|
||||
Node: ExCreate249720
|
||||
Node: ExDialog251020
|
||||
Node: ExGrowing252291
|
||||
Node: ExModifying253100
|
||||
Node: ExBootable253610
|
||||
Node: ExCharset254165
|
||||
Node: ExPseudo255061
|
||||
Node: ExCdrecord255988
|
||||
Node: ExMkisofs256308
|
||||
Node: ExGrowisofs257665
|
||||
Node: ExException258819
|
||||
Node: ExTime259277
|
||||
Node: ExIncBackup259735
|
||||
Node: ExRestore263761
|
||||
Node: ExRecovery264707
|
||||
Node: Files265279
|
||||
Node: Environ266613
|
||||
Node: Seealso267322
|
||||
Node: Bugreport268039
|
||||
Node: Legal268630
|
||||
Node: CommandIdx269642
|
||||
Node: ConceptIdx286976
|
||||
Node: Navigate193323
|
||||
Node: Verify201618
|
||||
Node: Restore211496
|
||||
Node: Emulation220109
|
||||
Node: Scripting230568
|
||||
Node: Frontend238351
|
||||
Node: Examples247977
|
||||
Node: ExDevices249155
|
||||
Node: ExCreate249816
|
||||
Node: ExDialog251116
|
||||
Node: ExGrowing252387
|
||||
Node: ExModifying253196
|
||||
Node: ExBootable253706
|
||||
Node: ExCharset254261
|
||||
Node: ExPseudo255157
|
||||
Node: ExCdrecord256084
|
||||
Node: ExMkisofs256404
|
||||
Node: ExGrowisofs257761
|
||||
Node: ExException258915
|
||||
Node: ExTime259373
|
||||
Node: ExIncBackup259831
|
||||
Node: ExRestore263857
|
||||
Node: ExRecovery264803
|
||||
Node: Files265375
|
||||
Node: Environ266709
|
||||
Node: Seealso267418
|
||||
Node: Bugreport268135
|
||||
Node: Legal268726
|
||||
Node: CommandIdx269738
|
||||
Node: ConceptIdx287072
|
||||
|
||||
End Tag Table
|
||||
|
@ -1,7 +1,7 @@
|
||||
\input texinfo @c -*-texinfo-*-
|
||||
@c %**start of header
|
||||
@setfilename xorriso.info
|
||||
@settitle GNU xorriso 1.4.7
|
||||
@settitle GNU xorriso 1.4.8
|
||||
@c %**end of header
|
||||
@c
|
||||
@c man-ignore-lines begin
|
||||
@ -50,7 +50,7 @@
|
||||
@c man .\" First parameter, NAME, should be all caps
|
||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||
@c man .TH XORRISO 1 "Version 1.4.7, Jun 29, 2017"
|
||||
@c man .TH XORRISO 1 "Version 1.4.8, Sep 12, 2017"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -77,7 +77,7 @@ Permission is granted to distrubute this text freely.
|
||||
@end copying
|
||||
@c man-ignore-lines end
|
||||
@titlepage
|
||||
@title Manual of GNU xorriso 1.4.7
|
||||
@title Manual of GNU xorriso 1.4.8
|
||||
@author Thomas Schmitt
|
||||
@page
|
||||
@vskip 0pt plus 1filll
|
||||
@ -86,7 +86,7 @@ Permission is granted to distrubute this text freely.
|
||||
@contents
|
||||
@ifnottex
|
||||
@node Top
|
||||
@top GNU xorriso 1.4.7
|
||||
@top GNU xorriso 1.4.8
|
||||
@c man-ignore-lines 1
|
||||
|
||||
@c man .SH NAME
|
||||
@ -4751,10 +4751,11 @@ drive can be "indev" or "outdev" to indicate already acquired drives,
|
||||
or it can be the path of a not yet acquired drive.
|
||||
Prefix "stdio:" for non-MMC drives is not mandatory.
|
||||
@*
|
||||
entity must be either "sbsector" with the superblock sector address as id,
|
||||
For entity and id, see also command -load. They must be either "sbsector" with
|
||||
the superblock sector address as id,
|
||||
or "track" with a track number as id, or "session" with a session number,
|
||||
or "volid" with a search pattern for the volume id, or "auto" with any text
|
||||
as id.
|
||||
or "volid" with a search pattern for the volume id, or "auto" with which
|
||||
any text as id mounts the first track of the last session.
|
||||
@*
|
||||
path will be used as mount point and must already exist as a directory on disk.
|
||||
@*
|
||||
|
@ -506,14 +506,14 @@ files or trees to disk:
|
||||
<P>
|
||||
<DL>
|
||||
<DT><H3>Download as source code (see README):</H3></DT>
|
||||
<DD><A HREF="xorriso-1.4.6.tar.gz">xorriso-1.4.6.tar.gz</A>
|
||||
(2570 KB).
|
||||
<DD><A HREF="xorriso-1.4.8.tar.gz">xorriso-1.4.8.tar.gz</A>
|
||||
(2610 KiB).
|
||||
</DD>
|
||||
<DD>(Released 16 Sep 2016)</DD>
|
||||
<DD><A HREF="xorriso-1.4.6.tar.gz.sig">xorriso-1.4.6.tar.gz.sig</A></DD>
|
||||
<DD>(Released 12 Sep 2017)</DD>
|
||||
<DD><A HREF="xorriso-1.4.8.tar.gz.sig">xorriso-1.4.8.tar.gz.sig</A></DD>
|
||||
<DD>
|
||||
(detached GPG signature for verification by
|
||||
<KBD>gpg --verify xorriso-1.4.6.tar.gz.sig xorriso-1.4.6.tar.gz</KBD>
|
||||
<KBD>gpg --verify xorriso-1.4.8.tar.gz.sig xorriso-1.4.8.tar.gz</KBD>
|
||||
<BR>
|
||||
which should confirm
|
||||
<KBD>gpg: Good signature from "Thomas Schmitt <scdbackup@gmx.net>"</KBD>
|
||||
@ -528,7 +528,7 @@ after <KBD>gpg --keyserver keys.gnupg.net --recv-keys ABC0A854</KBD>
|
||||
<DD>
|
||||
Also on <A HREF="http://www.gnu.org/prep/ftp.html">
|
||||
mirrors of ftp://ftp.gnu.org/gnu/ </A>
|
||||
as xorriso/xorriso-1.4.6.tar.gz
|
||||
as xorriso/xorriso-1.4.8.tar.gz
|
||||
</DD>
|
||||
</DL>
|
||||
</DD>
|
||||
@ -563,104 +563,7 @@ describes the cdrecord emulation</DD>
|
||||
<HR>
|
||||
|
||||
<P>
|
||||
Bug fixes towards previous stable version xorriso-1.4.4:
|
||||
<UL>
|
||||
<LI>
|
||||
SAO CD could be perceived 2 blocks too short. Regression in libburn-1.4.4
|
||||
</LI>
|
||||
<LI>
|
||||
The default setting of -compliance did not apply "rec_mtime" to
|
||||
Joliet and ISO:1999. mkisofs emulation was not affected by this bug.
|
||||
</LI>
|
||||
<LI>
|
||||
SIGSEGV by NULL when a data file was larger than ISO level allows.
|
||||
</LI>
|
||||
<LI>
|
||||
-file_size_limit did not increase ISO level if necessary.
|
||||
Thanks Mattias Schlenker.
|
||||
</LI>
|
||||
<!--
|
||||
<LI>- none -</LI>
|
||||
-->
|
||||
</UL>
|
||||
</P>
|
||||
|
||||
<P>
|
||||
Enhancements towards previous stable version xorriso-1.4.4:
|
||||
<UL>
|
||||
<LI>New command -use_immed_bit, new -as cdrecord option use_immed_bit=</LI>
|
||||
<LI>
|
||||
New -volume_date mode "all_file_dates"
|
||||
</LI>
|
||||
<LI>
|
||||
New -as mkisofs option --set_all_file_dates
|
||||
</LI>
|
||||
<LI>
|
||||
New bootspec "gpt_disk_guid=", new -as mkisofs option --gpt_disk_guid
|
||||
</LI>
|
||||
<LI>
|
||||
New -report_system_area modes "gpt_disk_guid", "make_guid"
|
||||
</LI>
|
||||
<LI>
|
||||
New environment variable SOURCE_DATE_EPOCH
|
||||
</LI>
|
||||
<LI>
|
||||
New -find action "set_to_mtime"
|
||||
</LI>
|
||||
<!--
|
||||
<LI>- none -</LI>
|
||||
-->
|
||||
</UL>
|
||||
</P>
|
||||
|
||||
<HR>
|
||||
|
||||
<P>
|
||||
<H3>
|
||||
Software copies included in GNU xorriso:
|
||||
</H3>
|
||||
<DL>
|
||||
<DT>
|
||||
GNU xorriso is feature-wise equivalent to the dynamic compilation of
|
||||
<A HREF="http://libburnia-project.org/"> libburnia </A>
|
||||
libraries, libjte, and libburnia program xorriso.
|
||||
It restricts itself to a technical form where the legal commitments of the
|
||||
libburnia project and the legal intentions of
|
||||
<A HREF="http://www.fsf.org/"> FSF </A> match completely.
|
||||
</DT>
|
||||
<DD> </DD>
|
||||
<DT>libburn-1.4.6</DT>
|
||||
<DD>reads and writes data from and to CD, DVD, BD.</DD>
|
||||
<DD>(founded by Derek Foreman and Ben Jansens,
|
||||
developed and maintained since August 2006 by
|
||||
Thomas Schmitt from team of libburnia-project.org)</DD>
|
||||
<DT>libisofs-1.4.6</DT>
|
||||
<DD>operates on ISO 9660 filesystem images.</DD>
|
||||
<DD>(By Vreixo Formoso, Mario Danic and Thomas Schmitt
|
||||
from team of libburnia-project.org. HFS+ code by Vladimir Serbinenko.)</DD>
|
||||
<DT>libisoburn-1.4.6</DT>
|
||||
<DD>coordinates libburn and libisofs, emulates multi-session where needed,
|
||||
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>
|
||||
<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,
|
||||
Thomas Schmitt)</DD>
|
||||
<DD> </DD>
|
||||
<DT>The source code of this software is independent of
|
||||
cdrecord and mkisofs.</DT>
|
||||
</DL>
|
||||
</P>
|
||||
|
||||
<HR>
|
||||
|
||||
<P>
|
||||
<DL>
|
||||
<DT><H3>Development snapshot, version 1.4.7 :</H3></DT>
|
||||
<DD>Bug fixes towards xorriso-1.4.6:
|
||||
Bug fixes towards previous stable version xorriso-1.4.6:
|
||||
<UL>
|
||||
<LI>
|
||||
-as mkisofs -no-emul-boot without -boot-load-size defaulted to size 4,
|
||||
@ -690,19 +593,85 @@ Exit value of failed -mount command was reported as 0
|
||||
-boot_image actions "keep" and "patch" did not work any more.
|
||||
Regression by libisofs 1.4.4.
|
||||
</LI>
|
||||
<!--
|
||||
<LI>- none -</LI>
|
||||
-->
|
||||
</UL>
|
||||
</P>
|
||||
|
||||
<P>
|
||||
Enhancements towards previous stable version xorriso-1.4.6:
|
||||
<UL>
|
||||
<LI>New -find tests -maxdepth and -mindepth</LI>
|
||||
<LI>New commands -update_lxi and -update_li</LI>
|
||||
<LI>New -boot_image bootspec iso_mbr_part_type=</LI>
|
||||
<LI>New -as mkisofs option -iso_mbr_part_type</LI>
|
||||
<LI>New -as mkisofs option -eltorito-platform</LI>
|
||||
<LI>Properly refusing on Pseudo Overwritable formatted BD-R</LI>
|
||||
<!--
|
||||
<LI>- none -</LI>
|
||||
-->
|
||||
</UL>
|
||||
</P>
|
||||
|
||||
<HR>
|
||||
|
||||
<P>
|
||||
<H3>
|
||||
Software copies included in GNU xorriso:
|
||||
</H3>
|
||||
<DL>
|
||||
<DT>
|
||||
GNU xorriso is feature-wise equivalent to the dynamic compilation of
|
||||
<A HREF="http://libburnia-project.org/"> libburnia </A>
|
||||
libraries, libjte, and libburnia program xorriso.
|
||||
It restricts itself to a technical form where the legal commitments of the
|
||||
libburnia project and the legal intentions of
|
||||
<A HREF="http://www.fsf.org/"> FSF </A> match completely.
|
||||
</DT>
|
||||
<DD> </DD>
|
||||
<DT>libburn-1.4.8</DT>
|
||||
<DD>reads and writes data from and to CD, DVD, BD.</DD>
|
||||
<DD>(founded by Derek Foreman and Ben Jansens,
|
||||
developed and maintained since August 2006 by
|
||||
Thomas Schmitt from team of libburnia-project.org)</DD>
|
||||
<DT>libisofs-1.4.8</DT>
|
||||
<DD>operates on ISO 9660 filesystem images.</DD>
|
||||
<DD>(By Vreixo Formoso, Mario Danic and Thomas Schmitt
|
||||
from team of libburnia-project.org. HFS+ code by Vladimir Serbinenko.)</DD>
|
||||
<DT>libisoburn-1.4.8</DT>
|
||||
<DD>coordinates libburn and libisofs, emulates multi-session where needed,
|
||||
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>
|
||||
<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,
|
||||
Thomas Schmitt)</DD>
|
||||
<DD> </DD>
|
||||
<DT>The source code of this software is independent of
|
||||
cdrecord and mkisofs.</DT>
|
||||
</DL>
|
||||
</P>
|
||||
|
||||
<HR>
|
||||
|
||||
<P>
|
||||
<DL>
|
||||
<DT><H3>Development snapshot, version 1.4.9 :</H3></DT>
|
||||
<DD>Bug fixes towards xorriso-1.4.8:
|
||||
<UL>
|
||||
<LI>- none yet -</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
-->
|
||||
</UL>
|
||||
</DD>
|
||||
<DD>Enhancements towards stable version 1.4.6:
|
||||
<DD>Enhancements towards stable version 1.4.8:
|
||||
<UL>
|
||||
<LI>New -find tests -maxdepth and -mindepth</LI>
|
||||
<LI>New commands -update_lxi and -update_li</LI>
|
||||
<LI>Properly refusing on Pseudo Overwritable formatted BD-R</LI>
|
||||
<LI>New -boot_image bootspec iso_mbr_part_type=</LI>
|
||||
<LI>New -as mkisofs option -iso_mbr_part_type</LI>
|
||||
<LI>New -as mkisofs option -eltorito-platform</LI>
|
||||
<LI>- none yet -</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
-->
|
||||
@ -712,13 +681,13 @@ Regression by libisofs 1.4.4.
|
||||
|
||||
|
||||
<DD> </DD>
|
||||
<DD><A HREF="README_xorriso_devel">README 1.4.7</A>
|
||||
<DD><A HREF="xorriso_help_devel">xorriso-1.4.7 -help</A></DD>
|
||||
<DD><A HREF="xorrisofs_help_devel">xorriso-1.4.7 -as mkisofs -help</A></DD>
|
||||
<DD><A HREF="xorrecord_help_devel">xorriso-1.4.7 -as cdrecord -help</A></DD>
|
||||
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 1.4.7)</A></DD>
|
||||
<DD><A HREF="man_1_xorrisofs_devel.html">man xorrisofs (as of 1.4.7)</A></DD>
|
||||
<DD><A HREF="man_1_xorrecord_devel.html">man xorrecord (as of 1.4.7)</A></DD>
|
||||
<DD><A HREF="README_xorriso_devel">README 1.4.9</A>
|
||||
<DD><A HREF="xorriso_help_devel">xorriso-1.4.9 -help</A></DD>
|
||||
<DD><A HREF="xorrisofs_help_devel">xorriso-1.4.9 -as mkisofs -help</A></DD>
|
||||
<DD><A HREF="xorrecord_help_devel">xorriso-1.4.9 -as cdrecord -help</A></DD>
|
||||
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 1.4.9)</A></DD>
|
||||
<DD><A HREF="man_1_xorrisofs_devel.html">man xorrisofs (as of 1.4.9)</A></DD>
|
||||
<DD><A HREF="man_1_xorrecord_devel.html">man xorrecord (as of 1.4.9)</A></DD>
|
||||
<DD> </DD>
|
||||
<DT>If you want to distribute development versions of xorriso, then use
|
||||
this tarball which produces static linking between xorriso and the
|
||||
@ -728,8 +697,8 @@ libburnia libraries.
|
||||
installation see README)
|
||||
</DD>
|
||||
<DD>
|
||||
<A HREF="xorriso-1.4.7.tar.gz">xorriso-1.4.7.tar.gz</A>
|
||||
(2570 KB).
|
||||
<A HREF="xorriso-1.4.9.tar.gz">xorriso-1.4.9.tar.gz</A>
|
||||
(2610 KiB).
|
||||
</DD>
|
||||
<DT>A dynamically linked development version of xorriso can be obtained
|
||||
from repositories of
|
||||
|
@ -111,7 +111,7 @@
|
||||
*/
|
||||
#define Xorriso_req_majoR 1
|
||||
#define Xorriso_req_minoR 4
|
||||
#define Xorriso_req_micrO 7
|
||||
#define Xorriso_req_micrO 8
|
||||
|
||||
|
||||
static void yell_xorriso()
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2017.09.10.164942"
|
||||
#define Xorriso_timestamP "2017.09.12.143001"
|
||||
|
@ -4,7 +4,7 @@
|
||||
a command line oriented batch and dialog tool which creates, loads,
|
||||
manipulates and burns ISO 9660 filesystem images.
|
||||
|
||||
Copyright 2007-2016 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
Copyright 2007-2017 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
|
||||
Provided under GPL version 2 or later.
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
*/
|
||||
#define xorriso_libisoburn_req_major 1
|
||||
#define xorriso_libisoburn_req_minor 4
|
||||
#define xorriso_libisoburn_req_micro 6
|
||||
#define xorriso_libisoburn_req_micro 8
|
||||
|
||||
|
||||
struct SpotlisT; /* List of intervals with different read qualities */
|
||||
|
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISOFS 1 "Version 1.4.7, Jun 29, 2017"
|
||||
.TH XORRISOFS 1 "Version 1.4.8, Sep 12, 2017"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
|
@ -14,7 +14,7 @@ END-INFO-DIR-ENTRY
|
||||
|
||||
File: xorrisofs.info, Node: Top, Next: Overview, Up: (dir)
|
||||
|
||||
xorrisofs 1.4.7
|
||||
xorrisofs 1.4.8
|
||||
***************
|
||||
|
||||
xorrisofs - Emulation of ISO 9660 program mkisofs by program xorriso
|
||||
|
@ -1,7 +1,7 @@
|
||||
\input texinfo @c -*-texinfo-*-
|
||||
@c %**start of header
|
||||
@setfilename xorrisofs.info
|
||||
@settitle GNU xorrisofs 1.4.7
|
||||
@settitle GNU xorrisofs 1.4.8
|
||||
@c %**end of header
|
||||
@c
|
||||
@c man-ignore-lines begin
|
||||
@ -50,7 +50,7 @@
|
||||
@c man .\" First parameter, NAME, should be all caps
|
||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||
@c man .TH XORRISOFS 1 "Version 1.4.7, Jun 29, 2017"
|
||||
@c man .TH XORRISOFS 1 "Version 1.4.8, Sep 12, 2017"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -76,7 +76,7 @@ Permission is granted to distrubute this text freely.
|
||||
@end copying
|
||||
@c man-ignore-lines end
|
||||
@titlepage
|
||||
@title Manual of GNU xorriso personality xorrisofs 1.4.7
|
||||
@title Manual of GNU xorriso personality xorrisofs 1.4.8
|
||||
@author Thomas Schmitt
|
||||
@page
|
||||
@vskip 0pt plus 1filll
|
||||
@ -85,7 +85,7 @@ Permission is granted to distrubute this text freely.
|
||||
@contents
|
||||
@ifnottex
|
||||
@node Top
|
||||
@top xorrisofs 1.4.7
|
||||
@top xorrisofs 1.4.8
|
||||
@c man-ignore-lines 1
|
||||
|
||||
@c man .SH NAME
|
||||
|
Loading…
Reference in New Issue
Block a user