summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2004-04-18 17:53:05 +0000
committerDodji Seketeli <dodji@src.gnome.org>2004-04-18 17:53:05 +0000
commitc4e72e47d271e9ed5561e3dc3c3a95f6bf87cbff (patch)
tree09fcfa6434b7430d8b2ec92d48483b9977335e5d
parent6d08258366de84957200071d2ec6aef2c027529c (diff)
downloadlibcroco-c4e72e47d271e9ed5561e3dc3c3a95f6bf87cbff.tar.gz
Changes from arch/CVS synchronization
-rw-r--r--NEWS7
-rw-r--r--tests/Makefile.am6
-rw-r--r--tests/test-inputs/Makefile.am4
-rw-r--r--tests/test-output-refs/Makefile.am1
4 files changed, 12 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 5ab1606..8251e58 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
-0.5: March 16 3004:
+0.5.1: April 18 2004:
+
+ - fixes: #140334, #140317, #139891, #139615. [Dodji Seketeli]
+
+0.5: March 16 2004:
- -
- better regression suite framework [Dodji Seketeli]
- support of the 'color' property gathering [Benjamin Dauvergne]
- furious memory leaks/corruptions hunting [Dodji Seketeli, Rob BUIS]
diff --git a/tests/Makefile.am b/tests/Makefile.am
index aecadba..9bcb645 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,8 +1,8 @@
SUBDIRS=test-inputs test-output-refs
EXTRA_DIST=testctl vg.supp global-vars.sh valgrind-version.sh \
-test-prop-ident.sh \
-test-unknown-at-rule.sh \
-test-unknown-at-rule2.sh
+test-prop-ident.sh test-unknown-at-rule.sh test-unknown-at-rule2.sh \
+test-several-media.sh
+
#the list of all possible tests goes here.
diff --git a/tests/test-inputs/Makefile.am b/tests/test-inputs/Makefile.am
index 53ee855..3c93d8f 100644
--- a/tests/test-inputs/Makefile.am
+++ b/tests/test-inputs/Makefile.am
@@ -11,4 +11,6 @@ test4.1.css \
test4.2.css \
test5.1.css \
unknown-at-rule2.css \
-unknown-at-rule.css
+unknown-at-rule.css \
+several-media.css
+
diff --git a/tests/test-output-refs/Makefile.am b/tests/test-output-refs/Makefile.am
index 0b1b528..b113e7f 100644
--- a/tests/test-output-refs/Makefile.am
+++ b/tests/test-output-refs/Makefile.am
@@ -12,4 +12,5 @@ test6.out \
test-prop-ident.out \
test-unknown-at-rule.out \
test-unknown-at-rule2.out \
+test-several-media.out \
test5.1.css.out