Skip to content

Commit

Permalink
Upgrading version to 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Mar 7, 2015
1 parent f1c3d32 commit 2536c14
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
= Change Log =

== 2.3.5 (**March X, 2015**) ==

* Quickstart now provides .scaffold files for ``gearbox scaffold`` command.
* Quickstart login form now keeps username when login fails
* Configuration process cleanups, now .ini options overwrite AppConfig
* Various configuration options have been grouped under a common namespace (i18n.*, session.*, tm.*, errorpage.*)
* New ``configure_new_app`` hook that guarantees to always receive the unwrapped TGApp
* i18n, caching, session, transaction manager, ming and error pages are now application wrappers for speedups and better integration
* application wrappers now have a clear interface provided by ApplicationWrapper ABC
* Work-around for Genshi broken on Py3.4
* Improved support for connecting to a MongoDB ReplicaSet
* request.path is no longer cached, so application wrappers can change it and redirect the request
* Let /_test_vars work even when debug is False when in test mode

== 2.3.4 (**October 2, 2014**) ==

* Support for customizing Flash template
Expand Down
2 changes: 1 addition & 1 deletion tg/release.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""TurboGears project related information"""
version = "2.3.4"
version = "2.3.5"
description = "Next generation TurboGears"
long_description="""
TurboGears brings together a best of breed python tools
Expand Down

0 comments on commit 2536c14

Please sign in to comment.