Skip to content

Commit

Permalink
add a change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bauer committed May 10, 2014
1 parent 570d00e commit a75f53a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,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
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src

EXTRA_DIST = INSTALL bootstrap
EXTRA_DIST = INSTALL CHANGELOG bootstrap

0 comments on commit a75f53a

Please sign in to comment.