diff --git a/docs/geedocs/5.2.3/answer/7160003.html b/docs/geedocs/5.2.3/answer/7160003.html
index f0d510e9aa..87e1e32d02 100644
--- a/docs/geedocs/5.2.3/answer/7160003.html
+++ b/docs/geedocs/5.2.3/answer/7160003.html
@@ -36,17 +36,18 @@
Release notes: Open GEE 5.2.3
-Open GEE 5.2.3 is currently in development
+Open GEE 5.2.3 is currently in beta testing
New Features
C++11 support. With release 5.2.3 Open GEE C++ code now supports and defaults to compiling using the -std=gnu++11
compile flag. This default can be overridden and the C++ code can be compiled using the -std=gnu++98
flag instead. However, Open GEE 5.2.3 will be the last release to support compiling C++ code using the -std=gnu++98
flag. The subsequent releases after Open GEE 5.2.3 will require the use of the -std=gnu++11
flag when compiling C++ code.
- Remove TCP/IP connections to PostgreSQL. With release 5.2.3 Open GEE code will now connect to PostgreSQL exclusively using Unix domain sockets. This will make it easier to secure PostgreSQL for security sensitive installations
+ Remove TCP/IP connections to PostgreSQL. With release 5.2.3 Open GEE code will now connect to PostgreSQL exclusively using Unix domain sockets. This will make it easier to secure PostgreSQL for security sensitive installations.
Volume deletion. geconfigureassetroot
now supports the option --removevolume
for volume deletion.
Performance tuning for gecombineterrain. gecombineterrain
now supports the option --numCompressThreads
which allows configuration of the threads used for operation. If not specified gecombineterrain
defaults this option to match the number of available CPUs.
Package name customization at build time. Scons build now accepts a custom label argument which is appended to the version in RPM file names.
Rewrite KML URLs. Users can rewrite the URLs for KML resorces included in databases at publish time.
+ Maps API Javascript Files. Maps API Javascript files are now available and installed at /opt/google/gehttpd/htdocs/maps/mapfiles
.
Supported Platforms
@@ -85,6 +86,11 @@
Add a compiler version check to scons scripts |
Scons scripts ensure gcc version 4.8+ is installed before continuing with builds |
+
+ 342 |
+ Fusion UI crashes when opening non supported type of file |
+ Added check to kiasset, ktasset, xml file load to handle invalid files |
+
535 |
DownloadTutorial.sh often is not staged properly for install |
@@ -100,11 +106,6 @@
Error in publish of SSL-enabled database |
Temporary fix from 5.2.2 was found to be the best solution |
-
- 762 |
- Package libraries and utilities common to Fusion and Server for Ubuntu 16 |
- opengee-common deb packages can be created for Ubuntu 16 |
-
806 |
gecombineterrain defaulted to only 1 cpu to process data and ignored arguments |
@@ -119,11 +120,6 @@
835 |
GE Server gets its URL from the client instead of itself |
Fixed code so that when you publish DB, GEServer's URL will be used and not the URL which we get from the Publish request message |
-
-
- 342 |
- Fusion UI crashes when opening non supported type of file |
- Added check to kiasset, ktasset, xml file load to handle invalid files |
diff --git a/docs/geedocs/answer b/docs/geedocs/answer
index aecc5ee274..8ab7f58f52 120000
--- a/docs/geedocs/answer
+++ b/docs/geedocs/answer
@@ -1 +1 @@
-5.2.2/answer
\ No newline at end of file
+5.2.3/answer
\ No newline at end of file
diff --git a/docs/geedocs/art b/docs/geedocs/art
index 1daca40d18..7f7af30239 120000
--- a/docs/geedocs/art
+++ b/docs/geedocs/art
@@ -1 +1 @@
-5.2.2/art
\ No newline at end of file
+5.2.3/art
\ No newline at end of file
diff --git a/docs/geedocs/css b/docs/geedocs/css
index 9306864ec9..bcd239dde7 120000
--- a/docs/geedocs/css
+++ b/docs/geedocs/css
@@ -1 +1 @@
-5.2.2/css
\ No newline at end of file
+5.2.3/css
\ No newline at end of file
diff --git a/earth_enterprise/BUILD.md b/earth_enterprise/BUILD.md
index a92938b4e7..18d118d1f8 100644
--- a/earth_enterprise/BUILD.md
+++ b/earth_enterprise/BUILD.md
@@ -6,7 +6,7 @@ __NOTE:__ If you want to build, install, or run Portable server, see the
Building is currently supported for 64-bit versions of Ubuntu 14.04 LTS,
Ubuntu 16.04 LTS, RHEL 6, RHEL 7, CentOS 6, and CentOS 7.
-## GEE 5.2.2 Build Prerequisites (all platforms)
+## GEE 5.2.3 Build Prerequisites (all platforms)
1. Setup required Tools and Dependencies:
diff --git a/earth_enterprise/Upgrade.md b/earth_enterprise/Upgrade.md
index 390eceada8..8ba0454334 100644
--- a/earth_enterprise/Upgrade.md
+++ b/earth_enterprise/Upgrade.md
@@ -1,8 +1,8 @@
-# Upgrading Earth Enterprise Fusion and Server to version 5.2.2
+# Upgrading Earth Enterprise Fusion and Server to version 5.2.3
-Upgrading to GEE 5.2.2 is supported from Earth Enterprise 5.2.0 or 5.2.1 version.
+Upgrading to GEE 5.2.3 is supported from Earth Enterprise versions 5.2.0, 5.2.1, and 5.2.2.
-Do NOT uninstall GEE 5.2.x. We recommend that you upgrade GEE 5.2.x by simply installing GEE 5.2.2. Installing GEE 5.2.2 on top of GEE 5.2.x will ensure that your PostgreSQL databases are backed up and upgraded correctly to the new PostgreSQL version used by GEE 5.2.2.
+Do NOT uninstall GEE 5.2.x. We recommend that you upgrade GEE 5.2.x by simply installing GEE 5.2.3. Installing GEE 5.2.3 on top of GEE 5.2.x will ensure that your PostgreSQL databases are backed up and upgraded correctly to the new PostgreSQL version introduced in GEE 5.2.1 (now part of 5.2.2 and 5.2.3).
Upgrade is supported using either scripts or RPMs:
@@ -19,7 +19,7 @@ Upgrade is supported using either scripts or RPMs:
```
## Upgrading with RPM packages (Redhat and CentOS only)
-Alternatively, instead of using scripts, on Redhat and Centos, you can upgrade GEE 5.2.0 or 5.2.1 to GEE 5.2.2 using [RPM packages](https://github.com/google/earthenterprise/blob/master/earth_enterprise/BUILD_RPMS.md).
+Alternatively, instead of using scripts, on Redhat and Centos, you can upgrade GEE 5.2.0, 5.2.1, or 5.2.2 to GEE 5.2.3 using [RPM packages](https://github.com/google/earthenterprise/blob/master/earth_enterprise/BUILD_RPMS.md).
Upgrading from any previous version installed via RPM:
1. Install the RPM like normal (e.g. `sudo yum install opengee-*.rpm`) and the RPM will take care of the upgrade for you.
@@ -42,7 +42,7 @@ Upgrading from any previous version installed via RPM:
## Uninstall notes
Uninstall is NOT recommended before upgrading.
-If you decide that you want to uninstall GEE 5.2.0 before installing GEE 5.2.2, first make sure to backup your PostgreSQL databases. Please keep in mind that the database backup, made by 5.2.0, would not be compatible with GEE 5.2.2 PostgreSQL databases.
+If you decide that you want to uninstall GEE 5.2.0 before installing GEE 5.2.3, first make sure to backup your PostgreSQL databases. Please keep in mind that the database backup, made by 5.2.0, would not be compatible with GEE 5.2.3 PostgreSQL databases.
* Create a backup folder: `mkdir -p /tmp/MyBackupFolder`
* Make gepguser owner of the created folder: `chown gepguser /tmp/MyBackupFolder`
@@ -51,4 +51,4 @@ If you decide that you want to uninstall GEE 5.2.0 before installing GEE 5.2.2,
## Database push compatibility between versions
-GEE Server versions 5.2.x are compatible, meaning you can push databases from any 5.2.x version of GEE Fusion to any 5.2.x version of GEE Server. This compatibility extends to the disconnected send feature (see gedisconnectedsend command documentation for more information).
\ No newline at end of file
+GEE Server versions 5.2.x are compatible, meaning you can push databases from any 5.2.x version of GEE Fusion to any 5.2.x version of GEE Server. This compatibility extends to the disconnected send feature (see gedisconnectedsend command documentation for more information).
diff --git a/earth_enterprise/src/fusion/portableglobe/cutter/cgi-bin/geecheck_tests/common.py b/earth_enterprise/src/fusion/portableglobe/cutter/cgi-bin/geecheck_tests/common.py
index a71e7b2396..f1cfd07671 100755
--- a/earth_enterprise/src/fusion/portableglobe/cutter/cgi-bin/geecheck_tests/common.py
+++ b/earth_enterprise/src/fusion/portableglobe/cutter/cgi-bin/geecheck_tests/common.py
@@ -20,7 +20,7 @@
import platform
import socket
-LATEST_VERSION = '5.2.2'
+LATEST_VERSION = '5.2.3'
SUPPORTED_OS_LIST = {
'redhat': {'min_release': '6.0',
diff --git a/earth_enterprise/src/fusion/portableglobe/cutter/cgi-bin/geecheck_tests/user_tests/disk_space_test.py b/earth_enterprise/src/fusion/portableglobe/cutter/cgi-bin/geecheck_tests/user_tests/disk_space_test.py
index 3336582829..2998c32d77 100755
--- a/earth_enterprise/src/fusion/portableglobe/cutter/cgi-bin/geecheck_tests/user_tests/disk_space_test.py
+++ b/earth_enterprise/src/fusion/portableglobe/cutter/cgi-bin/geecheck_tests/user_tests/disk_space_test.py
@@ -17,6 +17,7 @@
import os
import xml.etree.ElementTree as ET
+from geecheck_tests import common
# Need to use unittest2 for Python 2.6.
try:
@@ -69,6 +70,7 @@ def getFsFreespace(pathname):
class TestDiskSpace(unittest.TestCase):
+ @unittest.skipUnless(common.IsFusionInstalled(), 'Fusion is not installed')
def testAdequateDiskSpace(self):
"""Check that the remaining disk space is at least 20%."""
self.assertLessEqual(20, getDiskInfo())
diff --git a/earth_enterprise/src/fusion_version.txt b/earth_enterprise/src/fusion_version.txt
index 2b6f05ac23..88d19ff752 100644
--- a/earth_enterprise/src/fusion_version.txt
+++ b/earth_enterprise/src/fusion_version.txt
@@ -19,4 +19,4 @@
# earth_enterprise/installer/
# Format is 1 line (comment lines ignored):
# full version number: e.g., 3.1.2.3, 5.2.4, etc
-5.2.2
+5.2.3
diff --git a/earth_enterprise/src/support/geecheck/geecheck.pl b/earth_enterprise/src/support/geecheck/geecheck.pl
index 3fa7d62cb3..46b55392aa 100755
--- a/earth_enterprise/src/support/geecheck/geecheck.pl
+++ b/earth_enterprise/src/support/geecheck/geecheck.pl
@@ -68,7 +68,7 @@ BEGIN
EOF
# Parse the command line arguments.
-my $version = "5.2.2";
+my $version = "5.2.3";
my $server = 0;
my $show_logs = 0;
my $show_cpu = 0;
@@ -125,7 +125,8 @@ BEGIN
"5.1.3" => ["1", 0],
"5.2.0" => ["1", 0],
"5.2.1" => ["1", 0],
- "5.2.2" => ["1", 0],
+ "5.2.2" => ["1", 0],
+ "5.2.3" => ["1", 0],
);
my @known_versions = keys(%version_table);
diff --git a/earth_enterprise/src/version.txt b/earth_enterprise/src/version.txt
index c0baecbaaa..fff6bf312b 100644
--- a/earth_enterprise/src/version.txt
+++ b/earth_enterprise/src/version.txt
@@ -1 +1 @@
-5.2.3
+5.2.3
\ No newline at end of file