diff --git a/package.sh b/package.sh
index 1e374e6..ee0d0c6 100755
--- a/package.sh
+++ b/package.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-SCOURVER="0.19"
+SCOURVER="0.20"
cd ..
zip scour/tarballs/scour-$SCOURVER.zip scour/scour.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 6ecb28d..0b22608 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -9,14 +9,27 @@
Copyright 2009, Jeff Schiller
+
+
+ Aug ??th, 2009
+
+ - Remove unused attributes from parent elements
+
+
+
- Aug 9th, 2009
+ Aug 13th, 2009
- Fix XML serialization bug: xmlns:XXX prefixes not preserved when not in default namespace
- Fix XML serialization bug: remapping to default namespace was not actually removing the old prefix
+ - Move common attributes to ancestor elements
+ - Fix Bug 412754: Elliptical arc commands must have comma/whitespace separating the coordinates
+ - Scour lengths for svg x,y,width,height,*opacity,stroke-width,stroke-miterlimit
diff --git a/scour.py b/scour.py
index 091249d..74d351a 100755
--- a/scour.py
+++ b/scour.py
@@ -32,19 +32,9 @@
# Even more ideas here: http://esw.w3.org/topic/SvgTidy
# * analysis of path elements to see if rect can be used instead? (must also need to look
# at rounded corners)
-# * removal of unused attributes in groups:
-#
-#
-#
-#
-#
-# in this case, fill="blue" should be removed
# Next Up:
-# + analyze all children of a group, if they have common inheritable attributes, then move them to the group
-# - crunch *opacity, offset, svg:x,y, stroke-miterlimit, stroke-width numbers (remove trailing zeros, reduce prec, integerize)
-# - analyze a group and its children, if a group's attribute is not being used by any children
-# (or descendants?) then remove it
+# + remove unused attributes in parent elements
# - add an option to remove ids if they match the Inkscape-style of IDs
# - investigate point-reducing algorithms
# - parse transform attribute
@@ -52,7 +42,6 @@
# - option to remove metadata
# - prevent elements from being stripped if they are referenced in a