Finalize scour 0.26

This commit is contained in:
Jeff Schiller 2011-05-09 21:47:09 -07:00
parent e4f9b00f9c
commit b35b74f70d
2 changed files with 10 additions and 5 deletions

View file

@ -1,5 +1,9 @@
Thanks to the following contributors to scour: Thanks to the following contributors to scour:
* Jamie Strandboge
* Jan Thor
* Louis Simard * Louis Simard
Bugs Fixed: Bugs Fixed:
- https://bugs.launchpad.net/scour/+bug/583758 - https://bugs.launchpad.net/scour/+bug/583758
@ -11,12 +15,13 @@ Thanks to the following contributors to scour:
- https://bugs.launchpad.net/scour/+bug/582619 Feature implementations: --quiet, --enable-comment-stripping. - https://bugs.launchpad.net/scour/+bug/582619 Feature implementations: --quiet, --enable-comment-stripping.
- Add options --shorten-ids, --renderer-workaround. - Add options --shorten-ids, --renderer-workaround.
* Martin:
- better methods of handling string-to-float conversions in Python
- document functions in the traditional Python way
- rewrite option parsing code
* Doug Schepers (W3C SVG WG) * Doug Schepers (W3C SVG WG)
- function to embed rasters as base64 data: URLs - function to embed rasters as base64 data: URLs
- report file size reduction - report file size reduction
- prettied up the report - prettied up the report
* Martin:
- better methods of handling string-to-float conversions in Python
- document functions in the traditional Python way
- rewrite option parsing code

View file

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
SCOURVER="0.25" SCOURVER="0.26"
cd .. cd ..
zip scour/tarballs/scour-$SCOURVER.zip scour/scour.py scour/yocto_css.py scour/svg_regex.py scour/svg_transform.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/svg_transform.py scour/LICENSE scour/NOTICE scour/README.txt scour/release-notes.html
cd scour cd scour