Notes:
= Announcing Ruwiki 0.9.3
Ruwiki is a simple, extensible Wiki-clone written in Ruby. It
supports both CGI and WEBrick interfaces, templates, and CSS
formatting. This Wiki differs from most other Wikis in that it
supports project namespaces, so that two topics may be named the
same for differing projects without colliding or having to resort to
odd naming conventions. Please see the Ruwiki project in the running
Wiki for complete information. Ruwiki 0.9.3 has German and Spanish
translations available.
This will hopefully be the last release of Ruwiki 0.9.x. Ruwiki
0.10.0 will be released Q1 2005.
Ruwiki 0.9.3 is an incremental improvement and bugfix over Ruwiki
0.9.2 and 0.9.1. Ruwiki 0.9.3 fixes a deployment bug introduced in
the Ruwiki 0.9.1. The fixes for Ruwiki 0.9.2 and 0.9.1 are, of
course, folded in:
* The first item in the token list is now guaranteed to not be
nil.
* Google redirection is fixed and URIs may be whitelisted.
* Some token rendering issues have been resolved.
* Win32::Service support has been simplified and improved.
Changes:
== 0.9.3
* Fixed a deployment problem because a RPA-modified file was checked
in, preventing it from working on RubyGems.
== 0.9.2
* Fixed a problem with token handling where the first token was nil.
== 0.9.1
* Fixed a couple of problems with the Ruwiki deployment system
surrounding Win32::Service management.
* Added a Google redirect exclusion list to the configuration.
* Fixed a problem where last lines of code blocks may not be
properly marked.
* Changed relevant timestamps to UTC.
* Fixed a problem with Google redirection not working.
* Fixed a problem with some pages not being displayed as links in
the topic listing; only affected some pages created with the
Wikipedia form of naming.
* Fixed a problem with tokens being redefined. Once a token is
defined, its class is frozen; the token reader will silently
ignore TypeError exceptions.
|