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
745b7616
Commit
745b7616
authored
Jul 25, 2014
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NEO 1.2
parent
233a50cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
1 deletion
+31
-1
CHANGES
CHANGES
+30
-0
setup.py
setup.py
+1
-1
No files found.
CHANGES
View file @
745b7616
Change History
==============
1.2 (2014-07-30)
----------------
The most important changes in this version are the work about conversion of
databases from/to NEO:
- A new 'Importer' storage backend has been implemented and this is now the
recommended way to migrate existing Zope databases. See 'importer.conf'
example file for more information.
- 'neomigrate' command refused to run since version 1.0
- Exported data serials by NEO iterator were wrong. There are still differences
with FileStorage:
- NEO always resolves to original serial, to avoid any indirection
(which slightly speeds up undo at the expense of a more complex pack code)
- NEO does not make any difference between object deletion and creation undone
(data serial always null in storage)
Apart from that, conversion of database back from NEO should be fixed.
Other changes are:
- A warning was added in 'neo.conf' about a possible misuse of replicas.
- Compatibility with Python 2.6 has been dropped.
- Support for recent version of SQlite has been added.
- A memory leak has been fixed in replication.
- MySQL backend now fails instead of silently reconnecting if there is any
pending change, which could cause data loss.
- Optimization and minor bugfixes.
1.1 (2014-01-07)
----------------
...
...
setup.py
View file @
745b7616
...
...
@@ -39,7 +39,7 @@ extras_require['tests'] = ['zope.testing', 'psutil>=2',
setup
(
name
=
'neoppod'
,
version
=
'1.
1
'
,
version
=
'1.
2
'
,
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