Skip to content

Commit

Permalink
Changes for 0.6.2 release.
Browse files Browse the repository at this point in the history
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1004 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
jplang committed Dec 16, 2007
1 parent 2bcd448 commit b4eafd9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions doc/CHANGELOG
Expand Up @@ -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
Expand All @@ -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 dont 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
Expand Down Expand Up @@ -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 theres 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
Expand Down
2 changes: 1 addition & 1 deletion lib/redmine/version.rb
Expand Up @@ -4,7 +4,7 @@ module Redmine
module VERSION #:nodoc:
MAJOR = 0
MINOR = 6
TINY = 1
TINY = 2

def self.revision
revision = nil
Expand Down

0 comments on commit b4eafd9

Please sign in to comment.