blob: 2ef906bce2aa235786281f8c72f42dfea859682a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
===========================================================================
$NetBSD: MESSAGE,v 1.2 2005/11/03 23:04:29 epg Exp $
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
===========================================================================
|