sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 7e2bb889e617302c82e28d04cb2e0db5d35fbb08
parent 1c2f53865486efe5f16cbe4afbcdaac7bef98059
Author: Rich Lane <rlane@club.cc.cmu.edu>
Date:   Sun, 23 Jan 2011 21:05:39 -0800

update changelog etc for 0.12.1

Diffstat:
M History.txt | 4 ++++
M ReleaseNotes | 8 ++++++++
M www/index.html | 2 +-
3 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/History.txt b/History.txt
@@ -1,3 +1,7 @@
+== 0.12.1 / 2011-01-23
+* Depend on ncursesw rather than ncurses (Ruby 1.9 compatibility)
+* Add sup-import-dump
+
 == 0.12 / 2011-01-13
 * Remove deprecated IMAP, IMAPS, and mbox+ssh sources
 * Inline GPG support
diff --git a/ReleaseNotes b/ReleaseNotes
@@ -1,3 +1,11 @@
+Release 0.12.1:
+
+This release changes the gem dependency on ncurses to ncursesw, which
+allows the gem to install cleanly on Ruby 1.9.
+
+The new sup-import-dump program applies labels to an existing index,
+which could be done with sup-sync before 0.12.
+
 Release 0.12:
 
 Deprecated remote sources have been removed.
diff --git a/www/index.html b/www/index.html
@@ -111,7 +111,7 @@
 		<h2>Status</h2>
 
 		<p>
-		The current version of Sup is 0.12, released 2011-01-13. This is a
+		The current version of Sup is 0.12.1, released 2011-01-23. This is a
 		beta release. It supports mbox and Maildir mailstores.
 		</p>