summaryrefslogtreecommitdiff
path: root/projects/libcss
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-04-23 15:28:14 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-04-23 15:28:14 +0100
commite610dfa1061a76299da80ad4713e466d50623688 (patch)
tree707a3fb00d83efe00eb0898838c390e0c7ca255a /projects/libcss
parent111907fb2abcd7111a19d8209785092519c61f7b (diff)
downloadnetsurf-website-e610dfa1061a76299da80ad4713e466d50623688.tar.gz
netsurf-website-e610dfa1061a76299da80ad4713e466d50623688.tar.bz2
Update the library pages for their new releases.
Diffstat (limited to 'projects/libcss')
-rw-r--r--projects/libcss/index.en10
1 files changed, 10 insertions, 0 deletions
diff --git a/projects/libcss/index.en b/projects/libcss/index.en
index 1604094..0dd261b 100644
--- a/projects/libcss/index.en
+++ b/projects/libcss/index.en
@@ -65,6 +65,8 @@
<p>Most recent first:</p>
<dl class="releases">
+<dt>LibCSS 0.2.0</dt>
+<dd><a href="http://download.netsurf-browser.org/libs/releases/libcss-0.2.0-src.tar.gz">Tarball</a> &ndash; <a href="#changes-0.2.0">Changes</a></dd>
<dt>LibCSS 0.1.2</dt>
<dd><a href="http://download.netsurf-browser.org/libs/releases/libcss-0.1.2-src.tar.gz">Tarball</a> &ndash; <a href="#changes-0.1.2">Changes</a></dd>
<dt>LibCSS 0.1.1</dt>
@@ -80,6 +82,14 @@
<h2>Changes</h2>
<dl class="changes">
+<dt id="changes-0.2.0">LibCSS 0.2.0</dt>
+<dd><ul>
+<li>Updated example code.</li>
+<li>Added support for CSS widows and orphans properties.</li>
+<li>Minor selection optimisations.</li>
+<li>Several minor fixes.</li>
+<li>Updated to use new core buildsystem.</li>
+</ul></dd>
<dt id="changes-0.1.2">LibCSS 0.1.2</dt>
<dd><ul>
<li>Avoided interning standard strings for every stylesheet, style tag and style attribute.</li>