Changeset 94020 in webkit
- Timestamp:
- Aug 29, 2011, 3:30:22 PM (15 years ago)
- Location:
- releases/WebKitGTK/webkit-1.4
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
Source/WebKit/gtk/ChangeLog (modified) (1 diff)
-
Source/WebKit/gtk/NEWS (modified) (1 diff)
-
configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
releases/WebKitGTK/webkit-1.4/ChangeLog
r90182 r94020 1 2011-08-29 Martin Robinson <mrobinson@igalia.com> 2 3 Update NEWS and library versioning for the 1.4.3 release. 4 5 Reviewed by Gustavo Noronha. 6 7 * configure.ac: Update library version. 8 1 9 2011-06-30 Martin Robinson <mrobinson@igalia.com> 2 10 -
releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk/ChangeLog
r94014 r94020 1 2011-08-29 Martin Robinson <mrobinson@igalia.com> 2 3 Update NEWS and library versioning for the 1.4.3 release. 4 5 Reviewed by Gustavo Noronha. 6 7 * NEWS: Update the news. 8 1 9 2011-08-29 Xan Lopez <xlopez@igalia.com> 2 10 -
releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk/NEWS
r90182 r94020 1 ================= 2 WebKitGTK+ 1.4.3 3 ================= 4 5 This is a maintenance release which includes several noteworthy fixes: 6 7 - Backport the main frame scrollbar fixes from trunk. This should remove most of the 8 scrollbar-related crashes. 9 - Fix an issue which caused Flash to crash when used via nspluginwrapper. 10 - Work-around an issue with user-agent sniffing in Google Calendar. 11 12 Buf fixes since 1.4.2: 13 Bug 59821 - [GTK] Untangle GtkAdjustments from WebCore 14 Bug 63862 - r90148 did not apply to X11 platforms in WebKit1 15 Bug 63994 - [GTK] Google Calendar thinks we're mobile 16 1 17 ================= 2 18 WebKitGTK+ 1.4.2 -
releases/WebKitGTK/webkit-1.4/configure.ac
r90182 r94020 3 3 m4_define([webkit_major_version], [1]) 4 4 m4_define([webkit_minor_version], [4]) 5 m4_define([webkit_micro_version], [ 2])5 m4_define([webkit_micro_version], [3]) 6 6 7 7 # This is the version we'll be using as part of our User-Agent string … … 36 36 dnl # Libtool library version, not to confuse with API version 37 37 dnl # see http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html 38 LIBWEBKITGTK_VERSION=7: 2:738 LIBWEBKITGTK_VERSION=7:3:7 39 39 AC_SUBST([LIBWEBKITGTK_VERSION]) 40 40
Note:
See TracChangeset
for help on using the changeset viewer.