version 1.2 -- April 7 2005
  add pam userbackend. requires package php4-auth-pam
  improved multilingual support of staticcopy
  added page type 'raw'
  
version 1.1 -- March 20 2005
  bumped version to 1.1 to be compatible with debian versioning
  (0.3 accidentally got packaged as 1.0.3).

version 0.4 -- March 20 2005
  massively improved multilingual support.
  added ldap user store backend
  added reindex command line script, removed reindex as an action
  fixed bug in finding b.site under apache2
  fixed bug in b.order (infinite loop and all numeric names)
  fixed bug of duplicate rendering for empty pages
  fixed bug in breadcrumbs not showing title.
  fixed bug where an out of sync index could result in infinite redirection.
  fixed buggy #img
  fixed bug when saving a page after session is expired.
          
version 0.3  --  Jan 1 2005
  changed the filenames of all bamboo files to make it saner to block
    direct access. now they all start with 'b.'
  added 'context' menus to the editor's page tree so you can directly
    cut, copy, paste, new page.
  now we guess the value of siteroot, so nothing is required in b.site
  added script to make a static copy of a bamboo site.
  
  xxxxxxxxxxxxxxxxxxxx
  xxx important!!! xxx
  xxxxxxxxxxxxxxxxxxxx

  when upgrading:
    run the script "bamboo/scripts/fixfilenames /var/www/mysite"
    YOU MUST UPDATE YOUR APACHE CONFIG TO DENY "b.*"
      see the readme for the (new) correct apache directives.
 
version 0.2.1
  added decorator 'spartan'
  added 'create this page' when a page is not found.
  added read only props tab
  fixed bug which caused pages to be deleted
  fixed bug where custom basic props were overwritten.
  added better multilingual support (from blaine).
  added very simple versioning (from kellan).
  style action can now take d=<decorator> argument (needed 
    when using multiple style sheets).

version 0.2
  modular backends for indexes, users, and page storage. 
  auth now keeps other request parameters on login.
  replaced db backed index store with sqlite backed index store
  can mirror a site with wget
  pear not required (or used).
  stylesheets are now correctly cached by browsers
  txt is the only type allowed by default.

  xxxxxxxxxxxxxxxxxxxx
  xxx important!!! xxx
  xxxxxxxxxxxxxxxxxxxx

  when upgrading:
    remove .search directory, then reindex with /?action=reindex
    change 'authbackend' to 'userbackend' in site.prop, and pick one of the
       new backends listed in the README file.
     
version 0.1
  initial release
