# $Header: /cvsroot/cascade/cascade/README,v 1.9 2001/10/11 01:57:22 markjugg Exp $

Welcome to release 2.0.2 of Cascade. (a stable release).

This document provides the highlights for this release. For details,
see the Changes file, or for more of general overview, try the website:
http://www.summersault.com/software/cascade/

Installation Notes are in INSTALL.

NEW FEATURES
------------

* None. 

BUG FIXES
---------
* fixed typo on item approval page. 
* unapproved insertions no longer show up on dynamic pages 

UPGRADING FROM 2.0.1
--------------------

0. Back everything up. 
1. Copy lib directory over
2. The following template files have changes you'll want to merge in:
   item-approval.tmpl

   If you have made some updates to these templates, you may want to
   do an interactive merge with the updated distribution files to make
   sure you are getting just the changes you want. If you are using a
   Unix shell account, the sdiff utility may be useful to for you,
   since it allows you to interactively compare and merge files.
   synopsis: sdiff -o outfile [options] from-file to-file      
   Once you are in interactive mode, you can type "h" and then RETURN
   to see a list of the available interactive commands. 

Important known issues with this release 
----------------------------------------
  * Internationalization is broken. Most of the text of Cascade is now
    in templates. These would be need to be translated directly, while
    error messages embedded in the text would still need to addressed
    using gettext(). Enrique Melero, melero@eurolands.com, has begun
    working on restoring internationalization to a working order. 

Have Fun,

  -Mark Stosberg
  mark@summersault.com
