Skip to content

Commit af40587

Browse files
committed
Release version 2.1
1 parent e41ce45 commit af40587

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

NEWS

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
Changes in 2.1
2+
* Fixed compilation with glibc >= 2.25
3+
* Allow to compile without libreadline
4+
* Use pkgconfig for detection of udev rules directory
5+
* Set minimal version of autoconf to 2.64
6+
* Enforce ISO C99 compiler
7+
* Fixed support for big endian systems
8+
* Fixed converting strings to integers
9+
* Added support for UDF 1.50 Logical Volume Extended Information (contains volume label)
10+
* Added support for UDF 1.01 revision
11+
* Added workaround for Year 2038 Bug
12+
* udfinfo & udflabel:
13+
* Fixed accessing disks when MVDS and RVDS descriptors points to same location
14+
* Fixed support for disks >= 4GB on 32bit systems
15+
* Implemented reading VAT outside of outside of ICB
16+
* Various fixes for reading UDF descriptors
17+
* mkudffs:
18+
* Space optimization for small disks
19+
* Allow to set alignment of UDF structures via --packetlen option for any media type
20+
* Fixed alignment of VAT and generation of DVD-R and BD-R discs
21+
* cdrwtool:
22+
* Disallow specifying unsupported UDF revisions
23+
124
Changes in 2.0
225
* For UDF uuid is used same algorithm as in util-linux v2.30
326
* Fixed Unicode encode/decode functions to correctly process OSTA Unicode d-string and d-characters

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.0, , , [https://github.com/pali/udftools/])
3+
AC_INIT(udftools, 2.1, , , [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)