diff --git a/CHANGES b/CHANGES index b7ac4948..b09ad75c 100644 --- a/CHANGES +++ b/CHANGES @@ -11,8 +11,12 @@ Version 1.0 (not yet released) before actually installing ViewCVS. - New GUI field to test paging. * add new, better-integrated query interface (2004-Jul-17) + * add new "root_as_url_component" option to embed root names as + path components in ViewCVS URLs for a more natural URL scheme + in ViewCVS configurations with multiple repositories. + (2002-Dec-12) * add new "use_localtime" option to display local times instead of - UTC times (2002-05-06) + UTC times (2002-May-06) * hide CVS "Attic" directories and add simple toggle for showing dead files in directory listings (2004-Jul-31) * show Unified, Context and Side-by-side diffs in HTML instead of diff --git a/INSTALL b/INSTALL index 5e9f7876..e5c9eb75 100644 --- a/INSTALL +++ b/INSTALL @@ -81,7 +81,7 @@ INSTALLING VIEWCVS side-by-side diffs. If you want to use cvsgraph, you have to obtain and install this - separately. See below. This was tested with cvsgraph-1.1.2. + separately. See below. This was tested with cvsgraph-1.5.1. For the checkin database to work, you will need MySQL >= 3.22, and the Python DBAPI 2.0 module, MySQLdb. This was tested with @@ -148,7 +148,7 @@ APACHE CONFIGURATION Either METHOD A: 2) The ScriptAlias directive is very useful for pointing directly to the viewcvs.cgi script. Simply insert a line containing - ScriptAlias /viewcvs /cgi/viewcvs.cgi + ScriptAlias /viewcvs /www/cgi/viewcvs.cgi into your httpd.conf file. Choose the location in httpd.conf where also the other ScriptAlias lines reside. Some examples: diff --git a/website/upgrading.html b/website/upgrading.html index 1472fde8..aeb4144b 100644 --- a/website/upgrading.html +++ b/website/upgrading.html @@ -91,7 +91,7 @@ UTC time rather than local time. This can cause times displayed on the query page to be a few hours off if an old database is being used with a new version of ViewCVS. The best way to fix this is to - rebuild the database with the new version of cvsdbadmin, but it it + rebuild the database with the new version of cvsdbadmin, but it is also possible to enable a backwards compatibility mode by setting utc_time = 0 at the top of lib/dbi.py