]> source.dussan.org Git - redmine.git/commitdiff
Changes for 0.6.2 release.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 16 Dec 2007 14:03:26 +0000 (14:03 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 16 Dec 2007 14:03:26 +0000 (14:03 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1004 e93f8b46-1217-0410-a6f0-8f06a7374b81

doc/CHANGELOG
lib/redmine/version.rb

index f5614f6f96a28d10f09548904195e037f63ceadb..051105a041744685536b95d8f6f80bd6613e16f7 100644 (file)
@@ -5,6 +5,24 @@ Copyright (C) 2006-2007  Jean-Philippe Lang
 http://www.redmine.org/
 
 
+== 2007-12-16 v0.6.2
+
+* Search engine: issue custom fields can now be searched
+* News comments are now textilized
+* Updated Japanese translation (Satoru Kurashiki)
+* Updated Chinese translation (Shortie Lo)
+* Fixed Rails 2.0 compatibility bugs:
+  * Unable to create a wiki
+  * Gantt and calendar error
+  * Trac importer error (readonly? is defined by ActiveRecord)
+* Fixed: 'assigned to me' filter broken
+* Fixed: crash when validation fails on issue edition with no custom fields
+* Fixed: reposman "can't find group" error
+* Fixed: 'LDAP account password is too long' error when leaving the field empty on creation
+* Fixed: empty lines when displaying repository files with Windows style eol
+* Fixed: missing body closing tag in repository annotate and entry views
+
+
 == 2007-12-10 v0.6.1
 
 * Rails 2.0 compatibility
@@ -26,7 +44,7 @@ http://www.redmine.org/
 * Diff style (inline or side by side) automatically saved as a user preference
 * Added issues status changes on the activity view (by Cyril Mougel)
 * Added forums topics on the activity view (disabled by default)
-* Added an option on 'My account' for users who don\92t want to be notified of changes that they make
+* Added an option on 'My account' for users who don't want to be notified of changes that they make
 * Trac importer now supports mysql and postgresql databases
 * Trac importer improvements (by Mat Trudel)
 * 'fixed version' field can now be displayed on the issue list
@@ -61,7 +79,7 @@ http://www.redmine.org/
 * Fixed: admin should be able to move issues to any project
 * Fixed: adding an attachment is not possible when changing the status of an issue
 * Fixed: No mime-types in documents/files downloading
-* Fixed: error when sorting the messages if there\92s only one board for the project
+* Fixed: error when sorting the messages if there's only one board for the project
 * Fixed: 'me' doesn't appear in the drop down filters on a project issue list.
 
 == 2007-11-04 v0.6.0
index dd0f4f82cb8b5f25a54b76b01e1a81290909dea8..b109d098e0ef3a1e371556b8014e769568f89f19 100644 (file)
@@ -4,7 +4,7 @@ module Redmine
   module VERSION #:nodoc:
     MAJOR = 0
     MINOR = 6
-    TINY  = 1
+    TINY  = 2
 
     def self.revision
       revision = nil