Skip to content

Commit 677c76e

Browse files
committed
Release version 2.2
1 parent ba4cff4 commit 677c76e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Changes in 2.2
2+
* Allow to build udftools without udev
3+
* Use standard ISO C99 features instead of GCC extensions
4+
* Detect optional readline dependency via pkg-config when possible
5+
* Added support for UTF-16 surrogate pairs
6+
* udfinfo & udflabel:
7+
* Added support for UDF 2.50 and UDF 2.60 revisions
8+
* Fixed calculating free space blocks
9+
* In read-only mode throw warning when device is busy
10+
* Do not fail on disks with too many Sparing Tables
11+
* Show and respect UDF write protect flags
12+
* mkudffs:
13+
* Fixed accessing invalid memory on disks with small number of sectors
14+
* Added new option --read-only which sets UDF disk to read-only mode
15+
* Adjust partition size to work around Windows chkdsk bug
16+
* Autodetect media type
17+
118
Changes in 2.1
219
* Fixed compilation with glibc >= 2.25
320
* Allow to compile without libreadline

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl Process this file with autoconf to produce a configure script.
22
AC_PREREQ([2.64])
3-
AC_INIT(udftools, 2.1, , , [https://github.com/pali/udftools/])
3+
AC_INIT(udftools, 2.2, , , [https://github.com/pali/udftools/])
44
AC_CONFIG_AUX_DIR(config)
55
AM_CONFIG_HEADER(include/config.h:include/config.in)
66
AM_INIT_AUTOMAKE

0 commit comments

Comments
 (0)