diff options
-rw-r--r-- | CHANGES.txt | 10 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt new file mode 100644 index 0000000..84be3b4 --- /dev/null +++ b/CHANGES.txt @@ -0,0 +1,10 @@ +This is just a list of the user-visible changes. The real log is the +git commit log, of course. + +version 0.2.2: + +- Added this file, CHANGES.txt. +- whichbas now detects LOCKed AMSB programs. +- AMSB.txt is now installed in the doc dir with 'make install'. + +version 0.2.1: first release @@ -25,7 +25,7 @@ SCRIPTS=dasm2atasm diffbas a8diff MANS=a8eol.1 xfd2atr.1 atr2xfd.1 blob2c.1 cart2xex.1 fenders.1 xexsplit.1 xexcat.1 atrsize.1 rom2cart.1 unmac65.1 axe.1 dasm2atasm.1 blob2xex.1 xexamine.1 xex1to2.1 unprotbas.1 protbas.1 renumbas.1 dumpbas.1 vxrefbas.1 cxrefbas.1 listbas.1 a8cat.1 a8xd.1 whichbas.1 diffbas.1 a8diff.1 bas2aplus.1 listamsb.1 MAN5S=xex.5 MAN7S=atascii.7 fauxtari.7 -DOCS=README.txt AMSB.txt equates.inc *.dasm LICENSE ksiders/atr.txt +DOCS=README.txt CHANGES.txt AMSB.txt equates.inc *.dasm LICENSE ksiders/atr.txt PSFS=fonts/fauxtari-8.psf fonts/fauxtari-16.psf fonts/fauxtari-24.psf BDFS=fonts/fauxtari-8.bdf fonts/fauxtari-16.bdf fonts/fauxtari-24.bdf TTF=fonts/FauxtariScalableMono.ttf |