Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 39
- Log:
Initial import of CVSWeb 3.0.6 from http://people.freebsd.org/~scop/cvsweb/
into SVN. CVSWeb will be used as a Web interface onto the main repository,
since that is too large and too complex to convert from its current SVN
form into SVN.
- Author:
- adh
- Date:
- Mon Jul 31 15:11:40 +0100 2006
- Size:
- 4030 Bytes
1 | $FreeBSD: projects/cvsweb/NEWS,v 1.48 2005/09/25 20:28:51 scop Exp $ |
2 | |
3 | This document describes the high level changes between FreeBSD-CVSweb |
4 | versions. For detailed changes including credits, see ChangeLog. |
5 | For installation instructions and upgrade notes, see INSTALL. |
6 | |
7 | Changes in 3.0.6, released 2005-09-25: |
8 | |
9 | * Better human readable diff output when rcsdiff doesn't output anything. |
10 | * Improved "Diff to" presentation in log view. |
11 | * Allow MIME types to contain "+". |
12 | |
13 | Changes in 3.0.5, released 2005-01-22: |
14 | |
15 | * Fixed links in human readable diff view when it's the default diff format. |
16 | * Submitting the option form preserves hidden user settings. |
17 | * Improvements related to tightly controlled setups such as SELinux. |
18 | * Configuration and configuration documentation improvements. |
19 | * Tab expansion fix for HTMLized views. |
20 | |
21 | Changes in 3.0.4, released 2004-11-06: |
22 | |
23 | * Fixed tab expansion to not eat everything before a tab in HTMLized diffs. |
24 | |
25 | Changes in 3.0.3, released 2004-11-03: |
26 | |
27 | * Improved support for the magic "." (== latest) revision on branches |
28 | for download, view, and annotate URLs. |
29 | * Improved whitespace handling in "human readable" (HTMLized) diffs. |
30 | * The new cvsweb.conf parameter $DEBUG can be set to a true value in order |
31 | to enable more output to the web server error log for troubleshooting. |
32 | |
33 | Changes in 3.0.2, released 2004-08-20: |
34 | |
35 | * More robust URI escaping, links to paths/filenames containing unusual |
36 | characters work better now. |
37 | * Visual, accessibility, and CSS class structure improvements. |
38 | * Minor optimizations and bug fixes. |
39 | |
40 | Changes in 3.0.1, released 2004-05-08: |
41 | |
42 | * Light integration with CVSHistory. |
43 | * CvsGraph invocation is more robust against unexpected cvsgraph.conf settings. |
44 | * Fix download links for non-branch files whose revision number contains 0's. |
45 | * Linking to the latest revision of a file works again using ?rev=(.|HEAD). |
46 | * Improve Enscript file type detection regexps. |
47 | * Improve annotate view formatting a bit. |
48 | * Other minor enhancements. |
49 | |
50 | Changes in 3.0.0, released 2004-02-26: |
51 | |
52 | * Fix Enscript colored side by side diffs with diffutils < 2.8. |
53 | |
54 | Changes in 2.9.3 (beta), released 2004-02-15: |
55 | |
56 | * Fix tarball/zip creation from non-toplevel dirs (was broken since 2.9.1). |
57 | * Support 80 character line lengths in side by side diffs. |
58 | * Improved control over line wrapping in the directory view. |
59 | * Separate GNU Enscript language file for diffs. |
60 | * Better browser compatiblity in client side graph image maps. |
61 | * Don't turn off tag, diff etc linking in markup view. |
62 | |
63 | Changes in 2.9.2 (beta), released 2004-01-31: |
64 | |
65 | * Improved download/view/diff linking wrt. MIME types and binary files. |
66 | * Support for per file type, external diff commands. |
67 | * Support for read-only repository access mode also for cvs >= 1.12.1. |
68 | * Fix checkouts from paths where the top level dir starts with a dot. |
69 | * Improved hidden/forbidden file/dir functionality. |
70 | * The minimum supported version of GNU Enscript is actually 1.6.3, and |
71 | for mod_perl 2, >= 1.99_11 is strongly recommended although it does run |
72 | to some extent with 1.99_08. |
73 | |
74 | Changes in 2.9.1 (beta) (after 2.0.6), released 2003-10-05: |
75 | |
76 | * Much improved HTML quality, XHTML 1.0 Transitional, use of external CSS. |
77 | * Visual and accessibility improvements. |
78 | * Graphical revision views using CvsGraph (>= 1.4.0). |
79 | * Source and diff syntax highlighting using GNU Enscript (>= 1.6.2). |
80 | * mod_perl 2 support (>= 1.99_08). |
81 | * Ability to handle directories with *lots* of files. |
82 | * Case insensitive sorting option for directories. |
83 | * Cross site scripting paranoia against weirdly formatted tags etc. |
84 | * Option to display line numbers in source views. |
85 | * Improved MIME type discovery and support for binary files. |
86 | * Support for (X)Emacs-style human readable diffs using String::Ediff. |
87 | * Taint-safety on Perl 5.8, strict CGI query parameter checking. |
88 | * Ability to show Apache FancyIndex-style README.cvs(.html) in dir views. |
89 | * Lots of minor bugfixes. |
90 | * Portability improvements. |
91 | * Documentation improvements. |
92 | * Code cleanups. |
93 | * For information how to upgrade from 2.0.x versions, see INSTALL. |