Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 6f5cb5c3c8b20fffcc86ee5c911356a0 > files > 3

viewcvs-0.9.2-4mdk.ppc.rpm

Version 0.9.2 (released 15-Jan-2001)

  * fix redirects to Attic for diffs
  * fix diffs that have no changes (causing an infinite loop)

Version 0.9.1 (released 26-Dec-2001)

  * fix a problem with some syntax in ndiff.py which isn't compatible
    with Python 1.5.2 (causing problems at install time)
  * remove a debug statement left in the code which continues to
    append lines to /tmp/log

Version 0.9 (released 23-Dec-2001)

  * create templates for the rest of the pages: markup pages, graphs,
    annotation, and diff.
  * add multiple language support and dynamic selection based on the
    Accept-Language request header
  * add support for key/value files to provide a way for user-defined
    variables within templates
  * add optional regex searching for file contents
  * add new templates for the navigation header and the footer
  * EZT changes:
    - add formatting into print directives
    - add parameters to [include] directives
    - relax what can go in double quotes
    - [include] directives are now relative to the current template
    - throw an exception for unclosed blocks
  * changes to standalone.py: add flag for regex search
  * add more help pages
  * change installer to optionally show diffs
  * fix to log.ezt and log_table.ezt to select "Side by Side" properly
  * create dir_alternate.ezt for the flipped rev/name links
  * various UI tweaks for the directory pages


Version 0.8 (released 10-Dec-2001)

  * add EZT templating mechanism for generating output pages
  * big update of cvs commit database
    - updated MySQL support
    - new CGI
    - better database caching
    - switch from old templates to new EZT templates (and integration
      of look-and-feel)
  * optional usage of CVSGraph is now builtin
  * standalone server (for testing) is now provided
  * shifted some options from viewcvs.conf to the templates
  * the help at the top of the pages has been shifted to separate help
    pages, so experienced users don't have to keep seeing it
  * paths in viewcvs.conf don't require trailing slashes any more
  * tweak the colorizing for Pascal and Fortran files
  * fix file readability problem where the user had access via the
    group, but the process' group did not match that group
  * some Daylight Savings Time fixes in the CVS commit database
  * fix tarball generation (the file name) for the root dir
  * changed default human-readable-diff colors to "stoplight" metaphor
  * web site and doc revamps
  * fix the mime types on the download, view, etc links
  * improved error response when the cvs root is missing
  * don't try to process vhosts if the config section is not present
  * various bug fixes and UI tweaks