Edgewall Software

Version 2 (modified by Jonas Borgström, 17 years ago) ( diff )

Added some text about time zone support.

Release Notes for Trac 0.11 '<codename>'

Preliminary Notes - Trac 0.11 is still in heavy development and undergoing a lot of changes…

User visible changes

Time zone support

Each user can select which time zone they want timestamps to be presented in. If pytz is installed a complete list of time zones will be available, otherwise Trac will fall back on a shorter list from an internal time zone implementation.

setuptools is now used for the packaging

TBD. See log:sandbox/setuptools

Lots of minor improvements

Caveats

  • The [trac] base_url setting is now mandatory for generating correct URLs outside the context of a user request.

Developer-visible changes

Genshi template engine

Trac now uses the Genshi template engine instead of ClearSilver. Plugins using the latter will still be supported in Trac 0.11, but probably not longer.

datetime everywhere

Trac used to handle time informations as int timestamps. Now we're using datetime objects.

Internal API changes

A detailed view of the API changes since 0.10.x can be found in TracDev/ApiChanges/0.11.

Acknowledgements

Many thanks to the growing number of people who have, and continue to, support the project. Also our thanks to all people providing feedback and bug reports that helps us make Trac better, easier to use and more effective.

Without your invaluable help, Trac would not evolve. Thank you all.

Finally, we offer hope that Trac will prove itself useful to like-minded programmers around the world, and that this release will prove an improvement over the last version.

Please let us know. :-)

/The Trac Team http://trac.edgewall.org/

Note: See TracWiki for help on using the wiki.