Skip to content

Commit

Permalink
Release version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pali committed Dec 28, 2019
1 parent ba4cff4 commit 677c76e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 677c76e

Please sign in to comment.