Commit 1705d828 authored by Julien Muchembled's avatar Julien Muchembled

Release version 1.6.2

parent 24780e8e
Change History Change History
============== ==============
1.6.2 (2016-03-09)
------------------
- storage: switch to a maintained fork of MySQL-python (mysqlclient)
- storage: for better performance, the backend commit after an unlocked
transaction is deferred by 1 second, with the hope it's merged by a
subsequent commit (in case of a crash, the transaction is unlocked again),
so there are only 2 commits per transaction during high activity
- client: optimize cache by not keeping items with counter=0 in history queue
- client: fix possible assertion failure on load in case of a late invalidation
1.6.1 (2016-01-25) 1.6.1 (2016-01-25)
------------------ ------------------
......
...@@ -54,7 +54,7 @@ else: ...@@ -54,7 +54,7 @@ else:
setup( setup(
name = 'neoppod', name = 'neoppod',
version = '1.6.1', version = '1.6.2',
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