]> git.cworth.org Git - sup/commitdiff
update changelog, etc for 0.8 release
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Fri, 5 Jun 2009 15:01:37 +0000 (11:01 -0400)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Fri, 5 Jun 2009 15:01:37 +0000 (11:01 -0400)
CONTRIBUTORS
History.txt
ReleaseNotes
www/index.html

index 56f553fe333252beb2cc07a8646344838db72542..f75015304c5bcf0fc3e256c5aba070a519bb64c9 100644 (file)
@@ -1,17 +1,22 @@
-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>
+Mike Stipicevic <stipim at the rpi dot edus>
 Marcus Williams <marcus-sup at the bar-coded dot nets>
 Lionel Ott <white.magic at the gmx dot des>
+Ingmar Vanhassel <ingmar at the exherbo dot orgs>
 Mark Alexander <marka at the pobox dot coms>
 Christopher Warrington <chrisw at the rice dot edus>
-Marc Hartstein <marc.hartstein at the alum.vassar dot edus>
+Richard Brown <rbrown at the exherbo dot orgs>
 Ben Walton <bwalton at the artsci.utoronto dot cas>
+Marc Hartstein <marc.hartstein at the alum.vassar dot edus>
 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>
+Ismo Puustinen <ismo at the iki dot fis>
 Jeff Balogh <its.jeff.balogh at the gmail dot coms>
+Alex Vandiver <alexmv at the mit dot edus>
 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>
+Stefan Lundström <lundst at the snabb.(none)>
 Rich Lane <rlane at the club.cc.cmu dot edus>
+Kirill Smelkov <kirr at the landau.phys.spbu dot rus>
index 2813c6448459e7e76938a63d043e6c8e509e6031..5c41e771d09812054d28056ea806d475babbedc8 100644 (file)
@@ -1,3 +1,22 @@
+== 0.8 / 2009-06-05
+* Undo support on many operations. Yay!
+* Mbox splitting fixes. No more "From "-line problems.
+* Mail parsing speedups.
+* Many utf8 and widechar fixes. Display of crazy characters should be pretty
+  close.
+* Outgoing email with non-ASCII headers is now properly encoded.
+* Email addresses are no longer permanently attached to names. This was
+  causing problems with automated email systems that used different names
+  with the same address.
+* Curses background now retains the terminal default color. This also makes
+  Sup work better on transparent terminals.
+* Improve dynamic loading of setlocale for Cygwin and BSD systems.
+* Labels can now be removed from multiple tagged threads.
+* Applying operations to tagged threads is now invoked with '='.
+* Buffer list is betterified and is now invoked with ';'.
+* Zsh autocompletion support.
+* As always, many bugfixes and tweaks.
+
 == 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
index a965fa0ec099b1ab7cfa3afa21ee5c64d97ad07a..0cfc1266f4338313da8f26172fed12b05e2f75ba 100644 (file)
@@ -1,3 +1,9 @@
+Release 0.8:
+
+The big wins are undo support, mbox splitting fixes, and the various UI
+speedups and bugfixes. Parsing new email should also be faster, although
+IMAP remains tragically slow, as usual.
+
 Release 0.7:
 
 The big win in this release is that Ferret index corruption issues should now
index bdf40e97822db4102aefc836d8505dd0044570b5..60170344822334c8e3d8f7116c0b1569ae13e463 100644 (file)
                <h2>Status</h2>
 
                <p>
-               The current version of Sup is 0.7, released 2009-03-25. This is a
-               beta release. It supports mbox, mbox over ssh, IMAP, IMAPS, and Maildir mailstores.
+               The current version of Sup is 0.8, released 2009-06-05. This is a
+               beta release. It supports mbox, IMAP, IMAPS, and Maildir mailstores.
                </p>
 
         <!-- <p>Issue and release status is available on the <a href="ditz/">Sup ditz page</a>.</p> -->
                <p>
                Sup is brought to you by <a href="http://cs.stanford.edu/~ruby/">William Morgan</a> and the following honorable contributors:
         <ul>
-<li>William Morgan &lt;wmorgan-sup at the masanjin dot nets&gt;</li>
-<li>Ismo Puustinen &lt;ismo at the iki dot fis&gt;</li>
 <li>Nicolas Pouillard &lt;nicolas.pouillard at the gmail dot coms&gt;</li>
+<li>Mike Stipicevic &lt;stipim at the rpi dot edus&gt;</li>
 <li>Marcus Williams &lt;marcus-sup at the bar-coded dot nets&gt;</li>
 <li>Lionel Ott &lt;white.magic at the gmx dot des&gt;</li>
+<li>Ingmar Vanhassel &lt;ingmar at the exherbo dot orgs&gt;</li>
+<li>Mark Alexander &lt;marka at the pobox dot coms&gt;</li>
 <li>Christopher Warrington &lt;chrisw at the rice dot edus&gt;</li>
-<li>Marc Hartstein &lt;marc.hartstein at the alum.vassar dot edus&gt;</li>
+<li>Richard Brown &lt;rbrown at the exherbo dot orgs&gt;</li>
 <li>Ben Walton &lt;bwalton at the artsci.utoronto dot cas&gt;</li>
+<li>Marc Hartstein &lt;marc.hartstein at the alum.vassar dot edus&gt;</li>
 <li>Grant Hollingworth &lt;grant at the antiflux dot orgs&gt;</li>
 <li>Steve Goldman &lt;sgoldman at the tower-research dot coms&gt;</li>
 <li>Decklin Foster &lt;decklin at the red-bean dot coms&gt;</li>
+<li>Ismo Puustinen &lt;ismo at the iki dot fis&gt;</li>
 <li>Jeff Balogh &lt;its.jeff.balogh at the gmail dot coms&gt;</li>
+<li>Alex Vandiver &lt;alexmv at the mit dot edus&gt;</li>
 <li>Giorgio Lando &lt;patroclo7 at the gmail dot coms&gt;</li>
 <li>Israel Herraiz &lt;israel.herraiz at the gmail dot coms&gt;</li>
 <li>Ian Taylor &lt;ian at the lorf dot orgs&gt;</li>
+<li>Stefan Lundström &lt;lundst at the snabb.(none)&gt;</li>
 <li>Rich Lane &lt;rlane at the club.cc.cmu dot edus&gt;</li>
+<li>Kirill Smelkov &lt;kirr at the landau.phys.spbu dot rus&gt;</li>
         </ul>
         </p>
 
                <p>
                Sup is made possible by the hard work of <a
                        href="http://www.davebalmain.com/">Dave Balmain</a> and his
-               fantastic IR engine <a
-                       href="http://ferret.davebalmain.com/trac/">Ferret</a>, and by <a
-                       href="http://www.lickey.com/">Matt Armstrong</a>'s tragically
-               abandoned <a href="http://www.rfc20.org/rubymail/">RubyMail</a>
-               package (note: possibly no longer abandoned).
+               tragically abandoned IR engine <a
+                       href="http://ferret.davebalmain.com/trac/">Ferret</a>, and by that of <a
+                       href="http://www.lickey.com/">Matt Armstrong</a> and his
+               tagically abandoned <a href="http://www.rfc20.org/rubymail/">RubyMail</a>
+               package.
                </p>
        </body>
 </html>