The TG2.1 team presents our first beta. Thanks to all of you who helped ferret out bugs in the alpha stage. Here is a list of items fixed in this release.
* Deprecated default in favor of _default * Fixed handling of Unicode parameters * Added disable_request_extensions flag to configuration to allow users to ignore the request extension dispatch bits of object dispatch. * Increased length of Permission.permission_name to 63 chars. * Fixed GET requests on nested RestControllers. * Fixed case-sensitive incorrectness in quickstart when using mako template option. * Fixed numerous URL routing bugs, consilidating the RC and TGC controller base. * Fixed eroneous tg.url call inside the quickstart template. * Added use_dotted_templatenames support for Genshi. * Added ignore_parameters setting in the config * Added ability to have sa_auth.cookie_secret in .ini file * Added cookie_secret to quickstart template * Added tgext template * Added backwards optional support for TurboJson So, this is a considerable number of fixes, and I don' think that we are far-off from our first release candidate. My plan is to produce 1 more beta right before pycon, then a release candidate in march, with 2.1 final in early April. If you are considering upgrading to 2.1 from 2.0, this might be a good time to test the waters and get back to us. Most of the changes were in the dispatcher this time around, so I am guessing we got most of those bugs ironed out. I can tell you this, the dispatcher was much easier to fix than in 2.0. Here's some stats on this release: tg: 18 files changed, 518 insertions(+), 256 deletions(-) tg.devtools: 17 files changed, 416 insertions(+), 15 deletions(-) Thanks again to everyone who contributed bugfixes, especially those that came with tests, that made my job a lot easier. We closed about 25 tickets this round. Great job guys. cheers. -chris -- 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.
