Skip to content

Commit

Permalink
Release version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pali committed Jun 29, 2016
1 parent 1ea4e71 commit 58c0db9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Changes in 1.2
* Manpage redirect for mkfs.udf(8)
* Manpage fix for pktsetup(8)
* Fixed compile and install procedure
* Fixed parsing cdrwtool --file parameter

Changes in 1.1
* Included various patches from Linux distributions (mostly bug fixes and documentation updates)
* Lots of fixes for compilation, crashes, buffer overflows, memory corruptions, reading from uninitialized memory, etc ...
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(udftools, 1.1, , , [https://github.com/pali/udftools/])
AC_INIT(udftools, 1.2, , , [https://github.com/pali/udftools/])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(include/config.h:include/config.in)
AM_INIT_AUTOMAKE
Expand Down

0 comments on commit 58c0db9

Please sign in to comment.