I just uploaded TG2.3.0b2 on http://tg.gy/230 and updated the website
references and doc. Hope I didn't mess anything as Michael is our actual
release process expert :D

The release can be installed as usual through: pip install -f
http://tg.gy/230 tg.devtools
Documentation is available at:
http://turbogears.readthedocs.org/en/tg2.3.0b2/

If you are quickstarting on Py3 make sure to provide the --skip-tw option
to gearbox quickstart as ToscaWidgets is not yet available on py3.

The 2.3.0b2 release includes over the previous beta the following
improvements:

- Bootstrap theme for quickstart updated to 2.3.2

- TurboGears flash styles are not provided inside style.css instead of
patching the standard bootstrap alert styles. This makes easier to replace
or upgrade the builtin bootstrap css file.

- Quickstart master.html now includes jquery.js reference aside to
boostrap.js so that bootstrap javascript works out of the box

- tg.devtools comes with a testsuite for Py2.7, 3.2 and 3.3

- Fix for "lang" option being ignored if set inside of .ini instead of
app_cfg.py

- If a beaker.cache.type option is set in configuration use that for
template caching instead of using "memory" as default when no type is
explicitly set in tg_cache template value.

- Fixed issue with add_auth_middleware not bing idempotent

- Refactoring of Request->Response flow. This improves speed and
maintainability by hiding all the WSGI things behind TGApp and using only
WebOb objects to communicate from TGApp to Dispatcher and vice versa.

- Various fixes at doc and cleanups in quickstart template

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to