diff options
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | cuerecover.rst | 2 | ||||
-rw-r--r-- | miragextract.rst | 2 |
5 files changed, 17 insertions, 5 deletions
@@ -1 +1,13 @@ -20200507 bkw: Initial v0.0.1 alpha. +20200512 bkw: + +- Add cuerecover utility. +- Autodetect Mac HFS and hybrid Mac/PC (HFS/ISO) images. +- Add -o (output file) option to miragextract. + +20200509 bkw: + +- Add -p (password) option +- Use libmirage's and libsndfile's error messages. + +20200507 bkw: +- Initial v0.0.1 alpha. @@ -37,7 +37,7 @@ RST2HTML=rst2html4.py # Hopefully, no user-serviceable parts below this line. PROJ=miragextract -VERSION=0.1.0 +VERSION=0.2.0 BINS=$(PROJ) cuerecover MANS=$(PROJ).1 cuerecover.1 @@ -1,4 +1,4 @@ -README for miragextract v0.1.0 +README for miragextract v0.2.0 ============================== Description diff --git a/cuerecover.rst b/cuerecover.rst index 1918c99..922b4fd 100644 --- a/cuerecover.rst +++ b/cuerecover.rst @@ -5,7 +5,7 @@ .. note to self: don't forget to check the generated man and html pages .. into git since we don't want to require our users to have rst2man.py. -.. |version| replace:: 0.1.0 +.. |version| replace:: 0.2.0 .. |date| date:: ========== diff --git a/miragextract.rst b/miragextract.rst index 6248a15..37b54b6 100644 --- a/miragextract.rst +++ b/miragextract.rst @@ -5,7 +5,7 @@ .. note to self: don't forget to check the generated man and html pages .. into git since we don't want to require our users to have rst2man.py. -.. |version| replace:: 0.1.0 +.. |version| replace:: 0.2.0 .. |date| date:: ============ |