diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES.md | 15 | ||||
-rw-r--r-- | doc/INSTALL.md | 2 |
2 files changed, 15 insertions, 2 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 0abbeec82..920c397de 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -1,3 +1,15 @@ +# Version 0.6.1 +## Highlighted features + +* Fixes important security bug [issue #515](https://github.com/sebbacon/alaveteli/issues/515) +* Show admin nav bar when browsing main site +* [Full list of changes on github](https://github.com/sebbacon/alaveteli/issues?milestone=8&state=closed) + +## Upgrade notes + +* No special action required -- just check out this version and run + `rails-post-deploy` as usual. + # Version 0.6 ## Highlighted features @@ -6,7 +18,7 @@ * Support for invalidating accelerator cache -- this makes it much less likely, when using Varnish, that users will be presented with stale content. Fixes - [issue #436](https://github.com/sebbacon/alaveteli/issues/436) + * Adding a `GA_CODE` to `general.yml` will cause the relevant Google Analytics code to be added to your rendered pages * It is now possible to have more than one theme installed. The @@ -30,6 +42,7 @@ was fixed ([issue #503](https://github.com/sebbacon/alaveteli/issues/503)) * Error pages are now presented with styling from themes +* [Full list of changes on github](https://github.com/sebbacon/alaveteli/issues?milestone=13&state=closed) ## Upgrade notes diff --git a/doc/INSTALL.md b/doc/INSTALL.md index ef354c5ce..af54da108 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -2,7 +2,7 @@ These instructions assume Debian Squeeze or Ubuntu 10.04 LTS. [Install instructions for OS X](https://github.com/sebbacon/alaveteli/wiki/OS-X-Quickstart) are under development. Debian Squeeze is the best supported deployment platform. - + Commands are intended to be run via the terminal or over ssh. As an aid to evaluation, there is an |