diff --git a/doc/CHANGELOG.rdoc b/doc/CHANGELOG.rdoc index f0b27a59edc5e42a2de9921c747324e15583e2b9..16d1b23f99672efd5d3bd5badd5191cfff2fdf5b 100644 --- a/doc/CHANGELOG.rdoc +++ b/doc/CHANGELOG.rdoc @@ -1,6 +1,29 @@ = ChiliProject changelog -== TBD v2.0.0 +== 2011-07-29 v2.1.0 + +* Bug #191: Add Next/Previous links to the top of search results +* Bug #467: uninitialized constant Journal::Journaled +* Bug #498: Wrong filters for int and float custom fields +* Bug #511: Encoding of strings coming out of SQLite +* Bug #512: reposman.rb do not work properly in Gentoo Linux. +* Bug #513: Attached files in "comment" no longer link to file +* Bug #514: Multiple emails for each forum post +* Bug #523: Gzipped history of wiki pages is garbeled during an update of an older version to 2.0 +* Bug #530: Start date default should consider timezone +* Bug #536: CSRF Protection +* Bug #537: Accessing version of newly created WikiContent results in NoMethodError +* Bug #540: Hook helper_issues_show_detail_after_setting gets different parameters in Chili 1.x and 2.0 +* Bug #542: Double initial journal for migrated wiki history +* Bug #543: Journalized touch on journal update causes StaleObjectErrors +* Bug #544: XSS in app/views/issues/show.rhtml +* Feature #499: Due date sort order should sort issues with no due date to the end of the list +* Feature #506: Support for "local" Gemfile - Gemfile.local +* Feature #526: Bulgarian translation +* Feature #539: Remove dead code in IssueHelper +* Task #518: Document how to create a Journal using acts_as_journalized + +== 2011-07-01 v2.0.0 * Bug #262: Fix line endings * Bug #341: Remove English strings from RepositoriesHelper diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index abd878ef918b14f4a7588b34199b358922c1f963..cace954c82ede1082754d3c0f25b108efcb337c6 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -16,7 +16,7 @@ require 'rexml/document' module Redmine module VERSION #:nodoc: MAJOR = 2 - MINOR = 0 + MINOR = 1 PATCH = 0 TINY = PATCH # Redmine compat