Changeset 192739 in webkit
- Timestamp:
- Nov 23, 2015, 12:47:39 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r192697 r192739 1 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release. 4 5 * Source/cmake/OptionsGTK.cmake: Bump version numbers. 6 1 7 2015-11-20 Alex Christensen <achristensen@webkit.org> 2 8 -
trunk/Source/WebKit2/ChangeLog
r192730 r192739 1 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release. 4 5 * gtk/NEWS: Add release notes for 2.11.2. 6 1 7 2015-11-22 Carlos Garcia Campos <cgarcia@igalia.com> 2 8 -
trunk/Source/WebKit2/gtk/NEWS
r191944 r192739 1 ================= 2 WebKitGTK+ 2.11.2 3 ================= 4 5 What's new in WebKitGTK+ 2.11.2? 6 7 - Enable FTL by default in JavaScriptCore for x86_64. 8 - Improved media backend performance by better handling glib main loop sources. 9 - Fix rendering of lines when using solid colors. 10 - Fix web process crashes due to BadDrawable X errors in accelerated compositing mode. 11 - Translation updates: Italian. 12 1 13 ================= 2 14 WebKitGTK+ 2.11.1 -
trunk/Source/cmake/OptionsGTK.cmake
r192697 r192739 3 3 set(PROJECT_VERSION_MAJOR 2) 4 4 set(PROJECT_VERSION_MINOR 11) 5 set(PROJECT_VERSION_MICRO 1)5 set(PROJECT_VERSION_MICRO 2) 6 6 set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO}) 7 7 set(WEBKITGTK_API_VERSION 4.0) … … 16 16 # Libtool library version, not to be confused with API version. 17 17 # See http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html 18 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 49 012)19 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 21 03)18 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 49 1 12) 19 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 21 1 3) 20 20 21 21 # These are shared variables, but we special case their definition so that we can use the
Note:
See TracChangeset
for help on using the changeset viewer.