]> git.cworth.org Git - sup/commitdiff
updated to 0.0.4
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Wed, 3 Jan 2007 19:39:42 +0000 (19:39 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Wed, 3 Jan 2007 19:39:42 +0000 (19:39 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@160 5c8cc53c-5e98-4d25-b20a-d8db53a31250

History.txt
lib/sup.rb

index 50960bad3ab92ac910549c17abf4fa490c3e98c0..1bba7114ef2a495711f02a00bf0eb1e445d7762c 100644 (file)
@@ -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
index e835e9d07b816475e4c9675371db20dfdf562597..82d27b60b53444c71083d4f27a25cc1806ea89ed 100644 (file)
@@ -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")