Skip to content

Commit 8ab74cc

Browse files
author
Erik Merkle
committed
Release 1.1-beta1
Signed-off-by: Erik Merkle <emerkle@boundlessgeo.com>
1 parent e7cbe2b commit 8ab74cc

File tree

18 files changed

+35
-19
lines changed

18 files changed

+35
-19
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Project Lead: [Gabriel Roldan](https://github.com/groldan)
1212

1313
Status:
1414

15+
A 1.1-beta2 version has been released and it is available for [download](https://github.com/locationtech/geogig/releases/tag/v1.1-beta2).
16+
1517
A 1.1-beta1 version has been released and it is available for [download](https://github.com/locationtech/geogig/releases/tag/v1.1-beta1).
1618

1719
A 1.0 version has been released and it is available for download, with a full commandline interface to import data and work with repositories.
@@ -29,7 +31,7 @@ GeoGig is proudly open source:
2931
Download
3032
--------
3133

32-
The latest beta version [Version 1.1-beta1](https://github.com/locationtech/geogig/releases/tag/v1.1-beta1) is available on GitHub.
34+
The latest beta version [Version 1.1-beta2](https://github.com/locationtech/geogig/releases/tag/v1.1-beta2) is available on GitHub.
3335

3436
The latest release [Version 1.0](https://github.com/locationtech/geogig/releases/tag/v1.0) is available on GitHub.
3537

RELEASE_NOTES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
GeoGig 1.1-beta2 Release Notes
2+
==============================
3+
4+
May 2, 2017.
5+
6+
This release is primarily a bug fix release. Notable changes since 1.1-beta1 are:
7+
8+
* Performance improvements to internal threading.
9+
* Fix a bug in updating quadtrees.
10+
* Fix a bug when retrieving repository logs for very old ancestors with large numbers of commits.
11+
* Enable and fix bugs around the ability to cancel many GeoGig operations.
12+
* Fix a bug in export-diff where incorrect commit IDs were sometimes being used.
13+
* Add and enhance concurrency testing.
14+
115
GeoGig 1.1-beta1 Release Notes
216
==============================
317

src/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>geogig</artifactId>
9-
<version>1.1-SNAPSHOT</version>
9+
<version>1.1-beta2</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

src/cli-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>geogig</artifactId>
9-
<version>1.1-SNAPSHOT</version>
9+
<version>1.1-beta2</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

src/cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>geogig</artifactId>
9-
<version>1.1-SNAPSHOT</version>
9+
<version>1.1-beta2</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

src/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>geogig</artifactId>
9-
<version>1.1-SNAPSHOT</version>
9+
<version>1.1-beta2</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

src/datastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>geogig</artifactId>
9-
<version>1.1-SNAPSHOT</version>
9+
<version>1.1-beta2</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

src/geotools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>geogig</artifactId>
9-
<version>1.1-SNAPSHOT</version>
9+
<version>1.1-beta2</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

src/gui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>geogig</artifactId>
9-
<version>1.1-SNAPSHOT</version>
9+
<version>1.1-beta2</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

src/parent/pom.xml

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

66
<groupId>org.locationtech.geogig</groupId>
77
<artifactId>geogig</artifactId>
8-
<version>1.1-SNAPSHOT</version>
8+
<version>1.1-beta2</version>
99
<packaging>pom</packaging>
1010
<name>GeoGig</name>
1111

0 commit comments

Comments
 (0)