Title: [122708] trunk
Revision
122708
Author
[email protected]
Date
2012-07-16 02:43:44 -0700 (Mon, 16 Jul 2012)

Log Message

Unreviewed. Update NEWS and configure.ac for 1.9.5 release

.:

* configure.ac: Bump version number.

Source/WebKit/gtk:

* NEWS: Added release notes for 1.9.5.

Modified Paths

Diff

Modified: trunk/ChangeLog (122707 => 122708)


--- trunk/ChangeLog	2012-07-16 09:38:39 UTC (rev 122707)
+++ trunk/ChangeLog	2012-07-16 09:43:44 UTC (rev 122708)
@@ -1,3 +1,9 @@
+2012-07-16  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update NEWS and configure.ac for 1.9.5 release
+
+        * configure.ac: Bump version number.
+
 2012-07-12 Josh Hawn <[email protected]>
 
         Fix for WebContext::getWebCoreStatistics() causes crash if no m_process

Modified: trunk/Source/WebKit/gtk/ChangeLog (122707 => 122708)


--- trunk/Source/WebKit/gtk/ChangeLog	2012-07-16 09:38:39 UTC (rev 122707)
+++ trunk/Source/WebKit/gtk/ChangeLog	2012-07-16 09:43:44 UTC (rev 122708)
@@ -1,3 +1,9 @@
+2012-07-16  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update NEWS and configure.ac for 1.9.5 release
+
+        * NEWS: Added release notes for 1.9.5.
+
 2012-07-10  Adam Barth  <[email protected]>
 
         WebCore::Settings for Hixie76 WebSocket protocol doesn't do anything and should be removed

Modified: trunk/Source/WebKit/gtk/NEWS (122707 => 122708)


--- trunk/Source/WebKit/gtk/NEWS	2012-07-16 09:38:39 UTC (rev 122707)
+++ trunk/Source/WebKit/gtk/NEWS	2012-07-16 09:43:44 UTC (rev 122708)
@@ -1,4 +1,34 @@
 =================
+WebKitGTK+ 1.9.5
+=================
+
+What's new in WebKitGTK+ 1.9.5?
+
+  - Add API to get HTTPS status to WebKit2 GTK+.
+  - Add API to clear the cache to WebKit2 GTK+.
+  - Add webkit_cookie_manager_set_persistent_storage() to WebKit2 GTK+
+    API.
+  - Improve performance of searching in WebKit2.
+  - Implement disk cache in WebKit2.
+  - Add site specific quirks setting to WebKit2 GTK+ API.
+  - Add a setting to enable/disable page cache to WebKit2 GTK+ API.
+  - Add WebKitWebView::context-menu-dismissed signal to WebKit2 GTK+
+    API.
+  - Add webkit_web_frame_get_dom_document() to WebKit GTK+ API.
+  - Use soup_cookie_jar_is_persistent() to set whether cookie is a
+    session one or not.
+  - Fix recognition of contractions (apostrophes) in spell checker.
+  - Fix a crash when showing the context menu in the Web Inspector.
+  - WebKitWebView::mouse-target-changed is not emitted when moved
+    to/from editable content.
+  - Fix inspector detach when inspector was attached by the client in
+    WebKit2.
+  - Don't show accel labels in WebKit2 context menu items.
+  - Cache the video dimensions to not query the video-sink sink-pad
+    caps every time.
+  - Fix several memory leaks.
+
+=================
 WebKitGTK+ 1.9.4
 =================
 

Modified: trunk/configure.ac (122707 => 122708)


--- trunk/configure.ac	2012-07-16 09:38:39 UTC (rev 122707)
+++ trunk/configure.ac	2012-07-16 09:43:44 UTC (rev 122708)
@@ -2,7 +2,7 @@
 
 m4_define([webkit_major_version], [1])
 m4_define([webkit_minor_version], [9])
-m4_define([webkit_micro_version], [4])
+m4_define([webkit_micro_version], [5])
 
 # This is the version we'll be using as part of our User-Agent string
 # e.g., AppleWebKit/$(webkit_user_agent_version) ...
@@ -35,13 +35,13 @@
 
 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=14:0:14
+LIBWEBKITGTK_VERSION=15:0:15
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
-LIBJAVASCRIPTCOREGTK_VERSION=13:3:13
+LIBJAVASCRIPTCOREGTK_VERSION=13:4:13
 AC_SUBST([LIBJAVASCRIPTCOREGTK_VERSION])
 
-LIBWEBKIT2GTK_VERSION=15:0:15
+LIBWEBKIT2GTK_VERSION=16:0:16
 AC_SUBST([LIBWEBKIT2GTK_VERSION])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip tar-ustar])
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to