commit f06acd878a342eca07ac907bb4f9e301554da49e
parent 95566609c14513fb3a15590e94a95c6f5b0f00c5
Author: Gaute Hope <eg@gaute.vetsj.com>
Date: Sat, 31 Aug 2013 18:02:51 +0200
Release 0.14.1 history + release notes
Diffstat:
3 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/History.txt b/History.txt
@@ -1,3 +1,8 @@
+== 0.14.1 / 2013-08-31
+
+* Various bugfixes.
+* Predefined 'All mail' search.
+
== 0.14.0 / 2013-08-15
* CJK compatability
diff --git a/ReleaseNotes b/ReleaseNotes
@@ -1,3 +1,7 @@
+Release 0.14.1:
+
+Service release to 0.14.0 plus a predefined 'All mail' search.
+
Release 0.14.0:
CJK-compatability, Psych usage, thread safety, GPGME 2.0 support. Sup is now
diff --git a/sup.gemspec b/sup.gemspec
@@ -36,10 +36,11 @@ DESC
s.license = 'GPL-2'
# TODO: might want to add index migrating script here, too
s.post_install_message = <<-EOF
-SUP: Please run `sup-psych-ify-config-files` to migrate from 0.13 to 0.14.
+SUP: If you are upgrading Sup from before version 0.14.0: Please
+ run `sup-psych-ify-config-files` to migrate from 0.13 to 0.14.
-SUP: Check https://github.com/sup-heliotrope/sup/wiki/Migration-0.13-to-0.14
- for more detailed up-to-date instructions.
+ Check https://github.com/sup-heliotrope/sup/wiki/Migration-0.13-to-0.14
+ for more detailed and up-to-date instructions.
EOF
s.files = SUP_FILES
s.executables = SUP_EXECUTABLES