[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

sfalken at apple.com sfalken at apple.com
Thu Oct 29 20:41:11 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 255c6b58c5e590294cf717731b3d101ca2b5c525
Author: sfalken at apple.com <sfalken at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 7 18:32:35 2009 +0000

    https://bugs.webkit.org/show_bug.cgi?id=30176
    <rdar://problem/7281553> Extra information in UA causes problems with gmail
    
    Reviewed by Darin Adler.
    
    * WebKit.vcproj/WebKit.rc: Restore PRODUCTVERSION to build number only. Remove extra space.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49256 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/win/ChangeLog b/WebKit/win/ChangeLog
index e0c225c..f338037 100644
--- a/WebKit/win/ChangeLog
+++ b/WebKit/win/ChangeLog
@@ -1,3 +1,12 @@
+2009-10-07  Steve Falkenburg  <sfalken at apple.com>
+
+        Reviewed by Darin Adler.
+
+        https://bugs.webkit.org/show_bug.cgi?id=30176
+        <rdar://problem/7281553> Extra information in UA causes problems with gmail
+        
+        * WebKit.vcproj/WebKit.rc: Restore PRODUCTVERSION to build number only. Remove extra space.
+
 2009-10-06  Pavel Feldman  <pfeldman at chromium.org>
 
         Reviewed by Timothy Hatcher.
diff --git a/WebKit/win/WebKit.vcproj/WebKit.rc b/WebKit/win/WebKit.vcproj/WebKit.rc
index 88e59a2..a7cbfd3 100644
--- a/WebKit/win/WebKit.vcproj/WebKit.rc
+++ b/WebKit/win/WebKit.vcproj/WebKit.rc
@@ -44,8 +44,8 @@ BEGIN
             VALUE "InternalName", "WebKit"
             VALUE "LegalCopyright", "Copyright Apple Inc. 2003-2009"
             VALUE "OriginalFilename", "WebKit.dll"
-            VALUE "ProductName", " WebKit"
-            VALUE "ProductVersion", __VERSION_TEXT__
+            VALUE "ProductName", "WebKit"
+            VALUE "ProductVersion", __BUILD_NUMBER_SHORT__
         END
     END
     BLOCK "VarFileInfo"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list