Skip to content

Commit

Permalink
Release version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pali committed Dec 28, 2018
1 parent e41ce45 commit af40587
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
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.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
Expand Down

0 comments on commit af40587

Please sign in to comment.