[ap4r-devel] [376] trunk/ap4r: Modified version # and added comments.

kato-k at rubyforge.org kato-k at rubyforge.org
Thu Jan 31 01:44:01 EST 2008


Revision: 376
Author:   kato-k
Date:     2008-01-31 01:44:00 -0500 (Thu, 31 Jan 2008)

Log Message:
-----------
Modified version # and added comments.

Modified Paths:
--------------
    trunk/ap4r/History.txt
    trunk/ap4r/lib/ap4r/version.rb

Modified: trunk/ap4r/History.txt
===================================================================
--- trunk/ap4r/History.txt	2008-01-28 07:39:18 UTC (rev 375)
+++ trunk/ap4r/History.txt	2008-01-31 06:44:00 UTC (rev 376)
@@ -1,5 +1,10 @@
 == 0.3.x
 
+=== 0.3.6 (January ?, 2008)
+* Added: provisional support Rails2.0.
+* Changed: the location of message_builder.rb from rails plugin to ap4r core (ap4r/lib directory).
+* Fixed: bug (tracker #17206) that uninitialized constant error occurs when :active_record_store is used as session store.
+
 === 0.3.5 (November 29, 2007)
 * Fixed: bug that SAF transaction is NOT guaranteed when some models are created/updated before using of ap4r.async_to API in ap4r.transaction block.
 

Modified: trunk/ap4r/lib/ap4r/version.rb
===================================================================
--- trunk/ap4r/lib/ap4r/version.rb	2008-01-28 07:39:18 UTC (rev 375)
+++ trunk/ap4r/lib/ap4r/version.rb	2008-01-31 06:44:00 UTC (rev 376)
@@ -8,7 +8,7 @@
   module VERSION #:nodoc:
     MAJOR = 0
     MINOR = 3
-    TINY  = 5
+    TINY  = 6
 
     STRING = [MAJOR, MINOR, TINY].join('.')
   end




More information about the ap4r-devel mailing list