From: William Morgan Date: Mon, 16 Mar 2009 12:48:00 +0000 (-0400) Subject: prepare for 0.7 release X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;ds=sidebyside;h=ab9676f3ba00fc589771350785633af927dba969;p=sup prepare for 0.7 release --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a6e5d4d..c6baf4a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,14 +1,16 @@ William Morgan Ismo Puustinen +Nicolas Pouillard Marcus Williams Lionel Ott -Nicolas Pouillard +Christopher Warrington Marc Hartstein Ben Walton Grant Hollingworth +Steve Goldman +Decklin Foster Jeff Balogh -Christopher Warrington Giorgio Lando -Decklin Foster +Israel Herraiz Ian Taylor -Sam Roberts +Rich Lane diff --git a/History.txt b/History.txt index b717655..2813c64 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,15 @@ +== 0.7 / 2009-03-16 +* Ferret index corruption issues fixed (hopefully!) +* Text entry now scrolls to the right on overflow, i.e. is actually usable +* Ctrl-C now asks user if Sup should die ungracefully +* Add a limit: search operator to limit the number of results +* Added a --query option to sup-tweak-labels +* Added a new hook: shutdown +* Automatically add self as recipient on crypted sent messages +* Read in X-Foo headers +* Added global keybinding 'U' shows only unread messages +* As always, many bugfixes and tweaks + == 0.6 / 2008-08-04 * new hooks: mark-as-spam, reply-to, reply-from * configurable colors. finally! diff --git a/ReleaseNotes b/ReleaseNotes index 923715c..a965fa0 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -1,3 +1,14 @@ +Release 0.7: + +The big win in this release is that Ferret index corruption issues should now +be fixed, thanks to an extensive programming of locking and +thread-safety-adding. + +The other nice change is that text entry will now scroll to the right upon +overflow, thanks to some arcane Curses magic that Steve Goldman discovered. + +As always, this release includes many other bugfixes and enhancements. + Release 0.6: Message attachment searchability automatically takes effect on new messages, diff --git a/www/index.html b/www/index.html index 2e3f1e6..0b5c225 100644 --- a/www/index.html +++ b/www/index.html @@ -109,7 +109,7 @@

Status

- The current version of Sup is 0.6, released 2008-08-03. This is a + The current version of Sup is 0.7, released 2009-03-16. This is a beta release. It supports mbox, mbox over ssh, IMAP, IMAPS, and Maildir mailstores.

@@ -143,18 +143,22 @@

Sup is brought to you by William Morgan and the following honorable contributors:

    - Ismo Puustinen <ismo at the iki dot fis> - Marcus Williams <marcus-sup at the bar-coded dot nets> - Lionel Ott <white.magic at the gmx dot des> - Nicolas Pouillard <nicolas.pouillard at the gmail dot coms> - Marc Hartstein <marc.hartstein at the alum.vassar dot edus> - Ben Walton <bwalton at the artsci.utoronto dot cas> - Grant Hollingworth <grant at the antiflux dot orgs> - Jeff Balogh <its.jeff.balogh at the gmail dot coms> - Christopher Warrington <chrisw at the rice dot edus> - Giorgio Lando <patroclo7 at the gmail dot coms> - Decklin Foster <decklin at the red-bean dot coms> - Ian Taylor <ian at the lorf dot orgs> +William Morgan <wmorgan-sup at the masanjin dot nets> +Ismo Puustinen <ismo at the iki dot fis> +Nicolas Pouillard <nicolas.pouillard at the gmail dot coms> +Marcus Williams <marcus-sup at the bar-coded dot nets> +Lionel Ott <white.magic at the gmx dot des> +Christopher Warrington <chrisw at the rice dot edus> +Marc Hartstein <marc.hartstein at the alum.vassar dot edus> +Ben Walton <bwalton at the artsci.utoronto dot cas> +Grant Hollingworth <grant at the antiflux dot orgs> +Steve Goldman <sgoldman at the tower-research dot coms> +Decklin Foster <decklin at the red-bean dot coms> +Jeff Balogh <its.jeff.balogh at the gmail dot coms> +Giorgio Lando <patroclo7 at the gmail dot coms> +Israel Herraiz <israel.herraiz at the gmail dot coms> +Ian Taylor <ian at the lorf dot orgs> +Rich Lane <rlane at the club.cc.cmu dot edus>