For the most curious people this release hides a few gems, I suggest you to take a look at them ;)
http://www.turbogears.org/2.1/docs/main/Extensions/Crud/index.html#easycrudrestcontroller http://www.turbogears.org/2.1/docs/main/Config.html#hooks-and-events http://www.turbogears.org/2.1/docs/main/TGControllers.html#mount-points-and-dispatch http://www.turbogears.org/2.1/docs/main/Caching.html?highlight=caching#template-caching http://www.turbogears.org/2.1/docs/main/Templates/Jinja.html#extensions http://www.turbogears.org/2.1/docs/main/RequestFlow.html?highlight=request%20flow#user-defined-middleware On Tue, Dec 13, 2011 at 5:21 AM, Michael Pedersen <[email protected]> wrote: > The TurboGears team is proud to announce the release of TurboGears 2.1.4! > > This release has many new features and bugfixes, all of them listed below. > The most important one, though, is that this is the final 2.1.x release, and > the final release that will support Python 2.4. > > Please make sure to update your code to work on Python 2.5, as that will be > the next supported Python version. > > I would like to take a moment to thank Alessandro Molina especially. His > work made this release possible, and as large as it is. He's been a great > asset to the team, and I'm glad to have him on board. > > * Deprecated Python 2.4 support. In 2.2, Python 2.4 support will be removed, > and only 2.5-2.7 will be supported > * TurboGears extension architecture enhanced. Better support for hooks > before and after configuration > * Performance enhancements in tg module and in default templates > * Enhancements to lazy_url > * WebOb version locked in. The change of virtualenv to "distribute" by > default has broken dependency_links and allow_hosts in the config files, and > this works around that issue. > * Jinja2 filters are now automatically loaded > * Work arounds for best_match, which was not producing the expected behavior > with IE7 and IE8 > * Add "auto_reload_template" as an .ini option > * Performance tuning the default size of the Genshi cache > * Added Genshi advanced i18n support > * Better compatibility with SQLAlchemy 0.7 > * Changed default quickstart options to help ensure that some model is > always available > * Documentation enhancements > * Nested RestControllers now work as expected (no longer required to > implement "_custom_actions") > > > -- > Michael J. Pedersen > My Online Resume: http://www.icelus.org/ -- Google+ http://plus.ly/pedersen > Google Talk: [email protected] -- Twitter: pedersentg > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" 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?hl=en. -- You received this message because you are subscribed to the Google Groups "TurboGears" 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?hl=en.

