From f4e656f634d0b2ef6b7ec06020be5b1231c6388b Mon Sep 17 00:00:00 2001 From: Julien Muchembled Date: Mon, 13 Jul 2015 19:57:50 +0200 Subject: [PATCH] Release version 1.4 --- CHANGES | 6 +++++- README | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 4c0c8677..327a6ce8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ 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 @@ -35,6 +35,10 @@ bug. - Client could get stuck forever on unreadable cells when not connected to the 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. 1.3 (2015-01-13) diff --git a/README b/README index bb74082c..b7748732 100644 --- a/README +++ b/README @@ -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 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) diff --git a/setup.py b/setup.py index 9733df5e..8abd44c0 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ else: setup( name = 'neoppod', - version = '1.3', + version = '1.4.0', description = __doc__.strip(), author = 'NEOPPOD', author_email = 'neo-dev@erp5.org', -- 2.25.1