Commit f4e656f6 authored by Julien Muchembled's avatar Julien Muchembled

Release version 1.4

parent 167ad36b
Change History Change History
============== ==============
1.4 (unreleased) 1.4 (2015-07-13)
---------------- ----------------
This version comes with a change in the SQL tables format, to fix a potential This version comes with a change in the SQL tables format, to fix a potential
...@@ -35,6 +35,10 @@ bug. ...@@ -35,6 +35,10 @@ bug.
- Client could get stuck forever on unreadable cells when not connected to the - Client could get stuck forever on unreadable cells when not connected to the
master. master.
- Client could only instantiate NEOStorage from the main thread, and the
RTMIN+2 signal displayed logs for only 1 NEOStorage. Now, RTMIN+2 & RTMIN+3
are setup when neo.client module is imported.
- Plus fixes and improvements to logging and debugging. - Plus fixes and improvements to logging and debugging.
1.3 (2015-01-13) 1.3 (2015-01-13)
......
...@@ -16,7 +16,7 @@ A NEO cluster is composed of the following types of nodes: ...@@ -16,7 +16,7 @@ A NEO cluster is composed of the following types of nodes:
Stores data, preserving history. All available storage nodes are in use Stores data, preserving history. All available storage nodes are in use
simultaneously. This offers redundancy and data distribution. simultaneously. This offers redundancy and data distribution.
Available backends: MySQL, SQLite Available backends: MySQL (InnoDB or TokuDB), SQLite
- "admin" nodes (mandatory for startup, optional after) - "admin" nodes (mandatory for startup, optional after)
......
...@@ -54,7 +54,7 @@ else: ...@@ -54,7 +54,7 @@ else:
setup( setup(
name = 'neoppod', name = 'neoppod',
version = '1.3', version = '1.4.0',
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