aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-05-12 05:01:34 -0400
committerB. Watson <yalhcru@gmail.com>2020-05-12 05:01:34 -0400
commite4da533d75f5a7579064af2eca1467b02dfbb3dc (patch)
treed46a4509dd90f1bb69183bb4e7f61edf7147d271
parentb7a888a6f8d1ac61af97fd4b33a75d957cf2c99c (diff)
downloadmiragextract-e4da533d75f5a7579064af2eca1467b02dfbb3dc.tar.gz
0.2.0 release
-rw-r--r--ChangeLog14
-rw-r--r--Makefile2
-rw-r--r--README2
-rw-r--r--cuerecover.rst2
-rw-r--r--miragextract.rst2
5 files changed, 17 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 922d693..224ae90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/Makefile b/Makefile
index 2cca374..5cca456 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/README b/README
index 3942cbb..c716b37 100644
--- a/README
+++ b/README
@@ -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::
============