diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-01-30 10:53:35 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-01-30 10:53:35 +0000 |
commit | 2261ec7b958988a0da95293328ca997c2387c6c7 (patch) | |
tree | 7c9e22748e4cc946ed73c92511d626cde1e1d62a | |
parent | 080ad6a16c5195aad7735a303a58f732f941afaa (diff) | |
download | redmine-2261ec7b958988a0da95293328ca997c2387c6c7.tar.gz redmine-2261ec7b958988a0da95293328ca997c2387c6c7.zip |
Updates for 0.9.1 release.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3348 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 10 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 11 insertions, 1 deletions
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 |