documentation updates
This commit is contained in:
parent
5e095d59cb
commit
69b9c77482
2 changed files with 23 additions and 4 deletions
24
CHANGELOG
24
CHANGELOG
|
@ -1,4 +1,23 @@
|
||||||
* TRUNK:
|
------------------------------------------------------------------------------
|
||||||
|
* 0.12.0:
|
||||||
|
|
||||||
|
0.12 is mainly a bugfix release. We recommend all instiki Users to upgrade.
|
||||||
|
In this version, some security holes where fixed
|
||||||
|
- An XSS vulnerability in categories
|
||||||
|
- An XSS vulnerability in <nowiki>
|
||||||
|
- fixes that Instiki allows "dangerous" operations as HTTP GETs
|
||||||
|
|
||||||
|
as well as some other small improvements.
|
||||||
|
- fixes for instiki running on mongrel
|
||||||
|
- fixes for instiki running on mongrel_cluster
|
||||||
|
|
||||||
|
We added a lot of tests, synced with Jacques Distler's version and fixed
|
||||||
|
small bugs as well. A note to Mac OSX users: use the Ruby One-Click-Installer
|
||||||
|
for OSX ( http://rubyosx.com ) or make sure you are not running into problems
|
||||||
|
with sqlite (see http://instiki.5uper.net/instiki/show/SQLite+issues+on+OSX)
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
* 0.11.pl1
|
||||||
|
|
||||||
- ANTISPAM:
|
- ANTISPAM:
|
||||||
- updated and included spam_patterns.txt
|
- updated and included spam_patterns.txt
|
||||||
|
@ -20,8 +39,7 @@
|
||||||
- UPDATES:
|
- UPDATES:
|
||||||
- Rails 1.2.1 tested and packaged with instiki
|
- Rails 1.2.1 tested and packaged with instiki
|
||||||
- updated RubyZip to 0.9.1
|
- updated RubyZip to 0.9.1
|
||||||
- updated RedCloth to 3.0.4
|
- updated packaged sqlite3-ruby
|
||||||
- updated packaged sqlite3-ruby to 1.2.0
|
|
||||||
|
|
||||||
- FEATURES:
|
- FEATURES:
|
||||||
- fix: being logged in on more Webs at once works now [Jaques Distler]
|
- fix: being logged in on more Webs at once works now [Jaques Distler]
|
||||||
|
|
3
README
3
README
|
@ -37,7 +37,8 @@ if you are running Windows 95, 98 or ME and cannot get instiki to run, try Versi
|
||||||
|
|
||||||
Since the Apple guys really screwed it up, having an old Ruby Version (1.8.2) and a broken Readline Library with MacOSX Tiger, you have to
|
Since the Apple guys really screwed it up, having an old Ruby Version (1.8.2) and a broken Readline Library with MacOSX Tiger, you have to
|
||||||
|
|
||||||
- get the *One-Click Ruby Installer Package for OSX* from [ftp://ftp.math.ohio-state.edu/osx/pkgs/unix/Ruby-1.8.5-1-ub.mpkg.dmg]
|
- use the Ruby One-Click-Installer for OSX ( http://rubyosx.com ) if you don't already have macports' Ruby
|
||||||
|
- make sure you read http://instiki.5uper.net/instiki/show/SQLite+issues+on+OSX
|
||||||
- run "ruby instiki.rb" via command-line in the directory
|
- run "ruby instiki.rb" via command-line in the directory
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue