A couple more minor bugs were reported that I didn't want to delay getting fixed, because they would likely trip up others.
*Fixes* * setup.py was not using setup_requires in a productive way. This has been changed, so tg-admin quickstart will no longer need to go to the internet to function. * turbogears.database.set_db_uri was not properly putting the setting in the global config section. By Robert Leftwich. * some people have had trouble with the url function not being able to find cherrypy.request.approot. This may be due to older classes that do not extend controllers.Root. This was not listed as a requirement for the URL function. The documentation for the url function has been updated, and the code has been updated to always set the approot to the top of the site at least. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

