Annotation of cvsweb/NEWS, Revision 3.46
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.45 scop 7: Changes in 3.0.6, not yet released:
8:
9: * Better human readable diff output when rcsdiff doesn't output anything.
3.46 ! scop 10: * Improved "Diff to" presentation in log view.
3.45 scop 11:
3.44 scop 12: Changes in 3.0.5, released 2005-01-22:
3.37 scop 13:
14: * Fixed links in human readable diff view when it's the default diff format.
3.39 scop 15: * Submitting the option form preserves hidden user settings.
3.41 scop 16: * Improvements related to tightly controlled setups such as SELinux.
3.43 scop 17: * Configuration and configuration documentation improvements.
3.42 scop 18: * Tab expansion fix for HTMLized views.
3.37 scop 19:
3.36 scop 20: Changes in 3.0.4, released 2004-11-06:
21:
22: * Fixed tab expansion to not eat everything before a tab in HTMLized diffs.
23:
3.35 scop 24: Changes in 3.0.3, released 2004-11-03:
3.32 scop 25:
3.33 scop 26: * Improved support for the magic "." (== latest) revision on branches
27: for download, view, and annotate URLs.
3.34 scop 28: * Improved whitespace handling in "human readable" (HTMLized) diffs.
29: * The new cvsweb.conf parameter $DEBUG can be set to a true value in order
30: to enable more output to the web server error log for troubleshooting.
3.32 scop 31:
3.31 scop 32: Changes in 3.0.2, released 2004-08-20:
3.27 scop 33:
3.30 scop 34: * More robust URI escaping, links to paths/filenames containing unusual
35: characters work better now.
3.28 scop 36: * Visual, accessibility, and CSS class structure improvements.
3.30 scop 37: * Minor optimizations and bug fixes.
3.27 scop 38:
3.26 scop 39: Changes in 3.0.1, released 2004-05-08:
3.19 scop 40:
3.25 scop 41: * Light integration with CVSHistory.
3.20 scop 42: * CvsGraph invocation is more robust against unexpected cvsgraph.conf settings.
3.23 scop 43: * Fix download links for non-branch files whose revision number contains 0's.
3.24 scop 44: * Linking to the latest revision of a file works again using ?rev=(.|HEAD).
3.19 scop 45: * Improve Enscript file type detection regexps.
3.21 scop 46: * Improve annotate view formatting a bit.
3.22 scop 47: * Other minor enhancements.
3.19 scop 48:
3.18 scop 49: Changes in 3.0.0, released 2004-02-26:
3.17 scop 50:
51: * Fix Enscript colored side by side diffs with diffutils < 2.8.
52:
3.16 scop 53: Changes in 2.9.3 (beta), released 2004-02-15:
3.9 scop 54:
3.13 scop 55: * Fix tarball/zip creation from non-toplevel dirs (was broken since 2.9.1).
3.9 scop 56: * Support 80 character line lengths in side by side diffs.
3.11 scop 57: * Improved control over line wrapping in the directory view.
3.12 scop 58: * Separate GNU Enscript language file for diffs.
3.14 scop 59: * Better browser compatiblity in client side graph image maps.
3.15 scop 60: * Don't turn off tag, diff etc linking in markup view.
3.9 scop 61:
3.10 scop 62: Changes in 2.9.2 (beta), released 2004-01-31:
3.1 scop 63:
3.5 scop 64: * Improved download/view/diff linking wrt. MIME types and binary files.
65: * Support for per file type, external diff commands.
66: * Support for read-only repository access mode also for cvs >= 1.12.1.
3.2 scop 67: * Fix checkouts from paths where the top level dir starts with a dot.
3.7 scop 68: * Improved hidden/forbidden file/dir functionality.
3.6 scop 69: * The minimum supported version of GNU Enscript is actually 1.6.3, and
70: for mod_perl 2, >= 1.99_11 is strongly recommended although it does run
71: to some extent with 1.99_08.
3.1 scop 72:
3.10 scop 73: Changes in 2.9.1 (beta) (after 2.0.6), released 2003-10-05:
3.1 scop 74:
75: * Much improved HTML quality, XHTML 1.0 Transitional, use of external CSS.
76: * Visual and accessibility improvements.
77: * Graphical revision views using CvsGraph (>= 1.4.0).
78: * Source and diff syntax highlighting using GNU Enscript (>= 1.6.2).
79: * mod_perl 2 support (>= 1.99_08).
80: * Ability to handle directories with *lots* of files.
81: * Case insensitive sorting option for directories.
82: * Cross site scripting paranoia against weirdly formatted tags etc.
83: * Option to display line numbers in source views.
84: * Improved MIME type discovery and support for binary files.
85: * Support for (X)Emacs-style human readable diffs using String::Ediff.
86: * Taint-safety on Perl 5.8, strict CGI query parameter checking.
87: * Ability to show Apache FancyIndex-style README.cvs(.html) in dir views.
88: * Lots of minor bugfixes.
89: * Portability improvements.
90: * Documentation improvements.
91: * Code cleanups.
92: * For information how to upgrade from 2.0.x versions, see INSTALL.
CVSweb