Release 1.3.0
This commit is contained in:
+18
-1
@@ -1,4 +1,21 @@
|
|||||||
# HEAD
|
# 1.3.0 / 2011-04-25
|
||||||
|
|
||||||
|
* Major Enhancements
|
||||||
|
* Listing of all Pages
|
||||||
|
* Support for running Gollum under a separate branch.
|
||||||
|
* Minor Enhancements
|
||||||
|
* Fix a security issue with rendering Mathjax.
|
||||||
|
|
||||||
|
# 1.2.0 / 2011-03-11
|
||||||
|
|
||||||
|
* Major Enhancements
|
||||||
|
* Major HTML/CSS/JS overhaul.
|
||||||
|
* Add Sidebars (similar to Footers).
|
||||||
|
* Add commit reverts.
|
||||||
|
* Minor Enhancements
|
||||||
|
* Optimization in source code highlighting, resulting in a huge
|
||||||
|
decrease in rendering time.
|
||||||
|
* Security fixes related to source code highlighting.
|
||||||
|
|
||||||
* Major Enhancements
|
* Major Enhancements
|
||||||
* Add Page sidebars, similar to Page footers.
|
* Add Page sidebars, similar to Page footers.
|
||||||
|
|||||||
+2
-2
@@ -4,8 +4,8 @@ Gem::Specification.new do |s|
|
|||||||
s.rubygems_version = '1.3.5'
|
s.rubygems_version = '1.3.5'
|
||||||
|
|
||||||
s.name = 'gollum'
|
s.name = 'gollum'
|
||||||
s.version = '1.2.0'
|
s.version = '1.3.0'
|
||||||
s.date = '2011-04-15'
|
s.date = '2011-04-25'
|
||||||
s.rubyforge_project = 'gollum'
|
s.rubyforge_project = 'gollum'
|
||||||
|
|
||||||
s.summary = "A simple, Git-powered wiki."
|
s.summary = "A simple, Git-powered wiki."
|
||||||
|
|||||||
+1
-1
@@ -20,7 +20,7 @@ require 'gollum/albino'
|
|||||||
require 'gollum/sanitization'
|
require 'gollum/sanitization'
|
||||||
|
|
||||||
module Gollum
|
module Gollum
|
||||||
VERSION = '1.2.0'
|
VERSION = '1.3.0'
|
||||||
|
|
||||||
class Error < StandardError; end
|
class Error < StandardError; end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user