Skip to content

Commit

Permalink
Updates changelogs for 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalstain committed Nov 18, 2014
1 parent ae0cce1 commit 17b9cc7
Show file tree
Hide file tree
Showing 9 changed files with 112 additions and 0 deletions.
5 changes: 5 additions & 0 deletions community/consistency-check/CHANGES.txt
@@ -1,3 +1,8 @@
2.1.6
-----
o Fixes bug that could lead to false positives when checking for property
owners

2.1.5
-----
o Added a consistency check for duplicate property names in a given
Expand Down
10 changes: 10 additions & 0 deletions community/kernel/CHANGES.txt
@@ -1,3 +1,13 @@
2.1.6
-----
o Fixes issue with shutdown order for the store and the transaction log,
which might result in record changes to not be applied in case of
IO errors
o Fixes potential deadlock if a transaction starts when the database is
shutting down
o Fixes potential ConcurrentModificationException from concurrent access to
AutoIndexer configuration

2.1.5
-----
o Solves an issue where discrete remove+add operations on an existing property
Expand Down
5 changes: 5 additions & 0 deletions community/lucene-index/CHANGES.txt
@@ -1,3 +1,8 @@
2.1.6
-----
o Tweaks of segment merge options which allow for reduced file handle
usage

2.0.1
-----
o Improve speed of verifying unique constraints on constraint creation.
Expand Down
1 change: 1 addition & 0 deletions community/server/CHANGES.txt
@@ -1,5 +1,6 @@
2.1.6
-----
o Users of unmanaged extensions now have access to Cypher ExecutionEngine
o Expose node degree in REST API

2.1.5
Expand Down
6 changes: 6 additions & 0 deletions enterprise/backup/CHANGES.txt
@@ -1,3 +1,9 @@
2.1.6
-----
o Fixes an issue with backup, where it could happen that the backup
would not be initialized with the proper last txid which could make
the store inappropriate for use in HA

2.1.4
-----
o Command line tool no longer expects "-from" argument, but "-host" and "-port" instead
Expand Down
6 changes: 6 additions & 0 deletions enterprise/ha/CHANGES.txt
@@ -1,3 +1,9 @@
2.1.6
-----
o Fixes issue where if the master lost contact with a majority of slaves
and subsequently contact was restored, the master instance would not
resume its role

2.1.4
-----
o Master switches now properly cancel slaves that are transitioning
Expand Down
@@ -1,5 +1,28 @@
For Release Notes, see http://neo4j.com/release-notes/neo4j-${project.version}/

2.1.6
-----
Kernel:
o Fixes issue with shutdown order for the store and the transaction log,
which might result in record changes to not be applied in case of
IO errors
o Fixes potential deadlock if a transaction starts when the database is
shutting down
o Fixes potential ConcurrentModificationException from concurrent access to
AutoIndexer configuration

Lucene index:
o Tweaks of segment merge options which allow for reduced file handle
usage

Consistency checker:
o Fixes bug that could lead to false positives when checking for property
owners

Server:
o Users of unmanaged extensions now have access to Cypher ExecutionEngine
o ReST API now exposes node degree

2.1.5
-----
Cypher:
Expand Down
@@ -1,5 +1,28 @@
For Release Notes, see http://neo4j.com/release-notes/neo4j-${project.version}/

2.1.6
-----
Kernel:
o Fixes issue with shutdown order for the store and the transaction log,
which might result in record changes to not be applied in case of
IO errors
o Fixes potential deadlock if a transaction starts when the database is
shutting down
o Fixes potential ConcurrentModificationException from concurrent access to
AutoIndexer configuration

Lucene index:
o Tweaks of segment merge options which allow for reduced file handle
usage

Consistency checker:
o Fixes bug that could lead to false positives when checking for property
owners

Server:
o Users of unmanaged extensions now have access to Cypher ExecutionEngine
o Expose node degree in REST API

2.1.5
-----
Cypher:
Expand Down
@@ -1,5 +1,38 @@
For Release Notes, see http://neo4j.com/release-notes/neo4j-${project.version}/

2.1.6
-----
Kernel:
o Fixes issue with shutdown order for the store and the transaction log,
which might result in record changes to not be applied in case of
IO errors
o Fixes potential deadlock if a transaction starts when the database is
shutting down
o Fixes potential ConcurrentModificationException from concurrent access to
AutoIndexer configuration

Lucene index:
o Tweaks of segment merge options which allow for reduced file handle
usage

Consistency checker:
o Fixes bug that could lead to false positives when checking for property
owners

Server:
o Users of unmanaged extensions now have access to Cypher ExecutionEngine
o Expose node degree in REST API

Backup:
o Fixes an issue with backup, where it could happen that the backup
would not be initialized with the proper last txid which could make
the store inappropriate for use in HA

HA:
o Fixes issue where if the master lost contact with a majority of slaves
and subsequently contact was restored, the master instance would not
resume its role

2.1.5
-----
Cypher:
Expand Down

0 comments on commit 17b9cc7

Please sign in to comment.