Skip to content

Commit

Permalink
Unreviewed. Update NEWS and Versions.m4 for 2.4.4 release.
Browse files Browse the repository at this point in the history
.:

* Source/autotools/Versions.m4: Bump version numbers.

Source/WebKit/gtk:

* NEWS: Added release notes for 2.4.4.
  • Loading branch information
carlosgcampos committed Jul 8, 2014
1 parent 95a659e commit 8c3cb20
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 4 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2014-07-08 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Update NEWS and Versions.m4 for 2.4.4 release.

* Source/autotools/Versions.m4: Bump version numbers.

2014-05-26 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Update NEWS and Versions.m4 for 2.4.3 release.
Expand Down
6 changes: 6 additions & 0 deletions Source/WebKit/gtk/ChangeLog
@@ -1,3 +1,9 @@
2014-07-08 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Update NEWS and Versions.m4 for 2.4.4 release.

* NEWS: Added release notes for 2.4.4.

2014-07-04 Carlos Garcia Campos <cgarcia@igalia.com>

[GTK][Stable] Google Maps doesn't work with Version/X in the user agent
Expand Down
19 changes: 19 additions & 0 deletions Source/WebKit/gtk/NEWS
@@ -1,3 +1,22 @@
=================
WebKitGTK+ 2.4.4
=================

What's new in WebKitGTK+ 2.4.4?

- Fix annoying popup shown when visiting 8tracks.com.
- Expose links rendered as blocks to accessibility.
- Make text inside "span" block in "a" block accessible.
- Implement windowed plugins visibility.
- Fix the GObject introspection annotations of webkit_web_resource_get_data_finish().
- Fix a crash in TSymbolTableLevel::~TSymbolTableLevel when WebKit
is built with GCC 4.9.
- Fix a crash when playing a video in facebook.
- Several user agent changes to fix Google Maps and a few other issues.
- Allo to include WebKitVersion.h from web extensions API too.
- Fix web process leak when closing pages with network process enabled.
- Fix the build with --disable-webgl --disable-accelerated-compositing.

=================
WebKitGTK+ 2.4.3
=================
Expand Down
8 changes: 4 additions & 4 deletions Source/autotools/Versions.m4
@@ -1,6 +1,6 @@
m4_define([webkit_major_version], [2])
m4_define([webkit_minor_version], [4])
m4_define([webkit_micro_version], [3])
m4_define([webkit_micro_version], [4])

# This is the version we'll be using as part of our User-Agent string,
# e.g., AppleWebKit/$(webkit_user_agent_version) ...
Expand All @@ -11,9 +11,9 @@ m4_define([webkit_user_agent_minor_version], [15])

# Libtool library version, not to confuse with API version.
# See http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
m4_define([libwebkitgtk_version], [22:9:22])
m4_define([libjavascriptcoregtk_version], [16:11:16])
m4_define([libwebkit2gtk_version], [35:6:10])
m4_define([libwebkitgtk_version], [22:10:22])
m4_define([libjavascriptcoregtk_version], [16:12:16])
m4_define([libwebkit2gtk_version], [35:7:10])

m4_define([gtk2_required_version], [2.24.10])
m4_define([gtk3_required_version], [3.6.0])
Expand Down

0 comments on commit 8c3cb20

Please sign in to comment.