Skip to content

Commit a9bbe6a

Browse files
committed
Release version 2.3
1 parent 6b29987 commit a9bbe6a

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

NEWS

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
Changes in 2.3
2+
* mkudffs:
3+
* Added support for creating Multisession UDF disc images via new --startblock option
4+
* Added new options for specifying owner, organization and contact information
5+
* Added new option --bootarea=mbr:sec-size to allow specifying MBR sector size
6+
* Added udftools version string into Application Identifier
7+
* Fixed default value of Packet Length in Sparable Partition for UDF 1.50 and 2.00 rev to 32 blocks
8+
* Fixed detecting all 33 types of optical discs defined in all versions of SCSI MMC specifications
9+
* Fixed filling CHS sector number into MBR partition table
10+
* Fixed alignment of VAT block for CD-R, DVD-R and BD-R disc
11+
* Fixed alignment for CD-R discs
12+
* Fixed generating unclosed CD-R image with blocks more than 3072
13+
* udfinfo & udflabel:
14+
* Added support for Multisession UDF optical discs via new --startblock and --lastblock options
15+
* Added support for showing and changing owner, organization, contact, appid and impid UDF identifiers
16+
* Added more checks to validation of UDF structures
17+
* Throw error when trying to modify UDF disc with unsupported Pseudo OverWrite partition
18+
* pktsetup:
19+
* Added new option -i to ignore errors when device is already mapped or unmapped
20+
* Added new tool pktcdvd-check which checks if optical disc can be used by kernel pktcdvd.ko driver for write operations
21+
* Update udev rule to map only optical discs which are supported for write operation (check done by pktcdvd-check tool)
22+
* cdrwtool:
23+
* Fixed formatting of CD-RW disc in modern optical drives according to MMC-6 standard (via Format Code 1)
24+
* Fixed support for progress bar
25+
126
Changes in 2.2
227
* Allow to build udftools without udev
328
* Use standard ISO C99 features instead of GCC extensions

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