⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 94020 in webkit


Ignore:
Timestamp:
Aug 29, 2011, 3:30:22 PM (15 years ago)
Author:
Martin Robinson
Message:

2011-08-29 Martin Robinson <mrobinson@igalia.com>

Update NEWS and library versioning for the 1.4.3 release.

Reviewed by Gustavo Noronha.

  • configure.ac: Update library version.

2011-08-29 Martin Robinson <mrobinson@igalia.com>

Update NEWS and library versioning for the 1.4.3 release.

Reviewed by Gustavo Noronha.

  • NEWS: Update the news.
Location:
releases/WebKitGTK/webkit-1.4
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • releases/WebKitGTK/webkit-1.4/ChangeLog

    r90182 r94020  
     12011-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
    192011-06-30  Martin Robinson  <mrobinson@igalia.com>
    210
  • releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk/ChangeLog

    r94014 r94020  
     12011-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
    192011-08-29  Xan Lopez  <xlopez@igalia.com>
    210
  • releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk/NEWS

    r90182 r94020  
     1=================
     2WebKitGTK+ 1.4.3
     3=================
     4
     5This 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
     12Buf 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
    117=================
    218WebKitGTK+ 1.4.2
  • releases/WebKitGTK/webkit-1.4/configure.ac

    r90182 r94020  
    33m4_define([webkit_major_version], [1])
    44m4_define([webkit_minor_version], [4])
    5 m4_define([webkit_micro_version], [2])
     5m4_define([webkit_micro_version], [3])
    66
    77# This is the version we'll be using as part of our User-Agent string
     
    3636dnl # Libtool library version, not to confuse with API version
    3737dnl # see http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
    38 LIBWEBKITGTK_VERSION=7:2:7
     38LIBWEBKITGTK_VERSION=7:3:7
    3939AC_SUBST([LIBWEBKITGTK_VERSION])
    4040
Note: See TracChangeset for help on using the changeset viewer.