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
Carlos Ramos Carreño
neoppod
Commits
6275f7c6
Commit
6275f7c6
authored
9 years ago
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 1.5.1
parent
7469e55b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
1 deletion
+30
-1
CHANGES
CHANGES
+29
-0
setup.py
setup.py
+1
-1
No files found.
CHANGES
View file @
6275f7c6
Change History
Change History
==============
==============
1.5.1 (2015-10-26)
------------------
Several bugs and performance issues have been fixed in this release, mainly
in the storage node.
- Importer storage backend:
- Fix retrieval of an object from ZODB when next serial in NEO.
- Fix crash of storage nodes when a transaction is aborted.
- Faster resumption when many transactions
have already been imported to MySQL.
- MySQL storage backend:
- Refuse to start if max_allowed_packet is too small.
- Faster commit of transaction metadata.
- Replication & checking of replicas:
- Fix crash when a corruption is found while checking TIDs.
2 other issues remain unfixed: see BUGS file.
- Speed up checking of replicas, at the cost of storage nodes being
less responsive to other events.
- The master wrongly sent invalidations for objects on which only readCurrent
was called, which caused invalid entries in client caches, or assertion
failures in Connection._setstate_noncurrent.
1.5 (2015-10-05)
1.5 (2015-10-05)
----------------
----------------
...
...
This diff is collapsed.
Click to expand it.
setup.py
View file @
6275f7c6
...
@@ -54,7 +54,7 @@ else:
...
@@ -54,7 +54,7 @@ else:
setup
(
setup
(
name
=
'neoppod'
,
name
=
'neoppod'
,
version
=
'1.5'
,
version
=
'1.5
.1
'
,
description
=
__doc__
.
strip
(),
description
=
__doc__
.
strip
(),
author
=
'NEOPPOD'
,
author
=
'NEOPPOD'
,
author_email
=
'neo-dev@erp5.org'
,
author_email
=
'neo-dev@erp5.org'
,
...
...
This diff is collapsed.
Click to expand it.
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