##// END OF EJS Templates
Updates for 3.0.1 release....
Jean-Philippe Lang -
r13739:5bf40a35cb6e
parent child
Show More
@@ -4,6 +4,28 Redmine - project management software
4 Copyright (C) 2006-2015 Jean-Philippe Lang
4 Copyright (C) 2006-2015 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2015-03-16 v3.0.1
8
9 * Defect #19197: Missing notification if assignee was a group
10 * Defect #19260: Non-default identifier-less git repositories are undeletable
11 * Defect #19305: settings: incompatible character encodings: UTF-8 and ASCII-8BIT: yaml generated on ruby 1.8
12 * Defect #19313: Attached inline images with non-ascii file name can not be seen when text formatting is Makdown
13 * Defect #19348: Project name is missing for versions from sub-projects
14 * Defect #19381: Wrong syntax for wiki macros in wiki_syntax_detailed.html
15 * Defect #19172: "gem update bundler" suggestion for "`x64_mingw` is not a valid platform"
16 * Defect #19218: Wrong name for pt-BR in language drop-down
17 * Defect #19225: When deleting one item from multivalued custom field / list of users, name of removed user is not visible in history
18 * Defect #19232: IMAP STARTTLS options typo :tls
19 * Defect #19253: Repository users broken if only one committer exists
20 * Defect #19316: CustomField#possible_values may raise undefined method `force_encoding' error
21 * Defect #19320: Spent time (last 7 days) in My page not updated
22 * Defect #19323: Incorrect links generated in emails if host setup uses other port (":" symbol)
23 * Defect #19325: ActionController::UnknownFormat: error for PDF request and unknown user
24 * Defect #19354: Unexpected milliseconds in JSON time attributes
25 * Defect #19368: Creating an issue without tracker_id attribute ignores custom field values
26 * Patch #19233: Change 20150113213922_remove_users_mail.rb from Irreversible to Reversible
27 * Patch #19322: Allow to ignore auto reply messages from Exchange server
28
7 == 2015-02-19 v3.0.0
29 == 2015-02-19 v3.0.0
8
30
9 * Defect #2573: Latest projects list: no space after lists in project description
31 * Defect #2573: Latest projects list: no space after lists in project description
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 3
5 MAJOR = 3
6 MINOR = 0
6 MINOR = 0
7 TINY = 0
7 TINY = 1
8
8
9 # Branch values:
9 # Branch values:
10 # * official release: nil
10 # * official release: nil
General Comments 0
You need to be logged in to leave comments. Login now