8000 Releasing 1.7-rc2 · githubcs/orientdb@eaf324d · GitHub
[go: up one dir, main page]

Skip to content

Commit eaf324d

Browse files
committed
Releasing 1.7-rc2
1 parent 51df4ab commit eaf324d

File tree

17 files changed

+31
-15
lines changed

17 files changed

+31
-15
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<property environment="env"/>
66
<property name="vendor" value="NuvolaBase Ltd"/>
77
<property name="product" value="OrientDB"/>
8-
<property name="version" value="1.7-rc2-SNAPSHOT"/>
8+
<property name="version" value="1.7-rc2"/>
99
<condition property="community.release" value="${releaseHome}/orientdb-community-${version}"
1010
else="../releases/orientdb-community-${version}">
1111
<isset property="releaseHome"/>

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.orientechnologies</groupId>
2626
<artifactId>orientdb-parent</artifactId>
27-
<version>1.7-rc2-SNAPSHOT</version>
27+
<version>1.7-rc2</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.orientechnologies</groupId>
2626
<artifactId>orientdb-parent</artifactId>
27-
<version>1.7-rc2-SNAPSHOT</version>
27+
<version>1.7-rc2</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>com.orientechnologies</groupId>
1919
<artifactId>orientdb-parent</artifactId>
20-
<version>1.7-rc2-SNAPSHOT</version>
20+
<version>1.7-rc2</version>
2121
<relativePath>../</relativePath>
2222
</parent>
2323

core/src/main/java/com/orientechnologies/orient/core/OConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
package com.orientechnologies.orient.core;
1717

1818
public class OConstants {
19-
public static final String ORIENT_VERSION = "1.7-rc2-SNAPSHOT";
19+
public static final String ORIENT_VERSION = "1.7-rc2";
2020

2121
public static final String ORIENT_URL = "www.orientechnologies.com";
2222

distributed/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.orientechnologies</groupId>
2626
<artifactId>orientdb-parent</artifactId>
27-
<version>1.7-rc2-SNAPSHOT</version>
27+
<version>1.7-rc2</version>
2828
</parent>
2929

3030
<artifactId>orientdb-distributed</artifactId>

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.orientechnologies</groupId>
2626
<artifactId>orientdb-parent</artifactId>
27-
<version>1.7-rc2-SNAPSHOT</version>
27+
<version>1.7-rc2</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030

enterprise/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.orientechnologies</groupId>
2626
<artifactId>orientdb-parent</artifactId>
27-
<version>1.7-rc2-SNAPSHOT</version>
27+
<version>1.7-rc2</version>
2828
</parent>
2929

3030
<artifactId>orientdb-enterprise</artifactId>

graphdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.orientechnologies</groupId>
2626
<artifactId>orientdb-parent</artifactId>
27-
<version>1.7-rc2-SNAPSHOT</version>
27+
<version>1.7-rc2</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030

history.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,22 @@
2525
***************************************************************************************************
2626
This document contains the last changes to the OrientDB project.
2727

28+
---------------------------------------------------------------------------------------------------
29+
VERSION 1.7-rc2 - (March, 25th 2014)
30+
---------------------------------------------------------------------------------------------------
31+
- Core: supported retro-compatibility for databases created with OrientDB v1.5 or further (#1899)
32+
improved performance on ORDER BY against indexes (#1843)
33+
improved performance on RENAME CLASS (#1818)
34+
- Graph: added support for vertex-centric traversal by using SQL (#2079)
35+
- added support for vertex-centric traversal by using SQL (#2079)
36+
- SQL: new UPSERT keyword to execute an INSERT or UPDATE based on a condition (#2032)
37+
UPDATE now can ADD also to sub-document fields (#2031)
38+
- Indexes: added support for external engines (#1774)
39+
- Studio: new Query Timeline to the History, new Index Panel, Fixed many bugs
40+
- Bug fixing: 62 bugs in total
41+
42+
Full list: https://github.com/orientechnologies/orientdb/issues?labels=&milestone=13&page=3&state=closed
43+
2844
---------------------------------------------------------------------------------------------------
2945
VERSION 1.7-rc1 - (February, 6th 2014)
3046
---------------------------------------------------------------------------------------------------

nativeos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>orientdb-parent</artifactId>
2222
<groupId>com.orientechnologies</groupId>
23-
<version>1.7-rc2-SNAPSHOT</version>
23+
<version>1.7-rc2</version>
2424
<relativePath>../</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

object/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.orientechnologies</groupId>
2424
<artifactId>orientdb-parent</artifactId>
25-
<version>1.7-rc2-SNAPSHOT</version>
25+
<version>1.7-rc2</version>
2626
</parent>
2727

2828
<artifactId>orientdb-object</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>com.orientechnologies</groupId>
2525
<artifactId>orientdb-parent</artifactId>
26-
<version>1.7-rc2-SNAPSHOT</version>
26+
<version>1.7-rc2</version>
2727
<packaging>pom</packaging>
2828

2929
<name>OrientDB</name>

server/plugins/studio-1.7-rc2.zip

96 Bytes
Binary file not shown.

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.orientechnologies</groupId>
2626
<artifactId>orientdb-parent</artifactId>
27-
<version>1.7-rc2-SNAPSHOT</version>
27+
<version>1.7-rc2</version>
2828
</parent>
2929

3030
<artifactId>orientdb-server</artifactId>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.orientechnologies</groupId>
2626
<artifactId>orientdb-parent</artifactId>
27-
<version>1.7-rc2-SNAPSHOT</version>
27+
<version>1.7-rc2</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030

tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.orientechnologies</groupId>
2424
<artifactId>orientdb-parent</artifactId>
25-
<version>1.7-rc2-SNAPSHOT</version>
25+
<version>1.7-rc2</version>
2626
<relativePath>../</relativePath>
2727
</parent>
2828

0 commit comments

Comments
 (0)
0