From: Jean-Philippe Lang Date: Mon, 16 Mar 2015 18:25:16 +0000 (+0000) Subject: Merged r14121. X-Git-Tag: 3.0.1~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a74555002fb13943fa07f36b550516ff000b1831;p=redmine.git Merged r14121. git-svn-id: http://svn.redmine.org/redmine/branches/3.0-stable@14122 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/doc/CHANGELOG b/doc/CHANGELOG index a9289b865..5c2ee4165 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,28 @@ Redmine - project management software Copyright (C) 2006-2015 Jean-Philippe Lang http://www.redmine.org/ +== 2015-03-16 v3.0.1 + +* Defect #19197: Missing notification if assignee was a group +* Defect #19260: Non-default identifier-less git repositories are undeletable +* Defect #19305: settings: incompatible character encodings: UTF-8 and ASCII-8BIT: yaml generated on ruby 1.8 +* Defect #19313: Attached inline images with non-ascii file name can not be seen when text formatting is Makdown +* Defect #19348: Project name is missing for versions from sub-projects +* Defect #19381: Wrong syntax for wiki macros in wiki_syntax_detailed.html +* Defect #19172: "gem update bundler" suggestion for "`x64_mingw` is not a valid platform" +* Defect #19218: Wrong name for pt-BR in language drop-down +* Defect #19225: When deleting one item from multivalued custom field / list of users, name of removed user is not visible in history +* Defect #19232: IMAP STARTTLS options typo :tls +* Defect #19253: Repository users broken if only one committer exists +* Defect #19316: CustomField#possible_values may raise undefined method `force_encoding' error +* Defect #19320: Spent time (last 7 days) in My page not updated +* Defect #19323: Incorrect links generated in emails if host setup uses other port (":" symbol) +* Defect #19325: ActionController::UnknownFormat: error for PDF request and unknown user +* Defect #19354: Unexpected milliseconds in JSON time attributes +* Defect #19368: Creating an issue without tracker_id attribute ignores custom field values +* Patch #19233: Change 20150113213922_remove_users_mail.rb from Irreversible to Reversible +* Patch #19322: Allow to ignore auto reply messages from Exchange server + == 2015-02-19 v3.0.0 * Defect #2573: Latest projects list: no space after lists in project description diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index d75bb0bc3..98a1c104e 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 3 MINOR = 0 - TINY = 0 + TINY = 1 # Branch values: # * official release: nil