blob: 6b1c03f99f55615dc1f33d9378ed72df04e9004a [file] [log] [blame]
This is the sixth stable release of JSPWiki v2. It contains a few
bugfixes over the last stable version:
Most of the documentation is now contained in jspwiki_samplepages.zip
Major changes since the last stable (2.0.50) release are:
- A new caching attachment provider, which speeds up wiki startup
times. The attachments themselves are not cached, but their
information is.
UPGRADE NOTES
=============
- If updating manually (from v1.8.x):
* Providers now sleep in a different package. You must change your
"jspwiki.pageProvider" setting.
* CachingProvider is no longer set explicitly. You must use the new
"jspwiki.usePageCache" property instead.
* All HTML code should now go into *Template.jsp instead of Wiki.jsp
and the other main JSP pages.
* SystemInfo.jsp is gone. Instead, there is now a page called
"SystemInfo".
So, the best way to do the update is to simply save your
"jspwiki.properties", and "web.xml" files to some safe location,
DELETE your previous installation, and install it again from
scratch. However, after this your templates should be easily
modifiable, and you never again have to resort to such drastic
measures again... We hope.
- If updating manually from 2.0.36-49:
* Copy the new JSPWiki.jar into your WEB-INF/lib and restart
your servlet container.
* Copy the JSP pages in the JSPWiki distribution into your webapp
directory. You don't have to touch the templates. However, if
you want, you can start to use the new TemplateDir JSP tag.