Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Vincent Pelletier
neoppod
Commits
a7f50dfc
Commit
a7f50dfc
authored
9 years ago
by
Julien Muchembled
Browse files
Options
Download
Email Patches
Plain Diff
Release version 1.6
parent
5a8e9d04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
+16
-3
CHANGES
CHANGES
+15
-2
setup.py
setup.py
+1
-1
No files found.
CHANGES
View file @
a7f50dfc
Change History
==============
1.6.1 (2016-01-25)
------------------
NEO repository has moved to https://lab.nexedi.com/nexedi/neoppod.git
- client: fix spurious connection timeouts
- client: add cache stats to information dumped on SIGRTMIN+2
- storage: when using the Importer backend, allow truncation after the last
tid to import, during or after the import
- neoctl: don't print 'None' on successful check/truncate commands
- neolog: fix crash on unknown packets
- plus a few other changes for debugging and developers
1.6 (2015-12-02)
----------------
...
...
@@ -53,11 +66,11 @@ information.
- Handshaking SSL connections could be stuck when they're aborted.
- 'neoctl print ids' displays a new value in backup mode: the highe
r
common TID
- 'neoctl print ids' displays a new value in backup mode: the highe
st
common TID
up to which all readable cells have replicated, i.e. the TID at which the
database would be truncated when leaving the backup mode.
.. _7eb7cf1: http://
git.erp5.org/gitweb
/neoppod
.git
/commit/7eb7cf1
?js=1
.. _7eb7cf1: http
s
://
lab.nexedi.com/nexedi
/neoppod/commit/7eb7cf1
1.5.1 (2015-10-26)
------------------
...
...
This diff is collapsed.
Click to expand it.
setup.py
View file @
a7f50dfc
...
...
@@ -54,7 +54,7 @@ else:
setup
(
name
=
'neoppod'
,
version
=
'1.6'
,
version
=
'1.6
.1
'
,
description
=
__doc__
.
strip
(),
author
=
'NEOPPOD'
,
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