[Checkins] SVN: mongopersist/trunk/ Prepare for release

Andrey Lebedev cvs-admin at zope.org
Thu Apr 19 11:40:16 UTC 2012


Log message for revision 125174:
  Prepare for release
  
  

Changed:
  U   mongopersist/trunk/CHANGES.txt
  U   mongopersist/trunk/setup.py

-=-
Modified: mongopersist/trunk/CHANGES.txt
===================================================================
--- mongopersist/trunk/CHANGES.txt	2012-04-19 11:39:27 UTC (rev 125173)
+++ mongopersist/trunk/CHANGES.txt	2012-04-19 11:40:12 UTC (rev 125174)
@@ -2,10 +2,12 @@
 CHANGES
 =======
 
-0.7.2 (unreleased)
+0.7.2 (2012-04-19)
 ------------------
 
-- ...
+- Bug: avoid caching MongoDataManager instances in mongo container to avoid
+  multiple MongoDataManagers in the single transaction in multithreaded
+  environment. Cache IMongoDataManagerProvider instead.
 
 0.7.1 (2012-04-13)
 ------------------

Modified: mongopersist/trunk/setup.py
===================================================================
--- mongopersist/trunk/setup.py	2012-04-19 11:39:27 UTC (rev 125173)
+++ mongopersist/trunk/setup.py	2012-04-19 11:40:12 UTC (rev 125174)
@@ -9,7 +9,7 @@
 
 setup (
     name='mongopersist',
-    version='0.7.2.dev0',
+    version='0.7.2',
     author = "Stephan Richter",
     author_email = "stephan.richter at gmail.com",
     description = "Mongo Persistence Backend",



More information about the checkins mailing list