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>2014-07-28 13:44:10 +0400
committerKlaas Freitag <freitag@owncloud.com>2014-07-28 13:44:10 +0400
commit0f37484b8a708dacba99697cf5bb17e1b2b6d5e2 (patch)
treea336de3e7a93c3192fa5e41e43f7d80c74bab704
parent3d0c0097190f488e23a0575419e441f528bc09e5 (diff)
Bumped the release number to 1.6.2, Changelog additions.v1.6.2
-rw-r--r--ChangeLog3
-rw-r--r--VERSION.cmake2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fad220ba7..7722eff81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
ChangeLog
=========
-version 1.6.2 (release 2014-07-x )
+version 1.6.2 (release 2014-07-28 )
+ * Limit the HTTP buffer size when downloading to limit memory consumption.
* Another small mem leak fixed in HTTP Credentials.
* Fix local file name clash detection for MacOSX.
* Limit maximum wait time to ten seconds in network limiting.
diff --git a/VERSION.cmake b/VERSION.cmake
index f91d404e4..b2fa967dd 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -4,7 +4,7 @@ set( MIRALL_VERSION_PATCH 2 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
- set( MIRALL_VERSION_SUFFIX "rc2") #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )