summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2ecabd6)
raw | patch | inline | side by side (parent: 2ecabd6)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 10 Oct 2001 04:18:39 +0000 (04:18 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 10 Oct 2001 04:18:39 +0000 (04:18 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@289 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/announcement.txt | patch | blob | history | |
setup.py | patch | blob | history |
diff --git a/doc/announcement.txt b/doc/announcement.txt
index cabdc4cb11110da52135f20566fbf17fa3052cd0..3c7d1a40c6bc67c6a25297029b695ac3a6e30a5b 100644 (file)
--- a/doc/announcement.txt
+++ b/doc/announcement.txt
- Roundup 0.3.0 - an issue tracking system
+ Roundup 0.3.0pre1 - an issue tracking system
+
+**PREVIEW RELEASE**
+
+This release is in use by Bizar Software, but has had little testing beyond
+that. It contains several new features which will require migration, so
+we're releasing this preview for the bleeding-edge users.
** existing users _must_ read the MIGRATION.txt that accompanies the
source.
disutils-based install script is provided.
It comes with two issue tracker templates and three database back-ends.
-Back-ends for relational databases are being developed.
-Source is available at the website:
- http://sourceforge.net/projects/roundup/
+Source and documentation is available at the website:
+ http://roundup.sourceforge.net/
diff --git a/setup.py b/setup.py
index 9083312f86274518ce7285cd738c99c85a2a6e9f..c39a704e862b54f1ff0d673619d4e427e974b52b 100644 (file)
--- a/setup.py
+++ b/setup.py
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: setup.py,v 1.20 2001-10-08 21:49:30 richard Exp $
+# $Id: setup.py,v 1.21 2001-10-10 04:18:38 richard Exp $
from distutils.core import setup, Extension
from distutils.util import get_platform
setup ( name = "roundup",
- version = "0.2.9",
+ version = "0.3.0pre1",
description = "Roundup issue tracking system.",
author = "Richard Jones",
author_email = "richard@users.sourceforge.net",
#
# $Log: not supported by cvs2svn $
+# Revision 1.20 2001/10/08 21:49:30 richard
+# Minor pre- 0.3.0 changes
+#
# Revision 1.19 2001/09/10 09:48:35 richard
# Started changes log for 0.2.9
#