Code

*** empty log message ***
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 9 May 2003 05:07:23 +0000 (05:07 +0000)
committerrichard <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
doc/announcement.txt

index 3ef6265048dd0cdd84829d3884f45f329dc22a73..0ff3c651c895a59168999c466b73791187cc11de 100644 (file)
@@ -1,7 +1,7 @@
 This file contains the changes to the Roundup system over time. The entries
 are given with the most recent entry first.
 
 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
 Removed:
 - having served its purpose as a template for other relational database
   implementations, the gadfly backend has now been removed from the Roundup
index 73b1883eef82cdfecfff8bf9453ae7321fb40e2b..a8f64031921bef14b959fa380a2b8bea4020a960 100644 (file)
@@ -11,6 +11,10 @@ an older version of Roundup you *must* read doc/upgrading.txt!
 Unfortunately, the Zope frontend for Roundup is currently broken, with no
 fix in the forseeable future.
 
 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
 Roundup requires python 2.1.3 or later for correct operation.
 
 This release has all the bugfixes from the latest 0.5 maintnenance release
@@ -73,5 +77,5 @@ disutils-based install script is provided.
 
 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,
 
 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).