Title: [183922] trunk
Revision
183922
Author
carlo...@webkit.org
Date
2015-05-07 03:05:16 -0700 (Thu, 07 May 2015)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.

.:

* Source/cmake/OptionsGTK.cmake: Bump version numbers.

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.9.1.

Modified Paths

Diff

Modified: trunk/ChangeLog (183921 => 183922)


--- trunk/ChangeLog	2015-05-07 08:26:56 UTC (rev 183921)
+++ trunk/ChangeLog	2015-05-07 10:05:16 UTC (rev 183922)
@@ -1,3 +1,9 @@
+2015-05-07  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2015-05-05  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         Introducing the Platform Abstraction Layer (PAL)

Modified: trunk/Source/WebKit2/ChangeLog (183921 => 183922)


--- trunk/Source/WebKit2/ChangeLog	2015-05-07 08:26:56 UTC (rev 183921)
+++ trunk/Source/WebKit2/ChangeLog	2015-05-07 10:05:16 UTC (rev 183922)
@@ -1,5 +1,11 @@
 2015-05-07  Carlos Garcia Campos  <cgar...@igalia.com>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
+
+        * gtk/NEWS: Add release notes for 2.9.1.
+
+2015-05-07  Carlos Garcia Campos  <cgar...@igalia.com>
+
         [GTK] Remove dock button from Web Inspector window
         https://bugs.webkit.org/show_bug.cgi?id=144728
 

Modified: trunk/Source/WebKit2/gtk/NEWS (183921 => 183922)


--- trunk/Source/WebKit2/gtk/NEWS	2015-05-07 08:26:56 UTC (rev 183921)
+++ trunk/Source/WebKit2/gtk/NEWS	2015-05-07 10:05:16 UTC (rev 183922)
@@ -1,4 +1,15 @@
 =================
+WebKitGTK+  2.9.1
+=================
+
+What's new in WebKitGTK+ 2.9.1?
+
+  - New disk cache implementation when using the network process.
+  - Web inspector UI has been redesigned.
+  - Add support for automatic hyphenation using libhyphen when it's available.
+  - Fix network redirection to a non HTTP destination.
+
+=================
 WebKitGTK+  2.7.4
 =================
 

Modified: trunk/Source/cmake/OptionsGTK.cmake (183921 => 183922)


--- trunk/Source/cmake/OptionsGTK.cmake	2015-05-07 08:26:56 UTC (rev 183921)
+++ trunk/Source/cmake/OptionsGTK.cmake	2015-05-07 10:05:16 UTC (rev 183922)
@@ -3,7 +3,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 9)
-set(PROJECT_VERSION_MICRO 0)
+set(PROJECT_VERSION_MICRO 1)
 set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
 set(WEBKITGTK_API_VERSION 4.0)
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to