[Checkins] SVN: Products.SQLAlchemyDA/trunk/ Preparing release 0.5.0

Abdul Kader Maliyakkal akm.mail at gmail.com
Fri May 7 12:43:27 EDT 2010


Log message for revision 112156:
  Preparing release 0.5.0
  
  

Changed:
  U   Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/CHANGES.txt
  U   Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/README.txt
  U   Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/version.txt
  U   Products.SQLAlchemyDA/trunk/setup.py

-=-
Modified: Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/CHANGES.txt
===================================================================
--- Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/CHANGES.txt	2010-05-07 16:27:22 UTC (rev 112155)
+++ Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/CHANGES.txt	2010-05-07 16:43:27 UTC (rev 112156)
@@ -1,16 +1,25 @@
-0.4.1 (01.06.2008)
+0.5.0 (2010-05-07)
 ------------------
 
+- Fixed LP #570208
+- Added a method 'add_extra_engine_options' to set additional engine
+  options for SQLAlchemy.create_engine.
+- Removed SOFTWARE_HOME dependency
+- Requires SQLALchemy >= 0.5.0
+
+0.4.1 (2008-06-01)
+------------------
+
 - fixed issue with version.txt file
 
-0.4.0 (unreleased)
+0.4.0 (2008-01-24)
 ------------------
 
 - requires z3c.sqlalchemy (2.0.0 or higher)
 - requires SQLAlchemy 0.4.4 or higer
 
 
-0.3.0 (10.06.2007)
+0.3.0 (2007-06-10)
 ------------------
 
 - fixed some security assertions
@@ -31,19 +40,19 @@
 
 - updated documentation
 
-0.2.1 (06.05.2007)
+0.2.1 (2007-05-06)
 ------------------
 
 - connections can be closed/opened through the ZMI
 - some code cleanup
 - fixed a *very* stupid typo causing ZODB conflict errors
 
-0.2.0 (05.05.2007)
+0.2.0 (2007-05-05)
 ------------------
 
 - first public release
 
-0.1.0 (30.04.2007)
+0.1.0 (2007-04-30)
 ------------------
 
 - initial coding

Modified: Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/README.txt
===================================================================
--- Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/README.txt	2010-05-07 16:27:22 UTC (rev 112155)
+++ Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/README.txt	2010-05-07 16:43:27 UTC (rev 112156)
@@ -14,7 +14,7 @@
 -------------
 
 - Zope 2.10+
-- SQLAlchemy >= 0.4.6 (+ database specific low-level Python drivers)
+- SQLAlchemy >= 0.5.0 (+ database specific low-level Python drivers)
 - z3c.sqlalchemy >= 1.2.0
 
 
@@ -93,6 +93,7 @@
 
 - Postgres 7.4, 8.0-8.2
 - SQLite 3.3.X
+- Oracle 10g
 - MySQL is *only* supported for MySQL databases with transaction support.
   (see also z3c/sqlalchemy/README.txt)      
  

Modified: Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/version.txt
===================================================================
--- Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/version.txt	2010-05-07 16:27:22 UTC (rev 112155)
+++ Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/version.txt	2010-05-07 16:43:27 UTC (rev 112156)
@@ -1 +1 @@
-0.4.1
+0.5.0

Modified: Products.SQLAlchemyDA/trunk/setup.py
===================================================================
--- Products.SQLAlchemyDA/trunk/setup.py	2010-05-07 16:27:22 UTC (rev 112155)
+++ Products.SQLAlchemyDA/trunk/setup.py	2010-05-07 16:43:27 UTC (rev 112156)
@@ -13,7 +13,7 @@
     'Topic :: Database',
 ]
 
-version = '0.4.1'
+version = '0.5.0'
 
 readme_file= os.path.join('Products', 'SQLAlchemyDA', 'README.txt')
 changes_file = os.path.join('Products', 'SQLAlchemyDA', 'CHANGES.txt')



More information about the checkins mailing list