[Pkg-owncloud-commits] [ocsync] 22/29: Added changelog, bumped version to 0.91.4

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Dec 13 14:26:35 UTC 2013


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository ocsync.

commit 612b099b7794a7065d9d6ad6a7478abb54c16d03
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Thu Dec 12 17:43:10 2013 +0100

    Added changelog, bumped version to 0.91.4
---
 CMakeLists.txt |  2 +-
 ChangeLog      | 18 +++++++++++++++++-
 2 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 221d8de..4e87dfb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ set(APPLICATION_NAME ${PROJECT_NAME})
 
 set(APPLICATION_VERSION_MAJOR "0")
 set(APPLICATION_VERSION_MINOR "91")
-set(APPLICATION_VERSION_PATCH "3")
+set(APPLICATION_VERSION_PATCH "4")
 
 set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
 
diff --git a/ChangeLog b/ChangeLog
index c29300c..94adeb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,22 @@
 ChangeLog
 ==========
-version 0.91.3  (released 2013-12-, ownCloud Client 1.5.0 ) 
+version 0.91.4  (released 2013-12-12, ownCloud Cleint 1.5.0)
+ * changelog added, version bumped.
+
+version 0.91.3  (released 2013-12-11, ownCloud Client 1.5.0rc1) 
+ * Fix progress bar on win32
+ * Fix network rate limiting on win32
+ * Do not check for etag during failing requests
+ * Start quota timer only after the predecessor returned
+ * Remove tmp files in case of certain download problems
+ * Some valgrind fixes
+ * Theming fix: button behaviour
+ * Fix a case where a sync loop could happen.
+ * Multi-linguar installer
+ * Fix handling of quotes in etags written by older ownClouds
+ * Fix errno handling in update phase
+ * Make csync compile on FreeBSD
+ * Minor cleanups.
 
 version 0.91.2 (released 2013-12-10, ownCloud Client 1.5.0beta3)
  * have translatable error message for indiv. file errors.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/ocsync.git



More information about the Pkg-owncloud-commits mailing list