From be2004e3989f30b900b899400a1d468b280f69b8 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 7 Feb 2010 12:47:53 +0000 Subject: [PATCH] Update for 0.9.2 release. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3392 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 16 +++++++++++++++- lib/redmine/version.rb | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 5ab3265e..9c4958ed 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,7 +4,21 @@ Redmine - project management software Copyright (C) 2006-2010 Jean-Philippe Lang http://www.redmine.org/ -== 0.9.1 +== 2010-02-07 v0.9.2 + +* Fixed: Sub-project repository commits not displayed on parent project issues +* Fixed: Potential security leak on my page calendar +* Fixed: Project tree structure is broken by deleting the project with the subproject +* Fixed: Error message shown duplicated when creating a new group +* Fixed: Firefox cuts off large pages +* Fixed: Invalid format parameter returns a DoubleRenderError on issues index +* Fixed: Unnecessary Quote button on locked forum message +* Fixed: Error raised when trying to view the gantt or calendar with a grouped query +* Fixed: PDF support for Korean locale +* Fixed: Deprecation warning in extra/svn/reposman.rb + + +== 2010-01-30 v0.9.1 * Vertical alignment for inline images in formatted text set to 'middle' * Fixed: Redmine.pm error "closing dbh with active statement handles at /usr/lib/perl5/Apache/Redmine.pm" diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 7c201713..700bc199 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 0 MINOR = 9 - TINY = 1 + TINY = 2 # Branch values: # * official release: nil