Commit 6275f7c6 authored by Julien Muchembled's avatar Julien Muchembled

Release version 1.5.1

parent 7469e55b
Change History Change History
============== ==============
1.5.1 (2015-10-26)
------------------
Several bugs and performance issues have been fixed in this release, mainly
in the storage node.
- Importer storage backend:
- Fix retrieval of an object from ZODB when next serial in NEO.
- Fix crash of storage nodes when a transaction is aborted.
- Faster resumption when many transactions
have already been imported to MySQL.
- MySQL storage backend:
- Refuse to start if max_allowed_packet is too small.
- Faster commit of transaction metadata.
- Replication & checking of replicas:
- Fix crash when a corruption is found while checking TIDs.
2 other issues remain unfixed: see BUGS file.
- Speed up checking of replicas, at the cost of storage nodes being
less responsive to other events.
- The master wrongly sent invalidations for objects on which only readCurrent
was called, which caused invalid entries in client caches, or assertion
failures in Connection._setstate_noncurrent.
1.5 (2015-10-05) 1.5 (2015-10-05)
---------------- ----------------
......
...@@ -54,7 +54,7 @@ else: ...@@ -54,7 +54,7 @@ else:
setup( setup(
name = 'neoppod', name = 'neoppod',
version = '1.5', version = '1.5.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