##// END OF EJS Templates
Updates for 3.2.1 release....
Jean-Philippe Lang -
r14854:554cd5efabfc
parent child
Show More
@@ -4,6 +4,60 Redmine - project management software
4 4 Copyright (C) 2006-2015 Jean-Philippe Lang
5 5 http://www.redmine.org/
6 6
7 == 2016-03-13 v3.2.1
8
9 * Defect #21588: Simplified Chinese "field_cvs_module" translation has problem (Patch #21430)
10 * Defect #21656: Fix Non ASCII attachment filename encoding broken (MOJIBAKE) in Microsoft Edge Explorer
11 * Defect #22072: Private notes get copied without private flag to Duplicate issues
12 * Defect #22127: Issues can be assigned to any user
13 * Defect #21219: Date pickers images for start/due date fields are not shown for issues with subtasks
14 * Defect #21477: Assign to "Anonymous" doesn't make much sense
15 * Defect #21488: Don't use past start date as default due date in the date picker
16 * Defect #21504: IssuePriority.position_name not recalculated every time it should
17 * Defect #21551: Private note flag disappears in issue update conflict
18 * Defect #21843: Nokogiri security issue
19 * Defect #21900: Moving a page with a child raises an error if target wiki contains a page with the same name as the child
20 * Defect #20988: % done field shown on issue show subtree even if deactivated for that tracker
21 * Defect #21263: Wiki lists in the sidebar are broken
22 * Defect #21453: LDAP account creation fails when first name/last name contain non ASCII
23 * Defect #21531: rdm-mailhandler with project-from-subaddress fails
24 * Defect #21534: Backtrace cleaner should not clean plugin paths
25 * Defect #21535: Moving a custom field value in the order switches in the edit view
26 * Defect #21775: Field "Done" from issue subtasks table overlaps the layout in responsive mode, width 400
27 * Defect #22108: Issues filter for CSV Export are not applied
28 * Defect #22178: Grouping issues by key/value custom field raises error 500
29 * Feature #21447: Option to show email adresses by default
30 * Patch #21650: Simplified Chinese translation of wiki formating for 2.6-stable
31 * Patch #21881: Russian wiki translation for 2.6-stable
32 * Patch #21898: Catalan wiki translation for 2.6-stable
33 * Patch #21456: Simplified Chinese translation of wiki formating for 3.1-stable
34 * Patch #21686: Russian translation for 3.1-stable
35 * Patch #21687: German translations for 3.1-stable
36 * Patch #21689: Turkish translation for 3.1-stable
37 * Patch #21882: Russian wiki translation for 3.1-stable
38 * Patch #21899: Catalan wiki translation for 3.1-stable
39 * Patch #22131: German translations for 3.1-stable
40 * Patch #22139: Japanese wiki syntax (Markdown) translation for 3.1-stable
41 * Patch #21436: Prevent admins from sending themselves their own password
42 * Patch #21454: Simplified Chinese translation for 3.2.0
43 * Patch #21487: Larger font for email notifications
44 * Patch #21521: Updated Spanish and Spanish Panama Translations
45 * Patch #21522: Simplified Chinese translation for r14976
46 * Patch #21527: Russian translation for 3.2.0
47 * Patch #21593: Add class to contextual edit button that relates to heading on wiki pages
48 * Patch #21620: Turkish translation for 3.2-stable
49 * Patch #21635: German translations for 3.2
50 * Patch #21740: Fixes misspelled word "RMagcik" in configuration.yml.example
51 * Patch #21847: Let mobile header be fixed
52 * Patch #21867: Add column `estimated_hours` for CSV import.
53 * Patch #21883: Russian wiki translation for 3.2-stable
54 * Patch #22009: Japanese wiki syntax (Markdown) translation for 3.2-stable
55 * Patch #22074: Prevent username from overlapping in mobile menu
56 * Patch #22101: Set max-with to 100% for input, select and textea
57 * Patch #22104: Prevent font scaling in landscape mode on webkit
58 * Patch #22128: Attachment form too wide on small screens
59 * Patch #22132: German translations for 3.2-stable
60
7 61 == 2015-12-06 v3.2.0
8 62
9 63 * Defect #17403: Unknown file size while downloading attachment
@@ -4,7 +4,7 module Redmine
4 4 module VERSION #:nodoc:
5 5 MAJOR = 3
6 6 MINOR = 2
7 TINY = 0
7 TINY = 1
8 8
9 9 # Branch values:
10 10 # * official release: nil
General Comments 0
You need to be logged in to leave comments. Login now