Skip to content

Commit ff809a2

Browse files
author
Richard Jones
committed
Prep for pre-release #2
1 parent 83bef10 commit ff809a2

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

doc/announcement.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Roundup 0.3.0pre1 - an issue tracking system
1+
Roundup 0.3.0pre2 - an issue tracking system
22

33
**PREVIEW RELEASE**
44

@@ -9,9 +9,8 @@ we're releasing this preview for the bleeding-edge users.
99
**NOTE** existing users _must_ read the MIGRATION.txt that accompanies the
1010
source.
1111

12-
This release includes several bug fixes and usability improvements. It
13-
switches the CGI interface authentication over from HTTP Basic to cookie
14-
based. It introduces encoded password storage. See the CHANGES file accompanying the source for more detail.
12+
This release fixes a nasty bug in the hyperdatabase that was inserted in
13+
pre-release 1. Users who downloaded that release MUST download this release.
1514

1615
Source and documentation is available at the website:
1716
http://roundup.sourceforge.net/

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
19-
# $Id: setup.py,v 1.21 2001-10-10 04:18:38 richard Exp $
19+
# $Id: setup.py,v 1.22 2001-10-11 05:01:28 richard Exp $
2020

2121
from distutils.core import setup, Extension
2222
from distutils.util import get_platform
@@ -42,7 +42,7 @@
4242

4343

4444
setup ( name = "roundup",
45-
version = "0.3.0pre1",
45+
version = "0.3.0pre2",
4646
description = "Roundup issue tracking system.",
4747
author = "Richard Jones",
4848
author_email = "[email protected]",
@@ -53,6 +53,9 @@
5353

5454
#
5555
# $Log: not supported by cvs2svn $
56+
# Revision 1.21 2001/10/10 04:18:38 richard
57+
# Getting ready for a preview release for 0.3.0.
58+
#
5659
# Revision 1.20 2001/10/08 21:49:30 richard
5760
# Minor pre- 0.3.0 changes
5861
#

0 commit comments

Comments
 (0)