Release Instki 0.18.1

Seems warranted, in light of the
Ruby 1.9 encoding issues.
master
Jacques Distler 2010-01-07 00:07:10 -06:00
parent 0c2bc65e7a
commit c8ef0a3dd4
3 changed files with 19 additions and 2 deletions

View File

@ -4,6 +4,23 @@ N.B.: You *must* run
after installing the new software, to enjoy the benefits of this new version.
------------------------------------------------------------------------------
* 0.18.1
New Features:
* (Markdown-Extra syle) fenced codeblocks. [From Jason Blevins]
* Fortran syntax colouring. [From Jason Blevins]
Bugs Fixed:
* Fixed some Ruby 1.9 encoding issues, with unicode page names,
author names and categories.
* Better display of inter-web wikilinks
* various syntax-colouring fixes
* Corrected length of wiki_references referenced_name (affects
MySQL users)
------------------------------------------------------------------------------
* 0.18

View File

@ -266,7 +266,7 @@ module Instiki
module VERSION #:nodoc:
MAJOR = 0
MINOR = 18
TINY = 0
TINY = 1
SUFFIX = '(MML+)'
PRERELEASE = false
if PRERELEASE

View File

@ -384,7 +384,7 @@ a.existingWikiWord[title]{
border: 1px dashed #000;
}
.web_protected a.existingWikiWord[t, .web_normal a.existingWikiWord[title]{
.web_protected a.existingWikiWord[title], .web_normal a.existingWikiWord[title]{
border: none;
}