Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2015-07-09 20:51:37 +0300
committerKlaas Freitag <freitag@owncloud.com>2015-07-09 20:51:37 +0300
commit419d9b19347ef4485f8f9ad732d4fc3fc021cd3a (patch)
tree861b6bb52a513ed6293ebd99025c0112c366abb0
parentbf9bb26d19a56e319345878459b284167ddbb344 (diff)
Bump version to 1.8.4 - to ship the openSSL security update.v1.8.4
-rw-r--r--ChangeLog4
-rw-r--r--VERSION.cmake2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b364a6ad9..cfb715fbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
ChangeLog
=========
+version 1.8.4 (release 2015-07-09)
+ * Release to ship a security release of openSSL
+ No source changes of the ownCloud Client code.
+
version 1.8.3 (release 2015-06-23)
* Fix a bug in the Windows Installer that could crash explorer (#3320)
* Reduce 'Connection closed' errors (#3318, #3313, #3298)
diff --git a/VERSION.cmake b/VERSION.cmake
index 8f7692b36..d20852e4d 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
set( MIRALL_VERSION_MAJOR 1 )
set( MIRALL_VERSION_MINOR 8 )
-set( MIRALL_VERSION_PATCH 3 )
+set( MIRALL_VERSION_PATCH 4 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )