Skip to content

Commit 58c0db9

Browse files
committed
Release version 1.2
1 parent 1ea4e71 commit 58c0db9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Changes in 1.2
2+
* Manpage redirect for mkfs.udf(8)
3+
* Manpage fix for pktsetup(8)
4+
* Fixed compile and install procedure
5+
* Fixed parsing cdrwtool --file parameter
6+
17
Changes in 1.1
28
* Included various patches from Linux distributions (mostly bug fixes and documentation updates)
39
* Lots of fixes for compilation, crashes, buffer overflows, memory corruptions, reading from uninitialized memory, etc ...

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.1, , , [https://github.com/pali/udftools/])
2+
AC_INIT(udftools, 1.2, , , [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)