summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@gnome.org>2004-06-08 23:58:16 +0000
committerDodji Seketeli <dodji@src.gnome.org>2004-06-08 23:58:16 +0000
commit3e0fb4e6acd9b29303384da9242b08c70e4d9add (patch)
tree5b62bbbd2b72a86b1a9e9a687da44b03b1220e91
parentada41f72df45d6f44270d54bc5da6ccb79570ceb (diff)
downloadlibcroco-0-6-0.tar.gz
Updated NEWS file for 0.6.0tla-cvs-synch-06-09-2004-1libcroco-0-6-0
2004-06-09 Dodji Seketeli <dodji@gnome.org> Updated NEWS file for 0.6.0
-rw-r--r--ChangeLog4
-rw-r--r--NEWS28
2 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4c9a4e..cb278d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-06-09 Dodji Seketeli <dodji@gnome.org>
+===================== 0.6.0 release ==================================
+
+ * NEWS: Updated this for 0.6.0
+
* configure.in: fixed the pkg-config and croco-0.6-config output.
* docs/exmaples/*.c: updated the comments.
diff --git a/NEWS b/NEWS
index 8251e58..4477c87 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+0.6.0: June 9, 2004
+
+ Enhancements since 0.5.1
+ ========================
+
+ - add parsing location to all the CSS contructions at SAC level [Dodji Seketeli]
+ - add --dump-location option to csslint [Dodji Seketeli]
+ - enable several API/ABI incompatible versions of Libcroco to be
+ installed on the same box [Dodji Seketeli]
+ - CSS properties inheritance support [Benjamin Dauvergne]
+ - CRStyle struct gatehering code cleanup [Benjamin Dauvergne]
+ - Better support for font selection [Dodji Seketeli]
+
+ Bugfixes since 0.5.1
+ ======================
+
+ - #143308: fix parsing of non trivial functional #notations. [Dodji Seketeli]
+ - #143450: fix gcc 2.xx errors. [Dodji Seketeli]
+ - #139881: proper setting of parsing locations in urls. [Dodji Seketeli]
+ - #138267: remove C99-isms.
+ - #139889: fix an infinite loop in the parser [Dodji Seketeli]
+ - #139891: better @media rule reporting [Dodji Seketeli]
+ - #140317: fix class sel without class name crash [Dodji Seketeli]
+ - #140334: fix an infinite loop in the parser [Dodji Seketeli]
+ - attribute selectors evalution fixes. [Dodji Seketeli]
+ - Better support of descendant selectors evaluation [Dodji Seketeli]
+ - Better regression tests framework [Dodji Seketeli]
+
0.5.1: April 18 2004:
- fixes: #140334, #140317, #139891, #139615. [Dodji Seketeli]