Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iliya Manolov
neoppod
Commits
d4ed0828
Commit
d4ed0828
authored
Jan 07, 2014
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NEO 1.1
parent
fd4cfaa9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
+14
-2
CHANGES
CHANGES
+12
-0
README
README
+1
-1
setup.py
setup.py
+1
-1
No files found.
CHANGES
View file @
d4ed0828
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)
----------------
...
...
README
View file @
d4ed0828
...
...
@@ -60,7 +60,7 @@ Requirements
- MySQLdb: http://sourceforge.net/projects/mysql-python
- For client nodes: ZODB 3.
9.x or later
- For client nodes: ZODB 3.
10.x
Installation
============
...
...
setup.py
View file @
d4ed0828
...
...
@@ -37,7 +37,7 @@ extras_require['tests'] = ['zope.testing', 'psutil',
setup
(
name
=
'neoppod'
,
version
=
'1.
0
'
,
version
=
'1.
1
'
,
description
=
__doc__
.
strip
(),
author
=
'NEOPPOD'
,
author_email
=
'neo-dev@erp5.org'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment