summaryrefslogtreecommitdiff
path: root/projects/libcss
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2020-05-25 11:00:40 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2020-05-25 11:00:40 +0100
commit44febe319a2ac6b43e2fc1cae846c9da9e69ae79 (patch)
tree4e3210273ad8e780b4e720076f34b56451b0b712 /projects/libcss
parent4701533adf006c1b7d8751f18d5b217722eabab7 (diff)
downloadnetsurf-website-44febe319a2ac6b43e2fc1cae846c9da9e69ae79.tar.gz
netsurf-website-44febe319a2ac6b43e2fc1cae846c9da9e69ae79.tar.bz2
Update website for 3.10 release.
Diffstat (limited to 'projects/libcss')
-rw-r--r--projects/libcss/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/projects/libcss/index.html b/projects/libcss/index.html
index a7ffa9c..3a78479 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.1</dt>
+<dd><a href="http://download.netsurf-browser.org/libs/releases/libcss-0.9.1-src.tar.gz">Tarball</a> &ndash; <a href="#changes-0.9.1">Changes</a></dd>
<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>
@@ -100,6 +102,11 @@
<h2>Changes</h2>
<dl class="changes">
+<dt id="changes-0.9.1">LibCSS 0.9.1</dt>
+<dd><ul>
+<li>Fixed a problem in the parsing of invalid media blocks.</li>
+<li>Minor code quality improvements.</li>
+</ul></dd>
<dt id="changes-0.9.0">LibCSS 0.9.0</dt>
<dd><ul>
<li>Added support for parsing CSS Media Queries Level 4.</li>