summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e584f80)
raw | patch | inline | side by side (parent: e584f80)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 9 May 2003 05:07:23 +0000 (05:07 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 9 May 2003 05:07:23 +0000 (05:07 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1708 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | patch | blob | history | |
doc/announcement.txt | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index 3ef6265048dd0cdd84829d3884f45f329dc22a73..0ff3c651c895a59168999c466b73791187cc11de 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
This file contains the changes to the Roundup system over time. The entries
are given with the most recent entry first.
-2003-??-?? 0.6.0
+2003-05-09 0.6.0b1
Removed:
- having served its purpose as a template for other relational database
implementations, the gadfly backend has now been removed from the Roundup
diff --git a/doc/announcement.txt b/doc/announcement.txt
index 73b1883eef82cdfecfff8bf9453ae7321fb40e2b..a8f64031921bef14b959fa380a2b8bea4020a960 100644 (file)
--- a/doc/announcement.txt
+++ b/doc/announcement.txt
Unfortunately, the Zope frontend for Roundup is currently broken, with no
fix in the forseeable future.
+The gadfly backend has now been removed, having served its purpose as a
+template for other RDBMS implementations. It is replaced by the mysql
+backend.
+
Roundup requires python 2.1.3 or later for correct operation.
This release has all the bugfixes from the latest 0.5 maintnenance release
It comes with two issue tracker templates (a classic bug/feature tracker and
a minimal skeleton) and six database back-ends (anydbm, bsddb, bsddb3, sqlite,
-metakit and gadfly).
+metakit and mysql).