##// END OF EJS Templates
Updates for 3.3.2 release....
Jean-Philippe Lang -
r15760:e29b4ba26ad1
parent child
Show More
@@ -1,9 +1,34
1 1 == Redmine changelog
2 2
3 3 Redmine - project management software
4 Copyright (C) 2006-2016 Jean-Philippe Lang
4 Copyright (C) 2006-2017 Jean-Philippe Lang
5 5 http://www.redmine.org/
6 6
7 == 2017-01-07 v3.3.2
8
9 * Defect #13622: "Clear" button in Spent Time Report tab also clears global filters
10 * Defect #14658: Wrong activity timezone on user page
11 * Defect #14817: Redmine loses filters after deleting a spent time
12 * Defect #22034: Locked users disappear from project settings
13 * Defect #23922: Time Entries context menu/bulk edit shows activities not available for the time entry's project
14 * Defect #24000: z-index children menu should be greater than content
15 * Defect #24092: bundler error: selenium-webdriver requires Ruby version >= 2.0.
16 * Defect #24156: Redmine might create many AnonymousUser and AnonymousGroup entries
17 * Defect #24274: Query totals and query buttons overlaps on small screens
18 * Defect #24297: Show action not allowed for time entries in closed projects
19 * Defect #24311: Project field disappears when target project disallows user to edit the project
20 * Defect #24348: acts_as_versioned use old style (Rails 2.x) of method call for #all
21 * Defect #24595: Unarchive link for a subproject of a closed project does not work
22 * Defect #24646: X-Sendfile is missing in response headers
23 * Defect #24693: Spent time on subtasks should also be reassigned when deleting an issue
24 * Defect #24718: Prevent from reassigning spent time to an issue that is going to be deleted
25 * Defect #24722: Error when trying to reassign spent time when deleting issues from different projects
26 * Patch #24003: Catalan Translation
27 * Patch #24004: Spanish & Spanish (PA) Translation
28 * Patch #24062: Allow only vertical reorderingin sortable lists
29 * Patch #24283: Validate length of string fields
30 * Patch #24296: Add tablename to siblings query to prevent AmbiguousColumn errors
31
7 32 == 2016-10-10 v3.3.1
8 33
9 34 * Defect #23067: Custom field List Link values to URL breaks on entries with spaces
@@ -4,7 +4,7 module Redmine
4 4 module VERSION #:nodoc:
5 5 MAJOR = 3
6 6 MINOR = 3
7 TINY = 1
7 TINY = 2
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