Skip to content

Commit

Permalink
prepare release 0.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Beer committed Oct 13, 2015
1 parent babde82 commit ac57ee7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ Changes for Crate
Unreleased
==========

- The client will now accept IPv6 literals as server addresses
2015/10/13 0.52.0
=================

- Upgraded Elasticsearch to 1.7.2
- The client will now accept IPv6 literals as server addresses

- Updated crate-admin to 0.15.0 which includes following changes:

Expand All @@ -23,13 +24,11 @@ Unreleased

- Added cluster checks which are exposed via the ``sys.checks`` table.

- Added the ``number of partitions`` system check.

- Added ``os_info`` column to ``sys.nodes`` table.
Currently the column only lists the number of available processors in the JVM
(which is usually equal to the number of cores of the CPU).

- Upgraded Elasticsearch to 1.7.1
- Upgraded Elasticsearch to 1.7.2
This update changes the default value for delayed allocation of unassigned
shards (see: `https://crate.io/docs/en/latest/configuration.html#unassigned`_).
Also updated the upstream of EC2 discovery module
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/io/crate/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class Version {
// the (internal) format of the id is there so we can easily do after/before checks on the id


public static final boolean SNAPSHOT = true;
public static final boolean SNAPSHOT = false;
public static final Version CURRENT = new Version(520099, SNAPSHOT, org.elasticsearch.Version.V_1_7_2);

static {
Expand Down

0 comments on commit ac57ee7

Please sign in to comment.