Commit d4ed0828 authored by Julien Muchembled's avatar Julien Muchembled

NEO 1.1

parent fd4cfaa9
Change History Change History
============== ==============
1.1 (2014-01-07)
----------------
- Client failed at reconnecting properly to master. It could kill the master
(during tpc_finish!) or end up with invalid caches (i.e. possible data
corruption). Now, connection to master is even optional between
transaction.begin() and tpc_begin, as long as partition table contains
up-to-date data.
- Compatibility with ZODB 3.9 has been dropped. Only 3.10.x branch is supported.
- checkCurrentSerialInTransaction was not working.
- Optimization and minor bugfixes.
1.0 (2012-08-28) 1.0 (2012-08-28)
---------------- ----------------
......
...@@ -60,7 +60,7 @@ Requirements ...@@ -60,7 +60,7 @@ Requirements
- MySQLdb: http://sourceforge.net/projects/mysql-python - MySQLdb: http://sourceforge.net/projects/mysql-python
- For client nodes: ZODB 3.9.x or later - For client nodes: ZODB 3.10.x
Installation Installation
============ ============
......
...@@ -37,7 +37,7 @@ extras_require['tests'] = ['zope.testing', 'psutil', ...@@ -37,7 +37,7 @@ extras_require['tests'] = ['zope.testing', 'psutil',
setup( setup(
name = 'neoppod', name = 'neoppod',
version = '1.0', version = '1.1',
description = __doc__.strip(), description = __doc__.strip(),
author = 'NEOPPOD', author = 'NEOPPOD',
author_email = 'neo-dev@erp5.org', author_email = 'neo-dev@erp5.org',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment