diff --git a/.gitignore b/.gitignore index 267df374b3..3b1b851f64 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,16 @@ +releases +_site/ +.jekyll-cache/ vendor -_site -.bundle -.jekyll-cache +.bundle/ + +# Planet +_cache/ +_planet/ +*.tmplc + +# Python +/__pycache__/ + +# Security advisories temp files +/cvedata/cache/ diff --git a/404.md b/404.md index b5aa26b41f..b202ae21d7 100644 --- a/404.md +++ b/404.md @@ -3,7 +3,7 @@ layout: default permalink: /404.html --- -![404]({{site.baseurl}}/assets/404.png){:.full.pixels} +![404]({{site.baseurl}}/assets/404.png){:.full} # Page Not Found diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 0e259d42c9..0000000000 --- a/LICENSE +++ /dev/null @@ -1,121 +0,0 @@ -Creative Commons Legal Code - -CC0 1.0 Universal - - CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE - LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN - ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS - INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES - REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS - PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM - THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED - HEREUNDER. - -Statement of Purpose - -The laws of most jurisdictions throughout the world automatically confer -exclusive Copyright and Related Rights (defined below) upon the creator -and subsequent owner(s) (each and all, an "owner") of an original work of -authorship and/or a database (each, a "Work"). - -Certain owners wish to permanently relinquish those rights to a Work for -the purpose of contributing to a commons of creative, cultural and -scientific works ("Commons") that the public can reliably and without fear -of later claims of infringement build upon, modify, incorporate in other -works, reuse and redistribute as freely as possible in any form whatsoever -and for any purposes, including without limitation commercial purposes. -These owners may contribute to the Commons to promote the ideal of a free -culture and the further production of creative, cultural and scientific -works, or to gain reputation or greater distribution for their Work in -part through the use and efforts of others. - -For these and/or other purposes and motivations, and without any -expectation of additional consideration or compensation, the person -associating CC0 with a Work (the "Affirmer"), to the extent that he or she -is an owner of Copyright and Related Rights in the Work, voluntarily -elects to apply CC0 to the Work and publicly distribute the Work under its -terms, with knowledge of his or her Copyright and Related Rights in the -Work and the meaning and intended legal effect of CC0 on those rights. - -1. Copyright and Related Rights. A Work made available under CC0 may be -protected by copyright and related or neighboring rights ("Copyright and -Related Rights"). Copyright and Related Rights include, but are not -limited to, the following: - - i. the right to reproduce, adapt, distribute, perform, display, - communicate, and translate a Work; - ii. moral rights retained by the original author(s) and/or performer(s); -iii. publicity and privacy rights pertaining to a person's image or - likeness depicted in a Work; - iv. rights protecting against unfair competition in regards to a Work, - subject to the limitations in paragraph 4(a), below; - v. rights protecting the extraction, dissemination, use and reuse of data - in a Work; - vi. database rights (such as those arising under Directive 96/9/EC of the - European Parliament and of the Council of 11 March 1996 on the legal - protection of databases, and under any national implementation - thereof, including any amended or successor version of such - directive); and -vii. other similar, equivalent or corresponding rights throughout the - world based on applicable law or treaty, and any national - implementations thereof. - -2. Waiver. To the greatest extent permitted by, but not in contravention -of, applicable law, Affirmer hereby overtly, fully, permanently, -irrevocably and unconditionally waives, abandons, and surrenders all of -Affirmer's Copyright and Related Rights and associated claims and causes -of action, whether now known or unknown (including existing as well as -future claims and causes of action), in the Work (i) in all territories -worldwide, (ii) for the maximum duration provided by applicable law or -treaty (including future time extensions), (iii) in any current or future -medium and for any number of copies, and (iv) for any purpose whatsoever, -including without limitation commercial, advertising or promotional -purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each -member of the public at large and to the detriment of Affirmer's heirs and -successors, fully intending that such Waiver shall not be subject to -revocation, rescission, cancellation, termination, or any other legal or -equitable action to disrupt the quiet enjoyment of the Work by the public -as contemplated by Affirmer's express Statement of Purpose. - -3. Public License Fallback. Should any part of the Waiver for any reason -be judged legally invalid or ineffective under applicable law, then the -Waiver shall be preserved to the maximum extent permitted taking into -account Affirmer's express Statement of Purpose. In addition, to the -extent the Waiver is so judged Affirmer hereby grants to each affected -person a royalty-free, non transferable, non sublicensable, non exclusive, -irrevocable and unconditional license to exercise Affirmer's Copyright and -Related Rights in the Work (i) in all territories worldwide, (ii) for the -maximum duration provided by applicable law or treaty (including future -time extensions), (iii) in any current or future medium and for any number -of copies, and (iv) for any purpose whatsoever, including without -limitation commercial, advertising or promotional purposes (the -"License"). The License shall be deemed effective as of the date CC0 was -applied by Affirmer to the Work. Should any part of the License for any -reason be judged legally invalid or ineffective under applicable law, such -partial invalidity or ineffectiveness shall not invalidate the remainder -of the License, and in such case Affirmer hereby affirms that he or she -will not (i) exercise any of his or her remaining Copyright and Related -Rights in the Work or (ii) assert any associated claims and causes of -action with respect to the Work, in either case contrary to Affirmer's -express Statement of Purpose. - -4. Limitations and Disclaimers. - - a. No trademark or patent rights held by Affirmer are waived, abandoned, - surrendered, licensed or otherwise affected by this document. - b. Affirmer offers the Work as-is and makes no representations or - warranties of any kind concerning the Work, express, implied, - statutory or otherwise, including without limitation warranties of - title, merchantability, fitness for a particular purpose, non - infringement, or the absence of latent or other defects, accuracy, or - the present or absence of errors, whether or not discoverable, all to - the greatest extent permissible under applicable law. - c. Affirmer disclaims responsibility for clearing rights of other persons - that may apply to the Work or any use thereof, including without - limitation any person's Copyright and Related Rights in the Work. - Further, Affirmer disclaims responsibility for obtaining any necessary - consents, permissions or other rights required for any use of the - Work. - d. Affirmer understands and acknowledges that Creative Commons is not a - party to this document and has no duty or obligation with respect to - this CC0 or use of the Work. diff --git a/_config.yml b/_config.yml index e88283267d..43cde68968 100644 --- a/_config.yml +++ b/_config.yml @@ -1,11 +1,13 @@ -# Site settings title: WebKitGTK -url: "https://webkitgtk.org" # the base hostname & protocol for your site -sourceurl: "https://github.com/WebKitGTK/webkitgtk.org" # "edit this website" link in the footer +url: "https://webkitgtk.org" +sourceurl: "https://github.com/WebKitGTK/webkitgtk.org" description: "A WebKit port for the GTK library." -issuesurl: "https://github.com/WebKitGTK/webkitgtk.org/issues" # issue tracker for website +issuesurl: "https://github.com/WebKitGTK/webkitgtk.org/issues" permalink: /:title/ -primary-color: "#3584e4" #used in ios theme. further color customization in style.css +primary-color: "#3584e4" +exclude: ["README.md", "scripts", "releases", "planet", "reference", "cvedata"] -# Build settings markdown: kramdown + +stable-release-version: 2.46.3 +unstable-release-version: 2.47.1 diff --git a/_includes/head.html b/_includes/head.html index f73964b20a..c4bee1bcd1 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -8,6 +8,7 @@ + diff --git a/_posts/2013-05-13-webkitgtk2.0.2-released.md b/_posts/2013-05-13-webkitgtk2.0.2-released.md index 0eeba5d598..f50fe0dc2e 100644 --- a/_posts/2013-05-13-webkitgtk2.0.2-released.md +++ b/_posts/2013-05-13-webkitgtk2.0.2-released.md @@ -21,4 +21,4 @@ This is a bug fix release in the stable 2.0 series. - Fix the build due to unresolved symbols in ProcessLauncherGtk.cpp. - Translation updates: Odia. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2013-05-29-webkitgtk2.1.1-released.md b/_posts/2013-05-29-webkitgtk2.1.1-released.md index 6001536cea..613ea46835 100644 --- a/_posts/2013-05-29-webkitgtk2.1.1-released.md +++ b/_posts/2013-05-29-webkitgtk2.1.1-released.md @@ -25,4 +25,4 @@ This is the first development release leading toward 2.2 series. - Fix several GObject instrospection warnings. - Fixed several memory leaks. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2013-06-11-webkitgtk2.0.3-released.md b/_posts/2013-06-11-webkitgtk2.0.3-released.md index 15d8423deb..0bfeff0235 100644 --- a/_posts/2013-06-11-webkitgtk2.0.3-released.md +++ b/_posts/2013-06-11-webkitgtk2.0.3-released.md @@ -24,4 +24,4 @@ This is a bug fix release in the stable 2.0 series. - Fix memory leak when web process is terminated. - Translation updates: Hindi, Telugu, Odia, Kannada, as-IN. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2013-06-18-webkitgtk2.1.2-released.md b/_posts/2013-06-18-webkitgtk2.1.2-released.md index a4a1f433d7..7365d8c4fa 100644 --- a/_posts/2013-06-18-webkitgtk2.1.2-released.md +++ b/_posts/2013-06-18-webkitgtk2.1.2-released.md @@ -22,4 +22,4 @@ This is a development release leading toward 2.2 series. - Fix memory leak when web process is terminated. - Translation updates: Telugu, Hindi, Kannada, Odia. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2013-07-09-webkitgtk2.1.3-released.md b/_posts/2013-07-09-webkitgtk2.1.3-released.md index f4c69e6cf2..44dd9e658d 100644 --- a/_posts/2013-07-09-webkitgtk2.1.3-released.md +++ b/_posts/2013-07-09-webkitgtk2.1.3-released.md @@ -22,4 +22,4 @@ This is a development release leading toward 2.2 series. that failed to load. - Fix several memory leaks. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2013-07-20-webkitgtk2.0.4-released.md b/_posts/2013-07-20-webkitgtk2.0.4-released.md index 34f81423f9..d96a79a964 100644 --- a/_posts/2013-07-20-webkitgtk2.0.4-released.md +++ b/_posts/2013-07-20-webkitgtk2.0.4-released.md @@ -22,4 +22,4 @@ This is a bug fix release in the stable 2.0 series. - Fix debug build and some other build issues. - Fix several memory leaks. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2013-08-12-webkitgtk2.1.4-released.md b/_posts/2013-08-12-webkitgtk2.1.4-released.md index 16a7eb1c28..254733df9e 100644 --- a/_posts/2013-08-12-webkitgtk2.1.4-released.md +++ b/_posts/2013-08-12-webkitgtk2.1.4-released.md @@ -33,4 +33,4 @@ This is a development release leading toward 2.2 series. - Fix the build when building with GTK+ 2. - Fix several memory leaks. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2013-08-27-webkitgtk2.1.90-released.md b/_posts/2013-08-27-webkitgtk2.1.90-released.md index 2ee828cfff..38d968c8b0 100644 --- a/_posts/2013-08-27-webkitgtk2.1.90-released.md +++ b/_posts/2013-08-27-webkitgtk2.1.90-released.md @@ -16,4 +16,4 @@ This is a development release leading toward 2.2 series. - Fix a crash in WebKit1 when inspector window is closed. - Translation updates: Brazilian Portuguese. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2013-09-11-webkitgtk2.1.91-released.md b/_posts/2013-09-11-webkitgtk2.1.91-released.md index b5522129c3..8dbc1b34d1 100644 --- a/_posts/2013-09-11-webkitgtk2.1.91-released.md +++ b/_posts/2013-09-11-webkitgtk2.1.91-released.md @@ -25,4 +25,4 @@ This is a development release leading toward 2.2 series. - Fix the build on GNU/Hurd. - Translation updates: Brazilian Portuguese, Spanish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2013-09-18-webkitgtk2.1.92-released.md b/_posts/2013-09-18-webkitgtk2.1.92-released.md index bdd721194e..0451a73c0d 100644 --- a/_posts/2013-09-18-webkitgtk2.1.92-released.md +++ b/_posts/2013-09-18-webkitgtk2.1.92-released.md @@ -29,4 +29,4 @@ This is a development release leading toward 2.2 series. partition. - Translation updates: Polish, Brazilian Portuguese, Spanish, Galician -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2013-10-16-webkitgtk2.2.1-released.md b/_posts/2013-10-16-webkitgtk2.2.1-released.md index 11f065dc37..5d20a79acc 100644 --- a/_posts/2013-10-16-webkitgtk2.2.1-released.md +++ b/_posts/2013-10-16-webkitgtk2.2.1-released.md @@ -14,4 +14,4 @@ This is the first bug fix release in the stable 2.2 series. when the plugin instance is destroyed. - Fix the build with drag and drop support disabled. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2013-10-29-webkitgtk2.3.1-released.md b/_posts/2013-10-29-webkitgtk2.3.1-released.md index c078a35961..b18935f21b 100644 --- a/_posts/2013-10-29-webkitgtk2.3.1-released.md +++ b/_posts/2013-10-29-webkitgtk2.3.1-released.md @@ -24,4 +24,4 @@ This is the first development release leading toward 2.4 series. fail. - Fix several memory leaks. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2013-11-11-webkitgtk2.2.2-released.md b/_posts/2013-11-11-webkitgtk2.2.2-released.md index 85a418ccc2..b09da15f29 100644 --- a/_posts/2013-11-11-webkitgtk2.2.2-released.md +++ b/_posts/2013-11-11-webkitgtk2.2.2-released.md @@ -11,4 +11,4 @@ This is a bug fix release in the stable 2.2 series. - Enable text edition undo/redo operations support in WebKit2. - Fix the build on non-linux platforms. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2013-11-18-webkitgtk2.3.2-released.md b/_posts/2013-11-18-webkitgtk2.3.2-released.md index 0a8d7b337e..f57a7cf565 100644 --- a/_posts/2013-11-18-webkitgtk2.3.2-released.md +++ b/_posts/2013-11-18-webkitgtk2.3.2-released.md @@ -17,4 +17,4 @@ This is a development release leading toward 2.4 series. - Do not omit playback rate when seeking in GStreamer media backend. - Several build fixes on non-linux platforms. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2013-12-04-webkitgtk2.2.3-released.md b/_posts/2013-12-04-webkitgtk2.2.3-released.md index 125b66152a..fe073b1240 100644 --- a/_posts/2013-12-04-webkitgtk2.2.3-released.md +++ b/_posts/2013-12-04-webkitgtk2.2.3-released.md @@ -20,4 +20,4 @@ This is a bug fix release in the stable 2.2 series. in 32 bit platforms. - Fix the build with freetype >= 2.5.1. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2013-12-18-webkitgtk2.3.3-released.md b/_posts/2013-12-18-webkitgtk2.3.3-released.md index 5cfa343185..442800cc0f 100644 --- a/_posts/2013-12-18-webkitgtk2.3.3-released.md +++ b/_posts/2013-12-18-webkitgtk2.3.3-released.md @@ -34,4 +34,4 @@ This is a development release leading toward 2.4 series. TextCombinerGStreamer. - Translation updates: Brazilian Portuguese. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-01-13-webkitgtk2.3.4-released.md b/_posts/2014-01-13-webkitgtk2.3.4-released.md index 327d0f2d1f..dd35f2ae56 100644 --- a/_posts/2014-01-13-webkitgtk2.3.4-released.md +++ b/_posts/2014-01-13-webkitgtk2.3.4-released.md @@ -20,4 +20,4 @@ This is a development release leading toward 2.4 series. - Fix WebGL with GLES. - Translation updates: Dutch, Brazilian Portuguese. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-01-21-webkitgtk2.2.4-released.md b/_posts/2014-01-21-webkitgtk2.2.4-released.md index 31e680202e..19c0ae7d35 100644 --- a/_posts/2014-01-21-webkitgtk2.2.4-released.md +++ b/_posts/2014-01-21-webkitgtk2.2.4-released.md @@ -21,4 +21,4 @@ This is a bug fix release in the stable 2.2 series. - Fix the build in Mac/Darwin. - Fix the build with GCC in i386. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-02-05-webkitgtk2.3.5-released.md b/_posts/2014-02-05-webkitgtk2.3.5-released.md index 4abed028e7..c0b6330a5c 100644 --- a/_posts/2014-02-05-webkitgtk2.3.5-released.md +++ b/_posts/2014-02-05-webkitgtk2.3.5-released.md @@ -21,4 +21,4 @@ This is a development release leading toward 2.4 series. - Fix a web process crash when a download is cancelled. - Fix several crashes when printing via JavaScript. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-02-17-webkitgtk2.3.90-released.md b/_posts/2014-02-17-webkitgtk2.3.90-released.md index f6e20647a2..09ef47f9f4 100644 --- a/_posts/2014-02-17-webkitgtk2.3.90-released.md +++ b/_posts/2014-02-17-webkitgtk2.3.90-released.md @@ -17,4 +17,4 @@ This is a development release leading toward 2.4 series. - Fix a crash in GStreamer media backend when playback rate is too high. - Fix the build on FreeBSD. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-02-19-webkitgtk2.2.5-released.md b/_posts/2014-02-19-webkitgtk2.2.5-released.md index 9b2d622ca3..4b56ddf432 100644 --- a/_posts/2014-02-19-webkitgtk2.2.5-released.md +++ b/_posts/2014-02-19-webkitgtk2.2.5-released.md @@ -19,4 +19,4 @@ This is a bug fix release in the stable 2.2 series. - Fix a web process crash when a download is cancelled. - Fix the build on FreeBSD. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-03-03-webkitgtk2.3.91-released.md b/_posts/2014-03-03-webkitgtk2.3.91-released.md index 33c21d3d16..ee2b808cda 100644 --- a/_posts/2014-03-03-webkitgtk2.3.91-released.md +++ b/_posts/2014-03-03-webkitgtk2.3.91-released.md @@ -19,4 +19,4 @@ This is a development release leading toward 2.4 series. - Several build fixes for FreeBSD. - Fix the build with wayland support enabled. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-03-17-webkitgtk2.3.92-released.md b/_posts/2014-03-17-webkitgtk2.3.92-released.md index 1ba3e89e20..8ae5d44fb4 100644 --- a/_posts/2014-03-17-webkitgtk2.3.92-released.md +++ b/_posts/2014-03-17-webkitgtk2.3.92-released.md @@ -20,4 +20,4 @@ This is a development release leading toward 2.4 series. - Fix the build when using vala bindings due to UI and web process main headers included together. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-03-19-webkitgtk2.2.6-released.md b/_posts/2014-03-19-webkitgtk2.2.6-released.md index a4b50ecfc9..28495e5e6e 100644 --- a/_posts/2014-03-19-webkitgtk2.2.6-released.md +++ b/_posts/2014-03-19-webkitgtk2.2.6-released.md @@ -18,4 +18,4 @@ This is a bug fix release in the stable 2.2 series. - Fix the generation of g_return macros for GObject DOM bindings in some cases where non pointer parameters were handled as pointers. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-04-14-webkitgtk2.4.1-released.md b/_posts/2014-04-14-webkitgtk2.4.1-released.md index 2dbb230b51..a657464250 100644 --- a/_posts/2014-04-14-webkitgtk2.4.1-released.md +++ b/_posts/2014-04-14-webkitgtk2.4.1-released.md @@ -18,4 +18,4 @@ This is the first bug fix release in the stable 2.4 series. - Append Safari version to UserAgent to fix redirections in www.globalforestwatch.org. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-04-30-webkitgtk2.2.7-released.md b/_posts/2014-04-30-webkitgtk2.2.7-released.md index 91f2aabf58..29fbf04375 100644 --- a/_posts/2014-04-30-webkitgtk2.2.7-released.md +++ b/_posts/2014-04-30-webkitgtk2.2.7-released.md @@ -15,4 +15,4 @@ This is a bug fix release in the stable 2.2 series. - Fix acceletared video when the video format has an alpha component. - Fix a crash in plugin process when loading GTK2 windowed plugins. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-05-12-webkitgtk2.4.2-released.md b/_posts/2014-05-12-webkitgtk2.4.2-released.md index 84aa019286..a3302b227d 100644 --- a/_posts/2014-05-12-webkitgtk2.4.2-released.md +++ b/_posts/2014-05-12-webkitgtk2.4.2-released.md @@ -14,4 +14,4 @@ This is a bug fix release in the stable 2.4 series. - Fix a crash after getting web view context property with g_object_get. - Fix a new[] delete[] mismatch in SocketStreamHandleSoup. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-05-26-webkitgtk2.4.3-released.md b/_posts/2014-05-26-webkitgtk2.4.3-released.md index 79a1e198c8..eb1a47ae17 100644 --- a/_posts/2014-05-26-webkitgtk2.4.3-released.md +++ b/_posts/2014-05-26-webkitgtk2.4.3-released.md @@ -15,4 +15,4 @@ This is a bug fix release in the stable 2.4 series. WebKitWebPage::send-request signal when not redirecting. - Add missing files to the build required for building in Windows. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-07-08-webkitgtk2.4.4-released.md b/_posts/2014-07-08-webkitgtk2.4.4-released.md index 1eb6879439..ece45119c8 100644 --- a/_posts/2014-07-08-webkitgtk2.4.4-released.md +++ b/_posts/2014-07-08-webkitgtk2.4.4-released.md @@ -20,4 +20,4 @@ This is a bug fix release in the stable 2.4 series. - Fix web process leak when closing pages with network process enabled. - Fix the build with --disable-webgl --disable-accelerated-compositing. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-08-01-webkitgtk2.5.1-released.md b/_posts/2014-08-01-webkitgtk2.5.1-released.md index 19338f35a4..c77f4e0feb 100644 --- a/_posts/2014-08-01-webkitgtk2.5.1-released.md +++ b/_posts/2014-08-01-webkitgtk2.5.1-released.md @@ -27,4 +27,4 @@ This is the first development release leading toward 2.6 series. - Add HighDPI support for non-accelerated compositing contents. - Use a different user agent string depending on the site. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-08-11-webkitgtk2.5.2-released.md b/_posts/2014-08-11-webkitgtk2.5.2-released.md index 09887245e6..c169d9af20 100644 --- a/_posts/2014-08-11-webkitgtk2.5.2-released.md +++ b/_posts/2014-08-11-webkitgtk2.5.2-released.md @@ -18,4 +18,4 @@ This is a development release leading toward 2.6 series. - Rename translation domain to WebKit2GTK-4.0. - Install the processes in a versioned directory. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-08-15-webkitgtk2.5.3-released.md b/_posts/2014-08-15-webkitgtk2.5.3-released.md index 7c3a4da6e6..e3cfa4c7ba 100644 --- a/_posts/2014-08-15-webkitgtk2.5.3-released.md +++ b/_posts/2014-08-15-webkitgtk2.5.3-released.md @@ -14,4 +14,4 @@ This is a development release leading toward 2.6 series. - Install the HTML API docs for WebKit2 and WebKitDOM in a versioned directory. - Intall the GObject instrospection files to the correct path. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-08-26-webkitgtk2.4.5-released.md b/_posts/2014-08-26-webkitgtk2.4.5-released.md index 0f3c5733c4..35bbbb9a8a 100644 --- a/_posts/2014-08-26-webkitgtk2.4.5-released.md +++ b/_posts/2014-08-26-webkitgtk2.4.5-released.md @@ -21,4 +21,4 @@ This is a bug fix release in the stable 2.4 series. versions. - Add support for little-endian PowerPC64. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-09-19-webkitgtk2.5.90-released.md b/_posts/2014-09-19-webkitgtk2.5.90-released.md index 90d0b9ceba..2f1278d618 100644 --- a/_posts/2014-09-19-webkitgtk2.5.90-released.md +++ b/_posts/2014-09-19-webkitgtk2.5.90-released.md @@ -21,4 +21,4 @@ This is a development release leading toward 2.6 series. - Make the GStreamer media backend not send the transferMode HTTP header. - Translation updates: Assamese -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-09-29-webkitgtk2.4.6-released.md b/_posts/2014-09-29-webkitgtk2.4.6-released.md index a7644c07cf..5c5b8b141d 100644 --- a/_posts/2014-09-29-webkitgtk2.4.6-released.md +++ b/_posts/2014-09-29-webkitgtk2.4.6-released.md @@ -14,4 +14,4 @@ This is a bug fix release in the stable 2.4 series. - Fix race condition when downloading a file due to the intermediate temporary file. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-10-01-webkitgtk2.2.8-released.md b/_posts/2014-10-01-webkitgtk2.2.8-released.md index fc11f01501..1e8f5a22f7 100644 --- a/_posts/2014-10-01-webkitgtk2.2.8-released.md +++ b/_posts/2014-10-01-webkitgtk2.2.8-released.md @@ -17,4 +17,4 @@ This is a bug fix release in the stable 2.2 series. - Make sure the plugins cache is always used even if the cache directory doesn't exist. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-10-13-webkitgtk2.6.1-released.md b/_posts/2014-10-13-webkitgtk2.6.1-released.md index 067250cfcd..51d69fbfa9 100644 --- a/_posts/2014-10-13-webkitgtk2.6.1-released.md +++ b/_posts/2014-10-13-webkitgtk2.6.1-released.md @@ -19,4 +19,4 @@ This is the first bug fix release in the stable 2.6 series. generated headers are always identical. - Translation updates: Telugu, Hindi. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-10-22-webkitgtk2.4.7-released.md b/_posts/2014-10-22-webkitgtk2.4.7-released.md index 7976b0326a..81851d7f72 100644 --- a/_posts/2014-10-22-webkitgtk2.4.7-released.md +++ b/_posts/2014-10-22-webkitgtk2.4.7-released.md @@ -19,4 +19,4 @@ This is a bug fix release in the stable 2.4 series. - Don't include full path names in WebKitEnumTypes.h to ensure the generated headers are always identical. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-10-22-webkitgtk2.6.2-released.md b/_posts/2014-10-22-webkitgtk2.6.2-released.md index 4a5e9af88e..d8b456e46a 100644 --- a/_posts/2014-10-22-webkitgtk2.6.2-released.md +++ b/_posts/2014-10-22-webkitgtk2.6.2-released.md @@ -18,4 +18,4 @@ This is a bug fix release in the stable 2.6 series. smooth scrolling. - Fix the build with drag and drop support disabled. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-10-28-webkitgtk2.7.1-released.md b/_posts/2014-10-28-webkitgtk2.7.1-released.md index 76564e548e..8f53bedb29 100644 --- a/_posts/2014-10-28-webkitgtk2.7.1-released.md +++ b/_posts/2014-10-28-webkitgtk2.7.1-released.md @@ -14,4 +14,4 @@ This is the first development release leading toward 2.8 series. - The Web Inspector now uses a separate Web Process. - Add implementation of subtle crypto HMAC and digest algorithms. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-11-12-webkitgtk2.6.3-released.md b/_posts/2014-11-12-webkitgtk2.6.3-released.md index 91535d3a51..65200e8e78 100644 --- a/_posts/2014-11-12-webkitgtk2.6.3-released.md +++ b/_posts/2014-11-12-webkitgtk2.6.3-released.md @@ -19,4 +19,4 @@ This is a bug fix release in the stable 2.6 series. - Fix the build on FreeBSD and GNU Hurd. - Fix the build with video disabled. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-11-21-webkitgtk2.6.4-released.md b/_posts/2014-11-21-webkitgtk2.6.4-released.md index b9d8161cf5..9e719f5528 100644 --- a/_posts/2014-11-21-webkitgtk2.6.4-released.md +++ b/_posts/2014-11-21-webkitgtk2.6.4-released.md @@ -19,4 +19,4 @@ This is a bug fix release in the stable 2.6 series. - Fix the remote inspector when settings don't change after page initialization. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-11-24-webkitgtk2.7.2-released.md b/_posts/2014-11-24-webkitgtk2.7.2-released.md index cd8015659e..df1a358bb3 100644 --- a/_posts/2014-11-24-webkitgtk2.7.2-released.md +++ b/_posts/2014-11-24-webkitgtk2.7.2-released.md @@ -24,4 +24,4 @@ This is a development release leading toward 2.8 series. make sure it’s freed when the video element is removed from the DOM. - Fix documentation of webkit_print_operation_get_page_setup(). -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2014-12-16-webkitgtk2.7.3-released.md b/_posts/2014-12-16-webkitgtk2.7.3-released.md index 81f2393d64..d84621074d 100644 --- a/_posts/2014-12-16-webkitgtk2.7.3-released.md +++ b/_posts/2014-12-16-webkitgtk2.7.3-released.md @@ -22,4 +22,4 @@ This is a development release leading toward 2.8 series. - Fix deadlock when shutting down AudioDestination. - Translation updates: Kannada, Assamese -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-01-07-webkitgtk2.4.8-released.md b/_posts/2015-01-07-webkitgtk2.4.8-released.md index 4154d2d12b..8b386db48b 100644 --- a/_posts/2015-01-07-webkitgtk2.4.8-released.md +++ b/_posts/2015-01-07-webkitgtk2.4.8-released.md @@ -15,4 +15,4 @@ This is a bug fix release in the stable 2.4 series. - Security fixes: [CVE-2014-1344](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1344), [CVE-2014-1384](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1384), [CVE-2014-1385](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1385), [CVE-2014-1386](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1386), [CVE-2014-1387](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1387), [CVE-2014-1388](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1388), [CVE-2014-1389](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1389), [CVE-2014-1390](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1390). -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-01-15-webkitgtk2.6.5-released.md b/_posts/2015-01-15-webkitgtk2.6.5-released.md index 1209dcf875..44b8eaa715 100644 --- a/_posts/2015-01-15-webkitgtk2.6.5-released.md +++ b/_posts/2015-01-15-webkitgtk2.6.5-released.md @@ -24,4 +24,4 @@ This is a bug fix release in the stable 2.6 series. - Fixed several crashes in WebCore and JavaScriptCore. - Translation updates: Assamese. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-01-20-webkitgtk2.7.4-released.md b/_posts/2015-01-20-webkitgtk2.7.4-released.md index 022cabe9d0..c90e007a49 100644 --- a/_posts/2015-01-20-webkitgtk2.7.4-released.md +++ b/_posts/2015-01-20-webkitgtk2.7.4-released.md @@ -14,4 +14,4 @@ This is a development release leading toward 2.8 series. - Do not resize the accelerating compositing window to the web size until accelerated compositing mode is activated. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-01-26-security-advisory-2015-0001.md b/_posts/2015-01-26-security-advisory-2015-0001.md index b824acdc6c..9c62255741 100644 --- a/_posts/2015-01-26-security-advisory-2015-0001.md +++ b/_posts/2015-01-26-security-advisory-2015-0001.md @@ -411,5 +411,5 @@ WebKitGTK+. For the 2.4 series, these problems have been fixed in release 2.4.8. -Further information about WebKitGTK+ Security Advisories can be found at: +Further information about WebKitGTK+ Security Advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) diff --git a/_posts/2015-02-17-webkitgtk2.7.90-released.md b/_posts/2015-02-17-webkitgtk2.7.90-released.md index 8fc0a22953..ac64f7bc74 100644 --- a/_posts/2015-02-17-webkitgtk2.7.90-released.md +++ b/_posts/2015-02-17-webkitgtk2.7.90-released.md @@ -23,4 +23,4 @@ This is a development release leading toward 2.8 series. - Fix the build with recent versions of GLib that have GMutexLocker. - Fix the gtk-doc generation to appear in DevHelp. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-03-03-webkitgtk2.7.91-released.md b/_posts/2015-03-03-webkitgtk2.7.91-released.md index 819724ef8d..2df52f55e1 100644 --- a/_posts/2015-03-03-webkitgtk2.7.91-released.md +++ b/_posts/2015-03-03-webkitgtk2.7.91-released.md @@ -20,4 +20,4 @@ This is a development release leading toward 2.8 series. - Fix the build with CMake 3.2. - Fix the C-Loop LLInt build. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-03-17-webkitgtk2.7.92-released.md b/_posts/2015-03-17-webkitgtk2.7.92-released.md index dbf5921381..76bc80b164 100644 --- a/_posts/2015-03-17-webkitgtk2.7.92-released.md +++ b/_posts/2015-03-17-webkitgtk2.7.92-released.md @@ -26,4 +26,4 @@ This is a development release leading toward 2.8 series. - Fix the build with video enabled but WebAudio disabled. - Translation updates: Hebrew, Polish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-04-07-webkitgtk2.6.6-released.md b/_posts/2015-04-07-webkitgtk2.6.6-released.md index 75d0dd65e2..f26096ea44 100644 --- a/_posts/2015-04-07-webkitgtk2.6.6-released.md +++ b/_posts/2015-04-07-webkitgtk2.6.6-released.md @@ -29,4 +29,4 @@ This is a bug fix release in the stable 2.6 series. - Fix the build with recent versions of GLib that have GMutexLocker. - Fix the gtk-doc generation to appear in DevHelp. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-04-14-webkitgtk2.8.1-released.md b/_posts/2015-04-14-webkitgtk2.8.1-released.md index 223c41c01e..88c263675a 100644 --- a/_posts/2015-04-14-webkitgtk2.8.1-released.md +++ b/_posts/2015-04-14-webkitgtk2.8.1-released.md @@ -15,4 +15,4 @@ This is the first bug fix release in the stable 2.8 series. - Fix the build with Wayland target enabled. - Fix the build for HPPA. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-05-07-webkitgtk2.9.1-released.md b/_posts/2015-05-07-webkitgtk2.9.1-released.md index a1003ced42..04c855d285 100644 --- a/_posts/2015-05-07-webkitgtk2.9.1-released.md +++ b/_posts/2015-05-07-webkitgtk2.9.1-released.md @@ -12,4 +12,4 @@ This is the first development release leading toward 2.10 series. - Add support for automatic hyphenation using libhyphen when it's available. - Fix network redirection to a non HTTP destination. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-05-12-webkitgtk2.8.2-released.md b/_posts/2015-05-12-webkitgtk2.8.2-released.md index 874b801b20..9c97cc8ed1 100644 --- a/_posts/2015-05-12-webkitgtk2.8.2-released.md +++ b/_posts/2015-05-12-webkitgtk2.8.2-released.md @@ -14,4 +14,4 @@ This is a bug fix release in the stable 2.8 series. - Prevent WorkQueue objects from being leaked and ensure its worker thread always exits. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-05-15-webkitgtk2.8.3-released.md b/_posts/2015-05-15-webkitgtk2.8.3-released.md index 55377d63fb..1d63e084e4 100644 --- a/_posts/2015-05-15-webkitgtk2.8.3-released.md +++ b/_posts/2015-05-15-webkitgtk2.8.3-released.md @@ -12,4 +12,4 @@ This is a bug fix release in the stable 2.8 series. - Fix the build with Netscape plugins disabled. - Fix XPixamps leaked by GLContext when using EGL on X11. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-05-20-webkitgtk2.4.9-released.md b/_posts/2015-05-20-webkitgtk2.4.9-released.md index 0bde7bb2af..b324f96989 100644 --- a/_posts/2015-05-20-webkitgtk2.4.9-released.md +++ b/_posts/2015-05-20-webkitgtk2.4.9-released.md @@ -27,4 +27,4 @@ This is a bug fix release in the stable 2.4 series. - Fix the build with recent versions of GLib that have GMutexLocker. - Fix the build for Linux/MIPS64EL. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-05-27-webkitgtk2.9.2-released.md b/_posts/2015-05-27-webkitgtk2.9.2-released.md index 5f350745e6..2b23682d6d 100644 --- a/_posts/2015-05-27-webkitgtk2.9.2-released.md +++ b/_posts/2015-05-27-webkitgtk2.9.2-released.md @@ -22,4 +22,4 @@ This is a development release leading toward 2.10 series. - Fix XPixmaps leaked by GLContext when using EGL on X11. - Translation updates: Catalan. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-06-23-webkitgtk2.9.3-released.md b/_posts/2015-06-23-webkitgtk2.9.3-released.md index 8c6f7f8cfc..196a645982 100644 --- a/_posts/2015-06-23-webkitgtk2.9.3-released.md +++ b/_posts/2015-06-23-webkitgtk2.9.3-released.md @@ -19,4 +19,4 @@ This is a development release leading toward 2.10 series. - Expose element tag name as an object attribute to accessibility. - Fix the build with Wayland target enabled. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-07-08-webkitgtk2.8.4-released.md b/_posts/2015-07-08-webkitgtk2.8.4-released.md index 227cc08593..a15147ef1c 100644 --- a/_posts/2015-07-08-webkitgtk2.8.4-released.md +++ b/_posts/2015-07-08-webkitgtk2.8.4-released.md @@ -22,4 +22,4 @@ This is a bug fix release in the stable 2.8 series. - Fix several memory leaks. - Translation updates: Catalan. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-07-22-webkitgtk2.9.4-released.md b/_posts/2015-07-22-webkitgtk2.9.4-released.md index bbb30114cf..c6a132f333 100644 --- a/_posts/2015-07-22-webkitgtk2.9.4-released.md +++ b/_posts/2015-07-22-webkitgtk2.9.4-released.md @@ -23,4 +23,4 @@ This is a development release leading toward 2.10 series. - Update and optimize some of the web inspector icons. - Translation updates: Swedish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-08-03-webkitgtk2.9.5-released.md b/_posts/2015-08-03-webkitgtk2.9.5-released.md index 5c5b5b7721..b48e6a8948 100644 --- a/_posts/2015-08-03-webkitgtk2.9.5-released.md +++ b/_posts/2015-08-03-webkitgtk2.9.5-released.md @@ -17,4 +17,4 @@ This is a development release leading toward 2.10 series. - Disable NPAPI plugins when running on Wayland. - Translation updates: Swedish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-08-06-webkitgtk2.8.5-released.md b/_posts/2015-08-06-webkitgtk2.8.5-released.md index 3f803272fe..884865ac72 100644 --- a/_posts/2015-08-06-webkitgtk2.8.5-released.md +++ b/_posts/2015-08-06-webkitgtk2.8.5-released.md @@ -18,4 +18,4 @@ This is a bug fix release in the stable 2.8 series. - Several crashes and rendering issues fixed. - Translation updates: Swedish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-08-14-webkitgtk2.9.90-released.md b/_posts/2015-08-14-webkitgtk2.9.90-released.md index 0b6db9fd9f..0bb90810d1 100644 --- a/_posts/2015-08-14-webkitgtk2.9.90-released.md +++ b/_posts/2015-08-14-webkitgtk2.9.90-released.md @@ -13,4 +13,4 @@ This is a development release leading toward 2.10 series. - Improve image quality when using newer versions of cairo/pixman. - Fix a crash when the web view is destroyed while the screensaver DBus proxy is being created. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-08-26-webkitgtk2.9.91-released.md b/_posts/2015-08-26-webkitgtk2.9.91-released.md index b35cd20cd0..f74a367635 100644 --- a/_posts/2015-08-26-webkitgtk2.9.91-released.md +++ b/_posts/2015-08-26-webkitgtk2.9.91-released.md @@ -11,4 +11,4 @@ This is a development release leading toward 2.10 series. - Fix runtime critical warning when there are missing media plugins. - Fix the build on systems with GTK+ compiled with an old version of wayland. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-09-16-webkitgtk2.9.92-released.md b/_posts/2015-09-16-webkitgtk2.9.92-released.md index a27997bb3e..f0da7294e2 100644 --- a/_posts/2015-09-16-webkitgtk2.9.92-released.md +++ b/_posts/2015-09-16-webkitgtk2.9.92-released.md @@ -16,4 +16,4 @@ This is a development release leading toward 2.10 series. - Fix everal memory leaks. - Translation updates: Bulgarian, Gujarati, Polish, Slovenian, Spanish, Tamil, Turkish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-10-14-webkitgtk2.10.1-released.md b/_posts/2015-10-14-webkitgtk2.10.1-released.md index c187b49f04..0a819aed37 100644 --- a/_posts/2015-10-14-webkitgtk2.10.1-released.md +++ b/_posts/2015-10-14-webkitgtk2.10.1-released.md @@ -19,4 +19,4 @@ This is the first bug fix release in the stable 2.10 series. - Several build fixes on Mac OSX. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-10-15-webkitgtk2.10.2-released.md b/_posts/2015-10-15-webkitgtk2.10.2-released.md index a0f16614b6..2eba3721c9 100644 --- a/_posts/2015-10-15-webkitgtk2.10.2-released.md +++ b/_posts/2015-10-15-webkitgtk2.10.2-released.md @@ -10,4 +10,4 @@ This is a bug fix release in the stable 2.10 series. - Fix a regression introduced in 2.10.1 that disabled accelerated compositing. - Fix build with cmake 3.4. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-10-26-webkitgtk2.10.3-released.md b/_posts/2015-10-26-webkitgtk2.10.3-released.md index 8542fbfdaa..4e501944b3 100644 --- a/_posts/2015-10-26-webkitgtk2.10.3-released.md +++ b/_posts/2015-10-26-webkitgtk2.10.3-released.md @@ -16,4 +16,4 @@ This is a bug fix release in the stable 2.10 series. close. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-11-03-webkitgtk2.11.1-released.md b/_posts/2015-11-03-webkitgtk2.11.1-released.md index f0ac0f2f8a..2a367312e8 100644 --- a/_posts/2015-11-03-webkitgtk2.11.1-released.md +++ b/_posts/2015-11-03-webkitgtk2.11.1-released.md @@ -13,4 +13,4 @@ This is the first development release leading toward 2.12 series. - Upload the accelerated canvas as a texture by copying via GPU directly. - Popup menus no longer use a nested main loop. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-11-11-webkitgtk2.10.4-released.md b/_posts/2015-11-11-webkitgtk2.10.4-released.md index 776982e8e6..e14ae61b71 100644 --- a/_posts/2015-11-11-webkitgtk2.10.4-released.md +++ b/_posts/2015-11-11-webkitgtk2.10.4-released.md @@ -14,4 +14,4 @@ This is a bug fix release in the stable 2.10 series. - Fix the build on Mac OSX and bring back the Quartz target. - Fix the build on glibc-based BSD systems. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-11-23-webkitgtk2.11.2-released.md b/_posts/2015-11-23-webkitgtk2.11.2-released.md index d2857a71a2..69d10eb75a 100644 --- a/_posts/2015-11-23-webkitgtk2.11.2-released.md +++ b/_posts/2015-11-23-webkitgtk2.11.2-released.md @@ -13,4 +13,4 @@ This is a development release leading toward 2.12 series. - Fix web process crashes due to BadDrawable X errors in accelerated compositing mode. - Translation updates: Italian. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2015-12-28-security-advisory-2015-0002.md b/_posts/2015-12-28-security-advisory-2015-0002.md index 264a813d33..77301e9153 100644 --- a/_posts/2015-12-28-security-advisory-2015-0002.md +++ b/_posts/2015-12-28-security-advisory-2015-0002.md @@ -1326,5 +1326,5 @@ the best way of ensuring that you are running a safe version of WebKitGTK+. Please check our website for information about the last stable releases. -Further information about WebKitGTK+ Security Advisories can be found at: +Further information about WebKitGTK+ Security Advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) diff --git a/_posts/2016-01-13-webkitgtk2.11.3-released.md b/_posts/2016-01-13-webkitgtk2.11.3-released.md index 5de1ed8701..182e89e833 100644 --- a/_posts/2016-01-13-webkitgtk2.11.3-released.md +++ b/_posts/2016-01-13-webkitgtk2.11.3-released.md @@ -26,4 +26,4 @@ This is a development release leading toward 2.12 series. for pages restored from the history cache. - Translation updates: French, German, Turkish -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-01-20-webkitgtk2.10.5-released.md b/_posts/2016-01-20-webkitgtk2.10.5-released.md index abe9b7d8eb..636991a43b 100644 --- a/_posts/2016-01-20-webkitgtk2.10.5-released.md +++ b/_posts/2016-01-20-webkitgtk2.10.5-released.md @@ -27,4 +27,4 @@ This is a bug fix release in the stable 2.10 series. - Translation updates: French, German, Italian, Turkish. - Security fixes: [CVE-2015-7096](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7096), [CVE-2015-7098](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7098). -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-01-20-webkitgtk2.11.4-released.md b/_posts/2016-01-20-webkitgtk2.11.4-released.md index 3079fbcc9c..fd2dedcd72 100644 --- a/_posts/2016-01-20-webkitgtk2.11.4-released.md +++ b/_posts/2016-01-20-webkitgtk2.11.4-released.md @@ -13,4 +13,4 @@ This is a development release leading toward 2.12 series. - Fix the build with GTK+ < 3.14. - Fix the build with video support disabled. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-01-27-webkitgtk2.10.6-released.md b/_posts/2016-01-27-webkitgtk2.10.6-released.md index ecf15b9d49..d784c96e67 100644 --- a/_posts/2016-01-27-webkitgtk2.10.6-released.md +++ b/_posts/2016-01-27-webkitgtk2.10.6-released.md @@ -12,4 +12,4 @@ This is a bug fix release in the stable 2.10 series. - Fix media controls displaying without controls attribute. - Fix a Web Process crash when quickly attempting many DnD operations. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-01-29-webkitgtk2.10.7-released.md b/_posts/2016-01-29-webkitgtk2.10.7-released.md index f7ac3af4d2..50de897943 100644 --- a/_posts/2016-01-29-webkitgtk2.10.7-released.md +++ b/_posts/2016-01-29-webkitgtk2.10.7-released.md @@ -9,4 +9,4 @@ This is a bug fix release in the stable 2.10 series. - Fix the build with GTK+ < 3.16. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-02-01-security-advisory-2016-0001.md b/_posts/2016-02-01-security-advisory-2016-0001.md index 6b8ad740e6..f739b3a18a 100644 --- a/_posts/2016-02-01-security-advisory-2016-0001.md +++ b/_posts/2016-02-01-security-advisory-2016-0001.md @@ -40,5 +40,5 @@ the best way of ensuring that you are running a safe version of WebKitGTK+. Please check our website for information about the last stable releases. -Further information about WebKitGTK+ Security Advisories can be found at: +Further information about WebKitGTK+ Security Advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) diff --git a/_posts/2016-02-09-webkitgtk2.11.5-released.md b/_posts/2016-02-09-webkitgtk2.11.5-released.md index 6d8a68c3b0..ae85f1eb26 100644 --- a/_posts/2016-02-09-webkitgtk2.11.5-released.md +++ b/_posts/2016-02-09-webkitgtk2.11.5-released.md @@ -15,4 +15,4 @@ This is a development release leading toward 2.12 series. - Fix scrollbars rendering with older versions of GTK+. - Fix a crash when creating a WebKitWebView without providing a WebKitWebContext. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-02-19-webkitgtk2.11.90-released.md b/_posts/2016-02-19-webkitgtk2.11.90-released.md index 6b204fa9e5..516912fb00 100644 --- a/_posts/2016-02-19-webkitgtk2.11.90-released.md +++ b/_posts/2016-02-19-webkitgtk2.11.90-released.md @@ -16,4 +16,4 @@ This is a development release leading toward 2.12 series. - Use G_TYPE_ERROR instead of G_TYPE_POINTER for GError parameters of signals. - Fix several memory leaks. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-03-01-webkitgtk2.11.91-released.md b/_posts/2016-03-01-webkitgtk2.11.91-released.md index a93a76bdfd..55e0acc622 100644 --- a/_posts/2016-03-01-webkitgtk2.11.91-released.md +++ b/_posts/2016-03-01-webkitgtk2.11.91-released.md @@ -14,4 +14,4 @@ This is a development release leading toward 2.12 series. - Fix build with FTL enabled in FreeBSD. - Translation updates: Polish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-03-11-security-advisory-2016-0002.md b/_posts/2016-03-11-security-advisory-2016-0002.md index 73e97ad23b..6e938554c8 100644 --- a/_posts/2016-03-11-security-advisory-2016-0002.md +++ b/_posts/2016-03-11-security-advisory-2016-0002.md @@ -71,5 +71,5 @@ the best way of ensuring that you are running a safe version of WebKitGTK+. Please check our website for information about the last stable releases. -Further information about WebKitGTK+ Security Advisories can be found at: +Further information about WebKitGTK+ Security Advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) diff --git a/_posts/2016-03-11-webkitgtk2.10.8-released.md b/_posts/2016-03-11-webkitgtk2.10.8-released.md index 8b4c32be46..233abf9890 100644 --- a/_posts/2016-03-11-webkitgtk2.10.8-released.md +++ b/_posts/2016-03-11-webkitgtk2.10.8-released.md @@ -18,4 +18,4 @@ This is a bug fix release in the stable 2.10 series. - Fix several crashes and rendering issues. - Security fixes: [CVE-2016-1726](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1726). -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-03-14-webkitgtk2.4.10-released.md b/_posts/2016-03-14-webkitgtk2.4.10-released.md index 076f7adef2..5108bc7f1c 100644 --- a/_posts/2016-03-14-webkitgtk2.4.10-released.md +++ b/_posts/2016-03-14-webkitgtk2.4.10-released.md @@ -19,4 +19,4 @@ This is a bug fix release in the stable 2.4 series. [CVE-2015-3658](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3658), [CVE-2015-3741](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3741), [CVE-2015-3727](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3727), [CVE-2015-5801](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5801), [CVE-2015-5788](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5788), [CVE-2015-3747](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3747), [CVE-2015-5794](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5794), [CVE-2015-1127](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1127), [CVE-2015-1153](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1153), [CVE-2015-1083](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1083). -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-03-16-webkitgtk2.11.92-released.md b/_posts/2016-03-16-webkitgtk2.11.92-released.md index 0654118edd..6f4a26d0c3 100644 --- a/_posts/2016-03-16-webkitgtk2.11.92-released.md +++ b/_posts/2016-03-16-webkitgtk2.11.92-released.md @@ -17,4 +17,4 @@ This is a development release leading toward 2.12 series. - Don't force ENABLE_INTROSPECTION=OFF on Mac. - Install WebProcess and NetworkProcess on OSX when not building the Mac port. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-03-17-webkitgtk2.10.9-released.md b/_posts/2016-03-17-webkitgtk2.10.9-released.md index 1d3259dba1..dd7c5b521a 100644 --- a/_posts/2016-03-17-webkitgtk2.10.9-released.md +++ b/_posts/2016-03-17-webkitgtk2.10.9-released.md @@ -12,4 +12,4 @@ This is a bug fix release in the stable 2.10 series. - Fix the build with musl libc library. - Fix the build with clang-3.8. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-03-31-security-advisory-2016-0003.md b/_posts/2016-03-31-security-advisory-2016-0003.md index 68282ec93f..10979335e5 100644 --- a/_posts/2016-03-31-security-advisory-2016-0003.md +++ b/_posts/2016-03-31-security-advisory-2016-0003.md @@ -78,5 +78,5 @@ the best way of ensuring that you are running a safe version of WebKitGTK+. Please check our website for information about the last stable releases. -Further information about WebKitGTK+ Security Advisories can be found at: +Further information about WebKitGTK+ Security Advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) diff --git a/_posts/2016-04-10-webkitgtk2.4.11-released.md b/_posts/2016-04-10-webkitgtk2.4.11-released.md index 088164581a..fe7238964e 100644 --- a/_posts/2016-04-10-webkitgtk2.4.11-released.md +++ b/_posts/2016-04-10-webkitgtk2.4.11-released.md @@ -11,4 +11,4 @@ This is a bug fix release in the stable 2.4 series. - Fix the build on ARM64. - Translation updates: Chinese, Japanese. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-04-14-webkitgtk2.12.1-released.md b/_posts/2016-04-14-webkitgtk2.12.1-released.md index 487090b31a..25a450bee5 100644 --- a/_posts/2016-04-14-webkitgtk2.12.1-released.md +++ b/_posts/2016-04-14-webkitgtk2.12.1-released.md @@ -17,4 +17,4 @@ This is the first bug fix release in the stable 2.12 series. - Fix the build in glibc-based BSD systems - Translation updates: Brazilian Portuguese. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-04-28-webkitgtk2.12.2-released.md b/_posts/2016-04-28-webkitgtk2.12.2-released.md index 6d6f90bf7d..00e5982281 100644 --- a/_posts/2016-04-28-webkitgtk2.12.2-released.md +++ b/_posts/2016-04-28-webkitgtk2.12.2-released.md @@ -18,4 +18,4 @@ This is a bug fix release in the stable 2.12 series. - Fix the build with libjpeg v9. - Translation updates: Bulgarian, Finnish, Greek, Italian, Turkish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-05-24-webkitgtk2.12.3-released.md b/_posts/2016-05-24-webkitgtk2.12.3-released.md index ebb0dbd9c1..1f29655d76 100644 --- a/_posts/2016-05-24-webkitgtk2.12.3-released.md +++ b/_posts/2016-05-24-webkitgtk2.12.3-released.md @@ -15,4 +15,4 @@ This is a bug fix release in the stable 2.12 series. - Translation updates: Hungarian. - Security fixes: [CVE-2016-1857](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1857), [CVE-2016-1856](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1856). -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-05-30-security-advisory-2016-0004.md b/_posts/2016-05-30-security-advisory-2016-0004.md index 8c11fd9fb5..8baadd6a9f 100644 --- a/_posts/2016-05-30-security-advisory-2016-0004.md +++ b/_posts/2016-05-30-security-advisory-2016-0004.md @@ -67,5 +67,5 @@ the best way of ensuring that you are running a safe version of WebKitGTK+. Please check our website for information about the last stable releases. -Further information about WebKitGTK+ Security Advisories can be found at: +Further information about WebKitGTK+ Security Advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) diff --git a/_posts/2016-05-31-webkitgtk2.13.1-released.md b/_posts/2016-05-31-webkitgtk2.13.1-released.md index acf1d7b90f..e1839f8d91 100644 --- a/_posts/2016-05-31-webkitgtk2.13.1-released.md +++ b/_posts/2016-05-31-webkitgtk2.13.1-released.md @@ -12,4 +12,4 @@ This is the first development release leading toward 2.14 series. - Add a new WebKitSetting to allow universal access from file URLs. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-06-23-webkitgtk2.13.2-released.md b/_posts/2016-06-23-webkitgtk2.13.2-released.md index fd60f8c535..d4e81f5a09 100644 --- a/_posts/2016-06-23-webkitgtk2.13.2-released.md +++ b/_posts/2016-06-23-webkitgtk2.13.2-released.md @@ -12,4 +12,4 @@ This is a development release leading toward 2.14 series. - Add support for video orientation to the GStreamer media backend. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-07-18-webkitgtk2.13.3-released.md b/_posts/2016-07-18-webkitgtk2.13.3-released.md index a0bd8f8687..a490e55f2e 100644 --- a/_posts/2016-07-18-webkitgtk2.13.3-released.md +++ b/_posts/2016-07-18-webkitgtk2.13.3-released.md @@ -15,4 +15,4 @@ This is a development release leading toward 2.14 series. - Make memory pressure handler work when cgroups are not available. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-07-27-webkitgtk2.13.4-released.md b/_posts/2016-07-27-webkitgtk2.13.4-released.md index 7158dda332..33d4469ae8 100644 --- a/_posts/2016-07-27-webkitgtk2.13.4-released.md +++ b/_posts/2016-07-27-webkitgtk2.13.4-released.md @@ -12,4 +12,4 @@ This is a development release leading toward 2.14 series. - Make web view background colors work in accelerated compositing mode. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-08-24-webkitgtk2.12.4-released.md b/_posts/2016-08-24-webkitgtk2.12.4-released.md index 5fea9f8bb7..6e60662652 100644 --- a/_posts/2016-08-24-webkitgtk2.12.4-released.md +++ b/_posts/2016-08-24-webkitgtk2.12.4-released.md @@ -20,4 +20,4 @@ This is a bug fix release in the stable 2.12 series. - Translation updates: German. - Security fixes: [CVE-2016-4622](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4622), [CVE-2016-4624](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4624), [CVE-2016-4591](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4591), [CVE-2016-4590](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4590). -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-08-25-security-advisory-2016-0005.md b/_posts/2016-08-25-security-advisory-2016-0005.md index bf9a41bed2..9df5688b84 100644 --- a/_posts/2016-08-25-security-advisory-2016-0005.md +++ b/_posts/2016-08-25-security-advisory-2016-0005.md @@ -132,5 +132,5 @@ the best way of ensuring that you are running a safe version of WebKitGTK+. Please check our website for information about the last stable releases. -Further information about WebKitGTK+ Security Advisories can be found at: +Further information about WebKitGTK+ Security Advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) diff --git a/_posts/2016-08-31-webkitgtk2.13.90-released.md b/_posts/2016-08-31-webkitgtk2.13.90-released.md index 5400b95608..7e1604ad16 100644 --- a/_posts/2016-08-31-webkitgtk2.13.90-released.md +++ b/_posts/2016-08-31-webkitgtk2.13.90-released.md @@ -13,4 +13,4 @@ This is a development release leading toward 2.14 series. - Fix several crashes and rendering issues. - Translation updates: German, Polish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-09-05-webkitgtk2.12.5-released.md b/_posts/2016-09-05-webkitgtk2.12.5-released.md index 7917217caf..037694d6e3 100644 --- a/_posts/2016-09-05-webkitgtk2.12.5-released.md +++ b/_posts/2016-09-05-webkitgtk2.12.5-released.md @@ -10,4 +10,4 @@ This is a bug fix release in the stable 2.12 series. - Fix a regression introduced in 2.12.4 that caused a hang in the network process after a load failure. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-09-09-webkitgtk2.13.91-released.md b/_posts/2016-09-09-webkitgtk2.13.91-released.md index db71fe5ae5..25f3cdd5e2 100644 --- a/_posts/2016-09-09-webkitgtk2.13.91-released.md +++ b/_posts/2016-09-09-webkitgtk2.13.91-released.md @@ -17,4 +17,4 @@ This is a development release leading toward 2.14 series. - Fix several crashes and rendering issues. - Translation updates: Polish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-09-15-webkitgtk2.13.92-released.md b/_posts/2016-09-15-webkitgtk2.13.92-released.md index 3deb153608..e24f3cdaa9 100644 --- a/_posts/2016-09-15-webkitgtk2.13.92-released.md +++ b/_posts/2016-09-15-webkitgtk2.13.92-released.md @@ -12,4 +12,4 @@ This is a development release leading toward 2.14 series. - Fix another WebProcess crash when the last WebView is destroyed. - Fix the build with GCC 6. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-10-11-webkitgtk2.14.1-released.md b/_posts/2016-10-11-webkitgtk2.14.1-released.md index a46b9799fe..ae427d1bb5 100644 --- a/_posts/2016-10-11-webkitgtk2.14.1-released.md +++ b/_posts/2016-10-11-webkitgtk2.14.1-released.md @@ -19,4 +19,4 @@ This is the first bug fix release in the stable 2.14 series. - Fix several crashes and rendering issues. - Translation updates: German. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-10-26-webkitgtk2.15.1-released.md b/_posts/2016-10-26-webkitgtk2.15.1-released.md index 544cb03a88..19b239803a 100644 --- a/_posts/2016-10-26-webkitgtk2.15.1-released.md +++ b/_posts/2016-10-26-webkitgtk2.15.1-released.md @@ -19,4 +19,4 @@ This is the first development release leading toward 2.16 series. - Fix the build with ENABLE_OPENGL=OFF and allow to build on Wayland without OpenGL again. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-11-03-webkitgtk2.14.2-released.md b/_posts/2016-11-03-webkitgtk2.14.2-released.md index 673e5c47e2..a102566b23 100644 --- a/_posts/2016-11-03-webkitgtk2.14.2-released.md +++ b/_posts/2016-11-03-webkitgtk2.14.2-released.md @@ -18,4 +18,4 @@ This is a bug fix release in the stable 2.14 series. - Fix the build with ENABLE_OPENGL=OFF and allow to build on Wayland without OpenGL again. - Translation updates: Hungarian. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2016-11-04-security-advisory-2016-0006.md b/_posts/2016-11-04-security-advisory-2016-0006.md index 5aaea816eb..f40368e1a0 100644 --- a/_posts/2016-11-04-security-advisory-2016-0006.md +++ b/_posts/2016-11-04-security-advisory-2016-0006.md @@ -226,5 +226,5 @@ the best way of ensuring that you are running a safe version of WebKitGTK+. Please check our website for information about the last stable releases. -Further information about WebKitGTK+ Security Advisories can be found at: +Further information about WebKitGTK+ Security Advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) diff --git a/_posts/2016-11-21-webkitgtk2.15.2-released.md b/_posts/2016-11-21-webkitgtk2.15.2-released.md index 73043bc715..6be3c53f4a 100644 --- a/_posts/2016-11-21-webkitgtk2.15.2-released.md +++ b/_posts/2016-11-21-webkitgtk2.15.2-released.md @@ -15,4 +15,4 @@ This is a development release leading toward 2.16 series. - Fix a network process crash when main resource load is converted into a download. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-01-17-security-advisory-2017-0001.md b/_posts/2017-01-17-security-advisory-2017-0001.md index c5f3c7cc83..c066633783 100644 --- a/_posts/2017-01-17-security-advisory-2017-0001.md +++ b/_posts/2017-01-17-security-advisory-2017-0001.md @@ -205,5 +205,5 @@ the best way of ensuring that you are running a safe version of WebKitGTK+. Please check our website for information about the last stable releases. -Further information about WebKitGTK+ Security Advisories can be found at: +Further information about WebKitGTK+ Security Advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) diff --git a/_posts/2017-01-17-webkitgtk2.14.3-released.md b/_posts/2017-01-17-webkitgtk2.14.3-released.md index 95174588ee..09faea4d54 100644 --- a/_posts/2017-01-17-webkitgtk2.14.3-released.md +++ b/_posts/2017-01-17-webkitgtk2.14.3-released.md @@ -21,4 +21,4 @@ This is a bug fix release in the stable 2.14 series. - Security fixes: [CVE-2016-7656](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7656), [CVE-2016-7635](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7635), [CVE-2016-7654](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7654), [CVE-2016-7639](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7639), [CVE-2016-7645](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7645), [CVE-2016-7652](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7652), [CVE-2016-7641](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7641), [CVE-2016-7632](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7632), [CVE-2016-7599](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7599), [CVE-2016-7592](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7592), [CVE-2016-7589](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7589), [CVE-2016-7623](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7623), [CVE-2016-7586](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7586). -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-01-20-webkitgtk2.15.3-released.md b/_posts/2017-01-20-webkitgtk2.15.3-released.md index e3a9a362dd..685d0aad0e 100644 --- a/_posts/2017-01-20-webkitgtk2.15.3-released.md +++ b/_posts/2017-01-20-webkitgtk2.15.3-released.md @@ -21,4 +21,4 @@ This is a development release leading toward 2.16 series. - Fix several crashes and rendering issues. - Translation updates: German. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-01-31-webkitgtk2.15.4-released.md b/_posts/2017-01-31-webkitgtk2.15.4-released.md index 1e8d2050ab..45efdb4a33 100644 --- a/_posts/2017-01-31-webkitgtk2.15.4-released.md +++ b/_posts/2017-01-31-webkitgtk2.15.4-released.md @@ -18,4 +18,4 @@ This is a development release leading toward 2.16 series. - Fix BadDamage X errors happening when resizing the WebView. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-02-10-security-advisory-2017-0002.md b/_posts/2017-02-10-security-advisory-2017-0002.md index 3b49ae41c3..2a43f9f68a 100644 --- a/_posts/2017-02-10-security-advisory-2017-0002.md +++ b/_posts/2017-02-10-security-advisory-2017-0002.md @@ -113,5 +113,5 @@ the best way of ensuring that you are running a safe version of WebKitGTK+. Please check our website for information about the last stable releases. -Further information about WebKitGTK+ Security Advisories can be found at: +Further information about WebKitGTK+ Security Advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) diff --git a/_posts/2017-02-10-webkitgtk2.14.4-released.md b/_posts/2017-02-10-webkitgtk2.14.4-released.md index 038db31f62..77bb744cb3 100644 --- a/_posts/2017-02-10-webkitgtk2.14.4-released.md +++ b/_posts/2017-02-10-webkitgtk2.14.4-released.md @@ -22,4 +22,4 @@ This is a bug fix release in the stable 2.14 series. - Security fixes: [CVE-2017-2365](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2365), [CVE-2017-2366](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2366), [CVE-2017-2373](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2373), [CVE-2017-2363](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2363), [CVE-2017-2362](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2362), [CVE-2017-2350](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2350), [CVE-2017-2350](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2350), [CVE-2017-2354](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2354), [CVE-2017-2355](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2355), [CVE-2017-2356](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2356), [CVE-2017-2371](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2371), [CVE-2017-2364](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2364), [CVE-2017-2369](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2369). -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-02-15-webkitgtk2.14.5-released.md b/_posts/2017-02-15-webkitgtk2.14.5-released.md index f80f09fb5a..81af120db0 100644 --- a/_posts/2017-02-15-webkitgtk2.14.5-released.md +++ b/_posts/2017-02-15-webkitgtk2.14.5-released.md @@ -11,4 +11,4 @@ This is a bug fix release in the stable 2.14 series. - Revert the fix for rendering issues in long documents with transparent background because it caused issues in HiDPI. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-02-20-webkitgtk2.15.90-released.md b/_posts/2017-02-20-webkitgtk2.15.90-released.md index 35e5b37195..5d79073bfa 100644 --- a/_posts/2017-02-20-webkitgtk2.15.90-released.md +++ b/_posts/2017-02-20-webkitgtk2.15.90-released.md @@ -20,4 +20,4 @@ This is a development release leading toward 2.16 series. - Fix several crashes and rendering issues. - Translation updates: Brazilian Portuguese. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-03-01-webkitgtk2.15.91-released.md b/_posts/2017-03-01-webkitgtk2.15.91-released.md index e9bf18663a..076231268c 100644 --- a/_posts/2017-03-01-webkitgtk2.15.91-released.md +++ b/_posts/2017-03-01-webkitgtk2.15.91-released.md @@ -15,4 +15,4 @@ This is a development release leading toward 2.16 series. - Ensure we never try to load GTK2 plugins in Wayland. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-03-14-webkitgtk2.15.92-released.md b/_posts/2017-03-14-webkitgtk2.15.92-released.md index 4889e39343..c3a24c10dc 100644 --- a/_posts/2017-03-14-webkitgtk2.15.92-released.md +++ b/_posts/2017-03-14-webkitgtk2.15.92-released.md @@ -13,4 +13,4 @@ This is a development release leading toward 2.16 series. - Fix several crashes and rendering issues. - Translation updates: Polish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-04-04-webkitgtk2.16.1-released.md b/_posts/2017-04-04-webkitgtk2.16.1-released.md index db1cb36e09..935c29142b 100644 --- a/_posts/2017-04-04-webkitgtk2.16.1-released.md +++ b/_posts/2017-04-04-webkitgtk2.16.1-released.md @@ -15,4 +15,4 @@ This is the first bug fix release in the stable 2.16 series. - Disallow beforeunload alerts from web pages users have never interacted with. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-04-06-security-advisory-2017-0003.md b/_posts/2017-04-06-security-advisory-2017-0003.md index 4c60d51048..aa2823a989 100644 --- a/_posts/2017-04-06-security-advisory-2017-0003.md +++ b/_posts/2017-04-06-security-advisory-2017-0003.md @@ -270,5 +270,5 @@ the best way of ensuring that you are running a safe version of WebKitGTK+. Please check our website for information about the last stable releases. -Further information about WebKitGTK+ Security Advisories can be found at: +Further information about WebKitGTK+ Security Advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) diff --git a/_posts/2017-04-06-webkitgtk2.14.6-released.md b/_posts/2017-04-06-webkitgtk2.14.6-released.md index 51e99aba81..99ff35f662 100644 --- a/_posts/2017-04-06-webkitgtk2.14.6-released.md +++ b/_posts/2017-04-06-webkitgtk2.14.6-released.md @@ -22,4 +22,4 @@ This is a bug fix release in the stable 2.14 series. [CVE-2016-9643](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9643), [CVE-2017-2377](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2377), [CVE-2017-2364](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2364), [CVE-2017-2367](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2367), [CVE-2017-2442](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2442), [CVE-2017-2419](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2419), [CVE-2017-2392](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2392), [CVE-2017-2405](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2405), [CVE-2017-2394](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2394). -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-05-03-webkitgtk2.17.1-released.md b/_posts/2017-05-03-webkitgtk2.17.1-released.md index a7afa937a0..8f527253cb 100644 --- a/_posts/2017-05-03-webkitgtk2.17.1-released.md +++ b/_posts/2017-05-03-webkitgtk2.17.1-released.md @@ -18,4 +18,4 @@ This is the first development release leading toward 2.18 series. - Implement aria-value support for focusable separators. - Fix playing of some live streams. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-05-09-webkitgtk2.14.7-released.md b/_posts/2017-05-09-webkitgtk2.14.7-released.md index 424c79fd05..8ad7a0f008 100644 --- a/_posts/2017-05-09-webkitgtk2.14.7-released.md +++ b/_posts/2017-05-09-webkitgtk2.14.7-released.md @@ -10,4 +10,4 @@ This is a bug fix release in the stable 2.14 series. - Update user agent quirks to make Youtube and new Google login page work. - Fix playing of some live streams. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-05-09-webkitgtk2.16.2-released.md b/_posts/2017-05-09-webkitgtk2.16.2-released.md index 7c326176b4..ce63ce19d0 100644 --- a/_posts/2017-05-09-webkitgtk2.16.2-released.md +++ b/_posts/2017-05-09-webkitgtk2.16.2-released.md @@ -15,4 +15,4 @@ This is a bug fix release in the stable 2.16 series. - Fix the build with OpenGL disabled. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-05-11-webkitgtk2.17.2-released.md b/_posts/2017-05-11-webkitgtk2.17.2-released.md index 1f030e6b31..872046d0a0 100644 --- a/_posts/2017-05-11-webkitgtk2.17.2-released.md +++ b/_posts/2017-05-11-webkitgtk2.17.2-released.md @@ -15,4 +15,4 @@ This is a development release leading toward 2.18 series. - Fix the build with OpenGL disabled. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-05-22-webkitgtk2.17.3-released.md b/_posts/2017-05-22-webkitgtk2.17.3-released.md index 25d74b1e6a..7f3add898a 100644 --- a/_posts/2017-05-22-webkitgtk2.17.3-released.md +++ b/_posts/2017-05-22-webkitgtk2.17.3-released.md @@ -16,4 +16,4 @@ This is a development release leading toward 2.18 series. - Fix several crashes and rendering issues. - Translation updates: French. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-05-24-webkitgtk2.16.3-released.md b/_posts/2017-05-24-webkitgtk2.16.3-released.md index 6440d0fc34..71190fff53 100644 --- a/_posts/2017-05-24-webkitgtk2.16.3-released.md +++ b/_posts/2017-05-24-webkitgtk2.16.3-released.md @@ -15,4 +15,4 @@ This is a bug fix release in the stable 2.16 series. - Fix several crashes and rendering issues. - Security fixes: [CVE-2017-2496](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2496), [CVE-2017-2539](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2539), [CVE-2017-2510](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2510). -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-05-25-security-advisory-2017-0004.md b/_posts/2017-05-25-security-advisory-2017-0004.md index e56bbc7223..f5e474dcf7 100644 --- a/_posts/2017-05-25-security-advisory-2017-0004.md +++ b/_posts/2017-05-25-security-advisory-2017-0004.md @@ -205,5 +205,5 @@ the best way of ensuring that you are running a safe version of WebKitGTK+. Please check our website for information about the last stable releases. -Further information about WebKitGTK+ Security Advisories can be found at: +Further information about WebKitGTK+ Security Advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) diff --git a/_posts/2017-06-19-webkitgtk2.17.4-released.md b/_posts/2017-06-19-webkitgtk2.17.4-released.md index c0d6dfcdcf..2e4be8f2ef 100644 --- a/_posts/2017-06-19-webkitgtk2.17.4-released.md +++ b/_posts/2017-06-19-webkitgtk2.17.4-released.md @@ -20,4 +20,4 @@ This is a development release leading toward 2.18 series. - Fix several crashes and rendering issues. - Translation updates: Spanish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-06-20-webkitgtk2.16.4-released.md b/_posts/2017-06-20-webkitgtk2.16.4-released.md index a2400d0749..f73c2328bb 100644 --- a/_posts/2017-06-20-webkitgtk2.16.4-released.md +++ b/_posts/2017-06-20-webkitgtk2.16.4-released.md @@ -14,4 +14,4 @@ This is a bug fix release in the stable 2.16 series. - Fix several crashes and rendering issues. - Security fixes: [CVE-2017-2538](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2538). -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-06-21-security-advisory-2017-0005.md b/_posts/2017-06-21-security-advisory-2017-0005.md index f3d086c6ca..51f1318982 100644 --- a/_posts/2017-06-21-security-advisory-2017-0005.md +++ b/_posts/2017-06-21-security-advisory-2017-0005.md @@ -37,5 +37,5 @@ the best way of ensuring that you are running a safe version of WebKitGTK+. Please check our website for information about the last stable releases. -Further information about WebKitGTK+ Security Advisories can be found at: +Further information about WebKitGTK+ Security Advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) diff --git a/_posts/2017-06-27-webkitgtk2.16.5-released.md b/_posts/2017-06-27-webkitgtk2.16.5-released.md index 10c0c702c5..ef4ada8923 100644 --- a/_posts/2017-06-27-webkitgtk2.16.5-released.md +++ b/_posts/2017-06-27-webkitgtk2.16.5-released.md @@ -10,4 +10,4 @@ This is a bug fix release in the stable 2.16 series. - Fix a web process crash when page finishes loading in several web sites. - Fix the menu of select elements not showing in some cases under Wayland. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-07-24-webkitgtk2.16.6-released.md b/_posts/2017-07-24-webkitgtk2.16.6-released.md index 96ba154c41..e9a79d617e 100644 --- a/_posts/2017-07-24-webkitgtk2.16.6-released.md +++ b/_posts/2017-07-24-webkitgtk2.16.6-released.md @@ -13,4 +13,4 @@ This is a bug fix release in the stable 2.16 series. - Security fixes: [CVE-2017-7039](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7039), [CVE-2017-7018](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7018), [CVE-2017-7030](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7030), [CVE-2017-7037](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7037), [CVE-2017-7034](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7034), [CVE-2017-7055](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7055), [CVE-2017-7056](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7056), [CVE-2017-7064](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7064), [CVE-2017-7061](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7061), [CVE-2017-7048](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7048), [CVE-2017-7046](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7046). -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-07-25-security-advisory-2017-0006.md b/_posts/2017-07-25-security-advisory-2017-0006.md index 34de50d3a7..c36ee9e549 100644 --- a/_posts/2017-07-25-security-advisory-2017-0006.md +++ b/_posts/2017-07-25-security-advisory-2017-0006.md @@ -208,5 +208,5 @@ the best way of ensuring that you are running a safe version of WebKitGTK+. Please check our website for information about the last stable releases. -Further information about WebKitGTK+ Security Advisories can be found at: +Further information about WebKitGTK+ Security Advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) diff --git a/_posts/2017-07-26-webkitgtk2.17.5-released.md b/_posts/2017-07-26-webkitgtk2.17.5-released.md index 17dde37cd5..14fb017a7a 100644 --- a/_posts/2017-07-26-webkitgtk2.17.5-released.md +++ b/_posts/2017-07-26-webkitgtk2.17.5-released.md @@ -14,4 +14,4 @@ This is a development release leading toward 2.18 series. - Fix several crashes and rendering issues. - Translation updates: Ukrainian. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-08-09-webkitgtk2.17.90-released.md b/_posts/2017-08-09-webkitgtk2.17.90-released.md index 9092c26438..4b4bed0caf 100644 --- a/_posts/2017-08-09-webkitgtk2.17.90-released.md +++ b/_posts/2017-08-09-webkitgtk2.17.90-released.md @@ -14,4 +14,4 @@ This is a development release leading toward 2.18 series. - WebKitDatabaseProcess binary has been renamed to WebKitStorageProcess. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-08-18-webkitgtk2.17.91-released.md b/_posts/2017-08-18-webkitgtk2.17.91-released.md index 3bb0a6ae95..597c5a821e 100644 --- a/_posts/2017-08-18-webkitgtk2.17.91-released.md +++ b/_posts/2017-08-18-webkitgtk2.17.91-released.md @@ -16,4 +16,4 @@ This is a development release leading toward 2.18 series. - Fix crashes in 32 bit systems due to incorrect use of GVariant. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-08-25-security-advisory-2017-0007.md b/_posts/2017-08-25-security-advisory-2017-0007.md index efc8805dd4..6c1ee693aa 100644 --- a/_posts/2017-08-25-security-advisory-2017-0007.md +++ b/_posts/2017-08-25-security-advisory-2017-0007.md @@ -37,5 +37,5 @@ the best way of ensuring that you are running a safe version of WebKitGTK+. Please check our website for information about the last stable releases. -Further information about WebKitGTK+ Security Advisories can be found at: +Further information about WebKitGTK+ Security Advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) diff --git a/_posts/2017-09-04-webkitgtk2.17.92-released.md b/_posts/2017-09-04-webkitgtk2.17.92-released.md index 56de089d75..a265cd4f4f 100644 --- a/_posts/2017-09-04-webkitgtk2.17.92-released.md +++ b/_posts/2017-09-04-webkitgtk2.17.92-released.md @@ -17,4 +17,4 @@ This is a development release leading toward 2.18 series. - Fix several crashes and rendering issues. - Translation updates: Brazilian Portuguese, Polish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-10-18-security-advisory-2017-0008.md b/_posts/2017-10-18-security-advisory-2017-0008.md index a0dbd73a4c..7639c519a1 100644 --- a/_posts/2017-10-18-security-advisory-2017-0008.md +++ b/_posts/2017-10-18-security-advisory-2017-0008.md @@ -189,5 +189,5 @@ the best way of ensuring that you are running a safe version of WebKitGTK+. Please check our website for information about the last stable releases. -Further information about WebKitGTK+ Security Advisories can be found at: +Further information about WebKitGTK+ Security Advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) diff --git a/_posts/2017-10-18-webkitgtk2.18.1-released.md b/_posts/2017-10-18-webkitgtk2.18.1-released.md index 56e0b1a3fc..0810c125d4 100644 --- a/_posts/2017-10-18-webkitgtk2.18.1-released.md +++ b/_posts/2017-10-18-webkitgtk2.18.1-released.md @@ -18,4 +18,4 @@ This is the first bug fix release in the stable 2.18 series. - Fix the build in HPPA and Alpha. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-10-27-webkitgtk2.18.2-released.md b/_posts/2017-10-27-webkitgtk2.18.2-released.md index 8163d6e5d4..39fb0ff2a9 100644 --- a/_posts/2017-10-27-webkitgtk2.18.2-released.md +++ b/_posts/2017-10-27-webkitgtk2.18.2-released.md @@ -12,4 +12,4 @@ This is a bug fix release in the stable 2.18 series. - Fix rendering of wind in Windy.com. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-10-31-webkitgtk2.19.1-released.md b/_posts/2017-10-31-webkitgtk2.19.1-released.md index 70abe741fa..19eaf585ba 100644 --- a/_posts/2017-10-31-webkitgtk2.19.1-released.md +++ b/_posts/2017-10-31-webkitgtk2.19.1-released.md @@ -15,4 +15,4 @@ This is the first development release leading toward 2.20 series. - Implement low power mode. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-11-10-security-advisory-2017-0009.md b/_posts/2017-11-10-security-advisory-2017-0009.md index 35b9cbbbac..652491394f 100644 --- a/_posts/2017-11-10-security-advisory-2017-0009.md +++ b/_posts/2017-11-10-security-advisory-2017-0009.md @@ -117,5 +117,5 @@ the best way of ensuring that you are running a safe version of WebKitGTK+. Please check our website for information about the last stable releases. -Further information about WebKitGTK+ Security Advisories can be found at: +Further information about WebKitGTK+ Security Advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) diff --git a/_posts/2017-11-10-webkitgtk2.18.3-released.md b/_posts/2017-11-10-webkitgtk2.18.3-released.md index 6cbd440ddd..8854ec2179 100644 --- a/_posts/2017-11-10-webkitgtk2.18.3-released.md +++ b/_posts/2017-11-10-webkitgtk2.18.3-released.md @@ -11,4 +11,4 @@ This is a bug fix release in the stable 2.18 series. - Fix handling of null capabilities in WebDriver implementation. - Security fixes: [CVE-2017-13798](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13798), [CVE-2017-13788](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13788), [CVE-2017-13803](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13803). -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-11-21-webkitgtk2.19.2-released.md b/_posts/2017-11-21-webkitgtk2.19.2-released.md index 1d0582502d..c88fba0aa5 100644 --- a/_posts/2017-11-21-webkitgtk2.19.2-released.md +++ b/_posts/2017-11-21-webkitgtk2.19.2-released.md @@ -13,4 +13,4 @@ This is a development release leading toward 2.20 series. - Automatically adjust font size when GtkSettings:gtk-xft-dpi changes. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-12-13-webkitgtk2.19.3-released.md b/_posts/2017-12-13-webkitgtk2.19.3-released.md index 9295ee4b55..c5078edf79 100644 --- a/_posts/2017-12-13-webkitgtk2.19.3-released.md +++ b/_posts/2017-12-13-webkitgtk2.19.3-released.md @@ -12,4 +12,4 @@ This is a development release leading toward 2.20 series. - WebKitWebDriver process no longer links to libjavascriptcoregtk. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2017-12-19-security-advisory-2017-0010.md b/_posts/2017-12-19-security-advisory-2017-0010.md index fe4043fe20..5c0f455301 100644 --- a/_posts/2017-12-19-security-advisory-2017-0010.md +++ b/_posts/2017-12-19-security-advisory-2017-0010.md @@ -57,5 +57,5 @@ the best way of ensuring that you are running a safe version of WebKitGTK+. Please check our website for information about the last stable releases. -Further information about WebKitGTK+ Security Advisories can be found at: +Further information about WebKitGTK+ Security Advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) diff --git a/_posts/2017-12-19-webkitgtk2.18.4-released.md b/_posts/2017-12-19-webkitgtk2.18.4-released.md index 1ded2e251d..99d086503a 100644 --- a/_posts/2017-12-19-webkitgtk2.18.4-released.md +++ b/_posts/2017-12-19-webkitgtk2.18.4-released.md @@ -13,4 +13,4 @@ This is a bug fix release in the stable 2.18 series. - Fix several memory leaks in GStreamer media backend. - Security fixes: [CVE-2017-13866](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13866), [CVE-2017-13870](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13870), [CVE-2017-7156](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7156), [CVE-2017-13856](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13856). -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-01-09-webkitgtk2.19.4-released.md b/_posts/2018-01-09-webkitgtk2.19.4-released.md index 2bf7ab49fb..22f7754e24 100644 --- a/_posts/2018-01-09-webkitgtk2.19.4-released.md +++ b/_posts/2018-01-09-webkitgtk2.19.4-released.md @@ -15,4 +15,4 @@ This is a development release leading toward 2.20 series. - Fix several crashes and rendering issues. - Translation updates: Swedish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-01-09-webkitgtk2.19.5-released.md b/_posts/2018-01-09-webkitgtk2.19.5-released.md index 9a3b2e045a..d3a63b6c14 100644 --- a/_posts/2018-01-09-webkitgtk2.19.5-released.md +++ b/_posts/2018-01-09-webkitgtk2.19.5-released.md @@ -10,4 +10,4 @@ This is a development release leading toward 2.20 series. - This is a follow up release to export webkit_dom_dom_window_webkit_message_handlers_post_message() symbol that was hidden in 2.19.4 by mistake. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-01-10-security-advisory-2018-0001.md b/_posts/2018-01-10-security-advisory-2018-0001.md index a5fbe7a79f..8b7ec046e8 100644 --- a/_posts/2018-01-10-security-advisory-2018-0001.md +++ b/_posts/2018-01-10-security-advisory-2018-0001.md @@ -56,5 +56,5 @@ the best way of ensuring that you are running a safe version of WebKitGTK+. Please check our website for information about the last stable releases. -Further information about WebKitGTK+ Security Advisories can be found at: +Further information about WebKitGTK+ Security Advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) diff --git a/_posts/2018-01-10-webkitgtk2.18.5-released.md b/_posts/2018-01-10-webkitgtk2.18.5-released.md index 26d277259a..065a8be348 100644 --- a/_posts/2018-01-10-webkitgtk2.18.5-released.md +++ b/_posts/2018-01-10-webkitgtk2.18.5-released.md @@ -12,4 +12,4 @@ This is a bug fix release in the stable 2.18 series. - Fix API documentation generation with newer gtk-doc. - Security fixes: includes improvements to mitigate the effects of Spectre ([CVE-2017-5753](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5753) and [CVE-2017-5715](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5715)). -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-01-17-webkitgtk2.19.6-released.md b/_posts/2018-01-17-webkitgtk2.19.6-released.md index 3c7f8addf3..4a2c4dee2b 100644 --- a/_posts/2018-01-17-webkitgtk2.19.6-released.md +++ b/_posts/2018-01-17-webkitgtk2.19.6-released.md @@ -13,4 +13,4 @@ This is a development release leading toward 2.20 series. - Fix deadlock in GStreamer video sink during shutdown when accelerated compositing is disabled. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-01-24-security-advisory-2018-0002.md b/_posts/2018-01-24-security-advisory-2018-0002.md index cb7d2a1b11..f1dc71a085 100644 --- a/_posts/2018-01-24-security-advisory-2018-0002.md +++ b/_posts/2018-01-24-security-advisory-2018-0002.md @@ -94,5 +94,5 @@ the best way of ensuring that you are running a safe version of WebKitGTK+. Please check our website for information about the last stable releases. -Further information about WebKitGTK+ Security Advisories can be found at: +Further information about WebKitGTK+ Security Advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) diff --git a/_posts/2018-01-24-webkitgtk2.18.6-released.md b/_posts/2018-01-24-webkitgtk2.18.6-released.md index fbd14ace6d..2460e3bdf9 100644 --- a/_posts/2018-01-24-webkitgtk2.18.6-released.md +++ b/_posts/2018-01-24-webkitgtk2.18.6-released.md @@ -12,4 +12,4 @@ This is a bug fix release in the stable 2.18 series. - Security fixes: [CVE-2018-4088](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4088), [CVE-2017-13885](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13885), [CVE-2017-7165](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7165), [CVE-2017-13884](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13884), [CVE-2017-7160](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7160), [CVE-2017-7153](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7153), [CVE-2017-7153](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7153), [CVE-2017-7161](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7161), [CVE-2018-4096](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4096). -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-02-05-webkitgtk2.19.90-released.md b/_posts/2018-02-05-webkitgtk2.19.90-released.md index 3f6c45f3bd..7bac44849b 100644 --- a/_posts/2018-02-05-webkitgtk2.19.90-released.md +++ b/_posts/2018-02-05-webkitgtk2.19.90-released.md @@ -17,4 +17,4 @@ This is a development release leading toward 2.20 series. - Fix a crash aftter a swipe gesture. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-02-21-webkitgtk2.19.91-released.md b/_posts/2018-02-21-webkitgtk2.19.91-released.md index 798a1f5cb4..961b25b295 100644 --- a/_posts/2018-02-21-webkitgtk2.19.91-released.md +++ b/_posts/2018-02-21-webkitgtk2.19.91-released.md @@ -17,4 +17,4 @@ This is a development release leading toward 2.20 series. - Fix several crashes and rendering issues. - Translation updates: Polish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-03-06-webkitgtk2.19.92-released.md b/_posts/2018-03-06-webkitgtk2.19.92-released.md index df4012ddc2..39fab88047 100644 --- a/_posts/2018-03-06-webkitgtk2.19.92-released.md +++ b/_posts/2018-03-06-webkitgtk2.19.92-released.md @@ -19,4 +19,4 @@ This is a development release leading toward 2.20 series. - Fix several crashes and rendering issues. - Translation updates: Indonesian. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-04-04-security-advisory-2018-0003.md b/_posts/2018-04-04-security-advisory-2018-0003.md index 957011dd87..7986f06182 100644 --- a/_posts/2018-04-04-security-advisory-2018-0003.md +++ b/_posts/2018-04-04-security-advisory-2018-0003.md @@ -160,5 +160,5 @@ the best way of ensuring that you are running a safe version of WebKitGTK+. Please check our website for information about the last stable releases. -Further information about WebKitGTK+ Security Advisories can be found at: +Further information about WebKitGTK+ Security Advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) diff --git a/_posts/2018-04-10-webkitgtk2.20.1-released.md b/_posts/2018-04-10-webkitgtk2.20.1-released.md index 5a08655762..708b3c9a11 100644 --- a/_posts/2018-04-10-webkitgtk2.20.1-released.md +++ b/_posts/2018-04-10-webkitgtk2.20.1-released.md @@ -16,4 +16,4 @@ This is the first bug fix release in the stable 2.20 series. - Fix several crashes and rendering issues. - Translation updates: Brazilian Portuguese, Czech. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-04-18-webkitgtk2.21.1-released.md b/_posts/2018-04-18-webkitgtk2.21.1-released.md index 08f694ea53..60ee0b6743 100644 --- a/_posts/2018-04-18-webkitgtk2.21.1-released.md +++ b/_posts/2018-04-18-webkitgtk2.21.1-released.md @@ -17,4 +17,4 @@ This is the first development release leading toward 2.22 series. - Fix a deadlock when destroying the media player in non accelerated compositing mode. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-05-07-security-advisory-2018-0004.md b/_posts/2018-05-07-security-advisory-2018-0004.md index 01829f95df..4a4c94a864 100644 --- a/_posts/2018-05-07-security-advisory-2018-0004.md +++ b/_posts/2018-05-07-security-advisory-2018-0004.md @@ -43,5 +43,5 @@ the best way of ensuring that you are running a safe version of WebKitGTK+. Please check our website for information about the last stable releases. -Further information about WebKitGTK+ Security Advisories can be found at: +Further information about WebKitGTK+ Security Advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) diff --git a/_posts/2018-05-07-webkitgtk2.20.2-released.md b/_posts/2018-05-07-webkitgtk2.20.2-released.md index 0aa881b2e5..0211eba312 100644 --- a/_posts/2018-05-07-webkitgtk2.20.2-released.md +++ b/_posts/2018-05-07-webkitgtk2.20.2-released.md @@ -17,4 +17,4 @@ This is a bug fix release in the stable 2.20 series. - Fix several crashes and rendering issues. - Security fixes: [CVE-2018-4200](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4200). -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-05-21-webkitgtk2.21.2-released.md b/_posts/2018-05-21-webkitgtk2.21.2-released.md index 4f6f05c12c..fc08b02280 100644 --- a/_posts/2018-05-21-webkitgtk2.21.2-released.md +++ b/_posts/2018-05-21-webkitgtk2.21.2-released.md @@ -17,4 +17,4 @@ This is a development release leading toward 2.22 series. - Fix the installation path of API documentation. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-05-28-webkitgtk2.21.3-released.md b/_posts/2018-05-28-webkitgtk2.21.3-released.md index f89af2f54f..0168ee45e8 100644 --- a/_posts/2018-05-28-webkitgtk2.21.3-released.md +++ b/_posts/2018-05-28-webkitgtk2.21.3-released.md @@ -14,4 +14,4 @@ This is a development release leading toward 2.22 series. - Disable Gigacage if mmap fails to allocate in Linux. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-06-11-webkitgtk2.20.3-released.md b/_posts/2018-06-11-webkitgtk2.20.3-released.md index a3858a1931..7ded50b324 100644 --- a/_posts/2018-06-11-webkitgtk2.20.3-released.md +++ b/_posts/2018-06-11-webkitgtk2.20.3-released.md @@ -17,4 +17,4 @@ This is a bug fix release in the stable 2.20 series. - Security fixes: [CVE-2018-4190](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4190), [CVE-2018-4199](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4199), [CVE-2018-4218](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4218), [CVE-2018-4222](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4222), [CVE-2018-4232](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4232), [CVE-2018-4233](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4233), [CVE-2018-4246](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4246), [CVE-2018-11646](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11646). -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-06-12-webkitgtk2.21.4-released.md b/_posts/2018-06-12-webkitgtk2.21.4-released.md index fdcca8f9a6..c8e8024740 100644 --- a/_posts/2018-06-12-webkitgtk2.21.4-released.md +++ b/_posts/2018-06-12-webkitgtk2.21.4-released.md @@ -12,4 +12,4 @@ This is a development release leading toward 2.22 series. - Fix UI process crash in WebKitFaviconDatabase when pageURL is unset. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-06-13-security-advisory-2018-0005.md b/_posts/2018-06-13-security-advisory-2018-0005.md index f17f3dd7f6..413e5765a7 100644 --- a/_posts/2018-06-13-security-advisory-2018-0005.md +++ b/_posts/2018-06-13-security-advisory-2018-0005.md @@ -135,5 +135,5 @@ WPE WebKit. It is the best way to ensure that you are running a safe version of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK+ and WPE WebKit security advisories can be found at +Further information about WebKitGTK+ and WPE WebKit security advisories can be found at [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2018-07-20-webkitgtk2.21.5-released.md b/_posts/2018-07-20-webkitgtk2.21.5-released.md index 9489613604..3ed1babe14 100644 --- a/_posts/2018-07-20-webkitgtk2.21.5-released.md +++ b/_posts/2018-07-20-webkitgtk2.21.5-released.md @@ -17,4 +17,4 @@ This is a development release leading toward 2.22 series. - Fix several crashes and rendering issues. - Translation updates: Ukrainian. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-08-06-webkitgtk2.20.4-released.md b/_posts/2018-08-06-webkitgtk2.20.4-released.md index b3ba1118ac..5c0ff62dfc 100644 --- a/_posts/2018-08-06-webkitgtk2.20.4-released.md +++ b/_posts/2018-08-06-webkitgtk2.20.4-released.md @@ -12,4 +12,4 @@ This is a bug fix release in the stable 2.20 series. - Security fixes: [CVE-2018-4261](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4261), [CVE-2018-4262](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4262), [CVE-2018-4263](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4263), [CVE-2018-4264](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4264), [CVE-2018-4265](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4265), [CVE-2018-4266](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4266), [CVE-2018-4267](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4267), [CVE-2018-4270](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4270), [CVE-2018-4272](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4272), [CVE-2018-4273](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4273), [CVE-2018-4278](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4278), [CVE-2018-4284](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4284). -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-08-07-security-advisory-2018-0006.md b/_posts/2018-08-07-security-advisory-2018-0006.md index 6f379209a2..a3e5ac9b0e 100644 --- a/_posts/2018-08-07-security-advisory-2018-0006.md +++ b/_posts/2018-08-07-security-advisory-2018-0006.md @@ -148,5 +148,5 @@ WPE WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK+ and WPE WebKit security advisories can be found at: +Further information about WebKitGTK+ and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2018-08-13-webkitgtk2.20.5-released.md b/_posts/2018-08-13-webkitgtk2.20.5-released.md index 715caa49d4..0154632341 100644 --- a/_posts/2018-08-13-webkitgtk2.20.5-released.md +++ b/_posts/2018-08-13-webkitgtk2.20.5-released.md @@ -9,4 +9,4 @@ This is a bug fix release in the stable 2.20 series. - Fix rendering artifacts in some web sites due to a bug introduced in 2.20.4. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-08-24-webkitgtk2.21.92-released.md b/_posts/2018-08-24-webkitgtk2.21.92-released.md index f8044efc71..f3f98b667e 100644 --- a/_posts/2018-08-24-webkitgtk2.21.92-released.md +++ b/_posts/2018-08-24-webkitgtk2.21.92-released.md @@ -14,4 +14,4 @@ This is a development release leading toward 2.22 series. - Fix several crashes and rendering issues. - Translation updates: Polish -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-09-20-webkitgtk2.22.1-released.md b/_posts/2018-09-20-webkitgtk2.22.1-released.md index f1807a58e4..0e10a4cf18 100644 --- a/_posts/2018-09-20-webkitgtk2.22.1-released.md +++ b/_posts/2018-09-20-webkitgtk2.22.1-released.md @@ -13,4 +13,4 @@ This is the first bug fix release in the stable 2.22 series. - Fix the build with video disabled. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-09-21-webkitgtk2.22.2-released.md b/_posts/2018-09-21-webkitgtk2.22.2-released.md index 06fc3661cc..9c6a4e0f2c 100644 --- a/_posts/2018-09-21-webkitgtk2.22.2-released.md +++ b/_posts/2018-09-21-webkitgtk2.22.2-released.md @@ -15,4 +15,4 @@ This is a bug fix release in the stable 2.22 series. - Fix the build when only Wayland support is enabled and X11 headers are not available. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-09-26-security-advisory-2018-0007.md b/_posts/2018-09-26-security-advisory-2018-0007.md index 88d612b82c..519c0637dc 100644 --- a/_posts/2018-09-26-security-advisory-2018-0007.md +++ b/_posts/2018-09-26-security-advisory-2018-0007.md @@ -195,5 +195,5 @@ WPE WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK+ and WPE WebKit security advisories can be found at: +Further information about WebKitGTK+ and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2018-10-29-webkitgtk2.22.3-released.md b/_posts/2018-10-29-webkitgtk2.22.3-released.md index 851f89b1bb..8a7b1032b6 100644 --- a/_posts/2018-10-29-webkitgtk2.22.3-released.md +++ b/_posts/2018-10-29-webkitgtk2.22.3-released.md @@ -17,4 +17,4 @@ This is a bug fix release in the stable 2.22 series. - Fix the build on ARMv7 with NEON extensions. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-11-21-security-advisory-2018-0008.md b/_posts/2018-11-21-security-advisory-2018-0008.md index 37c1d6a45b..e14235b742 100644 --- a/_posts/2018-11-21-security-advisory-2018-0008.md +++ b/_posts/2018-11-21-security-advisory-2018-0008.md @@ -105,5 +105,5 @@ WPE WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK+ and WPE WebKit security advisories can be found at: +Further information about WebKitGTK+ and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2018-11-21-webkitgtk2.22.4-released.md b/_posts/2018-11-21-webkitgtk2.22.4-released.md index b799f328bc..6773f2e17f 100644 --- a/_posts/2018-11-21-webkitgtk2.22.4-released.md +++ b/_posts/2018-11-21-webkitgtk2.22.4-released.md @@ -14,4 +14,4 @@ This is a bug fix release in the stable 2.22 series. - Fix debug builds of JavaScriptCore. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-11-22-webkitgtk2.23.1-released.md b/_posts/2018-11-22-webkitgtk2.23.1-released.md index de33fdae7b..0ed30dfa75 100644 --- a/_posts/2018-11-22-webkitgtk2.23.1-released.md +++ b/_posts/2018-11-22-webkitgtk2.23.1-released.md @@ -13,4 +13,4 @@ This is the first development release leading toward 2.24 series. - Script dialogs are now modal to the current web view only. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2018-12-13-security-advisory-2018-0009.md b/_posts/2018-12-13-security-advisory-2018-0009.md index 8a7f271f3b..6026cdd7c5 100644 --- a/_posts/2018-12-13-security-advisory-2018-0009.md +++ b/_posts/2018-12-13-security-advisory-2018-0009.md @@ -71,5 +71,5 @@ WPE WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK+ and WPE WebKit security advisories can be found at: +Further information about WebKitGTK+ and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2018-12-13-webkitgtk2.22.5-released.md b/_posts/2018-12-13-webkitgtk2.22.5-released.md index 0005d6ab52..69dba22852 100644 --- a/_posts/2018-12-13-webkitgtk2.22.5-released.md +++ b/_posts/2018-12-13-webkitgtk2.22.5-released.md @@ -12,4 +12,4 @@ This is a bug fix release in the stable 2.22 series. - Fix the build with ENABLE_VIDEO=OFF and ENABLE_OPENGL=OFF. - Fix several crashes. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2019-01-08-webkitgtk2.23.2-released.md b/_posts/2019-01-08-webkitgtk2.23.2-released.md index 4254de0f35..12972bfe1c 100644 --- a/_posts/2019-01-08-webkitgtk2.23.2-released.md +++ b/_posts/2019-01-08-webkitgtk2.23.2-released.md @@ -15,4 +15,4 @@ This is a development release leading toward 2.24 series. - Fix the build with OpenGL disabled. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2019-02-08-security-advisory-2019-0001.md b/_posts/2019-02-08-security-advisory-2019-0001.md index e34c8f2812..9d38eebd7c 100644 --- a/_posts/2019-02-08-security-advisory-2019-0001.md +++ b/_posts/2019-02-08-security-advisory-2019-0001.md @@ -100,5 +100,5 @@ WPE WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK+ and WPE WebKit security advisories can be found at: +Further information about WebKitGTK+ and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2019-02-09-webkitgtk2.22.6-released.md b/_posts/2019-02-09-webkitgtk2.22.6-released.md index b9ab356519..fffba857a7 100644 --- a/_posts/2019-02-09-webkitgtk2.22.6-released.md +++ b/_posts/2019-02-09-webkitgtk2.22.6-released.md @@ -14,4 +14,4 @@ This is a bug fix release in the stable 2.22 series. under X11. - Fix several crashes, race conditions, and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2019-02-14-webkitgtk2.23.90-released.md b/_posts/2019-02-14-webkitgtk2.23.90-released.md index 9b26f04bac..c693f13bb7 100644 --- a/_posts/2019-02-14-webkitgtk2.23.90-released.md +++ b/_posts/2019-02-14-webkitgtk2.23.90-released.md @@ -19,4 +19,4 @@ This is a development release leading toward 2.24 series. - Fix a crash when browsing inspector:// URI without port set. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2019-02-20-webkitgtk2.23.91-released.md b/_posts/2019-02-20-webkitgtk2.23.91-released.md index 2e1c5db68b..20d444ede5 100644 --- a/_posts/2019-02-20-webkitgtk2.23.91-released.md +++ b/_posts/2019-02-20-webkitgtk2.23.91-released.md @@ -13,4 +13,4 @@ This is a development release leading toward 2.24 series. - Fix several crashes and rendering issues. - Translation updates: Italian. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2019-03-01-webkitgtk2.22.7-released.md b/_posts/2019-03-01-webkitgtk2.22.7-released.md index af79de2b1e..bcce61dab9 100644 --- a/_posts/2019-03-01-webkitgtk2.22.7-released.md +++ b/_posts/2019-03-01-webkitgtk2.22.7-released.md @@ -11,4 +11,4 @@ This is a bug fix release in the stable 2.22 series. Unicode NFC normalization is used. - Fix several crashes and race conditions. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2019-03-06-webkitgtk2.23.92-released.md b/_posts/2019-03-06-webkitgtk2.23.92-released.md index f795229ca1..d4ee2c7da3 100644 --- a/_posts/2019-03-06-webkitgtk2.23.92-released.md +++ b/_posts/2019-03-06-webkitgtk2.23.92-released.md @@ -13,4 +13,4 @@ This is a development release leading toward 2.24 series. - Fix several crashes and rendering issues. - Translation updates: Polish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2019-04-09-webkitgtk2.24.1-released.md b/_posts/2019-04-09-webkitgtk2.24.1-released.md index 2f69a783f6..b2a8613c74 100644 --- a/_posts/2019-04-09-webkitgtk2.24.1-released.md +++ b/_posts/2019-04-09-webkitgtk2.24.1-released.md @@ -21,4 +21,4 @@ This is the first bug fix release in the stable 2.24 series. - Fix several crashes and rendering issues. - Security fixes: [CVE-2019-6251](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6251). -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2019-04-10-security-advisory-2019-0002.md b/_posts/2019-04-10-security-advisory-2019-0002.md index 96729e7b3b..8b3bfaad85 100644 --- a/_posts/2019-04-10-security-advisory-2019-0002.md +++ b/_posts/2019-04-10-security-advisory-2019-0002.md @@ -162,5 +162,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2019-05-17-webkitgtk2.24.2-released.md b/_posts/2019-05-17-webkitgtk2.24.2-released.md index 46cae6e460..f14c335891 100644 --- a/_posts/2019-05-17-webkitgtk2.24.2-released.md +++ b/_posts/2019-05-17-webkitgtk2.24.2-released.md @@ -17,4 +17,4 @@ This is a bug fix release in the stable 2.24 series. - Translation updates: Danish, Spanish, Ukrainian. - Security fixes: [CVE-2019-8595](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-8595), [CVE-2019-8607](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-8607), [CVE-2019-8615](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-8615). -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2019-05-20-security-advisory-2019-0003.md b/_posts/2019-05-20-security-advisory-2019-0003.md index 03a5d4714a..8604882f84 100644 --- a/_posts/2019-05-20-security-advisory-2019-0003.md +++ b/_posts/2019-05-20-security-advisory-2019-0003.md @@ -177,5 +177,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2019-05-27-webkitgtk2.25.1-released.md b/_posts/2019-05-27-webkitgtk2.25.1-released.md index 1e87399722..80edfbaabe 100644 --- a/_posts/2019-05-27-webkitgtk2.25.1-released.md +++ b/_posts/2019-05-27-webkitgtk2.25.1-released.md @@ -16,4 +16,4 @@ This is the first development release leading toward 2.26 series. - Fix touch capabilities detection for websites checking touch events properties present in window or pointer media queries. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2019-06-17-webkitgtk2.25.2-released.md b/_posts/2019-06-17-webkitgtk2.25.2-released.md index a4f4977374..63cb40f401 100644 --- a/_posts/2019-06-17-webkitgtk2.25.2-released.md +++ b/_posts/2019-06-17-webkitgtk2.25.2-released.md @@ -19,4 +19,4 @@ This is a development release leading toward 2.26 series. - Make accessibility work when sandbox is enabled. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2019-07-02-webkitgtk2.24.3-released.md b/_posts/2019-07-02-webkitgtk2.24.3-released.md index 57b9d3bb83..794a0c84cc 100644 --- a/_posts/2019-07-02-webkitgtk2.24.3-released.md +++ b/_posts/2019-07-02-webkitgtk2.24.3-released.md @@ -21,4 +21,4 @@ This is a bug fix release in the stable 2.24 series. - Fix several crashes and rendering issues. - Translation updates: Brazilian Portuguese. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2019-07-23-webkitgtk2.25.3-released.md b/_posts/2019-07-23-webkitgtk2.25.3-released.md index 9ae878cb42..7c60f1563c 100644 --- a/_posts/2019-07-23-webkitgtk2.25.3-released.md +++ b/_posts/2019-07-23-webkitgtk2.25.3-released.md @@ -22,4 +22,4 @@ This is a development release leading toward 2.26 series. - Fix volume level changes when playing a video. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2019-08-02-webkitgtk2.25.4-released.md b/_posts/2019-08-02-webkitgtk2.25.4-released.md index 008cadde03..435267881b 100644 --- a/_posts/2019-08-02-webkitgtk2.25.4-released.md +++ b/_posts/2019-08-02-webkitgtk2.25.4-released.md @@ -13,4 +13,4 @@ This is a development release leading toward 2.26 series. - Fix a crash with empty video source. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2019-08-28-webkitgtk2.24.4-released.md b/_posts/2019-08-28-webkitgtk2.24.4-released.md index 2162c4c6da..7b285a1af5 100644 --- a/_posts/2019-08-28-webkitgtk2.24.4-released.md +++ b/_posts/2019-08-28-webkitgtk2.24.4-released.md @@ -22,4 +22,4 @@ This is a bug fix release in the stable 2.24 series. - Fix build issue which would cause media controls to disappear when Python 3.x was used during the build process. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2019-08-29-security-advisory-2019-0004.md b/_posts/2019-08-29-security-advisory-2019-0004.md index 54df9b8530..edc0798d13 100644 --- a/_posts/2019-08-29-security-advisory-2019-0004.md +++ b/_posts/2019-08-29-security-advisory-2019-0004.md @@ -194,5 +194,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2019-09-03-webkitgtk2.25.92-released.md b/_posts/2019-09-03-webkitgtk2.25.92-released.md index f165a7005e..2a8d26fcff 100644 --- a/_posts/2019-09-03-webkitgtk2.25.92-released.md +++ b/_posts/2019-09-03-webkitgtk2.25.92-released.md @@ -17,4 +17,4 @@ This is a development release leading toward 2.26 series. - Fix several crashes and rendering issues. - Translation updates: Polish, Ukrainian. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2019-09-09-webkitgtk2.26.0-released.md b/_posts/2019-09-09-webkitgtk2.26.0-released.md index fa4ec95b2f..c82975a71e 100644 --- a/_posts/2019-09-09-webkitgtk2.26.0-released.md +++ b/_posts/2019-09-09-webkitgtk2.26.0-released.md @@ -20,4 +20,4 @@ This is the first stable release in the 2.26 series. For more details about all the changes included in WebKitGTK 2.26 see the NEWS file that is included in the tarball. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2019-09-23-webkitgtk2.26.1-released.md b/_posts/2019-09-23-webkitgtk2.26.1-released.md index 90ca5c36bb..8ed3520be4 100644 --- a/_posts/2019-09-23-webkitgtk2.26.1-released.md +++ b/_posts/2019-09-23-webkitgtk2.26.1-released.md @@ -16,4 +16,4 @@ This is the first bug fix release in the stable 2.26 series. - Do not enable the sandbox inside docker. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2019-10-04-webkitgtk2.27.1-released.md b/_posts/2019-10-04-webkitgtk2.27.1-released.md index 878c77c31c..39e98636b0 100644 --- a/_posts/2019-10-04-webkitgtk2.27.1-released.md +++ b/_posts/2019-10-04-webkitgtk2.27.1-released.md @@ -14,4 +14,4 @@ This is the first development release leading toward 2.28 series. - Improve swipe navigation gesture style. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2019-10-22-webkitgtk2.27.2-released.md b/_posts/2019-10-22-webkitgtk2.27.2-released.md index 5a4b754f2c..4af77abc24 100644 --- a/_posts/2019-10-22-webkitgtk2.27.2-released.md +++ b/_posts/2019-10-22-webkitgtk2.27.2-released.md @@ -16,4 +16,4 @@ This is a development release leading toward 2.28 series. - Disable accelerated compositing when we fail to initialize the EGL dispaly under Wayland. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2019-10-29-security-advisory-2019-0005.md b/_posts/2019-10-29-security-advisory-2019-0005.md index df8b51fd32..f6c9c27b43 100644 --- a/_posts/2019-10-29-security-advisory-2019-0005.md +++ b/_posts/2019-10-29-security-advisory-2019-0005.md @@ -122,5 +122,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2019-11-06-webkitgtk2.26.2-released.md b/_posts/2019-11-06-webkitgtk2.26.2-released.md index 43f2645d71..75ac2f96bd 100644 --- a/_posts/2019-11-06-webkitgtk2.26.2-released.md +++ b/_posts/2019-11-06-webkitgtk2.26.2-released.md @@ -15,4 +15,4 @@ This is a bug fix release in the stable 2.26 series. - Fill the objects category in emoji picker. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2019-11-08-security-advisory-2019-0006.md b/_posts/2019-11-08-security-advisory-2019-0006.md index 390ce6386f..c81911aca6 100644 --- a/_posts/2019-11-08-security-advisory-2019-0006.md +++ b/_posts/2019-11-08-security-advisory-2019-0006.md @@ -181,5 +181,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2019-11-26-webkitgtk2.27.3-released.md b/_posts/2019-11-26-webkitgtk2.27.3-released.md index 2bedc2dd4b..b8c628133e 100644 --- a/_posts/2019-11-26-webkitgtk2.27.3-released.md +++ b/_posts/2019-11-26-webkitgtk2.27.3-released.md @@ -20,4 +20,4 @@ This is a development release leading toward 2.28 series. - Fix several crashes and rendering issues. - Translation updates: Brazilian Portuguese, Ukrainian. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2020-01-10-webkitgtk2.27.4-released.md b/_posts/2020-01-10-webkitgtk2.27.4-released.md index 9f6c7ea17e..c68026dbad 100644 --- a/_posts/2020-01-10-webkitgtk2.27.4-released.md +++ b/_posts/2020-01-10-webkitgtk2.27.4-released.md @@ -20,4 +20,4 @@ This is a development release leading toward 2.28 series. - Fix network process crash with PSON enabled. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2020-01-22-webkitgtk2.26.3-released.md b/_posts/2020-01-22-webkitgtk2.26.3-released.md index 1f687633d9..e391cd6595 100644 --- a/_posts/2020-01-22-webkitgtk2.26.3-released.md +++ b/_posts/2020-01-22-webkitgtk2.26.3-released.md @@ -15,4 +15,4 @@ This is a bug fix release in the stable 2.26 series. - Fix web process crash when displaying a KaTeX formula. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2020-01-23-security-advisory-2020-0001.md b/_posts/2020-01-23-security-advisory-2020-0001.md index b39067ea17..0f4720bfb9 100644 --- a/_posts/2020-01-23-security-advisory-2020-0001.md +++ b/_posts/2020-01-23-security-advisory-2020-0001.md @@ -46,5 +46,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2020-02-10-webkitgtk2.27.90-released.md b/_posts/2020-02-10-webkitgtk2.27.90-released.md index c2b425b362..baeb35617f 100644 --- a/_posts/2020-02-10-webkitgtk2.27.90-released.md +++ b/_posts/2020-02-10-webkitgtk2.27.90-released.md @@ -18,4 +18,4 @@ This is a development release leading toward 2.28 series. - Add support for inspecting service workers to the remote inspector. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2020-02-14-security-advisory-2020-0002.md b/_posts/2020-02-14-security-advisory-2020-0002.md index dde7cae6fb..2dff24e8f5 100644 --- a/_posts/2020-02-14-security-advisory-2020-0002.md +++ b/_posts/2020-02-14-security-advisory-2020-0002.md @@ -62,5 +62,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2020-02-14-webkitgtk2.26.4-released.md b/_posts/2020-02-14-webkitgtk2.26.4-released.md index 907aa760e8..712bdb8aa3 100644 --- a/_posts/2020-02-14-webkitgtk2.26.4-released.md +++ b/_posts/2020-02-14-webkitgtk2.26.4-released.md @@ -13,4 +13,4 @@ This is a bug fix release in the stable 2.26 series. - Fix the build with GCC 10. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2020-02-27-webkitgtk2.27.91-released.md b/_posts/2020-02-27-webkitgtk2.27.91-released.md index 10a41bee78..9fcf93d187 100644 --- a/_posts/2020-02-27-webkitgtk2.27.91-released.md +++ b/_posts/2020-02-27-webkitgtk2.27.91-released.md @@ -13,4 +13,4 @@ This is a development release leading toward 2.28 series. - Fix several crashes and rendering issues. - Translation updates: Chinese -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2020-03-10-webkitgtk2.28.0-released.md b/_posts/2020-03-10-webkitgtk2.28.0-released.md index 8da5a41b61..06fc81dead 100644 --- a/_posts/2020-03-10-webkitgtk2.28.0-released.md +++ b/_posts/2020-03-10-webkitgtk2.28.0-released.md @@ -20,4 +20,4 @@ This is the first stable release in the 2.28 series. For more details about all the changes included in WebKitGTK 2.28 see the NEWS file that is included in the tarball. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2020-03-12-security-advisory-2020-0003.md b/_posts/2020-03-12-security-advisory-2020-0003.md index e85d73a28d..3203f3e56c 100644 --- a/_posts/2020-03-12-security-advisory-2020-0003.md +++ b/_posts/2020-03-12-security-advisory-2020-0003.md @@ -29,5 +29,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2020-04-13-webkitgtk2.28.1-released.md b/_posts/2020-04-13-webkitgtk2.28.1-released.md index 71861cb9df..5cc62f43ca 100644 --- a/_posts/2020-04-13-webkitgtk2.28.1-released.md +++ b/_posts/2020-04-13-webkitgtk2.28.1-released.md @@ -16,4 +16,4 @@ This is the first bug fix release in the stable 2.28 series. - Fix the build with GStreamer 1.12. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2020-04-16-security-advisory-2020-0004.md b/_posts/2020-04-16-security-advisory-2020-0004.md index 207703e359..9da1714ffc 100644 --- a/_posts/2020-04-16-security-advisory-2020-0004.md +++ b/_posts/2020-04-16-security-advisory-2020-0004.md @@ -29,5 +29,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2020-04-24-webkitgtk2.28.2-released.md b/_posts/2020-04-24-webkitgtk2.28.2-released.md index 66c02183bb..6956ff8cc1 100644 --- a/_posts/2020-04-24-webkitgtk2.28.2-released.md +++ b/_posts/2020-04-24-webkitgtk2.28.2-released.md @@ -15,4 +15,4 @@ This is a bug fix release in the stable 2.28 series. - Fix the build in MIPS64. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2020-04-27-security-advisory-2020-0005.md b/_posts/2020-04-27-security-advisory-2020-0005.md index 6a8249ebb9..92a4514af3 100644 --- a/_posts/2020-04-27-security-advisory-2020-0005.md +++ b/_posts/2020-04-27-security-advisory-2020-0005.md @@ -87,5 +87,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2020-05-18-webkitgtk2.29.1-released.md b/_posts/2020-05-18-webkitgtk2.29.1-released.md index b07ba3140f..5b58e6a90c 100644 --- a/_posts/2020-05-18-webkitgtk2.29.1-released.md +++ b/_posts/2020-05-18-webkitgtk2.29.1-released.md @@ -14,4 +14,4 @@ This is the first development release leading toward 2.30 series. - Add paste as plain text option to the context menu for rich editable content. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2020-06-24-webkitgtk2.29.2-released.md b/_posts/2020-06-24-webkitgtk2.29.2-released.md index f3267a69c5..202ae381b0 100644 --- a/_posts/2020-06-24-webkitgtk2.29.2-released.md +++ b/_posts/2020-06-24-webkitgtk2.29.2-released.md @@ -18,4 +18,4 @@ This is a development release leading toward 2.30 series. - Fix several crashes and rendering issues. - Translation updates: Ukrainian. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2020-07-08-webkitgtk2.29.3-released.md b/_posts/2020-07-08-webkitgtk2.29.3-released.md index 577885447c..fa257576b6 100644 --- a/_posts/2020-07-08-webkitgtk2.29.3-released.md +++ b/_posts/2020-07-08-webkitgtk2.29.3-released.md @@ -16,4 +16,4 @@ This is a development release leading toward 2.30 series. - Fix a race condition causing a crash in media player. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2020-07-09-webkitgtk2.28.3-released.md b/_posts/2020-07-09-webkitgtk2.28.3-released.md index 1e7cb1d219..f202d15c1b 100644 --- a/_posts/2020-07-09-webkitgtk2.28.3-released.md +++ b/_posts/2020-07-09-webkitgtk2.28.3-released.md @@ -13,4 +13,4 @@ This is a bug fix release in the stable 2.28 series. - Fix threading issues in the media player. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2020-07-10-security-advisory-2020-0006.md b/_posts/2020-07-10-security-advisory-2020-0006.md index 7873376f73..c7ce54e67c 100644 --- a/_posts/2020-07-10-security-advisory-2020-0006.md +++ b/_posts/2020-07-10-security-advisory-2020-0006.md @@ -92,5 +92,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2020-07-28-webkitgtk2.28.4-released.md b/_posts/2020-07-28-webkitgtk2.28.4-released.md index 21f13c77b8..91475966f9 100644 --- a/_posts/2020-07-28-webkitgtk2.28.4-released.md +++ b/_posts/2020-07-28-webkitgtk2.28.4-released.md @@ -9,4 +9,4 @@ This is a bug fix release in the stable 2.28 series. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2020-07-29-security-advisory-2020-0007.md b/_posts/2020-07-29-security-advisory-2020-0007.md index 3edb3020fb..a69a58d8c4 100644 --- a/_posts/2020-07-29-security-advisory-2020-0007.md +++ b/_posts/2020-07-29-security-advisory-2020-0007.md @@ -71,5 +71,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2020-07-29-webkitgtk2.29.4-released.md b/_posts/2020-07-29-webkitgtk2.29.4-released.md index c68b610db9..ef48edb1ec 100644 --- a/_posts/2020-07-29-webkitgtk2.29.4-released.md +++ b/_posts/2020-07-29-webkitgtk2.29.4-released.md @@ -14,4 +14,4 @@ This is a development release leading toward 2.30 series. - Use mobile user-agent on tablets. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2020-08-14-webkitgtk2.29.90-released.md b/_posts/2020-08-14-webkitgtk2.29.90-released.md index dde2a37364..6afab251d6 100644 --- a/_posts/2020-08-14-webkitgtk2.29.90-released.md +++ b/_posts/2020-08-14-webkitgtk2.29.90-released.md @@ -13,4 +13,4 @@ This is a development release leading toward 2.30 series. - Fix a crash when selecting text. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2020-08-14-webkitgtk2.29.91-released.md b/_posts/2020-08-14-webkitgtk2.29.91-released.md index 6487980fe8..2e8085b927 100644 --- a/_posts/2020-08-14-webkitgtk2.29.91-released.md +++ b/_posts/2020-08-14-webkitgtk2.29.91-released.md @@ -9,4 +9,4 @@ This is a development release leading toward 2.30 series. - Fix a web process crash introduced in 2.29.90. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2020-09-04-webkitgtk2.29.92-released.md b/_posts/2020-09-04-webkitgtk2.29.92-released.md index 1400345811..f7a06ea5a9 100644 --- a/_posts/2020-09-04-webkitgtk2.29.92-released.md +++ b/_posts/2020-09-04-webkitgtk2.29.92-released.md @@ -14,4 +14,4 @@ This is a development release leading toward 2.30 series. - Fix several crashes and rendering issues. - Translation updates: Polish -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2020-09-11-webkitgtk2.30.0-released.md b/_posts/2020-09-11-webkitgtk2.30.0-released.md index f2c3611b5e..8bc4381ecc 100644 --- a/_posts/2020-09-11-webkitgtk2.30.0-released.md +++ b/_posts/2020-09-11-webkitgtk2.30.0-released.md @@ -18,4 +18,4 @@ This is the first stable release in the 2.30 series. For more details about all the changes included in WebKitGTK 2.30 see the NEWS file that is included in the tarball. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2020-09-21-webkitgtk2.30.1-released.md b/_posts/2020-09-21-webkitgtk2.30.1-released.md index 2101f7e40e..e7811c90f4 100644 --- a/_posts/2020-09-21-webkitgtk2.30.1-released.md +++ b/_posts/2020-09-21-webkitgtk2.30.1-released.md @@ -11,4 +11,4 @@ This is the first bug fix release in the stable 2.30 series. - Fix downloads started by an ephemeral web context. - Translation updates: Brazilian Portuguese. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2020-10-23-webkitgtk2.30.2-released.md b/_posts/2020-10-23-webkitgtk2.30.2-released.md index 72e53123a1..c83f0e6d1d 100644 --- a/_posts/2020-10-23-webkitgtk2.30.2-released.md +++ b/_posts/2020-10-23-webkitgtk2.30.2-released.md @@ -15,4 +15,4 @@ This is a bug fix release in the stable 2.30 series. - Fix the build with ENABLE_GAMEPAD enabled. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2020-11-20-webkitgtk2.30.3-released.md b/_posts/2020-11-20-webkitgtk2.30.3-released.md index c07faf7c01..9f05d4abfb 100644 --- a/_posts/2020-11-20-webkitgtk2.30.3-released.md +++ b/_posts/2020-11-20-webkitgtk2.30.3-released.md @@ -15,4 +15,4 @@ This is a bug fix release in the stable 2.30 series. - Fix the build with video support disabled. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2020-11-23-security-advisory-2020-0008.md b/_posts/2020-11-23-security-advisory-2020-0008.md index e91e148862..c61927972f 100644 --- a/_posts/2020-11-23-security-advisory-2020-0008.md +++ b/_posts/2020-11-23-security-advisory-2020-0008.md @@ -63,5 +63,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2020-11-30-security-advisory-2020-0009.md b/_posts/2020-11-30-security-advisory-2020-0009.md index de4adbfca4..aed2657373 100644 --- a/_posts/2020-11-30-security-advisory-2020-0009.md +++ b/_posts/2020-11-30-security-advisory-2020-0009.md @@ -28,5 +28,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2020-12-15-webkitgtk2.30.4-released.md b/_posts/2020-12-15-webkitgtk2.30.4-released.md index 8c3fa4a77a..e9b34abf9a 100644 --- a/_posts/2020-12-15-webkitgtk2.30.4-released.md +++ b/_posts/2020-12-15-webkitgtk2.30.4-released.md @@ -12,4 +12,4 @@ This is a bug fix release in the stable 2.30 series. - Fix clipping of descedant layers of a mask layer. - Fix the build with ICU 68.1. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2021-01-12-webkitgtk2.31.1-released.md b/_posts/2021-01-12-webkitgtk2.31.1-released.md index 76cf1d30fd..cd0267eb91 100644 --- a/_posts/2021-01-12-webkitgtk2.31.1-released.md +++ b/_posts/2021-01-12-webkitgtk2.31.1-released.md @@ -14,4 +14,4 @@ This is the first development release leading toward 2.32 series. - Correctly apply the system font scaling factor. - Show main loop frames information in the web inspector. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2021-02-11-webkitgtk2.30.5-released.md b/_posts/2021-02-11-webkitgtk2.30.5-released.md index 858daf5f54..0a6ecf9c00 100644 --- a/_posts/2021-02-11-webkitgtk2.30.5-released.md +++ b/_posts/2021-02-11-webkitgtk2.30.5-released.md @@ -12,4 +12,4 @@ This is a bug fix release in the stable 2.30 series. - Fix aarch64 llint build with JIT disabled. - Use Internet Explorer quirk for Google Docs. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2021-02-15-security-advisory-2021-0001.md b/_posts/2021-02-15-security-advisory-2021-0001.md index de9ef7e6ee..3581ffb111 100644 --- a/_posts/2021-02-15-security-advisory-2021-0001.md +++ b/_posts/2021-02-15-security-advisory-2021-0001.md @@ -29,5 +29,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2021-02-26-webkitgtk2.31.90-released.md b/_posts/2021-02-26-webkitgtk2.31.90-released.md index 8426c6f200..1971f8f79b 100644 --- a/_posts/2021-02-26-webkitgtk2.31.90-released.md +++ b/_posts/2021-02-26-webkitgtk2.31.90-released.md @@ -19,4 +19,4 @@ This is a development release leading toward 2.32 series. - Improved support for playbin3. - Translation updates: Ukrainian. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2021-03-12-webkitgtk2.31.91-released.md b/_posts/2021-03-12-webkitgtk2.31.91-released.md index e1a92f9282..26f16515c9 100644 --- a/_posts/2021-03-12-webkitgtk2.31.91-released.md +++ b/_posts/2021-03-12-webkitgtk2.31.91-released.md @@ -14,4 +14,4 @@ This is a development release leading toward 2.32 series. - Fix the build in i386. - Translation updates: Simplified Chinese. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2021-03-18-webkitgtk2.30.6-released.md b/_posts/2021-03-18-webkitgtk2.30.6-released.md index fc68610d0f..7ff677bbbe 100644 --- a/_posts/2021-03-18-webkitgtk2.30.6-released.md +++ b/_posts/2021-03-18-webkitgtk2.30.6-released.md @@ -10,4 +10,4 @@ This is a bug fix release in the stable 2.30 series. - Update user agent quirks again for Google Docs and Google Drive - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2021-03-22-security-advisory-2021-0002.md b/_posts/2021-03-22-security-advisory-2021-0002.md index f57ff69fc5..ce4dce313b 100644 --- a/_posts/2021-03-22-security-advisory-2021-0002.md +++ b/_posts/2021-03-22-security-advisory-2021-0002.md @@ -90,5 +90,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2021-03-26-webkitgtk2.32.0-released.md b/_posts/2021-03-26-webkitgtk2.32.0-released.md index ef371b4fc8..519f0bdec2 100644 --- a/_posts/2021-03-26-webkitgtk2.32.0-released.md +++ b/_posts/2021-03-26-webkitgtk2.32.0-released.md @@ -20,4 +20,4 @@ This is the first stable release in the 2.32 series. For more details about all the changes included in WebKitGTK 2.32 see the NEWS file that is included in the tarball. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2021-03-29-security-advisory-2021-0003.md b/_posts/2021-03-29-security-advisory-2021-0003.md index 872b9538b5..c49d51d7ea 100644 --- a/_posts/2021-03-29-security-advisory-2021-0003.md +++ b/_posts/2021-03-29-security-advisory-2021-0003.md @@ -47,5 +47,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2021-05-10-webkitgtk2.32.1-released.md b/_posts/2021-05-10-webkitgtk2.32.1-released.md index 9804c1a97c..b8ce4ce8c0 100644 --- a/_posts/2021-05-10-webkitgtk2.32.1-released.md +++ b/_posts/2021-05-10-webkitgtk2.32.1-released.md @@ -24,4 +24,4 @@ This is the first bug fix release in the stable 2.32 series. - Fix several crashes and rendering issues. - Translation updates: Swedish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2021-05-14-webkitgtk2.33.1-released.md b/_posts/2021-05-14-webkitgtk2.33.1-released.md index 7106a136a1..9616672668 100644 --- a/_posts/2021-05-14-webkitgtk2.33.1-released.md +++ b/_posts/2021-05-14-webkitgtk2.33.1-released.md @@ -15,4 +15,4 @@ This is the first development release leading toward 2.34 series. - Add support for link preconnect when building with libsoup3. - Refactored Media Source Extensions platform code to increase stability and ease support of more features in the future. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2021-06-08-webkitgtk2.33.2-released.md b/_posts/2021-06-08-webkitgtk2.33.2-released.md index 2f1f1f7140..385d1e5fa9 100644 --- a/_posts/2021-06-08-webkitgtk2.33.2-released.md +++ b/_posts/2021-06-08-webkitgtk2.33.2-released.md @@ -17,4 +17,4 @@ This is a development release leading toward 2.34 series. - Ensure WebKitScriptWorld::window-object-cleared signal is always emitted. - Translation updates: Danish, Swedish, Ukrainian. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2021-07-09-webkitgtk2.32.2-released.md b/_posts/2021-07-09-webkitgtk2.32.2-released.md index 9a97a0e5af..e291b439bd 100644 --- a/_posts/2021-07-09-webkitgtk2.32.2-released.md +++ b/_posts/2021-07-09-webkitgtk2.32.2-released.md @@ -15,4 +15,4 @@ This is a bug fix release in the stable 2.32 series. - Fix JavaScriptCore crash on 32-bit big endian systems. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2021-07-23-security-advisory-2021-0004.md b/_posts/2021-07-23-security-advisory-2021-0004.md index 2ea8415967..b1b96f3b5b 100644 --- a/_posts/2021-07-23-security-advisory-2021-0004.md +++ b/_posts/2021-07-23-security-advisory-2021-0004.md @@ -205,5 +205,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2021-07-23-webkitgtk2.32.3-released.md b/_posts/2021-07-23-webkitgtk2.32.3-released.md index a404707a66..59ec46e3ec 100644 --- a/_posts/2021-07-23-webkitgtk2.32.3-released.md +++ b/_posts/2021-07-23-webkitgtk2.32.3-released.md @@ -12,4 +12,4 @@ This is a bug fix release in the stable 2.32 series. - Ensure WebKitScriptWorld::window-object-cleared signal is always emitted. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2021-08-16-webkitgtk2.33.3-released.md b/_posts/2021-08-16-webkitgtk2.33.3-released.md index 579ffb5f26..1c5ab40b48 100644 --- a/_posts/2021-08-16-webkitgtk2.33.3-released.md +++ b/_posts/2021-08-16-webkitgtk2.33.3-released.md @@ -24,4 +24,4 @@ This is a development release leading toward 2.34 series. - Fix several crashes and rendering issues. - Translation updates: Brazilian Portuguese, French, Swedish, Ukrainian -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2021-09-02-webkitgtk2.33.90-released.md b/_posts/2021-09-02-webkitgtk2.33.90-released.md index 45eef0a4e8..89a03de419 100644 --- a/_posts/2021-09-02-webkitgtk2.33.90-released.md +++ b/_posts/2021-09-02-webkitgtk2.33.90-released.md @@ -14,4 +14,4 @@ This is a development release leading toward 2.34 series. - Fix the build with gtk-doc enabled. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2021-09-17-webkitgtk2.32.4-released.md b/_posts/2021-09-17-webkitgtk2.32.4-released.md index d40c170487..fcbcd9ff5e 100644 --- a/_posts/2021-09-17-webkitgtk2.32.4-released.md +++ b/_posts/2021-09-17-webkitgtk2.32.4-released.md @@ -10,4 +10,4 @@ This is a bug fix release in the stable 2.32 series. - Do not append .asc extension to downloaded text/plain files. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2021-09-17-webkitgtk2.33.91-released.md b/_posts/2021-09-17-webkitgtk2.33.91-released.md index 091367acb1..455b488041 100644 --- a/_posts/2021-09-17-webkitgtk2.33.91-released.md +++ b/_posts/2021-09-17-webkitgtk2.33.91-released.md @@ -11,4 +11,4 @@ This is a development release leading toward 2.34 series. - Fix several issues in JavaScriptCore on 32bit systems. - Prefer python3 over python2 in CMake. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2021-09-20-security-advisory-2021-0005.md b/_posts/2021-09-20-security-advisory-2021-0005.md index 89f62f3713..6260a9afe9 100644 --- a/_posts/2021-09-20-security-advisory-2021-0005.md +++ b/_posts/2021-09-20-security-advisory-2021-0005.md @@ -28,5 +28,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2021-09-22-webkitgtk2.34.0-released.md b/_posts/2021-09-22-webkitgtk2.34.0-released.md index 57139cf5da..4f796934aa 100644 --- a/_posts/2021-09-22-webkitgtk2.34.0-released.md +++ b/_posts/2021-09-22-webkitgtk2.34.0-released.md @@ -24,4 +24,4 @@ This is the first stable release in the 2.34 series. For more details about all the changes included in WebKitGTK 2.34 see the NEWS file that is included in the tarball. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2021-10-21-webkitgtk2.34.1-released.md b/_posts/2021-10-21-webkitgtk2.34.1-released.md index 7200b3e956..47e75b6d33 100644 --- a/_posts/2021-10-21-webkitgtk2.34.1-released.md +++ b/_posts/2021-10-21-webkitgtk2.34.1-released.md @@ -12,4 +12,4 @@ This is the first bug fix release in the stable 2.34 series. - Fix a crash when loading videos on reddit. - Fix file type detection when application calls g_desktop_app_info_set_as_default_for_extension() passing html. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2021-10-26-security-advisory-2021-0006.md b/_posts/2021-10-26-security-advisory-2021-0006.md index 21949c2857..c89d54f3e8 100644 --- a/_posts/2021-10-26-security-advisory-2021-0006.md +++ b/_posts/2021-10-26-security-advisory-2021-0006.md @@ -69,5 +69,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2021-11-24-webkitgtk2.34.2-released.md b/_posts/2021-11-24-webkitgtk2.34.2-released.md index a32d765b8f..ddb9b87ed4 100644 --- a/_posts/2021-11-24-webkitgtk2.34.2-released.md +++ b/_posts/2021-11-24-webkitgtk2.34.2-released.md @@ -11,4 +11,4 @@ This is a bug fix release in the stable 2.34 series. - Update effective appearance after web process switch on navigation. - Fix the build with video disabled. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2021-11-25-webkitgtk2.35.1-released.md b/_posts/2021-11-25-webkitgtk2.35.1-released.md index a54eadc3c9..87a38bf3cf 100644 --- a/_posts/2021-11-25-webkitgtk2.35.1-released.md +++ b/_posts/2021-11-25-webkitgtk2.35.1-released.md @@ -14,4 +14,4 @@ This is the first development release leading toward 2.36 series. - Fix jsc_value_object_define_property_accessor() to work with objects not having a wrapped instance. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2021-12-20-security-advisory-2021-0007.md b/_posts/2021-12-20-security-advisory-2021-0007.md index 67f2d4b259..23f20b10c1 100644 --- a/_posts/2021-12-20-security-advisory-2021-0007.md +++ b/_posts/2021-12-20-security-advisory-2021-0007.md @@ -96,5 +96,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2021-12-20-webkitgtk2.34.3-released.md b/_posts/2021-12-20-webkitgtk2.34.3-released.md index 1d1429426b..34a0a2b9df 100644 --- a/_posts/2021-12-20-webkitgtk2.34.3-released.md +++ b/_posts/2021-12-20-webkitgtk2.34.3-released.md @@ -11,4 +11,4 @@ This is a bug fix release in the stable 2.34 series. producing sound, instead of a generic one. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-01-21-security-advisory-2022-0001.md b/_posts/2022-01-21-security-advisory-2022-0001.md index e5681bc489..ca7b511cbf 100644 --- a/_posts/2022-01-21-security-advisory-2022-0001.md +++ b/_posts/2022-01-21-security-advisory-2022-0001.md @@ -107,5 +107,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2022-01-21-webkitgtk2.34.4-released.md b/_posts/2022-01-21-webkitgtk2.34.4-released.md index de869aa738..71942b696f 100644 --- a/_posts/2022-01-21-webkitgtk2.34.4-released.md +++ b/_posts/2022-01-21-webkitgtk2.34.4-released.md @@ -9,4 +9,4 @@ This is a bug fix release in the stable 2.34 series. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-02-03-webkitgtk2.35.2-released.md b/_posts/2022-02-03-webkitgtk2.35.2-released.md index 33c499cb0b..cfee756a7f 100644 --- a/_posts/2022-02-03-webkitgtk2.35.2-released.md +++ b/_posts/2022-02-03-webkitgtk2.35.2-released.md @@ -15,4 +15,4 @@ This is a development release leading toward 2.36 series. - Fix kinetic scrolling via touch screen. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-02-09-security-advisory-2022-0002.md b/_posts/2022-02-09-security-advisory-2022-0002.md index 086d3cd98c..d31dbd1746 100644 --- a/_posts/2022-02-09-security-advisory-2022-0002.md +++ b/_posts/2022-02-09-security-advisory-2022-0002.md @@ -44,5 +44,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2022-02-09-webkitgtk2.34.5-released.md b/_posts/2022-02-09-webkitgtk2.34.5-released.md index 11ec18a756..0b3714f91e 100644 --- a/_posts/2022-02-09-webkitgtk2.34.5-released.md +++ b/_posts/2022-02-09-webkitgtk2.34.5-released.md @@ -16,4 +16,4 @@ This is a bug fix release in the stable 2.34 series. - Fix the build with ICU 60, version 61 is no longer required. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-02-09-webkitgtk2.35.3-released.md b/_posts/2022-02-09-webkitgtk2.35.3-released.md index 1fd4b9efa4..7b3a71f3f4 100644 --- a/_posts/2022-02-09-webkitgtk2.35.3-released.md +++ b/_posts/2022-02-09-webkitgtk2.35.3-released.md @@ -11,4 +11,4 @@ This is a development release leading toward 2.36 series. - Fix a crash when starting a drag an drop on touchscreen. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-02-17-security-advisory-2022-0003.md b/_posts/2022-02-17-security-advisory-2022-0003.md index 78f4d47362..2d0012e4d8 100644 --- a/_posts/2022-02-17-security-advisory-2022-0003.md +++ b/_posts/2022-02-17-security-advisory-2022-0003.md @@ -28,5 +28,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2022-02-17-webkitgtk2.34.6-released.md b/_posts/2022-02-17-webkitgtk2.34.6-released.md index 6c43ed05de..0a94888d95 100644 --- a/_posts/2022-02-17-webkitgtk2.34.6-released.md +++ b/_posts/2022-02-17-webkitgtk2.34.6-released.md @@ -14,4 +14,4 @@ This is a bug fix release in the stable 2.34 series. not called libGL or libgl, as is the case on systems that use libglvnd. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-02-25-webkitgtk2.35.90-released.md b/_posts/2022-02-25-webkitgtk2.35.90-released.md index 250295e78f..08dcbba831 100644 --- a/_posts/2022-02-25-webkitgtk2.35.90-released.md +++ b/_posts/2022-02-25-webkitgtk2.35.90-released.md @@ -17,4 +17,4 @@ This is a development release leading toward 2.36 series. - Fix several crashes and rendering issues. - Translation updates: Hebrew. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-03-21-webkitgtk2.36.0-released.md b/_posts/2022-03-21-webkitgtk2.36.0-released.md index 97519020a9..f2966b7106 100644 --- a/_posts/2022-03-21-webkitgtk2.36.0-released.md +++ b/_posts/2022-03-21-webkitgtk2.36.0-released.md @@ -17,4 +17,4 @@ This is the first stable release in the 2.36 series. For more details about all the changes included in WebKitGTK 2.36 see the NEWS file that is included in the tarball. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-04-08-security-advisory-2022-0004.md b/_posts/2022-04-08-security-advisory-2022-0004.md index 198df3ee0f..6ddbc39feb 100644 --- a/_posts/2022-04-08-security-advisory-2022-0004.md +++ b/_posts/2022-04-08-security-advisory-2022-0004.md @@ -54,5 +54,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2022-04-21-webkitgtk2.36.1-released.md b/_posts/2022-04-21-webkitgtk2.36.1-released.md index ce0b7af019..6cc515f30d 100644 --- a/_posts/2022-04-21-webkitgtk2.36.1-released.md +++ b/_posts/2022-04-21-webkitgtk2.36.1-released.md @@ -11,4 +11,4 @@ This is the first bug fix release in the stable 2.36 series. - Fix several crashes and rendering issues. - Translation updates: Croatian. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-05-18-webkitgtk2.36.2-released.md b/_posts/2022-05-18-webkitgtk2.36.2-released.md index fee7ab5aed..05171b30b7 100644 --- a/_posts/2022-05-18-webkitgtk2.36.2-released.md +++ b/_posts/2022-05-18-webkitgtk2.36.2-released.md @@ -12,4 +12,4 @@ This is a bug fix release in the stable 2.36 series. - Fix the build with newer Ruby versions. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-05-30-security-advisory-2022-0005.md b/_posts/2022-05-30-security-advisory-2022-0005.md index 539205f5c0..80f0e513f9 100644 --- a/_posts/2022-05-30-security-advisory-2022-0005.md +++ b/_posts/2022-05-30-security-advisory-2022-0005.md @@ -82,5 +82,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2022-07-05-security-advisory-2022-0006.md b/_posts/2022-07-05-security-advisory-2022-0006.md index c3c514ff07..de96285917 100644 --- a/_posts/2022-07-05-security-advisory-2022-0006.md +++ b/_posts/2022-07-05-security-advisory-2022-0006.md @@ -48,5 +48,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2022-07-05-webkitgtk2.36.4-released.md b/_posts/2022-07-05-webkitgtk2.36.4-released.md index 099bf875aa..7064243850 100644 --- a/_posts/2022-07-05-webkitgtk2.36.4-released.md +++ b/_posts/2022-07-05-webkitgtk2.36.4-released.md @@ -17,4 +17,4 @@ This is a bug fix release in the stable 2.36 series. - Fix cross-compilation when targeting 64-bit ARM. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-07-12-webkitgtk2.37.1-released.md b/_posts/2022-07-12-webkitgtk2.37.1-released.md index b40d1247b6..86d0e98a9b 100644 --- a/_posts/2022-07-12-webkitgtk2.37.1-released.md +++ b/_posts/2022-07-12-webkitgtk2.37.1-released.md @@ -26,4 +26,4 @@ This is the first development release leading toward 2.38 series. - Remove the ATK a11y implementation that has been replaced by AT-SPI DBus interfaces. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-07-28-security-advisory-2022-0007.md b/_posts/2022-07-28-security-advisory-2022-0007.md index 0e73d5da8f..c9fcf69ec4 100644 --- a/_posts/2022-07-28-security-advisory-2022-0007.md +++ b/_posts/2022-07-28-security-advisory-2022-0007.md @@ -48,5 +48,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2022-07-28-webkitgtk2.36.5-released.md b/_posts/2022-07-28-webkitgtk2.36.5-released.md index 6fc8a3d662..18e4957425 100644 --- a/_posts/2022-07-28-webkitgtk2.36.5-released.md +++ b/_posts/2022-07-28-webkitgtk2.36.5-released.md @@ -14,4 +14,4 @@ This is a bug fix release in the stable 2.36 series. - Fix LTO builds with GCC. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-08-07-webkitgtk2.36.6-released.md b/_posts/2022-08-07-webkitgtk2.36.6-released.md index be41e4b3d6..4e569beeb9 100644 --- a/_posts/2022-08-07-webkitgtk2.36.6-released.md +++ b/_posts/2022-08-07-webkitgtk2.36.6-released.md @@ -11,4 +11,4 @@ This is a bug fix release in the stable 2.36 series. - Fix WebKitGTK not allowing to be used from non-main threads. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-08-19-webkitgtk2.37.90-released.md b/_posts/2022-08-19-webkitgtk2.37.90-released.md index cd81bfabcb..eb82bc1c56 100644 --- a/_posts/2022-08-19-webkitgtk2.37.90-released.md +++ b/_posts/2022-08-19-webkitgtk2.37.90-released.md @@ -14,4 +14,4 @@ This is a development release leading toward 2.38 series. - Fix several crashes and rendering issues. - Translation updates: Swedish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-08-24-webkitgtk2.36.7-released.md b/_posts/2022-08-24-webkitgtk2.36.7-released.md index 01154f0e13..b3cf93178a 100644 --- a/_posts/2022-08-24-webkitgtk2.36.7-released.md +++ b/_posts/2022-08-24-webkitgtk2.36.7-released.md @@ -9,4 +9,4 @@ This is a bug fix release in the stable 2.36 series. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-08-25-security-advisory-2022-0008.md b/_posts/2022-08-25-security-advisory-2022-0008.md index a221aca282..fd2bd0fe98 100644 --- a/_posts/2022-08-25-security-advisory-2022-0008.md +++ b/_posts/2022-08-25-security-advisory-2022-0008.md @@ -27,5 +27,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2022-09-02-webkitgtk2.37.91-released.md b/_posts/2022-09-02-webkitgtk2.37.91-released.md index d3ba5095ba..d1f9f08896 100644 --- a/_posts/2022-09-02-webkitgtk2.37.91-released.md +++ b/_posts/2022-09-02-webkitgtk2.37.91-released.md @@ -14,4 +14,4 @@ This is a development release leading toward 2.38 series. - Fix several crashes and rendering issues. - Translation updates: Polish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-09-16-webkitgtk2.38.0-released.md b/_posts/2022-09-16-webkitgtk2.38.0-released.md index dd386aafcc..f03ba4524f 100644 --- a/_posts/2022-09-16-webkitgtk2.38.0-released.md +++ b/_posts/2022-09-16-webkitgtk2.38.0-released.md @@ -16,4 +16,4 @@ This is the first stable release in the 2.38 series. For more details about all the changes included in WebKitGTK 2.38 see the NEWS file that is included in the tarball. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-09-19-security-advisory-2022-0009.md b/_posts/2022-09-19-security-advisory-2022-0009.md index 116c04757d..c8ee0bfee5 100644 --- a/_posts/2022-09-19-security-advisory-2022-0009.md +++ b/_posts/2022-09-19-security-advisory-2022-0009.md @@ -45,5 +45,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2022-10-20-webkitgtk2.38.1-released.md b/_posts/2022-10-20-webkitgtk2.38.1-released.md index b66f7b5646..46f202f57f 100644 --- a/_posts/2022-10-20-webkitgtk2.38.1-released.md +++ b/_posts/2022-10-20-webkitgtk2.38.1-released.md @@ -17,4 +17,4 @@ This is the first bug fix release in the stable 2.38 series. - Fix media player duration calculation. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-11-04-security-advisory-2022-0010.md b/_posts/2022-11-04-security-advisory-2022-0010.md index 48fc2eb556..59357b637e 100644 --- a/_posts/2022-11-04-security-advisory-2022-0010.md +++ b/_posts/2022-11-04-security-advisory-2022-0010.md @@ -59,5 +59,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2022-11-04-webkitgtk2.38.2-released.md b/_posts/2022-11-04-webkitgtk2.38.2-released.md index 7c7bd4e10b..3907edc0c9 100644 --- a/_posts/2022-11-04-webkitgtk2.38.2-released.md +++ b/_posts/2022-11-04-webkitgtk2.38.2-released.md @@ -12,4 +12,4 @@ This is a bug fix release in the stable 2.38 series. - Fix the build with accessibility disabled. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-11-11-webkitgtk2.39.1-released.md b/_posts/2022-11-11-webkitgtk2.39.1-released.md index 393fda17ed..a708b5a1e3 100644 --- a/_posts/2022-11-11-webkitgtk2.39.1-released.md +++ b/_posts/2022-11-11-webkitgtk2.39.1-released.md @@ -17,4 +17,4 @@ This is the first development release leading toward 2.40 series. - Add support for get computed label and get computed role WebDriver commands. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-11-28-webkitgtk2.39.2-released.md b/_posts/2022-11-28-webkitgtk2.39.2-released.md index ecab2b6e3f..746493ba43 100644 --- a/_posts/2022-11-28-webkitgtk2.39.2-released.md +++ b/_posts/2022-11-28-webkitgtk2.39.2-released.md @@ -20,4 +20,4 @@ This is a development release leading toward 2.40 series. - Fix several warnings when building for ARMv7 (32-bits). - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-12-14-webkitgtk2.39.3-released.md b/_posts/2022-12-14-webkitgtk2.39.3-released.md index 2b24df550d..65b3c7f0e9 100644 --- a/_posts/2022-12-14-webkitgtk2.39.3-released.md +++ b/_posts/2022-12-14-webkitgtk2.39.3-released.md @@ -15,4 +15,4 @@ This is a development release leading toward 2.40 series. - Fix gibberish text when loading alternate data. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-12-22-webkitgtk2.38.3-released.md b/_posts/2022-12-22-webkitgtk2.38.3-released.md index 0ff4c29bf0..29aa11d27e 100644 --- a/_posts/2022-12-22-webkitgtk2.38.3-released.md +++ b/_posts/2022-12-22-webkitgtk2.38.3-released.md @@ -12,4 +12,4 @@ This is a bug fix release in the stable 2.38 series. - Fix the build with Ruby 3.2. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2022-12-26-security-advisory-2022-0011.md b/_posts/2022-12-26-security-advisory-2022-0011.md index 7e80255ae7..4a140877ee 100644 --- a/_posts/2022-12-26-security-advisory-2022-0011.md +++ b/_posts/2022-12-26-security-advisory-2022-0011.md @@ -88,5 +88,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2023-01-16-webkitgtk2.39.4-released.md b/_posts/2023-01-16-webkitgtk2.39.4-released.md index 2001482d59..c8044a861c 100644 --- a/_posts/2023-01-16-webkitgtk2.39.4-released.md +++ b/_posts/2023-01-16-webkitgtk2.39.4-released.md @@ -14,4 +14,4 @@ This is a development release leading toward 2.40 series. - Fix several crashes and rendering issues. - Translation updates: Swedish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-01-19-webkitgtk2.39.5-released.md b/_posts/2023-01-19-webkitgtk2.39.5-released.md index 4e091553bc..507d9b02a0 100644 --- a/_posts/2023-01-19-webkitgtk2.39.5-released.md +++ b/_posts/2023-01-19-webkitgtk2.39.5-released.md @@ -11,4 +11,4 @@ This is a development release leading toward 2.40 series. - Fix the build with WebGL disabled. - Fix the webkit.h public header causing applications to fail to build. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-01-30-webkitgtk2.39.6-released.md b/_posts/2023-01-30-webkitgtk2.39.6-released.md index fc4ba1f694..20487436d3 100644 --- a/_posts/2023-01-30-webkitgtk2.39.6-released.md +++ b/_posts/2023-01-30-webkitgtk2.39.6-released.md @@ -18,4 +18,4 @@ This is a development release leading toward 2.40 series. - Do not allow the sandbox to mount the entire home directory. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-01-31-webkitgtk2.39.7-released.md b/_posts/2023-01-31-webkitgtk2.39.7-released.md index b00bb0b241..1db997df8d 100644 --- a/_posts/2023-01-31-webkitgtk2.39.7-released.md +++ b/_posts/2023-01-31-webkitgtk2.39.7-released.md @@ -10,4 +10,4 @@ This is a development release leading toward 2.40 series. - Fix the webkit.h public header causing applications to fail to build. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-02-02-security-advisory-2023-0001.md b/_posts/2023-02-02-security-advisory-2023-0001.md index da0b904d37..2cd1a97c56 100644 --- a/_posts/2023-02-02-security-advisory-2023-0001.md +++ b/_posts/2023-02-02-security-advisory-2023-0001.md @@ -48,5 +48,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2023-02-15-security-advisory-2023-0002.md b/_posts/2023-02-15-security-advisory-2023-0002.md index dbe429e315..2df78f7f0a 100644 --- a/_posts/2023-02-15-security-advisory-2023-0002.md +++ b/_posts/2023-02-15-security-advisory-2023-0002.md @@ -28,5 +28,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2023-02-15-webkitgtk2.38.5-released.md b/_posts/2023-02-15-webkitgtk2.38.5-released.md index b1b78df8ac..1ac3eea7a4 100644 --- a/_posts/2023-02-15-webkitgtk2.38.5-released.md +++ b/_posts/2023-02-15-webkitgtk2.38.5-released.md @@ -13,4 +13,4 @@ This is a bug fix release in the stable 2.38 series. - Fix the build on Ubuntu 20.04. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-02-20-webkitgtk2.39.90-released.md b/_posts/2023-02-20-webkitgtk2.39.90-released.md index fe736f6f89..0b5754f85a 100644 --- a/_posts/2023-02-20-webkitgtk2.39.90-released.md +++ b/_posts/2023-02-20-webkitgtk2.39.90-released.md @@ -18,4 +18,4 @@ This is a development release leading toward 2.40 series. - Fix several crashes and rendering issues. - Translation updates: Ukrainian. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-03-08-webkitgtk2.39.91-released.md b/_posts/2023-03-08-webkitgtk2.39.91-released.md index 85ab6e501f..dc0d388ed8 100644 --- a/_posts/2023-03-08-webkitgtk2.39.91-released.md +++ b/_posts/2023-03-08-webkitgtk2.39.91-released.md @@ -20,4 +20,4 @@ This is a development release leading toward 2.40 series. - Fix several crashes and rendering issues. - Translation updates: Korean, Polish, Swedish, Korean. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-03-17-webkitgtk2.40.0-released.md b/_posts/2023-03-17-webkitgtk2.40.0-released.md index 7fed0cee27..74138c5f93 100644 --- a/_posts/2023-03-17-webkitgtk2.40.0-released.md +++ b/_posts/2023-03-17-webkitgtk2.40.0-released.md @@ -22,4 +22,4 @@ This is the first stable release in the 2.40 series. For more details about all the changes included in WebKitGTK 2.40 see the NEWS file that is included in the tarball. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-03-30-webkitgtk2.41.1-released.md b/_posts/2023-03-30-webkitgtk2.41.1-released.md index d63f708bc4..3bf5e803d1 100644 --- a/_posts/2023-03-30-webkitgtk2.41.1-released.md +++ b/_posts/2023-03-30-webkitgtk2.41.1-released.md @@ -13,4 +13,4 @@ This is the first development release leading toward 2.42 series. - Remove support for rendering with GLX in the web process. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-04-14-webkitgtk2.41.2-released.md b/_posts/2023-04-14-webkitgtk2.41.2-released.md index 10e722a545..958e8609c7 100644 --- a/_posts/2023-04-14-webkitgtk2.41.2-released.md +++ b/_posts/2023-04-14-webkitgtk2.41.2-released.md @@ -15,4 +15,4 @@ This is a development release leading toward 2.42 series. - Fix several crashes and rendering issues. - Translation updates: Swedish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-04-20-webkitgtk2.38.6-released.md b/_posts/2023-04-20-webkitgtk2.38.6-released.md index c56d856cd2..1f6bff52a7 100644 --- a/_posts/2023-04-20-webkitgtk2.38.6-released.md +++ b/_posts/2023-04-20-webkitgtk2.38.6-released.md @@ -25,4 +25,4 @@ This is a bug fix release in the stable 2.38 series. - Fix debug logs not being emitted in release builds. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-04-20-webkitgtk2.40.1-released.md b/_posts/2023-04-20-webkitgtk2.40.1-released.md index eb13fcf499..3e05545a91 100644 --- a/_posts/2023-04-20-webkitgtk2.40.1-released.md +++ b/_posts/2023-04-20-webkitgtk2.40.1-released.md @@ -31,4 +31,4 @@ This is the first bug fix release in the stable 2.40 series. - Fix the build with GCC 13. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-04-21-security-advisory-2023-0003.md b/_posts/2023-04-21-security-advisory-2023-0003.md index bb50ebc743..58102cfc87 100644 --- a/_posts/2023-04-21-security-advisory-2023-0003.md +++ b/_posts/2023-04-21-security-advisory-2023-0003.md @@ -73,5 +73,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2023-04-21-webkitgtk2.41.3-released.md b/_posts/2023-04-21-webkitgtk2.41.3-released.md index 897b8faf22..e57e7a3a6a 100644 --- a/_posts/2023-04-21-webkitgtk2.41.3-released.md +++ b/_posts/2023-04-21-webkitgtk2.41.3-released.md @@ -14,4 +14,4 @@ This is a development release leading toward 2.42 series. - Fix the build on i386. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-05-17-webkitgtk2.41.4-released.md b/_posts/2023-05-17-webkitgtk2.41.4-released.md index 1b7eab2c9f..80dd363add 100644 --- a/_posts/2023-05-17-webkitgtk2.41.4-released.md +++ b/_posts/2023-05-17-webkitgtk2.41.4-released.md @@ -17,4 +17,4 @@ This is a development release leading toward 2.42 series. - Fix the build with X11 target disabled. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-05-29-webkitgtk2.40.2-released.md b/_posts/2023-05-29-webkitgtk2.40.2-released.md index 9cd8e766bb..0309e4bc31 100644 --- a/_posts/2023-05-29-webkitgtk2.40.2-released.md +++ b/_posts/2023-05-29-webkitgtk2.40.2-released.md @@ -14,4 +14,4 @@ This is a bug fix release in the stable 2.40 series. - Choose amount of painting threads depending on available CPU cores on GTK4. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-05-30-security-advisory-2023-0004.md b/_posts/2023-05-30-security-advisory-2023-0004.md index 59b1692bb2..e235dc529d 100644 --- a/_posts/2023-05-30-security-advisory-2023-0004.md +++ b/_posts/2023-05-30-security-advisory-2023-0004.md @@ -36,5 +36,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2023-06-13-webkitgtk2.41.5-released.md b/_posts/2023-06-13-webkitgtk2.41.5-released.md index 130d66140a..f05df60884 100644 --- a/_posts/2023-06-13-webkitgtk2.41.5-released.md +++ b/_posts/2023-06-13-webkitgtk2.41.5-released.md @@ -15,4 +15,4 @@ This is a development release leading toward 2.42 series. and frame with DMA-BUF renderer. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-06-28-webkitgtk2.40.3-released.md b/_posts/2023-06-28-webkitgtk2.40.3-released.md index a27de34bb9..cd29693001 100644 --- a/_posts/2023-06-28-webkitgtk2.40.3-released.md +++ b/_posts/2023-06-28-webkitgtk2.40.3-released.md @@ -14,4 +14,4 @@ This is a bug fix release in the stable 2.40 series. - Fix the build with BUBBLEWRAP_SANDBOX disabled. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-06-29-security-advisory-2023-0005.md b/_posts/2023-06-29-security-advisory-2023-0005.md index 5c6b258053..d132cb446c 100644 --- a/_posts/2023-06-29-security-advisory-2023-0005.md +++ b/_posts/2023-06-29-security-advisory-2023-0005.md @@ -45,5 +45,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2023-07-04-webkitgtk2.41.6-released.md b/_posts/2023-07-04-webkitgtk2.41.6-released.md index d3c819ea62..9ac7205fb2 100644 --- a/_posts/2023-07-04-webkitgtk2.41.6-released.md +++ b/_posts/2023-07-04-webkitgtk2.41.6-released.md @@ -14,4 +14,4 @@ This is a development release leading toward 2.42 series. - Use three buffers for DMA-BUF renderer. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-07-21-security-advisory-2023-0006.md b/_posts/2023-07-21-security-advisory-2023-0006.md index 089f9dfdda..af0f9aa05d 100644 --- a/_posts/2023-07-21-security-advisory-2023-0006.md +++ b/_posts/2023-07-21-security-advisory-2023-0006.md @@ -34,5 +34,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2023-07-21-webkitgtk2.40.4-released.md b/_posts/2023-07-21-webkitgtk2.40.4-released.md index 8d89808a6c..d6b55190ab 100644 --- a/_posts/2023-07-21-webkitgtk2.40.4-released.md +++ b/_posts/2023-07-21-webkitgtk2.40.4-released.md @@ -9,4 +9,4 @@ This is a bug fix release in the stable 2.40 series. - Fix a bug in JavaScript reading variable arguments in a call. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-08-01-webkitgtk2.40.5-released.md b/_posts/2023-08-01-webkitgtk2.40.5-released.md index d92966aa4f..f745fd2206 100644 --- a/_posts/2023-08-01-webkitgtk2.40.5-released.md +++ b/_posts/2023-08-01-webkitgtk2.40.5-released.md @@ -9,4 +9,4 @@ This is a bug fix release in the stable 2.40 series. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-08-02-security-advisory-2023-0007.md b/_posts/2023-08-02-security-advisory-2023-0007.md index c0a568ad5e..4929ad39e9 100644 --- a/_posts/2023-08-02-security-advisory-2023-0007.md +++ b/_posts/2023-08-02-security-advisory-2023-0007.md @@ -83,5 +83,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2023-08-10-webkitgtk2.41.90-released.md b/_posts/2023-08-10-webkitgtk2.41.90-released.md index ec4f365278..4a0785ece1 100644 --- a/_posts/2023-08-10-webkitgtk2.41.90-released.md +++ b/_posts/2023-08-10-webkitgtk2.41.90-released.md @@ -15,4 +15,4 @@ This is a development release leading toward 2.42 series. - Fix non-accelerated rendering that broke web inspector. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-08-19-webkitgtk2.41.91-released.md b/_posts/2023-08-19-webkitgtk2.41.91-released.md index db3ce44483..b4cb6ae290 100644 --- a/_posts/2023-08-19-webkitgtk2.41.91-released.md +++ b/_posts/2023-08-19-webkitgtk2.41.91-released.md @@ -14,4 +14,4 @@ This is a development release leading toward 2.42 series. - Fix several crashes and rendering issues. - Translation updates: Turkish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-09-08-webkitgtk2.41.92-released.md b/_posts/2023-09-08-webkitgtk2.41.92-released.md index d6ea89d15c..2eceffd7be 100644 --- a/_posts/2023-09-08-webkitgtk2.41.92-released.md +++ b/_posts/2023-09-08-webkitgtk2.41.92-released.md @@ -14,4 +14,4 @@ This is a development release leading toward 2.42 series. - Pass GBM_BO_USE_RENDERING to gbm_bo_create. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-09-11-security-advisory-2023-0008.md b/_posts/2023-09-11-security-advisory-2023-0008.md index 411baadc55..780cd7da10 100644 --- a/_posts/2023-09-11-security-advisory-2023-0008.md +++ b/_posts/2023-09-11-security-advisory-2023-0008.md @@ -42,5 +42,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2023-09-15-webkitgtk2.42.0-released.md b/_posts/2023-09-15-webkitgtk2.42.0-released.md index b00db4d92b..592e451c21 100644 --- a/_posts/2023-09-15-webkitgtk2.42.0-released.md +++ b/_posts/2023-09-15-webkitgtk2.42.0-released.md @@ -16,4 +16,4 @@ This is the first stable release in the 2.42 series. For more details about all the changes included in WebKitGTK 2.42 see the NEWS file that is included in the tarball. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-09-27-webkitgtk2.42.1-released.md b/_posts/2023-09-27-webkitgtk2.42.1-released.md index 1b3b823c95..d96bbfe259 100644 --- a/_posts/2023-09-27-webkitgtk2.42.1-released.md +++ b/_posts/2023-09-27-webkitgtk2.42.1-released.md @@ -11,4 +11,4 @@ This is the first bug fix release in the stable 2.42 series. - Fix the build with GBM disabled. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-09-28-security-advisory-2023-0009.md b/_posts/2023-09-28-security-advisory-2023-0009.md index 8ade7ac5ed..5565d5fb26 100644 --- a/_posts/2023-09-28-security-advisory-2023-0009.md +++ b/_posts/2023-09-28-security-advisory-2023-0009.md @@ -19,7 +19,7 @@ Several vulnerabilities were discovered in WebKitGTK and WPE WebKit. * Credit to Abysslab Dong Jun Kim(@smlijun) and Jong Seong Kim(@nevul37). * Impact: Processing web content may lead to arbitrary code execution. Description: The issue was addressed with improved memory handling. - + * CVE-2023-39928 * Versions affected: WebKitGTK and WPE WebKit before 2.42.0. @@ -29,21 +29,21 @@ Several vulnerabilities were discovered in WebKitGTK and WPE WebKit. abuse this vulnerability to cause memory corruption and potentially arbitrary code execution. A user would need to to visit a malicious webpage to trigger this vulnerability. WebKit Bugzilla: 260649. - + * CVE-2023-40451 * Versions affected: WebKitGTK and WPE WebKit before 2.40.5. * Credit to an anonymous researcher. * Impact: An attacker with JavaScript execution may be able to execute arbitrary code. Description: This issue was addressed with improved iframe sandbox enforcement. - + * CVE-2023-41074 * Versions affected: WebKitGTK and WPE WebKit before 2.42.0. * Credit to 이준성(Junsung Lee) of Cross Republic and me Li. * Impact: Processing web content may lead to arbitrary code execution. Description: The issue was addressed with improved checks. - + * CVE-2023-41993 * Versions affected: WebKitGTK and WPE WebKit before 2.42.1. @@ -52,7 +52,7 @@ Several vulnerabilities were discovered in WebKitGTK and WPE WebKit. * Impact: Processing web content may lead to arbitrary code execution. Apple is aware of a report that this issue may have been actively exploited. Description: The issue was addressed with improved checks. - + We recommend updating to the latest stable versions of WebKitGTK and WPE WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites diff --git a/_posts/2023-11-10-webkitgtk2.42.2-released.md b/_posts/2023-11-10-webkitgtk2.42.2-released.md index f89934ef28..8b4b536e9e 100644 --- a/_posts/2023-11-10-webkitgtk2.42.2-released.md +++ b/_posts/2023-11-10-webkitgtk2.42.2-released.md @@ -12,4 +12,4 @@ This is a bug fix release in the stable 2.42 series. - Fix the build with GBM disabled. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-11-15-security-advisory-2023-0010.md b/_posts/2023-11-15-security-advisory-2023-0010.md index 542deecb86..c3db99b655 100644 --- a/_posts/2023-11-15-security-advisory-2023-0010.md +++ b/_posts/2023-11-15-security-advisory-2023-0010.md @@ -83,5 +83,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2023-11-17-webkitgtk2.43.1-released.md b/_posts/2023-11-17-webkitgtk2.43.1-released.md index 038e3a4b38..9de55e42d1 100644 --- a/_posts/2023-11-17-webkitgtk2.43.1-released.md +++ b/_posts/2023-11-17-webkitgtk2.43.1-released.md @@ -15,4 +15,4 @@ This is the first development release leading toward 2.44 series. - Fix several crashes and rendering issues. - Translation updates: Swedish. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-12-04-webkitgtk2.43.2-released.md b/_posts/2023-12-04-webkitgtk2.43.2-released.md index 63a39e7223..ea342a41fe 100644 --- a/_posts/2023-12-04-webkitgtk2.43.2-released.md +++ b/_posts/2023-12-04-webkitgtk2.43.2-released.md @@ -14,4 +14,4 @@ This is a development release leading toward 2.44 series. - Fix webkit_web_context_allow_tls_certificate_for_host() for IPv6 URIs produced by SoupURI. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-12-05-security-advisory-2023-0011.md b/_posts/2023-12-05-security-advisory-2023-0011.md index b26cb431ee..194dad0e21 100644 --- a/_posts/2023-12-05-security-advisory-2023-0011.md +++ b/_posts/2023-12-05-security-advisory-2023-0011.md @@ -38,5 +38,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2023-12-05-webkitgtk2.42.3-released.md b/_posts/2023-12-05-webkitgtk2.42.3-released.md index 06e5f514e6..3ec9d0bd6b 100644 --- a/_posts/2023-12-05-webkitgtk2.42.3-released.md +++ b/_posts/2023-12-05-webkitgtk2.42.3-released.md @@ -13,4 +13,4 @@ This is a bug fix release in the stable 2.42 series. - Fix build failure with libxml2 version 2.12.0 due to an API change. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-12-15-webkitgtk2.42.4-released.md b/_posts/2023-12-15-webkitgtk2.42.4-released.md index ea2565e6c1..511b4b1824 100644 --- a/_posts/2023-12-15-webkitgtk2.42.4-released.md +++ b/_posts/2023-12-15-webkitgtk2.42.4-released.md @@ -11,4 +11,4 @@ This is a bug fix release in the stable 2.42 series. - Fix videos displayed aliased after being resized e.g. in YouTube. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2023-12-18-security-advisory-2023-0012.md b/_posts/2023-12-18-security-advisory-2023-0012.md index 5d411572d8..a0be8bcbbd 100644 --- a/_posts/2023-12-18-security-advisory-2023-0012.md +++ b/_posts/2023-12-18-security-advisory-2023-0012.md @@ -34,5 +34,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2023-12-21-webkitgtk2.43.3-released.md b/_posts/2023-12-21-webkitgtk2.43.3-released.md index c6d8772ffa..55d5f1575b 100644 --- a/_posts/2023-12-21-webkitgtk2.43.3-released.md +++ b/_posts/2023-12-21-webkitgtk2.43.3-released.md @@ -12,4 +12,4 @@ This is a development release leading toward 2.44 series. - Fix several memory leaks in media backend. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2024-02-02-webkitgtk2.43.4-released.md b/_posts/2024-02-02-webkitgtk2.43.4-released.md index af3b4ac6b2..05e5e125c2 100644 --- a/_posts/2024-02-02-webkitgtk2.43.4-released.md +++ b/_posts/2024-02-02-webkitgtk2.43.4-released.md @@ -16,4 +16,4 @@ This is a development release leading toward 2.44 series. - Fixed several memory leaks in media backend. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2024-02-05-security-advisory-2024-0001.md b/_posts/2024-02-05-security-advisory-2024-0001.md index 5e32f7bcba..008571ce87 100644 --- a/_posts/2024-02-05-security-advisory-2024-0001.md +++ b/_posts/2024-02-05-security-advisory-2024-0001.md @@ -62,5 +62,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2024-02-05-webkitgtk2.42.5-released.md b/_posts/2024-02-05-webkitgtk2.42.5-released.md index 3db73e1190..540cc6eaa3 100644 --- a/_posts/2024-02-05-webkitgtk2.42.5-released.md +++ b/_posts/2024-02-05-webkitgtk2.42.5-released.md @@ -13,4 +13,4 @@ This is a bug fix release in the stable 2.42 series. - Fix gamepads detection by correctly handling focused window in GTK4. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2024-03-16-webkitgtk2.44.0-released.md b/_posts/2024-03-16-webkitgtk2.44.0-released.md index c9127cc789..682363e822 100644 --- a/_posts/2024-03-16-webkitgtk2.44.0-released.md +++ b/_posts/2024-03-16-webkitgtk2.44.0-released.md @@ -16,4 +16,4 @@ This is the first stable release in the 2.44 series. For more details about all the changes included in WebKitGTK 2.44 see the NEWS file that is included in the tarball. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2024-03-26-security-advisory-2024-0002.md b/_posts/2024-03-26-security-advisory-2024-0002.md index cb54f5b8c0..63422abb29 100644 --- a/_posts/2024-03-26-security-advisory-2024-0002.md +++ b/_posts/2024-03-26-security-advisory-2024-0002.md @@ -85,5 +85,5 @@ WebKit. It is the best way to ensure that you are running safe versions of WebKit. Please check our websites for information about the latest stable releases. -Further information about WebKitGTK and WPE WebKit security advisories can be found at: +Further information about WebKitGTK and WPE WebKit security advisories can be found at: [https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). diff --git a/_posts/2024-04-09-webkitgtk2.44.1-released.md b/_posts/2024-04-09-webkitgtk2.44.1-released.md index b9ea6c133c..a62d3a8630 100644 --- a/_posts/2024-04-09-webkitgtk2.44.1-released.md +++ b/_posts/2024-04-09-webkitgtk2.44.1-released.md @@ -14,4 +14,4 @@ This is the first bug fix release in the stable 2.44 series. - Fix the build in 32bit platforms - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2024-05-10-webkitgtk2.45.1-released.md b/_posts/2024-05-10-webkitgtk2.45.1-released.md index f3b9674618..d7759da9dc 100644 --- a/_posts/2024-05-10-webkitgtk2.45.1-released.md +++ b/_posts/2024-05-10-webkitgtk2.45.1-released.md @@ -17,4 +17,4 @@ This is the first development release leading toward 2.46 series. - Avoid notifying an empty cursor rectangle to input methods. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2024-05-14-webkitgtk2.45.2-released.md b/_posts/2024-05-14-webkitgtk2.45.2-released.md index cc16c4a07a..9056c3af9c 100644 --- a/_posts/2024-05-14-webkitgtk2.45.2-released.md +++ b/_posts/2024-05-14-webkitgtk2.45.2-released.md @@ -13,4 +13,4 @@ This is a development release leading toward 2.46 series. - Add new API to load settings from a config file. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2024-05-16-webkitgtk2.44.2-released.md b/_posts/2024-05-16-webkitgtk2.44.2-released.md index f108445eee..1c392453fd 100644 --- a/_posts/2024-05-16-webkitgtk2.44.2-released.md +++ b/_posts/2024-05-16-webkitgtk2.44.2-released.md @@ -20,4 +20,4 @@ This is a bug fix release in the stable 2.44 series. - Fix the build with ENABLE_WEBAUDIO disabled. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2024-05-28-webkitgtk2.45.3-released.md b/_posts/2024-05-28-webkitgtk2.45.3-released.md index c94b2bc9af..d2a79e6654 100644 --- a/_posts/2024-05-28-webkitgtk2.45.3-released.md +++ b/_posts/2024-05-28-webkitgtk2.45.3-released.md @@ -17,4 +17,4 @@ This is a development release leading toward 2.46 series. - Undeprecate and document webkit_print_operation_print() behavior. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2024-06-25-webkitgtk2.45.4-released.md b/_posts/2024-06-25-webkitgtk2.45.4-released.md index 7b614676dd..624f0ae59f 100644 --- a/_posts/2024-06-25-webkitgtk2.45.4-released.md +++ b/_posts/2024-06-25-webkitgtk2.45.4-released.md @@ -18,4 +18,4 @@ This is a development release leading toward 2.46 series. - Undeprecate console message API and make it available in 2022 API. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2024-07-12-webkitgtk2.45.5-released.md b/_posts/2024-07-12-webkitgtk2.45.5-released.md index 566e3bc7d0..330275ee6a 100644 --- a/_posts/2024-07-12-webkitgtk2.45.5-released.md +++ b/_posts/2024-07-12-webkitgtk2.45.5-released.md @@ -15,4 +15,4 @@ This is a development release leading toward 2.46 series. - Fix the build with MEDIA_STREAM disabled. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2024-07-29-webkitgtk2.45.6-released.md b/_posts/2024-07-29-webkitgtk2.45.6-released.md index 717ea241a0..6b9e779713 100644 --- a/_posts/2024-07-29-webkitgtk2.45.6-released.md +++ b/_posts/2024-07-29-webkitgtk2.45.6-released.md @@ -13,4 +13,4 @@ This is a development release leading toward 2.46 series. - Improve pointer lock on X11. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2024-08-13-webkitgtk2.44.3-released.md b/_posts/2024-08-13-webkitgtk2.44.3-released.md index 5d982bb78c..9ca8d61d5a 100644 --- a/_posts/2024-08-13-webkitgtk2.44.3-released.md +++ b/_posts/2024-08-13-webkitgtk2.44.3-released.md @@ -15,4 +15,4 @@ This is a bug fix release in the stable 2.44 series. - Undeprecate console message API and make it available in 2022 API. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2024-08-16-security-advisory-2024-0004.md b/_posts/2024-08-16-security-advisory-2024-0004.md index 450762b840..861ac28a83 100644 --- a/_posts/2024-08-16-security-advisory-2024-0004.md +++ b/_posts/2024-08-16-security-advisory-2024-0004.md @@ -51,7 +51,7 @@ Several vulnerabilities were discovered in WebKitGTK and WPE WebKit. * Impact: Processing maliciously crafted web content may lead to an unexpected process crash. Description: An out-of-bounds access issue was addressed with improved bounds checking. - + * CVE-2024-4558 * Versions affected: WebKitGTK and WPE WebKit before 2.44.3. diff --git a/_posts/2024-08-19-webkitgtk2.45.90-released.md b/_posts/2024-08-19-webkitgtk2.45.90-released.md index 19ab03bed3..f97109ec2e 100644 --- a/_posts/2024-08-19-webkitgtk2.45.90-released.md +++ b/_posts/2024-08-19-webkitgtk2.45.90-released.md @@ -12,4 +12,4 @@ This is a development release leading toward 2.46 series. - Fix build with gstreamer versions < 1.22. - Translatation updates: Slovenian. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2024-08-26-webkitgtk2.45.91-released.md b/_posts/2024-08-26-webkitgtk2.45.91-released.md index e19f0116c3..a4fe9eedbb 100644 --- a/_posts/2024-08-26-webkitgtk2.45.91-released.md +++ b/_posts/2024-08-26-webkitgtk2.45.91-released.md @@ -15,4 +15,4 @@ This is a development release leading toward 2.46 series. - Fix several crashes and rendering issues. - Translatation updates: Slovenian. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2024-09-02-webkitgtk2.45.92-released.md b/_posts/2024-09-02-webkitgtk2.45.92-released.md index a26165315f..d7707b6935 100644 --- a/_posts/2024-09-02-webkitgtk2.45.92-released.md +++ b/_posts/2024-09-02-webkitgtk2.45.92-released.md @@ -16,4 +16,4 @@ This is a development release leading toward 2.46 series. - Fix linker relocation errors on Debug/RelWithDebInfo builds. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2024-09-17-webkitgtk2.46.0-released.md b/_posts/2024-09-17-webkitgtk2.46.0-released.md index 43e7083b4b..b077bd297b 100644 --- a/_posts/2024-09-17-webkitgtk2.46.0-released.md +++ b/_posts/2024-09-17-webkitgtk2.46.0-released.md @@ -18,4 +18,4 @@ This is the first stable release in the 2.46 series. For more details about all the changes included in WebKitGTK 2.46 see the NEWS file that is included in the tarball. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2024-09-30-webkitgtk2.46.1-released.md b/_posts/2024-09-30-webkitgtk2.46.1-released.md index d8f9cf7db3..70977641fe 100644 --- a/_posts/2024-09-30-webkitgtk2.46.1-released.md +++ b/_posts/2024-09-30-webkitgtk2.46.1-released.md @@ -13,4 +13,4 @@ This is the first bug fix release in the stable 2.46 series. - Fix the build with GCC 13. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2024-10-04-webkitgtk-2.46.md b/_posts/2024-10-04-webkitgtk-2.46.md index a77e7ca446..dcdc8500f6 100644 --- a/_posts/2024-10-04-webkitgtk-2.46.md +++ b/_posts/2024-10-04-webkitgtk-2.46.md @@ -11,7 +11,7 @@ A couple of weeks ago the WebKitGTK team released version 2.46 of the [GTK](http We [announced][skia-wk-announce] some time ago that a new rendering backend with [Skia](https://skia.org) was on the works and that it will eventually replace Cairo. This release series is the first where Skia is used, bringing important improvements in rendering and performance. Depending on hardware configurations, we have observed [MotionMark][motionmark] score improvements up to four times better (4x) on powerful desktops with discrete GPUs, and low-end laptops, using integrated GPUs, managing to double (2x) their scores.
- Bar chart with MotionMark scores: one for Skia at 617.42 points, another for Cairo at 162.57
Scores for WebKitGTK 2.46.1 running on Linux, AMD Epyc 7281 CPU with a Radeon RX 560 GPU.
diff --git a/_posts/2024-10-21-webkitgtk2.46.2-released.md b/_posts/2024-10-21-webkitgtk2.46.2-released.md index d708ea4c84..bae79aa342 100644 --- a/_posts/2024-10-21-webkitgtk2.46.2-released.md +++ b/_posts/2024-10-21-webkitgtk2.46.2-released.md @@ -19,4 +19,4 @@ This is a bug fix release in the stable 2.46 series. - Fix the build on ppc64le. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2024-10-29-webkitgtk2.47.1-released.md b/_posts/2024-10-29-webkitgtk2.47.1-released.md index 62d45be196..e1ce42fe22 100644 --- a/_posts/2024-10-29-webkitgtk2.47.1-released.md +++ b/_posts/2024-10-29-webkitgtk2.47.1-released.md @@ -14,4 +14,4 @@ This is the first development release leading toward 2.48 series. - Make GStreamer GL sink handle DMA-BUF memory to replace the DMA-BUF sink. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/_posts/2024-10-30-webkitgtk2.46.3-released.md b/_posts/2024-10-30-webkitgtk2.46.3-released.md index 1c207109cc..9f718daeab 100644 --- a/_posts/2024-10-30-webkitgtk2.46.3-released.md +++ b/_posts/2024-10-30-webkitgtk2.46.3-released.md @@ -11,4 +11,4 @@ This is a bug fix release in the stable 2.46 series. - Fix DuckDuckGo links by adding a user agent quirk. - Fix several crashes and rendering issues. -Thanks to all the contributors who made possible this release. +Thanks to all the contributors who made possible this release. \ No newline at end of file diff --git a/index.md b/index.md index 3466eff583..9313e8c1fe 100644 --- a/index.md +++ b/index.md @@ -39,12 +39,13 @@ all over the world. ## API Reference -- [WebKit](reference/webkitgtk/stable) -- [WebKitWebProcessExtension](reference/webkitgtk-web-process-extension/stable) -- [JavascriptCore](reference/jsc-glib/stable) +- [WebKit](https://webkitgtk.org/reference/webkitgtk/stable) +- [WebKitWebProcessExtension](https://webkitgtk.org/reference/webkitgtk-web-process-extension/stable) +- [JavascriptCore](https://webkitgtk.org/reference/jsc-glib/stable) ## More Info - [News](news) - [Security Advisories](security) - [Releases](releases) & [Verifying Releases](verifying) +- [Planet](https://planet.webkitgtk.org) diff --git a/planet/common/atom.xml.xslt b/planet/common/atom.xml.xslt new file mode 100644 index 0000000000..249a324006 --- /dev/null +++ b/planet/common/atom.xml.xslt @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + no + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/planet/common/foafroll.xml.xslt b/planet/common/foafroll.xml.xslt new file mode 100644 index 0000000000..a8bedaa4de --- /dev/null +++ b/planet/common/foafroll.xml.xslt @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/planet/common/opml.xml.xslt b/planet/common/opml.xml.xslt new file mode 100644 index 0000000000..44ec371bfe --- /dev/null +++ b/planet/common/opml.xml.xslt @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + <xsl:value-of select="atom:title"/> + + + + + + + + + + + + + + + + + diff --git a/planet/common/rss10.xml.tmpl b/planet/common/rss10.xml.tmpl new file mode 100644 index 0000000000..cdaaa79004 --- /dev/null +++ b/planet/common/rss10.xml.tmpl @@ -0,0 +1,37 @@ + + +"> + <TMPL_VAR name ESCAPE="HTML"> + + - + + + + + " /> + + + + + + +"> + <TMPL_VAR channel_name ESCAPE="HTML"><TMPL_IF title>: <TMPL_VAR title_plain ESCAPE="HTML"></TMPL_IF> + + + + + + + + + + + + diff --git a/planet/common/rss20.xml.tmpl b/planet/common/rss20.xml.tmpl new file mode 100644 index 0000000000..724a104fdf --- /dev/null +++ b/planet/common/rss20.xml.tmpl @@ -0,0 +1,33 @@ + + + + + <TMPL_VAR name> + + en + - + + + + <TMPL_VAR channel_name ESCAPE="HTML"><TMPL_IF title>: <TMPL_VAR title_plain ESCAPE="HTML"></TMPL_IF> + + + + + + + + + () + + + + + + " length="" type=""/> + + + + + + diff --git a/planet/common/validate.html.xslt b/planet/common/validate.html.xslt new file mode 100644 index 0000000000..5c9216d9c4 --- /dev/null +++ b/planet/common/validate.html.xslt @@ -0,0 +1,146 @@ + + + + + + + + + <xsl:value-of select="atom:title"/> + + + + + + + + + + + + + + + + + + + + + + + + +
NameFormatNotes
+ + +
+ + + + + rss_0_90 + rss_0_91 + rss_0_91 + rss_1_0 + rss_0_90 + + rss_0_90 + rss_2_0 + rss_2_0 + + + atom_0_3 + atom_1_0 + atom_1_0 + + + + + + + + + background-color:#FCC + + + + + http://feedvalidator.org/check?url= + + + + + + + + + + + + + + http://www.validome.org/rss-atom/validate? + viewSourceCode=1&version= + + &url= + + + + + + + + + + + + + + + + + message + + + + + + + + + + + + + + + + +
+ + +
+
+
+
+ +
+ +
+
diff --git a/planet/config.ini b/planet/config.ini new file mode 100644 index 0000000000..f4a1ba94e8 --- /dev/null +++ b/planet/config.ini @@ -0,0 +1,33 @@ +[Planet] +template_files: + atom.xml.xslt + foafroll.xml.xslt + index.html.tmpl + opml.xml.xslt + rss10.xml.tmpl + rss20.xml.tmpl + +template_directories: + common + +bill_of_materials: + style.css + css/reset.css + css/text.css + images/background.png + images/bolt.png + images/contact.png + images/documentation.png + images/download.png + images/focus-bg.png + images/gnome-favicon.png + images/group.png + images/heart.png + images/rss.png + images/screenshot.png + images/top_bar-bg.png + images/top_bar-item-bg.png + images/webkit-favicon.ico + images/wheel.png + fonts/OpenSans-Regular.ttf + fonts/OpenSans-SemiBold.ttf diff --git a/planet/css/reset.css b/planet/css/reset.css new file mode 100644 index 0000000000..72d22b927b --- /dev/null +++ b/planet/css/reset.css @@ -0,0 +1 @@ +html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0} diff --git a/planet/css/text.css b/planet/css/text.css new file mode 100644 index 0000000000..e76ff84f7b --- /dev/null +++ b/planet/css/text.css @@ -0,0 +1,46 @@ +/* Main Elements */ +/* ========================================================================== */ + + +.news ol { + list-style:decimal; +} +.news ul { + list-style:square; +} +.news li { + margin-left:30px; +} +.news dl, +.news dt, +.news h1, +.news h2, +.news h3, +.news h4, +.news h5, +.news h6, +.news pre, +.news table, +.news address, +.news fieldset { + margin: 0.8em 0 0.4em; +} +.news p, +.news dd, +.news ul, +.news ol { + margin: 0.4em 0 1em; +} +.news code { + background: #ececec; + background: rgba(0,0,0,0.1); + padding: 1px; +} +pre.highlight { + background: #ececec; + background: rgba(0,0,0,0.1); + padding: 0.25rem 0.5rem; + border: 1px solid #bbb; + margin: 0.5em 0; + overflow: scroll; +} diff --git a/planet/fonts/OpenSans-Bold.ttf b/planet/fonts/OpenSans-Bold.ttf new file mode 100644 index 0000000000..fd79d43bea Binary files /dev/null and b/planet/fonts/OpenSans-Bold.ttf differ diff --git a/planet/fonts/OpenSans-BoldItalic.ttf b/planet/fonts/OpenSans-BoldItalic.ttf new file mode 100644 index 0000000000..9bc800958a Binary files /dev/null and b/planet/fonts/OpenSans-BoldItalic.ttf differ diff --git a/planet/fonts/OpenSans-ExtraBold.ttf b/planet/fonts/OpenSans-ExtraBold.ttf new file mode 100644 index 0000000000..21f6f84a07 Binary files /dev/null and b/planet/fonts/OpenSans-ExtraBold.ttf differ diff --git a/planet/fonts/OpenSans-ExtraBoldItalic.ttf b/planet/fonts/OpenSans-ExtraBoldItalic.ttf new file mode 100644 index 0000000000..31cb688340 Binary files /dev/null and b/planet/fonts/OpenSans-ExtraBoldItalic.ttf differ diff --git a/planet/fonts/OpenSans-Italic.ttf b/planet/fonts/OpenSans-Italic.ttf new file mode 100644 index 0000000000..c90da48ff3 Binary files /dev/null and b/planet/fonts/OpenSans-Italic.ttf differ diff --git a/planet/fonts/OpenSans-Light.ttf b/planet/fonts/OpenSans-Light.ttf new file mode 100644 index 0000000000..0d381897da Binary files /dev/null and b/planet/fonts/OpenSans-Light.ttf differ diff --git a/planet/fonts/OpenSans-LightItalic.ttf b/planet/fonts/OpenSans-LightItalic.ttf new file mode 100644 index 0000000000..68299c4bc6 Binary files /dev/null and b/planet/fonts/OpenSans-LightItalic.ttf differ diff --git a/planet/fonts/OpenSans-Regular.ttf b/planet/fonts/OpenSans-Regular.ttf new file mode 100644 index 0000000000..db433349b7 Binary files /dev/null and b/planet/fonts/OpenSans-Regular.ttf differ diff --git a/planet/fonts/OpenSans-SemiBold.ttf b/planet/fonts/OpenSans-SemiBold.ttf new file mode 100644 index 0000000000..1a7679e394 Binary files /dev/null and b/planet/fonts/OpenSans-SemiBold.ttf differ diff --git a/planet/fonts/OpenSans-SemiboldItalic.ttf b/planet/fonts/OpenSans-SemiboldItalic.ttf new file mode 100644 index 0000000000..59b6d16b06 Binary files /dev/null and b/planet/fonts/OpenSans-SemiboldItalic.ttf differ diff --git a/planet/images/background.png b/planet/images/background.png new file mode 100644 index 0000000000..c0fb24cdc4 Binary files /dev/null and b/planet/images/background.png differ diff --git a/planet/images/bolt.png b/planet/images/bolt.png new file mode 100644 index 0000000000..7e950b763a Binary files /dev/null and b/planet/images/bolt.png differ diff --git a/planet/images/contact.png b/planet/images/contact.png new file mode 100644 index 0000000000..56b5a6de79 Binary files /dev/null and b/planet/images/contact.png differ diff --git a/planet/images/documentation.png b/planet/images/documentation.png new file mode 100644 index 0000000000..bb21b072b4 Binary files /dev/null and b/planet/images/documentation.png differ diff --git a/planet/images/download.png b/planet/images/download.png new file mode 100644 index 0000000000..a03270e53e Binary files /dev/null and b/planet/images/download.png differ diff --git a/planet/images/focus-bg.png b/planet/images/focus-bg.png new file mode 100644 index 0000000000..cc8da0b0f2 Binary files /dev/null and b/planet/images/focus-bg.png differ diff --git a/planet/images/gnome-favicon.png b/planet/images/gnome-favicon.png new file mode 100644 index 0000000000..43cecabf16 Binary files /dev/null and b/planet/images/gnome-favicon.png differ diff --git a/planet/images/group.png b/planet/images/group.png new file mode 100644 index 0000000000..537dbd094f Binary files /dev/null and b/planet/images/group.png differ diff --git a/planet/images/heart.png b/planet/images/heart.png new file mode 100644 index 0000000000..9c8d017751 Binary files /dev/null and b/planet/images/heart.png differ diff --git a/planet/images/rss.png b/planet/images/rss.png new file mode 100644 index 0000000000..cda00b5ff2 Binary files /dev/null and b/planet/images/rss.png differ diff --git a/planet/images/screenshot.png b/planet/images/screenshot.png new file mode 100644 index 0000000000..eacb02ee8a Binary files /dev/null and b/planet/images/screenshot.png differ diff --git a/planet/images/shield.png b/planet/images/shield.png new file mode 100644 index 0000000000..0fe212d984 Binary files /dev/null and b/planet/images/shield.png differ diff --git a/planet/images/top_bar-bg.png b/planet/images/top_bar-bg.png new file mode 100644 index 0000000000..2da0e1184e Binary files /dev/null and b/planet/images/top_bar-bg.png differ diff --git a/planet/images/top_bar-item-bg.png b/planet/images/top_bar-item-bg.png new file mode 100644 index 0000000000..2a65b33fb7 Binary files /dev/null and b/planet/images/top_bar-item-bg.png differ diff --git a/planet/images/webkit-favicon.ico b/planet/images/webkit-favicon.ico new file mode 100644 index 0000000000..564fcb5d89 Binary files /dev/null and b/planet/images/webkit-favicon.ico differ diff --git a/planet/images/wheel.png b/planet/images/wheel.png new file mode 100644 index 0000000000..4d93b611c5 Binary files /dev/null and b/planet/images/wheel.png differ diff --git a/planet/images/wkgtk-2.46-motionmark-cairo-skia.svg b/planet/images/wkgtk-2.46-motionmark-cairo-skia.svg new file mode 100644 index 0000000000..80d24652a2 --- /dev/null +++ b/planet/images/wkgtk-2.46-motionmark-cairo-skia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/planet/index.html.tmpl b/planet/index.html.tmpl new file mode 100644 index 0000000000..1aabefda20 --- /dev/null +++ b/planet/index.html.tmpl @@ -0,0 +1,105 @@ + + + + + <TMPL_VAR name> + + "> + + + + +
+
+
+ + +
+ GNOME.org +
+
+
+ +
+
+ +
+
+ +
+
+
+ + + + +

+
+ + +

">

+
+ +

by " title="">

+ +
+ +
+ +

+ ">by at +

+ +
+
+ +
+ +
+
+ + + +
+
+ + + + + + diff --git a/planet/style.css b/planet/style.css new file mode 100644 index 0000000000..d9df727ba9 --- /dev/null +++ b/planet/style.css @@ -0,0 +1,404 @@ +@import url("css/reset.css"); +@import url("css/text.css"); + +@font-face { + font-family: 'Open Sans'; + src: local('Open Sans'), + url(fonts/OpenSans-Regular.ttf); +} + +@font-face { + font-family: 'Open Sans Semi Bold'; + src: local('Open Sans Semi Bold'), + url(fonts/OpenSans-SemiBold.ttf); +} + +/* Base information */ +/* ========================================================================== */ + +html { + width: 100%; + height: 100%; + min-height: 100%; + + color: #2e3436; + font-family: 'Open Sans', Arial, sans-serif; + font-size: 14px; +} + +body { + width: 100%; + height: 100%; + min-height: 100%; + +} + +/* This is used to push the footer to the bottom. */ +#main_wrapper { + min-height: 100%; + height: auto !important; + height: 100%; + margin: 0 auto -3.5ex; + + background: #dfefff; + background-image: url('images/background.png'); /* fallback */ + background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1))), url('images/background.png'), #dfefff; + background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%), url('images/background.png'), #dfefff; + background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%), url('images/background.png'), #dfefff; + background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%), url('images/background.png'), #dfefff; + background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%), url('images/background.png'), #dfefff; + background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%), url('images/background.png'), #dfefff; +} + +a { + color: #204a87; +} + +a:hover { + color: #3465a4; +} + +a:visited { + color: #5d396e; +} + +h1 { + margin: 0 0 6px; + font-family: 'Open Sans Semi Bold', Arial, sans-serif; + font-size: 35px; + text-shadow: 0 1px 0 #fff; + line-height: normal; +} + +h2 { + margin: 20px 0 10px; + font-family: 'Open Sans Semi Bold', Arial, sans-serif; + font-size: 25px; + text-shadow: 0 1px 0 #fff; +} + +h3 { + margin: 10px 0 5px; + font-family: 'Open Sans Semi Bold', Arial, sans-serif; + font-size: 20px; + text-shadow: 0 1px 0 #fff; +} + +.left { + float: left; +} + +.right { + float: right; +} + +.maxwidth { + height: 100%; + width: 960px; + margin: 0 auto; +} + +/* Global Domain Bar */ +/* ========================================================================== */ +#global_domain_bar { + background: #8b9bab; + height: 5px; +} + +#title_bar { + background: #383d42; +} + +#title_bar span, +#title_bar span a, +#title_bar span a:hover, +#title_bar span a:visited { + vertical-align: middle; + line-height: 55px; + + color: white; + font-weight: bold; + font-family: 'Open Sans Semi Bold', Arial, sans-serif; + font-size: 30px; + text-shadow: 1px 1px 5px rgba(0, 0, 0, 1); + text-decoration: none; +} + +#global_domain_bar .maxwidth { + position: relative; +} + +#global_domain_bar .tab { + background: #8b9bab; + position: absolute; + right: 0; + float: right; + padding: 3px 8px; + font-size: 12px; + line-height: 16px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; + -moz-box-shadow: 0 4px 2px -2px; + -webkit-box-shadow: 0 4px 2px -2px; + box-shadow: 0 4px 2px -2px; + white-space: nowrap; +} + +#global_domain_bar .tab a.root { + color: white !important; + font-weight: bold; + text-decoration: none; + background: url(images/gnome-favicon.png) 0 0 no-repeat; + padding-left: 18px; + border-right: 1px solid #ccc; + padding-right: 6px; + margin-right: 3px; +} + +#global_domain_bar .tab a.root:last-child { + border-right: 0; + padding-right: 0; + margin-right: 0; +} + +#global_domain_bar .tab a.root:hover { + text-decoration: underline; +} + + +#global_domain_bar .tab.webkit { + margin-right: 120px; +} + +#global_domain_bar .tab.webkit a.root { + background: url(images/webkit-favicon.ico) 0 0 no-repeat +} + +#global_domain_bar .tab.none { + margin-right: 232px; +} + +#global_domain_bar .tab.none a.root { + background: none; + padding-left: 0; +} + +#container { + padding-top: 20px; + color: #555; + width: 960px; + margin: auto; + min-height: 240px; + + padding-bottom: 5ex; + overflow: hidden; +} + +#container .content, +#container .sidebar { + display: inline; + float: left; + margin-left: 0px; + margin-right: 0px; +} + +#container .content { + text-align: justify; + width: 940px; +} + +#container.two_columns .content { + width: 665px; + padding-right: 25px; +} + +#container.two_columns .sidebar { + width: 270px; +} + +.subtle_box { + padding: 20px; + background: rgba(100%, 100%, 100%, 0.4); + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; + -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); + -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); +} + +.subtle_box:not(:last-child) { + margin-bottom: 50px; +} + +.subtle_box .section:not(:last-child) { + margin-bottom: 30px; +} + +.subtle_box .section > :not(:first-child) { + margin-left: 10px; +} + +.subtle_box .header { + font-family: 'Open Sans Semi Bold', Arial, sans-serif; + font-weight: bold; + font-size: 20px; + margin-bottom: 10px; + white-space: nowrap; + + /* Room for the icon. */ + padding-left: 26px; + height: 26px; +} + +.subtle_box .download { background: url(images/download.png) 0 center no-repeat; } +.subtle_box .documentation { background: url(images/documentation.png) 0 center no-repeat; } +.subtle_box .contact { background: url(images/contact.png) 0 center no-repeat; } +.subtle_box .contribute { background: url(images/heart.png) 0 center no-repeat; } +.subtle_box .news { background: url(images/bolt.png) 0 center no-repeat; } +.subtle_box .security { background: url(images/shield.png) 0 center no-repeat; } +.subtle_box .feeds { background: url(images/group.png) 0 center no-repeat; } +.subtle_box .subscribe { background: url(images/wheel.png) 0 center no-repeat; } +.subtle_box .rss { background: url(images/rss.png) 0 center no-repeat; } + +.subtle_box .subheader { + font-weight: bold; + font-size: 105%; +} + +.subtle_box .header > span { + vertical-align: middle; + margin-left: 5px; +} + +.subtle_box li { + margin-bottom: 0.5ex; + list-style: none; +} + +.subtle_box li p { + margin-left: 2ex; +} + +#footer { + width: 100%; + height: 3.5ex; + + border-top: 1px solid #b1b7ca; + border-bottom: 1px solid #b1b7ca; + background: #d3dee8; + color: #555753; + font-size: 80%; +} + +#footer .maxwidth span { + line-height: 3.5ex; +} + +/* Planet */ +.clear { + clear: both; +} + +.date { + float: right; + font-size: 110%; + font-weight: bold; + margin: 0.4em; + margin: 0px 0px 0px 10px !important; +} + +.author { + font-weight: bold; +} + +h2 a { + text-decoration: none; +} + +.news img { + max-width: 670px; + height: auto; +} + +table { + width: 100%; + margin: 0.5em 0; + background: #ececec; + background: rgba(0,0,0,0.1); + border: 1px solid #bbb; + border-radius: 3px; +} +table > thead { + background: #bbb; +} +table > tbody > tr { + border-top: 1px solid #bbb; +} +table > thead > tr > th, +table > tbody > tr > td { + padding: 0.25rem 0.5rem; +} + +pre { + padding: 0.25em 1em; + border: 1px dotted #aaa; +} + +hr { + margin: 3em auto; + width: 33%; + border: none; + border-top: 2px dotted #aaa; +} + +figure { + margin: 1em 0; + padding: 1em; + text-align: center; +} +figure > img { + display: block; + border: 1px solid #aaa; + border-radius: 5px; + background-color: white; + margin: 0.5em auto; +} +figure > figcaption { + color: #666; + font-size: 90%; + margin: 0.5em 1em 1em 1em; +} + +@supports not (-ms-ime-align: auto) { + /* + * Resets for
/, see: + * https://css-tricks.com/two-issues-styling-the-details-element-and-how-to-solve-them/ + */ + details > summary { + cursor: pointer; + } + details > summary > * { + display: inline; + } +} + +details { + margin: 1em 0; + border: 1px solid #aaa; + background: rgba(100%, 100%, 100%, 0.4); + border-radius: 5px; + box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); +} +details > summary, +details > div { + padding: 0.5em 1em; +} +details > div { + border-top: 1px solid #aaa; + background: rgba(100%, 100%, 100%, 0.25); +} +details > div > pre { + white-space: pre-wrap; +} diff --git a/planet/webkitgtk.ini b/planet/webkitgtk.ini new file mode 100644 index 0000000000..16aa0e6bac --- /dev/null +++ b/planet/webkitgtk.ini @@ -0,0 +1,89 @@ +# Example Planet Venus configuration file + +# Documenation: +# Examples: +# Filters: +# Themes: + +# Global configuration + +[Planet] + +name = Planet WebKitGTK +link = https://planet.webkitgtk.org/ +owner_name = WebKitGTK Team +owner_email = planet@webkitgtk.org +output_theme = . +cache_directory = ../_cache +output_dir = ../_planet +feed_timeout = 20 +items_per_page = 60 +log_level = DEBUG + +# Subscription configuration + +[https://perezdecastro.org/webkitgtk.atom ] +name = Adrián Pérez de Castro + +[https://blogs.igalia.com/alex/category/webkitgtk/feed/] +name = Alejandro García Castro + +[https://wingolog.org/feed/atom?with=webkit] +name = Andy Wingo + +[https://blogs.igalia.com/carlosgc/category/free-software/webkit/feed/] +name = Carlos García Campos + +[http://blog.neutrino.es/category/planet/webkitgtk/feed/] +name = Carlos Alberto López Pérez + +[https://people.gnome.org/~csaavedra/webkit.xml] +name = Claudio Saavedra + +[http://blog.kov.eti.br/category/webkit/feed/] +name = Gustavo Noronha + +[http://blog.ryumiel.net/feeds/webkitgtk.rss.xml] +name = Gwang Yoon Hwang + +[https://blogs.igalia.com/itoral/category/webkit/feed/] +name = Iago Toral + +[https://blogs.igalia.com/jfernandez/category/webkit/feed/] +name = Javier Fernández + +[https://blogs.igalia.com/juanjo/category/freesoftware/webkit/feed/] +name = Juan José Sánchez Penas + +[https://blogs.igalia.com/mrego/category/webkit/feed/] +name = Manuel Rego + +[https://mariospr.org/category/planet-webkitgtk/feed/] +name = Mario Sánchez Prada + +[https://abandonedwig.info/blog/WebKit/rss.xml] +name = Martin Robinson + +[https://blogs.gnome.org/mcatanzaro/category/webkit/feed/] +name = Michael Catanzaro + +[http://base-art.net/Sections/677/rss.xml] +name = Philippe Normand + +[https://blogs.igalia.com/svillar/category/webkit/feed/] +name = Sergio Villar + +[https://webkitgtk.org/rss.xml] +name = The WebKitGTK Project + +[https://blogs.igalia.com/vjaquez/tag/webkit/feed/] +name = Víctor Jáquez + +[https://blogs.igalia.com/xrcalvar/category/planets/planet-webkitgtk/feed/] +name = Xabier Rodríguez Calvar + +[https://blogs.gnome.org/xan/category/webkit/feed/] +name = Xan López + +[https://falcosigh.wordpress.com/category/webkit/feed/] +name = Žan Doberšek diff --git a/style.css b/style.css index 1bb0937ab7..cb0fb2d5ee 100644 --- a/style.css +++ b/style.css @@ -32,8 +32,7 @@ --rounded-corner: 9px; --fg-color: rgb(0 0 6 / 80%); --bg-color: #f5f5f6; - --term-fg: rgb(0 0 6 / 80%); - --term-bg: white; + --term-bg: #ffffff; } /* General */ @@ -58,7 +57,6 @@ body { body { color: var(--fg-color); background-color: var(--bg-color); - /* ⇩⇩ put footer at the bottom for short pages, such as the 404 ⇩⇩ */ display: grid; min-height: 100vh; grid-template-rows: auto minmax(auto, 1fr) auto; /* header, stuff, footer */ @@ -82,13 +80,11 @@ hr { /* Footer */ footer { - padding: 4em 0 4em; + padding: 4rem 0; text-align: center; } footer a { - text-decoration: none; - font-weight: 600; display: block; margin: auto; } @@ -110,8 +106,6 @@ h6 { h1 { font-size: 1.5rem; font-weight: 100; - font-style: normal; - margin: 3rem 0 1rem; } h2 { @@ -176,6 +170,7 @@ code.highlighter-rouge { .highlight table td { padding: 5px; } + .highlight table pre { margin: 0; } @@ -200,13 +195,12 @@ code.highlighter-rouge { } #logo a { - display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; - color: rgba(0 0 0 / 0%); /* make text transparent */ + color: rgb(0 0 0 / 0%); /* make text transparent */ cursor: pointer; } @@ -272,8 +266,9 @@ ul.news .title { flex-grow: 1; } +/* Media Queries */ + @media only screen and (max-device-width: 480px) { - /* Mobile */ .highlighter-rouge { max-width: 80vw; } @@ -301,9 +296,8 @@ ul.news .title { :root { color-scheme: dark; --primary-color: #81d0ff; - --fg-color: white; + --fg-color: #ffffff; --bg-color: #222226; - --term-fg: white; --term-bg: #343437; }