Title: [614] trunk/activerecord-jdbc: - add history entry for next release
Revision
614
Author
nicksieger
Date
2007-06-07 17:32:25 -0400 (Thu, 07 Jun 2007)

Log Message

- add history entry for next release
- bump version

Modified Paths


Diff

Modified: trunk/activerecord-jdbc/History.txt (613 => 614)


--- trunk/activerecord-jdbc/History.txt	2007-06-07 09:00:12 UTC (rev 613)
+++ trunk/activerecord-jdbc/History.txt	2007-06-07 21:32:25 UTC (rev 614)
@@ -1,3 +1,8 @@
+== 0.3.2
+
+- Shoring up PostgreSQL and HSQL
+- Fix timestamps on Oracle to use DATE (as everything else)
+
 == 0.3.1
 
 * Derby critical fixes shortly after 0.3

Modified: trunk/activerecord-jdbc/Rakefile (613 => 614)


--- trunk/activerecord-jdbc/Rakefile	2007-06-07 09:00:12 UTC (rev 613)
+++ trunk/activerecord-jdbc/Rakefile	2007-06-07 21:32:25 UTC (rev 614)
@@ -75,7 +75,7 @@
 
 begin
   MANIFEST = FileList["History.txt", "Manifest.txt", "README.txt", 
-    "Rakefile", "LICENSE", "lib/**/*.rb", "lib/jdbc_adapter_internal.jar", "test/**/*.rb"]
+    "Rakefile", "LICENSE", "lib/**/*.rb", "lib/jdbc_adapter_internal.jar", "test/**/*.rb", "lib/**/*.rake"]
 
   file "Manifest.txt" => :manifest
   task :manifest do
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to