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

Changeset 176443 in webkit


Ignore:
Timestamp:
Nov 20, 2014, 11:06:52 PM (12 years ago)
Author:
Carlos Garcia Campos
Message:

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

.:

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

Source/WebKit2:

  • gtk/NEWS: Add release notes for 2.6.4.
Location:
releases/WebKitGTK/webkit-2.6
Files:
4 edited

Legend:

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

    r176391 r176443  
     12014-11-20  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.6.4 release.
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
     6
    172014-11-01  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog

    r176392 r176443  
     12014-11-20  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.6.4 release.
     4
     5        * gtk/NEWS: Add release notes for 2.6.4.
     6
    172014-11-01  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.6/Source/WebKit2/gtk/NEWS

    r176012 r176443  
     1=================
     2WebKitGTK+  2.6.4
     3=================
     4
     5What's new in WebKitGTK+ 2.6.4?
     6
     7  - Fix SSL connection issues with some websites after the POODLE
     8    vulnerability fix.
     9  - Fix several crashes in accessibility implementation.
     10  - Fix XMLHttpRequest with a timeout when using the network process.
     11  - Fix XMLHttpRequest with cookies disabled when using the network process.
     12  - Fix a crash in the network process when a synchronous load redirects to
     13    a new url in a different security origin.
     14  - Fix documentation of webkit_print_operation_get_page_setup().
     15  - Allow to build with GObject introspection disabled.
     16  - Fix the remote inspector when settings don't change after page
     17    initialization.
     18
    119=================
    220WebKitGTK+  2.6.3
  • releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake

    r176391 r176443  
    33set(PROJECT_VERSION_MAJOR 2)
    44set(PROJECT_VERSION_MINOR 6)
    5 set(PROJECT_VERSION_MICRO 3)
     5set(PROJECT_VERSION_MICRO 4)
    66set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
    77set(WEBKITGTK_API_VERSION 4.0)
     
    99# Libtool library version, not to be confused with API version.
    1010# See http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
    11 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 39 4 2)
    12 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 18 7 0)
     11CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 39 5 2)
     12CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 18 8 0)
    1313
    1414set(ENABLE_CREDENTIAL_STORAGE ON CACHE BOOL "Whether or not to enable support for credential storage using libsecret.")
Note: See TracChangeset for help on using the changeset viewer.