Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neo
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
Stefane Fermigier
neo
Commits
b57d0dae
Commit
b57d0dae
authored
Jun 15, 2016
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 1.6.3
parent
a5ffd19d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
1 deletion
+25
-1
CHANGELOG.rst
CHANGELOG.rst
+24
-0
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.rst
View file @
b57d0dae
Change History
Change History
==============
==============
1.6.3 (2016-06-15)
------------------
- Added support for ZODB 4.x
- Clients are now able to recover from failures during tpc_finish when the
transaction got successfully committed.
- Other fixes related to node disconnection:
- storage: fix crash when a client disconnects just after it requested to
finish a transaction
- storage: fix crash when trying to replicate from an unreachable node
- master: do never abort a prepared transaction (for example,
a client disconnecting during tpc_finish could cause a crash)
- client: fix invalidation issues when reconnecting to the master
- Client:
- fix abort for storages where only current serials were checked
- fix the count of history items in the cache
- neoctl: better error message when connection to admin fails
1.6.2 (2016-03-09)
1.6.2 (2016-03-09)
------------------
------------------
...
...
setup.py
View file @
b57d0dae
...
@@ -54,7 +54,7 @@ else:
...
@@ -54,7 +54,7 @@ else:
setup
(
setup
(
name
=
'neoppod'
,
name
=
'neoppod'
,
version
=
'1.6.
2
'
,
version
=
'1.6.
3
'
,
description
=
__doc__
.
strip
(),
description
=
__doc__
.
strip
(),
author
=
'NEOPPOD'
,
author
=
'NEOPPOD'
,
author_email
=
'neo-dev@erp5.org'
,
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