Code

Prep for pre-release #2
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 11 Oct 2001 05:01:29 +0000 (05:01 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 11 Oct 2001 05:01:29 +0000 (05:01 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@292 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/announcement.txt
setup.py

index f83ddbdcd977092e8501bfe6458dbfe71839f106..227b7fcac612bb6fde964e603da2062f202facc0 100644 (file)
@@ -1,4 +1,4 @@
-            Roundup 0.3.0pre1 - an issue tracking system
+            Roundup 0.3.0pre2 - an issue tracking system
 
                         **PREVIEW RELEASE**
 
@@ -9,9 +9,8 @@ we're releasing this preview for the bleeding-edge users.
 **NOTE** existing users _must_ read the MIGRATION.txt that accompanies the
 source.
 
-This release includes several bug fixes and usability improvements. It
-switches the CGI interface authentication over from HTTP Basic to cookie
-based. It introduces encoded password storage. See the CHANGES file accompanying the source for more detail.
+This release fixes a nasty bug in the hyperdatabase that was inserted in
+pre-release 1. Users who downloaded that release MUST download this release.
 
 Source and documentation is available at the website:
       http://roundup.sourceforge.net/
index c39a704e862b54f1ff0d673619d4e427e974b52b..f4cf3efccf0af8ab43b26ac6bfa413f3a017247d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: setup.py,v 1.21 2001-10-10 04:18:38 richard Exp $
+# $Id: setup.py,v 1.22 2001-10-11 05:01:28 richard Exp $
 
 from distutils.core import setup, Extension
 from distutils.util import get_platform
@@ -42,7 +42,7 @@ for t in templates:
 
 
 setup ( name = "roundup", 
-        version = "0.3.0pre1",
+        version = "0.3.0pre2",
         description = "Roundup issue tracking system.",
         author = "Richard Jones",
         author_email = "richard@users.sourceforge.net",
@@ -53,6 +53,9 @@ setup ( name = "roundup",
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.21  2001/10/10 04:18:38  richard
+# Getting ready for a preview release for 0.3.0.
+#
 # Revision 1.20  2001/10/08 21:49:30  richard
 # Minor pre- 0.3.0 changes
 #