##// END OF EJS Templates
Updates for 3.3.1....
Jean-Philippe Lang -
r15516:b3ddd37346e6
parent child
Show More
@@ -4,6 +4,52 Redmine - project management software
4 Copyright (C) 2006-2016 Jean-Philippe Lang
4 Copyright (C) 2006-2016 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2016-10-10 v3.3.1
8
9 * Defect #23067: Custom field List Link values to URL breaks on entries with spaces
10 * Defect #23655: Restricted permissions for non member/anonymous on a given project not working
11 * Defect #23839: "Invalid query" (Error 500) message with MS SQL when displaying an issue from a list grouped and sorted by fixed version
12 * Defect #23841: Custom field URL spaces not decoded properly
13 * Defect #22123: Totals cannot be removed completely if some columns are set in the global settings
14 * Defect #23054: Clearing time entry custom fields while bulk editing results in values set to __none__
15 * Defect #23206: Wrong filters are applied when exporting issues to CSV with blank filter
16 * Defect #23246: Saving an empty Markdown image tag in Wiki pages causes internal server error
17 * Defect #23829: Wrong allow-override example in rdm-mailhandler.rb
18 * Defect #23152: Distinguish closed subprojects on the project overview
19 * Defect #23172: Tickets can be assigned to users who are not available in specific tracker
20 * Defect #23242: thumbnail macro does not render when displaying wiki content version
21 * Defect #23369: encoding error in locales de.yml
22 * Defect #23391: Wrong CSS classes in subtasks tree
23 * Defect #23410: Error if create new issue and there is no project
24 * Defect #23472: Show open issues only in "Reported Issues" on My page
25 * Defect #23558: IssueImportTest#test_should_not_import_with_default_tracker_when_tracker_is_invalid fails randomly
26 * Defect #23596: Filter on issue ID with between/lesser/greater operator does not work
27 * Defect #23700: Creating a wiki page named "Sidebar" without proper permission raises an exception
28 * Defect #23751: Tab buttons appear on pages that have no tabs
29 * Defect #23766: API : creating issues with project identifier no longer possible
30 * Defect #23878: Closing all subtasks causes error if default priority is not defined and priority is derived from subtasks
31 * Defect #23969: Edit/delete links displayed on issue even if project is closed
32 * Defect #24014: Custom fields not used in project should not be visible in spent time report
33 * Patch #23117: Traditional Chinese textile and markdown help translation
34 * Patch #23387: Traditional Chinese textile and markdown detailed help translation (to r15723)
35 * Patch #23764: closed_on field of copied issue is always set to source issue's value
36 * Patch #23269: Fix for Error: Unable to autoload constant Redmine::Version when accessing the time report in first request
37 * Patch #23278: When creating issues by receiving an email, watchers created via CC in the mail don't get an email notification
38 * Patch #23389: Print Styles get overriden by responsive media query
39 * Patch #23708: Too long words in subtasks break layout
40 * Patch #23883: iOS 10 ignore disabled Zoom
41 * Patch #23134: Updated Korean locale
42 * Patch #23153: Plugin hooks for custom search results
43 * Patch #23171: Simplified Chinese translation for 3.3-stable
44 * Patch #23180: Make the issue id from email notifications linkable to issue page
45 * Patch #23334: Issue#editable_custom_field_values very slow for issues with many custom fields
46 * Patch #23346: Set user's localization before redirecting on forced password change to generate flash message in current user's language
47 * Patch #23376: Downloading of attachments with MIME type text/javascript fails
48 * Patch #23497: Russian translation for 3.3.0
49 * Patch #23587: Sudo-Mode refinements
50 * Patch #23725: Updated Brazilian translation for 3.3.0.stable
51 * Patch #23745: German translation for 3.3-stable
52
7 == 2016-06-19 v3.3.0
53 == 2016-06-19 v3.3.0
8
54
9 * Defect #5880: Only consider open subtasks when computing the priority of a parent issue
55 * Defect #5880: Only consider open subtasks when computing the priority of a parent issue
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 3
5 MAJOR = 3
6 MINOR = 3
6 MINOR = 3
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