Skip to content

Commit

Permalink
Release version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pali committed Jan 23, 2017
1 parent 726f2fc commit e7e9080
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Changes in 1.3
* Fixed Large File Support
* Fixed pktsetup to work
* Fixed wrudf to work with CD-RW disk images
* Fixed memory leaks & buffer overflows
* Print error message when mkudffs fails

Changes in 1.2
* Manpage redirect for mkfs.udf(8)
* Manpage fix for pktsetup(8)
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.2, , , [https://github.com/pali/udftools/])
AC_INIT(udftools, 1.3, , , [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 e7e9080

Please sign in to comment.