Start 0.09

This commit is contained in:
JSCHILL1 2009-04-22 22:00:54 -05:00
parent 472688d12b
commit 26d6eea674
2 changed files with 2 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
SCOURVER="0.07" SCOURVER="0.09"
tar cvf scour-$SCOURVER.tar scour.py LICENSE NOTICE README.txt tar cvf scour-$SCOURVER.tar scour.py LICENSE NOTICE README.txt
gzip scour-$SCOURVER.tar gzip scour-$SCOURVER.tar

View file

@ -45,11 +45,6 @@
# * Collapse all group based transformations # * Collapse all group based transformations
# Next Up: # Next Up:
# + Remove unnecessary nested <g> elements
# + Remove duplicate gradient stops (same offset, stop-color, stop-opacity)
# + Always keep fonts inside <defs>, always keep ids on fonts
# + rework command-line argument processing so that options are configurable
# + make ID stripping optional (disabled by default)
# - Convert all colors to #RRGGBB format # - Convert all colors to #RRGGBB format
# - Reduce #RRGGBB format to #RGB format when possible # - Reduce #RRGGBB format to #RGB format when possible
# https://bugs.edge.launchpad.net/ubuntu/+source/human-icon-theme/+bug/361667/ # https://bugs.edge.launchpad.net/ubuntu/+source/human-icon-theme/+bug/361667/
@ -78,7 +73,7 @@ import os.path
import urllib import urllib
APP = 'scour' APP = 'scour'
VER = '0.08' VER = '0.09'
COPYRIGHT = 'Copyright Jeff Schiller, 2009' COPYRIGHT = 'Copyright Jeff Schiller, 2009'
NS = { 'SVG': 'http://www.w3.org/2000/svg', NS = { 'SVG': 'http://www.w3.org/2000/svg',