Skip to content

Commit

Permalink
Release version 1.1
Browse files Browse the repository at this point in the history
Remove also old version numbers, contains, etc... and update doc
  • Loading branch information
pali committed Apr 7, 2016
1 parent 921f013 commit 2a42107
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 43 deletions.
5 changes: 5 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
libudffs
Ben Fennema <[email protected]>
Pali Rohár <[email protected]>

mkudffs
Ben Fennema <[email protected]>
Pali Rohár <[email protected]>
Steve Kenton <[email protected]>

cdrwtool
Jens Axboe <[email protected]>
Expand All @@ -14,3 +17,5 @@ pktsetup
doc
Paul Thompson <[email protected]>
Ben Fennema <[email protected]>
Pali Rohár <[email protected]>
Steve Kenton <[email protected]>
5 changes: 3 additions & 2 deletions cdrwtool/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@ void usage(void)
{
int i;

printf("cdrwtool from " PACKAGE_NAME " " PACKAGE_VERSION "\nUsage:\n\tcdrwtool [options]\nOptions:\n");
for (i = 0; long_options[i].name != NULL; i++)
if (long_options[i].val >= 0xFF)
printf("\t--%s\n", long_options[i].name);
printf("\t--%s\t%s\n", long_options[i].name, long_options[i].name);
else
printf("\t%c\t%s\n", long_options[i].val, long_options[i].name);
printf("\t-%c\t%s\n", long_options[i].val, long_options[i].name);
exit(1);
}

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(mkudffs, 1.0.0b3)
AC_INIT(udftools, 1.1, , , [https://github.com/pali/udftools/])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(include/config.h:include/config.in)
AM_INIT_AUTOMAKE
Expand Down
10 changes: 3 additions & 7 deletions doc/HOWTO.udf
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@ filesystem will not increase if you delete files.
In order to do packet writing under Linux, your kernel needs
both support for UDF (Universal Disc Format) filesystems and for
packet writing. This is the case for kernels later than about 2.6.10.
For earlier kernels, you may have to apply patches from Peter
Osterlund <http://web.telia.com/~u89404340/packet.html>. That site
also has patches for udftools to make them work with recent kernels -
they have been applied to this package. This package tries to support
both old-style packet writing (kernel <2.6.8), and the newer variant
(>=2.6.10), with and without udev. Use a recent 2.6 kernel for optimum
results!
This package tries to support both old-style packet writing
(kernel <2.6.8), and the newer variant (>=2.6.10), with and without
udev. Use a recent 2.6 kernel for optimum results!


Formatting and using a UDF DVD-RW or CD-RW for packet writing
Expand Down
4 changes: 2 additions & 2 deletions doc/cdrwtool.1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
.\" udf-0.9.5 source
.\"
.\"
.TH CDRWTOOL 1 "2002-02-09" "udftools-1.0.0b2" "Commands"
.TH CDRWTOOL 1 "udftools" "Commands"

.SH NAME
cdrwtool \- perform various actions on a CD-R, CD-RW, and DVD-R
Expand Down Expand Up @@ -145,7 +145,7 @@ Some additions by Richard Atterer <[email protected]>
.SH AVAILABILITY
.B cdrwtool
is part of the udftools package and is available from
http://sourceforge.net/projects/linux-udf/.
https://github.com/pali/udftools/.

.SH "SEE ALSO"
.BR pktsetup (8)
5 changes: 3 additions & 2 deletions doc/mkudffs.8
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
.\" References consulted:
.\" udftools src
.\"
.TH MKUDFFS 8 "2002-02-09" "udftools-1.0.0b2" "System Management Commands"
.TH MKUDFFS 8 "udftools" "System Management Commands"

.SH NAME
mkudffs \- create an UDF filesystem
Expand Down Expand Up @@ -224,9 +224,10 @@ returns 0 if successful, non-zero if there are problems.
.SH AUTHOR
.nf
Ben Fennema <[email protected]>
Pali Rohár <[email protected]>
.fi

.SH AVAILABILITY
.B mkudffs
is part of the udftools package and is available from
http://sourceforge.net/projects/linux-udf/.
https://github.com/pali/udftools/.
4 changes: 2 additions & 2 deletions doc/pktsetup.8
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
.\" losetup.8
.\" udftools src
.\"
.TH PKTSETUP 8 "2002-02-09" "udftools-1.0.0b2" "System Management Commands"
.TH PKTSETUP 8 "udftools" "System Management Commands"

.SH NAME
pktsetup \- set up and tear down packet device associations
Expand Down Expand Up @@ -95,7 +95,7 @@ Some additions by Richard Atterer <[email protected]>
.SH AVAILABILITY
.B pktsetup
is part of the udftools package and is available from
http://sourceforge.net/projects/linux-udf/
https://github.com/pali/udftools/.

.SH "SEE ALSO"
.BR cdrwtool (1)
4 changes: 2 additions & 2 deletions doc/wrudf.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Text automatically generated by txt2man
.TH wrudf 1 "16 April 2013" "udftools" "Linux Reference Manual"
.TH wrudf 1 "udftools" "Linux Reference Manual"
.SH NAME
\fBwrudf \fP- Maintain an UDF filesystem.
.SH SYNOPSIS
Expand Down Expand Up @@ -55,6 +55,6 @@ quit \fBwrudf\fP
exit
quit \fBwrudf\fP
.SH AVAILABILITY
\fBwrudf\fP is part of the udftools package and is available from http://linux-udf.sourceforge.net.
\fBwrudf\fP is part of the udftools package and is available from https://github.com/pali/udftools/.
.SH SEE ALSO
\fBcdrwtool\fP(1), \fBmkudffs\fP(8), \fBpktsetup\fP(8)
5 changes: 0 additions & 5 deletions libudffs/crc.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
*
* AT&T gives permission for the free use of the CRC source code.
*
* CONTACTS
* E-mail regarding any portion of the Linux UDF file system should be
* directed to the development team mailing list (run by majordomo):
* [email protected]
*
* COPYRIGHT
* This file is distributed under the terms of the GNU General Public
* License (GPL). Copies of the GPL can be obtained from:
Expand Down
4 changes: 2 additions & 2 deletions mkudffs/defaults.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ struct impUseVolDescImpUse default_iuvdiu =
},
logicalVolIdent : "\x08" "LinuxUDF",
LVInfo1 : "\x08" "Linux mkudffs " PACKAGE_VERSION,
LVInfo2 : "\x08" "Linux UDF " UDFFS_VERSION " (" UDFFS_DATE ")",
LVInfo3 : "\x08" EMAIL_STRING,
LVInfo2 : "\x08" "Linux udftools " PACKAGE_VERSION,
LVInfo3 : "\x08" PACKAGE_URL,
impIdent :
{
ident : UDF_ID_DEVELOPER,
Expand Down
5 changes: 0 additions & 5 deletions mkudffs/mkudffs.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
#define CS0 0x00000001
#define UDF_ID_APPLICATION "*Linux mkudffs"

#define EMAIL_STRING "<[email protected]>"

#define UDFFS_DATE "2004/02/26"
#define UDFFS_VERSION "1.0.0-cvs"

#define DEFAULT_HD 0
#define DEFAULT_DVD 0
#define DEFAULT_DVDRAM 0
Expand Down
7 changes: 3 additions & 4 deletions mkudffs/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ struct option long_options[] = {

void usage(void)
{
fprintf(stderr, "mkudffs %s for UDF FS %s, %s\n"
fprintf(stderr, "mkudffs from " PACKAGE_NAME " " PACKAGE_VERSION "\n"
"Usage:\n"
"\tmkudffs [options] device [blocks-count]\n"
"Switches:\n"
"Options:\n"
"\t--help, -h\n"
"\t--label=, -l\n"
"\t--uuid=, -u\n"
Expand All @@ -93,8 +93,7 @@ void usage(void)
"\t--u16\n"
"\t--utf8\n"
"\t--bridge\n"
"\t--closed\n",
PACKAGE_VERSION, UDFFS_VERSION, UDFFS_DATE
"\t--closed\n"
);
exit(1);
}
Expand Down
4 changes: 4 additions & 0 deletions pktsetup/pktsetup.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

#include <linux/cdrom.h>

#include "config.h"

/*
* if we don't have one, we probably have neither
*/
Expand Down Expand Up @@ -125,6 +127,8 @@ static int setup_dev(char *pkt_device, char *device, int rem)

static int usage(void)
{
printf("pktsetup from " PACKAGE_NAME " " PACKAGE_VERSION "\n");
printf("Set up and tear down packet device associations\n");
printf("For pktcdvd < 0.2.0:\n");
printf(" pktsetup /dev/pktcdvd0 /dev/cdrom setup device\n");
printf(" pktsetup -d /dev/pktcdvd0 tear down device\n");
Expand Down
5 changes: 0 additions & 5 deletions wrudf/ide-pc.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
* PURPOSE
* Header file for programs using ide-pc.c defined routines
*
* CONTACTS
* E-mail regarding any portion of the Linux UDF file system should be
* directed to the development team mailing list (run by majordomo):
* [email protected]
*
* COPYRIGHT
* This file is distributed under the terms of the GNU General Public
* License (GPL). Copies of the GPL can be obtained from:
Expand Down
6 changes: 2 additions & 4 deletions wrudf/wrudf.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

#include "wrudf.h"

#define WRUDF_VERSION "0.0.5"

char *devicename; /* "/dev/cdrom" or disk image filename */
int device; /* the file descriptor */
int devicetype;
Expand Down Expand Up @@ -47,7 +45,7 @@ uint32_t options;

Directory *rootDir, *curDir;
timestamp timeStamp;
regid entityWRUDF = { 0, "-wrudf (" WRUDF_VERSION ")", "\x04\x05"};
regid entityWRUDF = { 0, "-wrudf (" PACKAGE_VERSION ")", "\x04\x05"};

extent_ad extentMainVolDescSeq;
extent_ad extentRsrvVolDescSeq;
Expand Down Expand Up @@ -632,7 +630,7 @@ main(int argc, char** argv)
char prompt[256];
Directory *d;

printf("wrudf " WRUDF_VERSION "\n");
printf("wrudf from " PACKAGE_NAME " " PACKAGE_VERSION "\n");
devicename= "/dev/cdrom";

if( argc > 2 || (argc == 2 && (!strcmp(argv[1], "-h") || !strcmp(argv[1], "-help") || !strcmp(argv[1], "--help"))) )
Expand Down

0 comments on commit 2a42107

Please sign in to comment.