[svn] This is version 2.0 because I said so. trunk

Tue, 19 Dec 2006 18:01:00 -0500

author
brett
date
Tue, 19 Dec 2006 18:01:00 -0500
branch
trunk
changeset 11
a2ca41a85243
parent 10
f0acfe12a0e2
child 12
5d202467c589

[svn] This is version 2.0 because I said so.

TODO file | annotate | diff | comparison | revisions
scripts/x file | annotate | diff | comparison | revisions
setup.py file | annotate | diff | comparison | revisions
--- a/TODO	Sun Dec 17 09:20:02 2006 -0500
+++ b/TODO	Tue Dec 19 18:01:00 2006 -0500
@@ -7,6 +7,8 @@
 * Better error messages.
 
 Things I think might be good but can't prove:
+* Interactivity ("This archive contains other archive files.  Would you
+  like to extract them as well?")
 * Consider having options about whether or not to make sane directories,
   have tarbomb protection, etc.
 * Use zipfile instead of the zip commands.
--- a/scripts/x	Sun Dec 17 09:20:02 2006 -0500
+++ b/scripts/x	Tue Dec 19 18:01:00 2006 -0500
@@ -27,7 +27,7 @@
 
 from cStringIO import StringIO
 
-VERSION = "1.1"
+VERSION = "2.0"
 VERSION_BANNER = """x version %s
 Copyright (c) 2006 Brett Smith <brettcsmith@brettcsmith.org>
 
--- a/setup.py	Sun Dec 17 09:20:02 2006 -0500
+++ b/setup.py	Tue Dec 19 18:01:00 2006 -0500
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup(name="x",
-      version = "1.0",
+      version = "2.0",
       description = "Script to intelligently extract multiple archive types",
       author = "Brett Smith",
       author_email = "brettcsmith@brettcsmith.org",

mercurial