-== 0.0.8 / XXXX
+== 0.0.8 / 2007-04-01
+
 * Maildir support!
-* Be proactive about notifying users of de-synced sources.
-* Renamed sup-import => sup-sync with a brand new interface.
+* New command: sup-config. Interactively walks you through everything
+  you need to get up and running.
+* Now proactive about notifying users of de-synced sources.
+* Renamed sup-import => sup-sync with a brand new, less illogical
+  interface.
 * Added a sup-dump, to enable backing up and rebuilding indices from
   scratch (e.g. when Ferret upgrades break index formats).
 * More bugfixes. Will they ever end?
 
 == 0.0.7 / 2007-02-12
+
 * Split sup-import into two bits: sup-import and sup-add.
 * Command-line arguments now handled by trollop.
 * Better error handling for IMAP and svn+ssh.
 * Removed hoe dependency.
 
 == 0.0.6 / 2007-01-06
+
 * Very minor fix to support more types of IMAP authentication.
 
 == 0.0.5 / 2007-01-05
 
 * Initial release. Unix-centrism, support for mbox only, no i18n.
   Untested on anything other than 1.8.5. Other than that, works great!
-
 
   if default && !default.empty?
     ask "#{q} (enter for \"#{default}\"): "
   else
-    ask "#{q} "
+    ask "#{q}: "
   end
   ans.empty? ? default : ans
 end
         $last_server = srv
         fn = axe "What's the full path to the mbox file?", ENV["MAIL"] #"srm
         return if fn.nil? || fn.empty?
+        fn = "/#{fn}" # lame
         { :scheme => "mbox+ssh", :host => srv, :path => fn }
       when :imap, :imaps
         srv = axe "What is the IMAP server?", $last_server
 
 end
 
 module Redwood
-  VERSION = "0.0.7"
+  VERSION = "0.0.8"
 
   BASE_DIR   = ENV["SUP_BASE"] || File.join(ENV["HOME"], ".sup")
   CONFIG_FN  = File.join(BASE_DIR, "config.yaml")
 
 
 <h2>Status</h2>
 
-<p> The current version of Sup is 0.0.8, released XXXX.
+<p> The current version of Sup is 0.0.8, released 2007-04-01.
     This is a beta release. It is unix-centric and has no i18n
     support. It supports mbox, mbox over ssh, IMAP, and Maildir.  It
     does not support POP or GMail. I plan to fix all of these