From af40587f41edadbfb8b896f952a586a972a30b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pali=20Roh=C3=A1r?= Date: Fri, 28 Dec 2018 12:13:16 +0100 Subject: [PATCH] Release version 2.1 --- NEWS | 23 +++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8bbdcb25..857456fb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +Changes in 2.1 +* Fixed compilation with glibc >= 2.25 +* Allow to compile without libreadline +* Use pkgconfig for detection of udev rules directory +* Set minimal version of autoconf to 2.64 +* Enforce ISO C99 compiler +* Fixed support for big endian systems +* Fixed converting strings to integers +* Added support for UDF 1.50 Logical Volume Extended Information (contains volume label) +* Added support for UDF 1.01 revision +* Added workaround for Year 2038 Bug +* udfinfo & udflabel: + * Fixed accessing disks when MVDS and RVDS descriptors points to same location + * Fixed support for disks >= 4GB on 32bit systems + * Implemented reading VAT outside of outside of ICB + * Various fixes for reading UDF descriptors +* mkudffs: + * Space optimization for small disks + * Allow to set alignment of UDF structures via --packetlen option for any media type + * Fixed alignment of VAT and generation of DVD-R and BD-R discs +* cdrwtool: + * Disallow specifying unsupported UDF revisions + Changes in 2.0 * For UDF uuid is used same algorithm as in util-linux v2.30 * Fixed Unicode encode/decode functions to correctly process OSTA Unicode d-string and d-characters diff --git a/configure.ac b/configure.ac index 2a48be79..2db31d02 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT(udftools, 2.0, , , [https://github.com/pali/udftools/]) +AC_INIT(udftools, 2.1, , , [https://github.com/pali/udftools/]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(include/config.h:include/config.in) AM_INIT_AUTOMAKE