Update release notes, add some misc unit tests I missed

This commit is contained in:
JSCHILL1 2009-11-09 21:59:32 -06:00
parent 7e8d777639
commit de6c2eb924
3 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
SCOURVER="0.21" SCOURVER="0.22"
cd .. 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 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 cd scour

View file

@ -13,10 +13,12 @@
<header> <header>
<h2><a href="#0.22">Version 0.22</a></h2> <h2><a href="#0.22">Version 0.22</a></h2>
</header> </header>
<p>TBD</p> <p>Nov 9th, 2009</p>
<ul> <ul>
<li>Fix <a href="https://bugs.launchpad.net/scour/+bug/449803">Bug 449803</a> by ensuring input and output filenames differ.</li> <li>Fix <a href="https://bugs.launchpad.net/scour/+bug/449803">Bug 449803</a> by ensuring input and output filenames differ.</li>
<li>Fix <a href="https://bugs.launchpad.net/scour/+bug/453737">Bug 453737</a> by updated Inkscape's scour extension with a UI</li> <li>Fix <a href="https://bugs.launchpad.net/scour/+bug/453737">Bug 453737</a> by updated Inkscape's scour extension with a UI</li>
<li>Fix whitespace collapsing on non-textual elements that had xml:space="preserve"</li>
<li>Fix <a href="https://bugs.launchpad.net/scour/+bug/479669">Bug 479669</a> to handle empty &lt;style&gt; elements.</li>
</ul> </ul>
</section> </section>

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg">
<text xml:space="preserve"><tspan font-style="italic">Use <tspan font-style="bold">bold</tspan> text</tspan></text>
</svg>

After

Width:  |  Height:  |  Size: 219 B