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:
authorDaniel Molkentin <danimo@owncloud.com>2013-04-02 17:27:37 +0400
committerDaniel Molkentin <danimo@owncloud.com>2013-04-02 17:27:37 +0400
commit07db03d6bc5283f60255010aaf70ad4159f28c8e (patch)
tree7061553b4d4c739754c90119d7fab4420f006337
parentd68c4b379f731058e94fa622bef0b5cb8c598c22 (diff)
1.2.3v1.2.3
-rw-r--r--ChangeLog4
-rw-r--r--VERSION.cmake2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b544ed35d..a470530d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
ChangeLog
=========
+version 1.2.3 (release 2013-04-02 ), csync 0.70.5 required
+
+ * [Fixes] Unbreak self-signed certificate handling
+
version 1.2.2 (release 2013-04-02 ), csync 0.70.5 required
* [Fixes] Do not crash when local file tree contains symlinks
diff --git a/VERSION.cmake b/VERSION.cmake
index 2503a9d25..fd3bc9f89 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
set( VERSION_MAJOR 1 )
set( VERSION_MINOR 2 )
-set( VERSION_PATCH 2 )
+set( VERSION_PATCH 3 )
set( VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SUFFIX})
set( SOVERSION 0 )