##// END OF EJS Templates
Updates for 3.2.5 release....
Jean-Philippe Lang -
r15762:0e939c5bb103
parent child
Show More
@@ -1,9 +1,24
1 == Redmine changelog
1 == Redmine changelog
2
2
3 Redmine - project management software
3 Redmine - project management software
4 Copyright (C) 2006-2016 Jean-Philippe Lang
4 Copyright (C) 2006-2017 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2017-01-07 v3.2.5
8
9 * Defect #14658: Wrong activity timezone on user page
10 * Defect #22034: Locked users disappear from project settings
11 * Defect #24092: bundler error: selenium-webdriver requires Ruby version >= 2.0.
12 * Defect #24156: Redmine might create many AnonymousUser and AnonymousGroup entries
13 * Defect #24297: Show action not allowed for time entries in closed projects
14 * Defect #24348: acts_as_versioned use old style (Rails 2.x) of method call for #all
15 * Defect #24646: X-Sendfile is missing in response headers
16 * Defect #24693: Spent time on subtasks should also be reassigned when deleting an issue
17 * Defect #24718: Prevent from reassigning spent time to an issue that is going to be deleted
18 * Defect #24722: Error when trying to reassign spent time when deleting issues from different projects
19 * Patch #24283: Validate length of string fields
20 * Patch #24296: Add tablename to siblings query to prevent AmbiguousColumn errors
21
7 == 2016-10-10 v3.2.4
22 == 2016-10-10 v3.2.4
8
23
9 * Defect #23067: Custom field List Link values to URL breaks on entries with spaces
24 * Defect #23067: Custom field List Link values to URL breaks on entries with spaces
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 3
5 MAJOR = 3
6 MINOR = 2
6 MINOR = 2
7 TINY = 4
7 TINY = 5
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