Title: [94020] releases/WebKitGTK/webkit-1.4
Revision
94020
Author
[email protected]
Date
2011-08-29 15:30:22 -0700 (Mon, 29 Aug 2011)

Log Message

2011-08-29  Martin Robinson  <[email protected]>

        Update NEWS and library versioning for the 1.4.3 release.

        Reviewed by Gustavo Noronha.

        * configure.ac: Update library version.
2011-08-29  Martin Robinson  <[email protected]>

        Update NEWS and library versioning for the 1.4.3 release.

        Reviewed by Gustavo Noronha.

        * NEWS: Update the news.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-1.4/ChangeLog (94019 => 94020)


--- releases/WebKitGTK/webkit-1.4/ChangeLog	2011-08-29 21:57:09 UTC (rev 94019)
+++ releases/WebKitGTK/webkit-1.4/ChangeLog	2011-08-29 22:30:22 UTC (rev 94020)
@@ -1,3 +1,11 @@
+2011-08-29  Martin Robinson  <[email protected]>
+
+        Update NEWS and library versioning for the 1.4.3 release.
+
+        Reviewed by Gustavo Noronha.
+
+        * configure.ac: Update library version.
+
 2011-06-30  Martin Robinson  <[email protected]>
 
         Reviewed by Xan Lopez.

Modified: releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk/ChangeLog (94019 => 94020)


--- releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk/ChangeLog	2011-08-29 21:57:09 UTC (rev 94019)
+++ releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk/ChangeLog	2011-08-29 22:30:22 UTC (rev 94020)
@@ -1,3 +1,11 @@
+2011-08-29  Martin Robinson  <[email protected]>
+
+        Update NEWS and library versioning for the 1.4.3 release.
+
+        Reviewed by Gustavo Noronha.
+
+        * NEWS: Update the news.
+
 2011-08-29  Xan Lopez  <[email protected]>
 
         Unreviewed build fix.

Modified: releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk/NEWS (94019 => 94020)


--- releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk/NEWS	2011-08-29 21:57:09 UTC (rev 94019)
+++ releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk/NEWS	2011-08-29 22:30:22 UTC (rev 94020)
@@ -1,4 +1,20 @@
 =================
+WebKitGTK+ 1.4.3
+=================
+
+This is a maintenance release which includes several noteworthy fixes:
+
+    - Backport the main frame scrollbar fixes from trunk. This should remove most of the
+      scrollbar-related crashes.
+    - Fix an issue which caused Flash to crash when used via nspluginwrapper.
+    - Work-around an issue with user-agent sniffing in Google Calendar.
+
+Buf fixes since 1.4.2:
+ Bug 59821 - [GTK] Untangle GtkAdjustments from WebCore
+ Bug 63862 - r90148 did not apply to X11 platforms in WebKit1
+ Bug 63994 - [GTK] Google Calendar thinks we're mobile
+
+=================
 WebKitGTK+ 1.4.2
 =================
 

Modified: releases/WebKitGTK/webkit-1.4/configure.ac (94019 => 94020)


--- releases/WebKitGTK/webkit-1.4/configure.ac	2011-08-29 21:57:09 UTC (rev 94019)
+++ releases/WebKitGTK/webkit-1.4/configure.ac	2011-08-29 22:30:22 UTC (rev 94020)
@@ -2,7 +2,7 @@
 
 m4_define([webkit_major_version], [1])
 m4_define([webkit_minor_version], [4])
-m4_define([webkit_micro_version], [2])
+m4_define([webkit_micro_version], [3])
 
 # This is the version we'll be using as part of our User-Agent string
 # e.g., AppleWebKit/$(webkit_user_agent_version) ...
@@ -35,7 +35,7 @@
 
 dnl # Libtool library version, not to confuse with API version
 dnl # see http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
-LIBWEBKITGTK_VERSION=7:2:7
+LIBWEBKITGTK_VERSION=7:3:7
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to