From de6c2eb924175f485893808e256446f250160965 Mon Sep 17 00:00:00 2001 From: JSCHILL1 Date: Mon, 9 Nov 2009 21:59:32 -0600 Subject: [PATCH] Update release notes, add some misc unit tests I missed --- package.sh | 2 +- release-notes.html | 4 +++- unittests/whitespace-nested.svg | 4 ++++ 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 unittests/whitespace-nested.svg diff --git a/package.sh b/package.sh index 6f67318..b992af8 100755 --- a/package.sh +++ b/package.sh @@ -1,5 +1,5 @@ #!/bin/bash -SCOURVER="0.21" +SCOURVER="0.22" cd .. zip scour/tarballs/scour-$SCOURVER.zip scour/scour.py scour/yocto_css.py scour/svg_regex.py scour/LICENSE scour/NOTICE scour/README.txt scour/release-notes.html cd scour diff --git a/release-notes.html b/release-notes.html index f7fc35c..54c5c3a 100644 --- a/release-notes.html +++ b/release-notes.html @@ -13,10 +13,12 @@

Version 0.22

-

TBD

+

Nov 9th, 2009

diff --git a/unittests/whitespace-nested.svg b/unittests/whitespace-nested.svg new file mode 100644 index 0000000..82d5930 --- /dev/null +++ b/unittests/whitespace-nested.svg @@ -0,0 +1,4 @@ + + + Use bold text + \ No newline at end of file