Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
nexedi
/
neoppod
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
2
Snippets
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit b57d0dae
authored
2016-06-15 21:45:47 +0200
by
Julien Muchembled
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Release version 1.6.3
1 parent
a5ffd19d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
1 deletions
CHANGELOG.rst
setup.py
CHANGELOG.rst
View file @
b57d0da
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)
------------------
...
...
setup.py
View file @
b57d0da
...
...
@@ -54,7 +54,7 @@ else:
setup
(
name
=
'neoppod'
,
version
=
'1.6.
2
'
,
version
=
'1.6.
3
'
,
description
=
__doc__
.
strip
(),
author
=
'NEOPPOD'
,
author_email
=
'neo-dev@erp5.org'
,
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment