##// END OF EJS Templates
Merged r13874, updates for 2.6.1 release....
Jean-Philippe Lang -
r13493:44058186e983
parent child
Show More
@@ -4,6 +4,40 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-01-11 v2.6.1
8
9 * Defect #13608: Parent column in CSV export should include issue id only
10 * Defect #13673: Parent issue column includes issue subject (making issue list unworkable wide)
11 * Defect #14699: Cannot change "From" header in email notifications
12 * Defect #17744: Disabling fields in tracker keeps attached workflow permissions
13 * Defect #18060: Selected projects in email notifications on "my account" are lost when the page is redisplayed after a validation error
14 * Defect #18176: PDF: long text is corrupt
15 * Defect #18269: Timelog CSV export missing tracker name and issue name
16 * Defect #18280: closed_on missing when closed status of issue status changed
17 * Defect #18349: URL not rendered as a link when followed by a line break and another URL
18 * Defect #18464: Use of PRE tag in Issue description results in wrapped text with latest Google Chrome
19 * Defect #18499: Localisation not set correctly on authenticity token errors
20 * Defect #18501: Textile bold highlighting problem
21 * Defect #18629: PDF Export removes separating space after tables
22 * Defect #18665: Internal Server Error when adding user to group where he is already assigned
23 * Defect #18667: Attachment content type not set when uploading attachment
24 * Defect #18685: Plugin migration confuses two plugins with similar names
25 * Defect #18734: Select / case is missing a break in application.js
26 * Defect #18769: Reordering roles, trackers or statuses always redirects to the first page
27 * Defect #18777: Moving column to top of "Select Columns" results in loss of all other column selections
28 * Feature #8817: Attachments/Plugin assets directory writable errors
29 * Patch #17705: MailHandler should ignore bogus issue strings [some-string#1234] in subject
30 * Patch #18051: Cancel button on issue edit view
31 * Patch #18156: Spanish translation file
32 * Patch #18157: German translation
33 * Patch #18252: Japanese wiki_syntax_detailed.html translation update
34 * Patch #18357: Improvement of column selection: allow to move multiple columns in selection list
35 * Patch #18410: Spent hours should be cleared on #reload
36 * Patch #18534: Galician (gl) translation for 2.6-stable
37 * Patch #18587: Swedish translation (updated)
38 * Patch #18782: Fix ui tests broken by undefined method error
39 * Patch #18789: UI tests and capybara version
40
7 == 2014-10-21 v2.6.0
41 == 2014-10-21 v2.6.0
8
42
9 * Defect #8753: PDF export for Hebrew is reversed
43 * Defect #8753: PDF export for Hebrew is reversed
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 2
5 MAJOR = 2
6 MINOR = 6
6 MINOR = 6
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