06a2975f24
Trac 0.11.1 (August 6, 2008) http://svn.edgewall.org/repos/trac/tags/trac-0.11.1 Trac 0.11.1 contains a number of bug fixes and minor enhancements. The following list contains only a few highlights: * Improved DB connection handling (new connection pool) * Better MySQL backend unicode support. "utf8" and "utf8_bin" is the recommended database charset and collation settings. * Fixes intermittent "constraint violation" and "invalid form token" error messages. * Fixes roadmap layout glitch in Firefox 3. * Safer default umask value for tracd (can be set using --umask option) * Better default PYTHON_EGG_CACHE value. The complete list of closed tickets can be found here: http://trac.edgewall.org/query?status=closed&milestone=0.11.1 Trac 0.11 'Genshi' (June 22, 2008) http://svn.edgewall.org/repos/trac/tags/trac-0.11 Trac 0.11 contains a great number of new features, improvements and bug fixes. The following list contains only a few highlights: * New template engine for generating content (Genshi) * New configurable workflow in the ticket subsystem * Finer-grained control of permissions * Support for Pygments as the default syntax highlighter * Improved repository browser ("blame" support, dynamic in-place expansion of folders) * Improved user preferences subsystem, among which the possibility for * any user to select their time zone and disable access keys * The WebAdmin plugin is now an integral part of Trac * Paging of timeline and query results. A more complete list of new features can be found in the RELEASE file. The complete list of closed tickets can be found here: http://trac.edgewall.org/query?status=closed&milestone=0.11
22 lines
796 B
Text
22 lines
796 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.3 2008/09/12 10:18:11 abs Exp $
|
|
|
|
The default database has changed from sqlite2 in 0.10.x to sqlite3
|
|
in 0.11.x. Set PKG_OPTIONS.trac=sqlite2 for the old behaviour.
|
|
|
|
You must upgrade existing Trac environments before using a new
|
|
version:
|
|
|
|
trac-admin /path/to/projectenv upgrade
|
|
|
|
It is recommended to update the standard wiki pages whenever Trac is
|
|
upgraded to get up-to-date documentation and additional functionality:
|
|
|
|
trac-admin /path/to/projectenv wiki upgrade
|
|
|
|
mod_python users will need to change the name of the mod_python handler in
|
|
the Apache HTTPD configuration to:
|
|
|
|
PythonHandler trac.web.modpython_frontend
|
|
|
|
===========================================================================
|