[Pkg-owncloud-commits] [owncloud-client] 162/470: User-Agent: put the actual version string in there

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu May 12 16:24:57 UTC 2016


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 3d157cbb02a75275b1961d6ada05e7ae647bce4c
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Thu Nov 5 10:19:43 2015 +0100

    User-Agent: put the actual version string in there
    
    It contains the build id in addition
    
    (cherry picked from commit e0e793fb14a5c32b21db95a63ebf48084621ff4d)
---
 src/libsync/utility.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libsync/utility.cpp b/src/libsync/utility.cpp
index e511d80..bab600a 100644
--- a/src/libsync/utility.cpp
+++ b/src/libsync/utility.cpp
@@ -161,7 +161,7 @@ QByteArray Utility::userAgentString()
 {
     QString re = QString::fromLatin1("Mozilla/5.0 (%1) mirall/%2")
             .arg(platform())
-            .arg(QLatin1String(MIRALL_STRINGIFY(MIRALL_VERSION)));
+            .arg(QLatin1String(MIRALL_VERSION_STRING));
 
     QLatin1String appName(APPLICATION_SHORTNAME);
 

-- 
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