-
Notifications
You must be signed in to change notification settings - Fork 26
/
CHANGELOG
31 lines (27 loc) · 1.13 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
V2.2 (2024-08-15)
- Fixed compilation problems under Windows
- Removed dependency on Boost
V2.1 (2024-08-08)
- Adapted to libcdio/libiso9660 2.x, which are now the required versions
V2.0 (2014-05-10)
- The syntax of catalog files has changed slightly:
- File and directory names are no longer enclosed in [] brackets.
- The start sector of files and directories can optionally be specified
with "@<lbn>" after the item name.
- psxrip:
- The '-l' option now writes the LBNs of files and directories to the
catalog file instead of a separate LBN file.
- With the new '-t' option, psxrip prints an LBN table to the screen.
- Files which have the 'interleaved' flag but not the 'Form 2' flag set
in their directory record are now dumped as XA files.
- psxbuild:
- To create a .cue file along with the image you must now specify the
'-c' option.
- At least one sector is allocated for file extents, even for files of
zero length.
- psxinject:
- Injecting XA files is supported.
V1.1 (2014-03-27)
- psxbuild recalculates the EDC/ECC data of XA files.
V1.0 (2014-03-15)
- First public release