Title: [90182] releases/WebKitGTK/webkit-1.4
Revision
90182
Author
[email protected]
Date
2011-06-30 16:37:28 -0700 (Thu, 30 Jun 2011)

Log Message

2011-06-30  Martin Robinson  <[email protected]>

        Reviewed by Xan Lopez.

        Update the library and libtool version in preparation for the 1.4.2 release.

        * configure.ac: Update versions.
2011-06-30  Martin Robinson  <[email protected]>

        Reviewed by Xan Lopez.

        Update the news in preparation for the 1.4.2 release.

        * NEWS: Update news.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-1.4/ChangeLog (90181 => 90182)


--- releases/WebKitGTK/webkit-1.4/ChangeLog	2011-06-30 23:30:18 UTC (rev 90181)
+++ releases/WebKitGTK/webkit-1.4/ChangeLog	2011-06-30 23:37:28 UTC (rev 90182)
@@ -1,3 +1,11 @@
+2011-06-30  Martin Robinson  <[email protected]>
+
+        Reviewed by Xan Lopez.
+
+        Update the library and libtool version in preparation for the 1.4.2 release.
+
+        * configure.ac: Update versions.
+
 2011-06-20  Xan Lopez  <[email protected]>
 
         Reviewed by Martin Robinson.

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


--- releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk/ChangeLog	2011-06-30 23:30:18 UTC (rev 90181)
+++ releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk/ChangeLog	2011-06-30 23:37:28 UTC (rev 90182)
@@ -1,3 +1,11 @@
+2011-06-30  Martin Robinson  <[email protected]>
+
+        Reviewed by Xan Lopez.
+
+        Update the news in preparation for the 1.4.2 release.
+
+        * NEWS: Update news.
+
 2011-06-20  Xan Lopez  <[email protected]>
 
         Reviewed by Martin Robinson.

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


--- releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk/NEWS	2011-06-30 23:30:18 UTC (rev 90181)
+++ releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk/NEWS	2011-06-30 23:37:28 UTC (rev 90182)
@@ -1,4 +1,34 @@
 =================
+WebKitGTK+ 1.4.2
+=================
+
+This is a maintenance release which includes several noteworthy fixes:
+
+    - Fix many errors with the gtk-doc generation. Additionally the public documentation
+      on http://webkitgtk.org is now up-to-date.
+    - Fix problems which broke compilation with gold, on MIPS, and with libpng 1.5.x.
+    - Fix a few _javascript_Core crashers.
+    - Fix an issue that caused crashes in the font cache and fonts to load improperly.
+
+Bug fixes since 1.4.1:
+ Bug 88240 - [GTK] gtkdoc run produces many warnings about missing declarations
+ Bug 88683 - Update the list of ignored GTK+ header files for the documentation generation
+ Bug 88734 - Update gtkdoc files and inline documentation to reduce gtkdoc errors and ensure complete documentation
+ Bug 82599 - [GTK] Link explicitly with XRender on Linux/Unix
+ Bug 82344 - png-1.5 fixes
+ Bug 88240 - [GTK] webkithittestresult. is malformed
+ Bug 86957 - JIT requires VM overcommit (particularly on x86-64), Linux does not by default support this without swap?
+ Bug 85181 - "Fix build with libpng-1.5.1"
+ Bug 89248 - [GTK] ASSERTION FAILED: it != gFontDataCache->end() in FontCache.cpp:318
+ Bug 89817 - Unreviewed build fix. One more filed missing during distcheck, for the MIPS build.
+ Bug 81904 - Ensure that all compilation takes place within a dynamic global object scope
+ Bug 83107 - Stop JSObject::isUsingInlineStorage() from using the structure
+ Bug 84022 - JSLock ASSERT seen often when using the inspector for long periods of time.
+ Bug 89319 - [GTK] Windowless plugins sometimes crash with a BadMatch error
+ Bug 89265 - make-hash-tools.pl: Perl 5.14 compatibility
+ Bug 90041 - [Freetype] Many tests report ERROR: Failed to get glyph page zero
+
+=================
 WebKitGTK+ 1.4.1
 =================
 

Modified: releases/WebKitGTK/webkit-1.4/configure.ac (90181 => 90182)


--- releases/WebKitGTK/webkit-1.4/configure.ac	2011-06-30 23:30:18 UTC (rev 90181)
+++ releases/WebKitGTK/webkit-1.4/configure.ac	2011-06-30 23:37:28 UTC (rev 90182)
@@ -2,7 +2,7 @@
 
 m4_define([webkit_major_version], [1])
 m4_define([webkit_minor_version], [4])
-m4_define([webkit_micro_version], [1])
+m4_define([webkit_micro_version], [2])
 
 # 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:1:7
+LIBWEBKITGTK_VERSION=7:2: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