summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Staudinger <robsta@gnome.org>2009-07-31 19:10:55 +0200
committerRobert Staudinger <robsta@gnome.org>2009-07-31 19:10:55 +0200
commitba4be54f99fc179f4b5989c8ecf0dc2f71e40537 (patch)
tree35ae1fd77ae297a9ee3c8ba5ebccefb779b293a2
parentda7363373e50ab362acf60807cfadd04ea6c3810 (diff)
Update auxiliary files.libccss-0.4.0
-rw-r--r--HACKING7
-rw-r--r--NEWS24
-rw-r--r--TODO6
3 files changed, 30 insertions, 7 deletions
diff --git a/HACKING b/HACKING
index b909e43..98f7c7e 100644
--- a/HACKING
+++ b/HACKING
@@ -56,13 +56,12 @@ Making a release
* NEWS.
* TODO.
-* Remove extra version in configure.in.
-* Commit to svn.
+* Commit and push.
* `make distcheck`.
-* Tag in svn.
+* Tag and push.
* Upload tarball.
* Announce.
* Bump version and add extra version in configure.in.
-* Commit to svn.
+* Commit and push.
* Update web-page.
diff --git a/NEWS b/NEWS
index 8f8fc16..8544258 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,30 @@
NEWS
====
+Version 0.4, 2009-07-31
+-----------------------
+
+* Support for multiple pseudo-classes per node.
+
+Version 0.3.1, 2009-07-06
+-------------------------
+
+* Improvements to color parsing.
+* Improve css dump function to produce almost valid CSS with debug information in comments.
+
+Version 0.3, 2009-06-02
+-----------------------
+
+* Modular grammars.
+* Cairo-style reference counting.
+* Split libccss-base, -cairo and -gtk libraries.
+* Start of a test-suite.
+
+Version 0.2
+-----------
+
+Not released, internal only.
+
Version 0.1, 2008-10-17
-----------------------
diff --git a/TODO b/TODO
index 9ceea0e..38edc75 100644
--- a/TODO
+++ b/TODO
@@ -4,7 +4,7 @@ ROADMAP
Also see gtk-css-engine's TODO for now.
-0.4
+0.5
---
* Improve test suite.
@@ -13,13 +13,13 @@ Also see gtk-css-engine's TODO for now.
* _serialize() property class method, serializing should fall back to _convert()
should print url('foo').
-0.5
+0.6
---
* Improve test suite.
* Use slice allocator and custom list/hash implementations with in-node data.
-0.6
+0.7
---
* Write our own parser, probably hand-written using GScanner.