From 677c76e516c7b18e740911d3dbf705a88f37263f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pali=20Roh=C3=A1r?= Date: Sat, 28 Dec 2019 16:02:16 +0100 Subject: [PATCH] Release version 2.2 --- NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 857456fb..25a3a6f0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +Changes in 2.2 +* Allow to build udftools without udev +* Use standard ISO C99 features instead of GCC extensions +* Detect optional readline dependency via pkg-config when possible +* Added support for UTF-16 surrogate pairs +* udfinfo & udflabel: + * Added support for UDF 2.50 and UDF 2.60 revisions + * Fixed calculating free space blocks + * In read-only mode throw warning when device is busy + * Do not fail on disks with too many Sparing Tables + * Show and respect UDF write protect flags +* mkudffs: + * Fixed accessing invalid memory on disks with small number of sectors + * Added new option --read-only which sets UDF disk to read-only mode + * Adjust partition size to work around Windows chkdsk bug + * Autodetect media type + Changes in 2.1 * Fixed compilation with glibc >= 2.25 * Allow to compile without libreadline diff --git a/configure.ac b/configure.ac index 9329d698..2f9f0b23 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.1, , , [https://github.com/pali/udftools/]) +AC_INIT(udftools, 2.2, , , [https://github.com/pali/udftools/]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(include/config.h:include/config.in) AM_INIT_AUTOMAKE