From 58c0db92730e3b51ed842cdd781249d42c877b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pali=20Roh=C3=A1r?= Date: Wed, 29 Jun 2016 19:13:05 +0200 Subject: [PATCH] Release version 1.2 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b10b4bdc..036905c5 100644 --- a/NEWS +++ b/NEWS @@ -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 ... diff --git a/configure.ac b/configure.ac index 5b7c1595..21f273bf 100644 --- a/configure.ac +++ b/configure.ac @@ -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