From 2261ec7b958988a0da95293328ca997c2387c6c7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 30 Jan 2010 10:53:35 +0000 Subject: [PATCH] Updates for 0.9.1 release. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3348 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 10 ++++++++++ lib/redmine/version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 0a439b806..5ab3265e7 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -9,6 +9,16 @@ http://www.redmine.org/ * 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" * Fixed: copyright year in footer set to 2010 +* Fixed: Trac migration script may not output query lines +* Fixed: Email notifications may affect language of notice messages on the UI +* Fixed: Can not search for 2 letters word +* Fixed: Attachments get saved on issue update even if validation fails +* Fixed: Tab's 'border-bottom' not absent when selected +* Fixed: Issue summary tables that list by user are not sorted +* Fixed: Issue pdf export fails if target version is set +* Fixed: Issue list export to PDF breaks when issues are sorted by a custom field +* Fixed: SQL error when adding a group +* Fixes: Min password length during password reset always displays as 4 chars == 2010-01-09 v0.9.0 (Release candidate) diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 727efbb45..7c201713b 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 = 0 + TINY = 1 # Branch values: # * official release: nil