Revision 14122
Added by Jean-Philippe Lang over 10 years ago
branches/3.0-stable/doc/CHANGELOG | ||
---|---|---|
4 | 4 |
Copyright (C) 2006-2015 Jean-Philippe Lang |
5 | 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 | 29 |
== 2015-02-19 v3.0.0 |
8 | 30 |
|
9 | 31 |
* Defect #2573: Latest projects list: no space after lists in project description |
branches/3.0-stable/lib/redmine/version.rb | ||
---|---|---|
4 | 4 |
module VERSION #:nodoc: |
5 | 5 |
MAJOR = 3 |
6 | 6 |
MINOR = 0 |
7 |
TINY = 0
|
|
7 |
TINY = 1
|
|
8 | 8 |
|
9 | 9 |
# Branch values: |
10 | 10 |
# * official release: nil |
Also available in: Unified diff
Merged r14121.