diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-09-21 16:50:21 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-09-21 16:50:21 +0000 |
commit | 0db233dd6b3fa05111067b864edb68c4f6168ca3 (patch) | |
tree | ab60fbff879613a5cbf30bc3982a7af7a5234f18 /textproc/libcroco/distinfo | |
parent | eb704fb29b3c625d60788ef0de5d72ebbaa24755 (diff) | |
download | pkgsrc-0db233dd6b3fa05111067b864edb68c4f6168ca3.tar.gz |
Update to 0.6.0. This version corresponds to GNOME 2.8.0.
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]
- fixes: #140334, #140317, #139891, #139615. [Dodji Seketeli]
- better regression suite framework [Dodji Seketeli]
- support of the 'color' property gathering [Benjamin Dauvergne]
- furious memory leaks/corruptions hunting [Dodji Seketeli, Rob BUIS]
- total support of the !important keyword [Dodji Seketeli, Rob BUIS]
- selectors evaluation in csslint [Dodji Seketeli, Rob BUIS]
- fix compilation warnings [David A Knight, Dodji Seketeli]
- more complete CSS statement serialisation [Dodji Seketeli]
- better gathering of style information [Dodjij Seketeli]
- better cascading algorithm conformance [Dodji Seketeli, Rob BUIS]
- @import rule parsing fix [Dodji Seketeli]
- support of CSS3 indentifiers [Dodji Seketeli]
- better w3c DOM integration support [Rob BUIS, Dodji Seketeli]
- many parsing fixes [Dodji Seketeli]
- style structure debuging facility [Dodji Seketeli]
- better fragment parsing support [Dodji Seketeli]
- Split libcroco and sewfox [Dodji Seketeli]
- class selector evaluation fix [Rob BUIS]
- csslint cleanup and bugfixes [Dodji Seketeli]
- :first-child pseudo class selector support [Dodji Seketeli]
- pluggable pseudo class selectors evaluators [Dodji Seketeli]
Diffstat (limited to 'textproc/libcroco/distinfo')
-rw-r--r-- | textproc/libcroco/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/libcroco/distinfo b/textproc/libcroco/distinfo index 0b59f7b47bd..22985c910d9 100644 --- a/textproc/libcroco/distinfo +++ b/textproc/libcroco/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/04/19 15:01:00 jmmv Exp $ +$NetBSD: distinfo,v 1.5 2004/09/21 16:50:21 jmmv Exp $ -SHA1 (libcroco-0.5.1.tar.bz2) = 26e42aa970213098db874a006b86197cdc4c6fc9 -Size (libcroco-0.5.1.tar.bz2) = 286747 bytes +SHA1 (libcroco-0.6.0.tar.bz2) = d4732f044d4a309e909b36a5e306a7440e8498ca +Size (libcroco-0.6.0.tar.bz2) = 358346 bytes |