summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Staudinger <robsta@gnome.org>2009-08-11 17:58:29 +0200
committerRobert Staudinger <robsta@gnome.org>2009-08-11 17:58:29 +0200
commitb2b14ae14891aecd55c5d1d0d6287b8c8b7796ad (patch)
treeaf1da4ff054faf41ce9c7202f8e06489ae51ccb1
parentd3897522bfa7a420fed80357fe572d8ca61e4c20 (diff)
[aux] Update NEWS and TODO.ccss-0.5.0
-rw-r--r--NEWS5
-rw-r--r--TODO10
2 files changed, 6 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index fb26816..127eee1 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,10 @@
NEWS
====
-* Use 'ccss' name consistently, drop 'lib' prefix where possible.
+Version 0.4, 2009-08-11
+-----------------------
+
+* Use 'ccss' name consistently, drop 'lib' prefix where possible (e.g. pkg-config files).
Core
* Deep-free properties when destroying a stylesheet, fixes memory leak.
diff --git a/TODO b/TODO
index b22cb7d..41ef75f 100644
--- a/TODO
+++ b/TODO
@@ -2,21 +2,15 @@
ROADMAP
=======
-Also see gtk-css-engine's TODO for now.
-
-0.5
+0.6
---
-* Move over gce-node, separate them?
+* Move over gce-node from the CSS engine, separate them?
* Improve test suite. Libxml backend for cascading tests.
* Cairo-style error handling? Or something else?
* "char * foo_serialize()" API instead of _dump().
* _serialize() property class method, serializing should fall back to _convert()
should print url('foo').
-
-0.6
----
-
* Improve test suite.
* Use slice allocator and custom list/hash implementations with in-node data.