Title: [96095] releases/WebKitGTK/webkit-1.6
Revision
96095
Author
a...@webkit.org
Date
2011-09-27 03:43:19 -0700 (Tue, 27 Sep 2011)

Log Message

Bump the release number to 1.6.1 and add the NEWS information

Modified Paths


Diff

Modified: releases/WebKitGTK/webkit-1.6/Source/WebKit/gtk/NEWS (96094 => 96095)


--- releases/WebKitGTK/webkit-1.6/Source/WebKit/gtk/NEWS	2011-09-27 10:33:43 UTC (rev 96094)
+++ releases/WebKitGTK/webkit-1.6/Source/WebKit/gtk/NEWS	2011-09-27 10:43:19 UTC (rev 96095)
@@ -1,4 +1,12 @@
 ================
+WebKitGTK+ 1.6.1
+================
+
+What's new in WebKitGTK+ 1.6.1?
+
+  - Bug 68884 - [GTK] Add compatibility methods for DOM bindings
+
+================
 WebKitGTK+ 1.6.0
 ================
 

Modified: releases/WebKitGTK/webkit-1.6/configure.ac (96094 => 96095)


--- releases/WebKitGTK/webkit-1.6/configure.ac	2011-09-27 10:33:43 UTC (rev 96094)
+++ releases/WebKitGTK/webkit-1.6/configure.ac	2011-09-27 10:43:19 UTC (rev 96095)
@@ -2,7 +2,7 @@
 
 m4_define([webkit_major_version], [1])
 m4_define([webkit_minor_version], [6])
-m4_define([webkit_micro_version], [0])
+m4_define([webkit_micro_version], [1])
 
 # 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=10:0:10
+LIBWEBKITGTK_VERSION=11:0:11
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to