Title: [488] trunk/activerecord-jdbc: Prepare for 0.2.4 release
Revision
488
Author
nicksieger
Date
2007-04-24 11:24:57 -0400 (Tue, 24 Apr 2007)

Log Message

Prepare for 0.2.4 release

Modified Paths


Diff

Modified: trunk/activerecord-jdbc/History.txt (487 => 488)


--- trunk/activerecord-jdbc/History.txt	2007-04-24 14:49:53 UTC (rev 487)
+++ trunk/activerecord-jdbc/History.txt	2007-04-24 15:24:57 UTC (rev 488)
@@ -1,3 +1,13 @@
+== 0.2.4
+
+* Release coincides with JRuby 0.9.9 release
+* JRuby 0.9.9 is required
+* MySQL close to 100% working
+* Derby improvements
+* DECIMAL/NUMERIC/FLOAT/REAL bugs fixed with type recognition for Oracle, Postgres, etc.
+* HSQLDB has regressed this release and may not be functioning; we'll get it fixed for the
+  next one
+
 == 0.2.3
 
 * Release coincides (and compatible) with JRuby 0.9.8 release

Modified: trunk/activerecord-jdbc/pom.xml (487 => 488)


--- trunk/activerecord-jdbc/pom.xml	2007-04-24 14:49:53 UTC (rev 487)
+++ trunk/activerecord-jdbc/pom.xml	2007-04-24 15:24:57 UTC (rev 488)
@@ -4,14 +4,14 @@
   <parent>
     <groupId>org.jruby</groupId>
     <artifactId>shared</artifactId>
-    <version>0.9.9-SNAPSHOT</version>
+    <version>0.9.9</version>
     <relativePath>../../jruby/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jruby.testsuites</groupId>
   <artifactId>activerecord-jdbc</artifactId>
   <packaging>jar</packaging>
-  <version>0.9.9-SNAPSHOT</version>
+  <version>0.9.9</version>
   <name>JRuby ActiveRecord-JDBC testsuite</name>
   <description>Test ActiveRecord-JDBC</description>
 
@@ -19,7 +19,7 @@
     <dependency>
       <groupId>org.jruby</groupId>
       <artifactId>jruby</artifactId>
-      <version>0.9.9-SNAPSHOT</version>
+      <version>0.9.9</version>
     </dependency>
   </dependencies>
 
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to