We are proud to announce TurboGears 1.9.7 beta 2. At this point we are potentially looking at one more beta next week, and then a release candidate right after that. There are several tickets and a couple of features that I would like to get into this stable version if at all possible, so we will be working on those this week.
Beta 2 represents a lot of work, though it's API has not changed much. We've created an entirely reusable framework independent authorization/permissions library caled repoze.what. When I say we, I really mean Gustavo Narea, who has done a fantastic job. Repoze.what is very API similar to tg1 identity, but it is much more flexible and much better documented, and I predict a very bright future for it in TurboGears, and in any WSGI application that requires a flexible permissions system. In addition to a new version of TurboGears, the beta 2 represents testing with new versions of: * SQLAlchemy, * Migrate, * Beaker, * Babel, * Paste, * PasteScript, * WebTest, * Nose * FormEncode Each of these libraries has been tested with python 2.6, and beta 2 should work great on python 2.4 and above (but not yet on 3.0). Most of these updates are API compatable, but there are a couple of small API changed in SQLAlchemy. DBSession.add() is set to replace DBSession.save() in SQLAlchemy 0.6, for now SA just throws a deprication warning, and TG2 docs still use .save, but we'll be updating the docs and the template for beta3 next week. The turbogears changelog is here: Changelog: http://trac.turbogears.org/wiki/2.0/changelog And beta 2 can be installed using these instructions: http://www.turbogears.org/2.0/docs/main/DownloadInstall.html -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
