From 748d76dff1cacf0e7964b90b0eb3524191740b2b Mon Sep 17 00:00:00 2001 From: rick Date: Mon, 25 Apr 2011 20:59:57 -0400 Subject: [PATCH] Release 1.3.0 --- HISTORY.md | 21 +++++++++++++++++++-- gollum.gemspec | 4 ++-- lib/gollum.rb | 2 +- 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 79c20873..b4691af3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 * Add Page sidebars, similar to Page footers. @@ -51,4 +68,4 @@ # 1.0.0 / 2010-08-12 -* Open Source Birthday! \ No newline at end of file +* Open Source Birthday! diff --git a/gollum.gemspec b/gollum.gemspec index 9ff2b69b..622828eb 100644 --- a/gollum.gemspec +++ b/gollum.gemspec @@ -4,8 +4,8 @@ Gem::Specification.new do |s| s.rubygems_version = '1.3.5' s.name = 'gollum' - s.version = '1.2.0' - s.date = '2011-04-15' + s.version = '1.3.0' + s.date = '2011-04-25' s.rubyforge_project = 'gollum' s.summary = "A simple, Git-powered wiki." diff --git a/lib/gollum.rb b/lib/gollum.rb index 41cd566c..e16039ad 100644 --- a/lib/gollum.rb +++ b/lib/gollum.rb @@ -20,7 +20,7 @@ require 'gollum/albino' require 'gollum/sanitization' module Gollum - VERSION = '1.2.0' + VERSION = '1.3.0' class Error < StandardError; end