Skip to content

Commit e7e9080

Browse files
committed
Release version 1.3
1 parent 726f2fc commit e7e9080

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Changes in 1.3
2+
* Fixed Large File Support
3+
* Fixed pktsetup to work
4+
* Fixed wrudf to work with CD-RW disk images
5+
* Fixed memory leaks & buffer overflows
6+
* Print error message when mkudffs fails
7+
18
Changes in 1.2
29
* Manpage redirect for mkfs.udf(8)
310
* Manpage fix for pktsetup(8)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
AC_INIT(udftools, 1.2, , , [https://github.com/pali/udftools/])
2+
AC_INIT(udftools, 1.3, , , [https://github.com/pali/udftools/])
33
AC_CONFIG_AUX_DIR(config)
44
AM_CONFIG_HEADER(include/config.h:include/config.in)
55
AM_INIT_AUTOMAKE

0 commit comments

Comments
 (0)