[Pkg-owncloud-commits] [owncloud-client] 96/175: Updated Changelog and set version to 1.8.2 beta1

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Aug 8 10:36:31 UTC 2015


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

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

commit 6401b1cfc33b98fe8fd68c1a59916b64f2483f58
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Fri May 22 12:25:40 2015 +0200

    Updated Changelog and set version to 1.8.2 beta1
---
 ChangeLog     | 30 +++++++++++++++++++++++++++++-
 VERSION.cmake |  2 +-
 2 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3675841..12ee2c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,35 @@
 ChangeLog
 =========
-version 1.8.2 (release 2015-06-xx)
+version 1.8.2 (release 2015-05-xx)
  * HTTP: Add the branding name to the UserAgent string.
+ * ConnectonValidator: Always run with new credentials. (#3266)
+ * Recall Feature: Admins can trigger an upload of a file from
+   client to server again
+ * Propagator: Add 'Content-Length: 0' header to MKCOL request
+ * Switch on checksum verification through branding or config
+ * Add ability for checksum verification of up and download
+ * Fix opening external links for some labels (#3135)
+ * AccountState: Run only a single validator, allow error message
+   overriding (#3236 #3153)
+ * SyncJournalDB: Minor fixes and simplificatons
+ * SyncEngine: Force re-read of folder Etags for upgrades from
+   1.8.0 and 1.8.1
+ * Propagator: Limit length of temporary file name #2789
+ * ShareDialog: Password ui fixes. #3189
+ * Fix startup hang by removing QSettings lock file. (#3175)
+ * Wizard: Allow SSL cert dialog to show twice. (#3168)
+ * ProtocolWidget: Fix rename message. (#3210)
+ * Discovery: Test better, treat invalid hrefs as error (#3176)
+ * Propagator: Overwrite local data only if unchanged. (#3156)
+ * ShareDialog: Improve error reporting for share API fails
+ * OSX Updater: Only allow if in /Applications (#2931)
+ * Wizard: Fix lock icon (#1447)
+ * Fix compile with gcc 5
+ * Treat any 503 error as temporary (#3113)
+ * Work around for the Qt PUT corruption bug (#2425)
+ * OSX Shell integration: Optimizations
+ * Windows Shell integration: Optimizations
+ .. more than 250 commits since 1.8.1
 
 version 1.8.1 (release 2015-05-07)
  * Make "operation canceled" error a soft error
diff --git a/VERSION.cmake b/VERSION.cmake
index 9478bb4..2c75ca8 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 "") #e.g. beta1, beta2, rc1
+    set( MIRALL_VERSION_SUFFIX "beta1") #e.g. beta1, beta2, rc1
 endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
 
 if( NOT DEFINED MIRALL_VERSION_BUILD )

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



More information about the Pkg-owncloud-commits mailing list