|
From: <cw...@us...> - 2006-12-22 22:14:27
|
Revision: 18
http://svn.sourceforge.net/proai/?rev=18&view=rev
Author: cwilper
Date: 2006-12-22 14:14:27 -0800 (Fri, 22 Dec 2006)
Log Message:
-----------
upgraded mysql connector to latest,
and added some info in release notes re:lib upgrades
and optional schema validation feature
Modified Paths:
--------------
trunk/build.properties
trunk/src/doc/release-notes.txt
Added Paths:
-----------
trunk/lib/mysql-connector-java-5.0.4-bin.jar
Removed Paths:
-------------
trunk/lib/mysql-connector.jar
Modified: trunk/build.properties
===================================================================
--- trunk/build.properties 2006-12-22 22:09:12 UTC (rev 17)
+++ trunk/build.properties 2006-12-22 22:14:27 UTC (rev 18)
@@ -35,8 +35,8 @@
lib.mckoijdbc = lib/mkjdbc.jar
lib.gnuregexp = lib/gnu-regexp-1.1.4.jar
-# Mysql Connector 3.0.15 (for testing)
-lib.mysql-jdbc = lib/mysql-connector.jar
+# Mysql Connector (for testing)
+lib.mysql-jdbc = lib/mysql-connector-java-5.0.4-bin.jar
# Postgres Type 3 JDBC driver (for testing)
lib.postgres-jdbc = lib/postgresql-8.2-504.jdbc3.jar
Added: trunk/lib/mysql-connector-java-5.0.4-bin.jar
===================================================================
(Binary files differ)
Property changes on: trunk/lib/mysql-connector-java-5.0.4-bin.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: trunk/lib/mysql-connector.jar
===================================================================
(Binary files differ)
Modified: trunk/src/doc/release-notes.txt
===================================================================
--- trunk/src/doc/release-notes.txt 2006-12-22 22:09:12 UTC (rev 17)
+++ trunk/src/doc/release-notes.txt 2006-12-22 22:14:27 UTC (rev 18)
@@ -8,6 +8,17 @@
o This is the first official release of Proai
+ o Proai now does (optional) schema validation from the source
+
+ o Proai now works with Postgres
+
+ o Library upgrades:
+ - Log4J 1.2.14
+ - Commons-httpclient 3.1-beta1
+ - Commons-codec (required by commons-httpclient)
+ - MySQL Connector 5.0.4 (for testing)
+ - BValid 0.8.1
+
o This version is compiled for Java 1.4, and works with Java 1.5.
Future versions will likely not be compatible with Java 1.4.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|