From: wmorgan Date: Wed, 3 Jan 2007 19:39:42 +0000 (+0000) Subject: updated to 0.0.4 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=2f085ea43e52f6e74cae5e00f355a974e7a592ae;p=sup updated to 0.0.4 git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@160 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/History.txt b/History.txt index 50960ba..1bba711 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +== 0.0.4 / 2007-01-03 + +* Bugfixes, primarily for threaded networking. + == 0.0.3 / 2007-01-02 * Major speed increase for index views (inbox, search results), which diff --git a/lib/sup.rb b/lib/sup.rb index e835e9d..82d27b6 100644 --- a/lib/sup.rb +++ b/lib/sup.rb @@ -13,7 +13,7 @@ class Object end module Redwood - VERSION = "0.0.3" + VERSION = "0.0.4" BASE_DIR = ENV["SUP_BASE"] || File.join(ENV["HOME"], ".sup") CONFIG_FN = File.join(BASE_DIR, "config.yaml")