Annotation of cvsweb/NEWS, Revision 3.10
3.1 scop 1: $FreeBSD$
2:
3: This document describes the high level changes between FreeBSD-CVSweb
4: versions. For detailed changes including credits, see ChangeLog.
3.8 scop 5: For installation instructions and upgrade notes, see INSTALL.
3.1 scop 6:
3.9 scop 7: Changes in x.x.x
8:
9: * Support 80 character line lengths in side by side diffs.
10:
3.10 ! scop 11: Changes in 2.9.2 (beta), released 2004-01-31:
3.1 scop 12:
3.5 scop 13: * Improved download/view/diff linking wrt. MIME types and binary files.
14: * Support for per file type, external diff commands.
15: * Support for read-only repository access mode also for cvs >= 1.12.1.
3.2 scop 16: * Fix checkouts from paths where the top level dir starts with a dot.
3.7 scop 17: * Improved hidden/forbidden file/dir functionality.
3.6 scop 18: * The minimum supported version of GNU Enscript is actually 1.6.3, and
19: for mod_perl 2, >= 1.99_11 is strongly recommended although it does run
20: to some extent with 1.99_08.
3.1 scop 21:
3.10 ! scop 22: Changes in 2.9.1 (beta) (after 2.0.6), released 2003-10-05:
3.1 scop 23:
24: * Much improved HTML quality, XHTML 1.0 Transitional, use of external CSS.
25: * Visual and accessibility improvements.
26: * Graphical revision views using CvsGraph (>= 1.4.0).
27: * Source and diff syntax highlighting using GNU Enscript (>= 1.6.2).
28: * mod_perl 2 support (>= 1.99_08).
29: * Ability to handle directories with *lots* of files.
30: * Case insensitive sorting option for directories.
31: * Cross site scripting paranoia against weirdly formatted tags etc.
32: * Option to display line numbers in source views.
33: * Improved MIME type discovery and support for binary files.
34: * Support for (X)Emacs-style human readable diffs using String::Ediff.
35: * Taint-safety on Perl 5.8, strict CGI query parameter checking.
36: * Ability to show Apache FancyIndex-style README.cvs(.html) in dir views.
37: * Lots of minor bugfixes.
38: * Portability improvements.
39: * Documentation improvements.
40: * Code cleanups.
41: * For information how to upgrade from 2.0.x versions, see INSTALL.
CVSweb