summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2019-07-19 19:34:54 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2019-07-19 19:34:54 +0100
commite20cc61aa087172f2bc451f7079b13f56b99c764 (patch)
treeef4ef102598c1448405f07f09d7012dba2656d24 /projects
parent41e1311396fd4b0795e14470ce3f9ad0b8b99993 (diff)
downloadnetsurf-website-e20cc61aa087172f2bc451f7079b13f56b99c764.tar.gz
netsurf-website-e20cc61aa087172f2bc451f7079b13f56b99c764.tar.bz2
NetSurf 3.9 release.
Diffstat (limited to 'projects')
-rw-r--r--projects/hubbub/index.html1
-rw-r--r--projects/libcss/index.html11
-rw-r--r--projects/libwapcaplet/index.html1
3 files changed, 13 insertions, 0 deletions
diff --git a/projects/hubbub/index.html b/projects/hubbub/index.html
index b845f64..a27a87b 100644
--- a/projects/hubbub/index.html
+++ b/projects/hubbub/index.html
@@ -69,6 +69,7 @@
<h2>Releases</h2>
<ul>
+<li><a href="http://download.netsurf-browser.org/libs/releases/libhubbub-0.3.6-src.tar.gz">Hubbub 0.3.6 tarball</a></li>
<li><a href="http://download.netsurf-browser.org/libs/releases/libhubbub-0.3.5-src.tar.gz">Hubbub 0.3.5 tarball</a></li>
<li><a href="http://download.netsurf-browser.org/libs/releases/libhubbub-0.3.4-src.tar.gz">Hubbub 0.3.4 tarball</a></li>
<li><a href="http://download.netsurf-browser.org/libs/releases/libhubbub-0.3.3-src.tar.gz">Hubbub 0.3.3 tarball</a></li>
diff --git a/projects/libcss/index.html b/projects/libcss/index.html
index dad2c2b..a7ffa9c 100644
--- a/projects/libcss/index.html
+++ b/projects/libcss/index.html
@@ -65,6 +65,8 @@
<p>Most recent first:</p>
<dl class="releases">
+<dt>LibCSS 0.9.0</dt>
+<dd><a href="http://download.netsurf-browser.org/libs/releases/libcss-0.9.0-src.tar.gz">Tarball</a> &ndash; <a href="#changes-0.9.0">Changes</a></dd>
<dt>LibCSS 0.8.0</dt>
<dd><a href="http://download.netsurf-browser.org/libs/releases/libcss-0.8.0-src.tar.gz">Tarball</a> &ndash; <a href="#changes-0.8.0">Changes</a></dd>
<dt>LibCSS 0.7.0</dt>
@@ -98,6 +100,15 @@
<h2>Changes</h2>
<dl class="changes">
+<dt id="changes-0.9.0">LibCSS 0.9.0</dt>
+<dd><ul>
+<li>Added support for parsing CSS Media Queries Level 4.</li>
+<li>API for adding sheets to a selection context now takes a Media string.</li>
+<li>The selection API now allows the client to describe the media that is being selected for.</li>
+<li>Selection now honours width/height feature queries.</li>
+<li>Removed the uncommon property extension blocks in computed style data. This simplfies the code and fixes a subtle bug in the cascade/composition handling.</li>
+<li>Fixed leak where rules had over 256 selectors.</li>
+</ul></dd>
<dt id="changes-0.8.0">LibCSS 0.8.0</dt>
<dd><ul>
<li>Added support for CSS flexbox properties.</li>
diff --git a/projects/libwapcaplet/index.html b/projects/libwapcaplet/index.html
index 017fd7a..417c6d1 100644
--- a/projects/libwapcaplet/index.html
+++ b/projects/libwapcaplet/index.html
@@ -46,6 +46,7 @@
<h2>Releases</h2>
<ul>
+<li><a href="http://download.netsurf-browser.org/libs/releases/libwapcaplet-0.4.2-src.tar.gz">LibWapcaplet 0.4.2 tarball</a></li>
<li><a href="http://download.netsurf-browser.org/libs/releases/libwapcaplet-0.4.0-src.tar.gz">LibWapcaplet 0.4.0 tarball</a></li>
<li><a href="http://download.netsurf-browser.org/libs/releases/libwapcaplet-0.3.0-src.tar.gz">LibWapcaplet 0.3.0 tarball</a></li>
<li><a href="http://download.netsurf-browser.org/libs/releases/libwapcaplet-0.2.1-src.tar.gz">LibWapcaplet 0.2.1 tarball</a></li>