Skip to content

Commit

Permalink
Get Ready for 0.17 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
distler committed Jun 14, 2009
1 parent 9b857d3 commit d50d6fa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions app/controllers/application_controller.rb
Expand Up @@ -257,8 +257,8 @@ def charset=(encoding)
module Instiki
module VERSION #:nodoc:
MAJOR = 0
MINOR = 16
TINY = 6
MINOR = 17
TINY = 0
SUFFIX = '(MML+)'
PRERELEASE = false
if PRERELEASE
Expand Down

0 comments on commit d50d6fa

Please sign in to comment.