From aba0dc03715b5fb476a4b7a5309273c67601f637 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 23 Dec 2010 10:04:53 +0000 Subject: [PATCH] Updates for 1.0.5 release. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.0-stable@4569 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 14 ++++++++++++++ doc/INSTALL | 8 +++++--- lib/redmine/version.rb | 2 +- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index d583eefb4..ddc73f980 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,20 @@ Redmine - project management software Copyright (C) 2006-2010 Jean-Philippe Lang http://www.redmine.org/ +== 2010-12-23 v1.0.5 + +* #6656: Mercurial adapter loses seconds of commit times +* #6996: Migration trac(sqlite3) -> redmine(postgresql) doesnt escape ' char +* #7013: v-1.0.4 trunk - see {{count}} in page display rather than value +* #7016: redundant 'field_start_date' in ja.yml +* #7018: 'undefined method `reschedule_after' for nil:NilClass' on new issues +* #7024: E-mail notifications about Wiki changes. +* #7033: 'class' attribute of
 tag shouldn't be truncate
+* #7035: CSV value separator in russian
+* #7122: Issue-description Quote-button missing
+* #7144: custom queries making use of deleted custom fields cause a 500 error
+* #7162: Multiply defined label in french translation
+
 == 2010-11-28 v1.0.4
 
 * #5324: Git not working if color.ui is enabled
diff --git a/doc/INSTALL b/doc/INSTALL
index 7a0e1a12f..99f862bb1 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -9,14 +9,16 @@ http://www.redmine.org/
 
 * Ruby 1.8.6 or 1.8.7
 
+* RubyGems 1.3.1
+
 * Ruby on Rails 2.3.5 (official downloadable Redmine releases are packaged with
   the appropriate Rails version)
 
-* Rack 1.0.1
+* Rack 1.0.1 gem
 
-* RubyGems 1.3.1
+* Rake 0.8.3 gem
 
-* Rake 0.8.3
+* I18n 0.4.2 gem
 
 * A database:
   * MySQL (tested with MySQL 5)
diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb
index 885fe4d4e..7a260f694 100644
--- a/lib/redmine/version.rb
+++ b/lib/redmine/version.rb
@@ -4,7 +4,7 @@ module Redmine
   module VERSION #:nodoc:
     MAJOR = 1
     MINOR = 0
-    TINY  = 4
+    TINY  = 5
     
     # Branch values:
     # * official release: nil