forked from cebix/psximager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
24 lines (22 loc) · 974 Bytes
/
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
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