[BACK]Return to NEWS CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb

Annotation of cvsweb/NEWS, Revision 3.24

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.19      scop        7: Changes since 3.0.0, not yet released:
                      8:
3.20      scop        9: * CvsGraph invocation is more robust against unexpected cvsgraph.conf settings.
3.23      scop       10: * Fix download links for non-branch files whose revision number contains 0's.
3.24    ! scop       11: * Linking to the latest revision of a file works again using ?rev=(.|HEAD).
3.19      scop       12: * Improve Enscript file type detection regexps.
3.21      scop       13: * Improve annotate view formatting a bit.
3.22      scop       14: * Other minor enhancements.
3.19      scop       15:
3.18      scop       16: Changes in 3.0.0, released 2004-02-26:
3.17      scop       17:
                     18: * Fix Enscript colored side by side diffs with diffutils < 2.8.
                     19:
3.16      scop       20: Changes in 2.9.3 (beta), released 2004-02-15:
3.9       scop       21:
3.13      scop       22: * Fix tarball/zip creation from non-toplevel dirs (was broken since 2.9.1).
3.9       scop       23: * Support 80 character line lengths in side by side diffs.
3.11      scop       24: * Improved control over line wrapping in the directory view.
3.12      scop       25: * Separate GNU Enscript language file for diffs.
3.14      scop       26: * Better browser compatiblity in client side graph image maps.
3.15      scop       27: * Don't turn off tag, diff etc linking in markup view.
3.9       scop       28:
3.10      scop       29: Changes in 2.9.2 (beta), released 2004-01-31:
3.1       scop       30:
3.5       scop       31: * Improved download/view/diff linking wrt. MIME types and binary files.
                     32: * Support for per file type, external diff commands.
                     33: * Support for read-only repository access mode also for cvs >= 1.12.1.
3.2       scop       34: * Fix checkouts from paths where the top level dir starts with a dot.
3.7       scop       35: * Improved hidden/forbidden file/dir functionality.
3.6       scop       36: * The minimum supported version of GNU Enscript is actually 1.6.3, and
                     37:   for mod_perl 2, >= 1.99_11 is strongly recommended although it does run
                     38:   to some extent with 1.99_08.
3.1       scop       39:
3.10      scop       40: Changes in 2.9.1 (beta) (after 2.0.6), released 2003-10-05:
3.1       scop       41:
                     42: * Much improved HTML quality, XHTML 1.0 Transitional, use of external CSS.
                     43: * Visual and accessibility improvements.
                     44: * Graphical revision views using CvsGraph (>= 1.4.0).
                     45: * Source and diff syntax highlighting using GNU Enscript (>= 1.6.2).
                     46: * mod_perl 2 support (>= 1.99_08).
                     47: * Ability to handle directories with *lots* of files.
                     48: * Case insensitive sorting option for directories.
                     49: * Cross site scripting paranoia against weirdly formatted tags etc.
                     50: * Option to display line numbers in source views.
                     51: * Improved MIME type discovery and support for binary files.
                     52: * Support for (X)Emacs-style human readable diffs using String::Ediff.
                     53: * Taint-safety on Perl 5.8, strict CGI query parameter checking.
                     54: * Ability to show Apache FancyIndex-style README.cvs(.html) in dir views.
                     55: * Lots of minor bugfixes.
                     56: * Portability improvements.
                     57: * Documentation improvements.
                     58: * Code cleanups.
                     59: * For information how to upgrade from 2.0.x versions, see INSTALL.

CVSweb