Get Ready for 0.17 Release

master
Jacques Distler 2009-06-14 16:52:59 -05:00
parent 9b857d3501
commit d50d6fac17
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,17 @@
* 0.17
New features:
* Ability to rename pages
* Ability to redirect Wikilinks, using
[[!redirect ...]]
* HTTP 302 redirects, for redirected/renamed pages
Bugs Fixed:
* Rails gets very unhappy with "." in page or author names.
Make sure that doesn't happen.
* Fix a Maruku escaping bug.
------------------------------------------------------------------------------
* 0.16.6
New Features:

View File

@ -257,8 +257,8 @@ end
module Instiki
module VERSION #:nodoc:
MAJOR = 0
MINOR = 16
TINY = 6
MINOR = 17
TINY = 0
SUFFIX = '(MML+)'
PRERELEASE = false
if PRERELEASE