Updated release notes. Updated package script to tar file unrolls into a scour directory. Version 0.10 complete

This commit is contained in:
JSCHILL1 2009-04-27 12:00:51 -05:00
parent 784b8efb2b
commit 19ed9e57a4
3 changed files with 10 additions and 9 deletions

View file

@ -1,4 +1,6 @@
#!/bin/bash
SCOURVER="0.10"
tar cvf scour-$SCOURVER.tar scour.py LICENSE NOTICE README.txt release-notes.html
gzip scour-$SCOURVER.tar
cd ..
tar cvf scour/tarballs/scour-$SCOURVER.tar scour/scour.py scour/LICENSE scour/NOTICE scour/README.txt scour/release-notes.html
gzip scour/tarballs/scour-$SCOURVER.tar
cd scour

View file

@ -5,7 +5,7 @@
</head>
<body>
<h1>Scour Release Notes</h1>
<h1><a href="http://codedread.com/scour/">Scour</a> Release Notes</h1>
<p>Copyright 2009, Jeff Schiller</p>
@ -15,7 +15,11 @@
</header>
<ul>
<li>...</li>
<li>Remove path with empty d attributes</li>
<li>Sanitize path data (remove unnecessary whitespace)</li>
<li>Convert from absolute to relative path data</li>
<li>Remove trailing zeroes from path data</li>
<li>Limit to no more than 6 digits of precision</li>
</ul>
</section>

View file

@ -45,11 +45,6 @@
# * Put id attributes first in the serialization (or make the d attribute last)
# Next Up:
# + Remove path with empty d attributes
# + Sanitize path data (remove unnecessary whitespace
# + Move from absolute to relative path data
# + Remove trailing zeroes from path data
# + Limit to no more than 6 digits of precision
# - Remove unnecessary units of precision on attributes (use decimal: http://docs.python.org/library/decimal.html)
# - Remove unnecessary units of precision on path coordinates
# - Convert all colors to #RRGGBB format