Changeset 54260 in webkit


Ignore:
Timestamp:
Feb 2, 2010 3:37:50 PM (14 years ago)
Author:
kov@webkit.org
Message:

2010-02-02 Gustavo Noronha Silva <Gustavo Noronha Silva>

Reviewed by Xan Lopez.

Bump version, and adjust library versioning for 1.1.20.

  • configure.ac:

WebKit/gtk

2010-02-02 Gustavo Noronha Silva <Gustavo Noronha Silva>

Reviewed by Xan Lopez.

Changes in 1.1.20, and documentation control files update.

  • NEWS:
  • docs/webkitgtk-docs.sgml:
Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r54085 r54260  
     12010-02-02  Gustavo Noronha Silva  <gns@gnome.org>
     2
     3        Reviewed by Xan Lopez.
     4
     5        Bump version, and adjust library versioning for 1.1.20.
     6
     7        * configure.ac:
     8
    192010-01-29  Jeremy Orlow  <jorlow@chromium.org>
    210
  • trunk/WebKit/gtk/ChangeLog

    r54230 r54260  
     12010-02-02  Gustavo Noronha Silva  <gns@gnome.org>
     2
     3        Reviewed by Xan Lopez.
     4
     5        Changes in 1.1.20, and documentation control files update.
     6
     7        * NEWS:
     8        * docs/webkitgtk-docs.sgml:
     9
    1102010-02-02  Martin Robinson  <martin.james.robinson@gmail.com>
    211
  • trunk/WebKit/gtk/NEWS

    r53481 r54260  
     1=================
     2WebKitGTK+ 1.1.20
     3=================
     4
     5What's new in WebKitGTK+ 1.1.20?
     6
     7  - Fixes to the HTML5 Media Player infrastructure to satisfy sites
     8    that require cookies, and Referer to be sent; this makes
     9    WebKitGTK+ able to support the new HTML5 support added to Youtube,
     10    and Vimeo, for instance.
     11  - Windowless plugin support is finally here, making it possible to
     12    get plugins to behave on various web pages.
     13  - The usual stream of fixes, and improvements
     14
    115=================
    216WebKitGTK+ 1.1.19
  • trunk/WebKit/gtk/docs/webkitgtk-docs.sgml

    r52798 r54260  
    101101    <title>Index of new symbols in 1.1.18</title>
    102102  </index>
     103  <index id="index-1.1.20" role="1.1.20">
     104    <title>Index of new symbols in 1.1.20</title>
     105  </index>
    103106</book>
  • trunk/configure.ac

    r54085 r54260  
    33m4_define([webkit_major_version], [1])
    44m4_define([webkit_minor_version], [1])
    5 m4_define([webkit_micro_version], [19])
     5m4_define([webkit_micro_version], [20])
    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#Libtool-versioning
    38 LIBWEBKITGTK_VERSION=16:1:14
     38LIBWEBKITGTK_VERSION=17:0:15
    3939AC_SUBST([LIBWEBKITGTK_VERSION])
    4040
Note: See TracChangeset for help on using the changeset viewer.