Project

General

Profile

« Previous | Next » 

Revision 14870

Updates for 3.1.2 release.

View differences:

trunk/doc/CHANGELOG
4 4
Copyright (C) 2006-2015  Jean-Philippe Lang
5 5
http://www.redmine.org/
6 6

  
7
== 2015-11-14 v3.1.2
8

  
9
* Defect #20992: Parent priority "Independent of subtasks" setting doesn't work
10
* Defect #20360: Project copy does not copy custom field settings
11
* Defect #20380: Cannot assign users to projects with IE set to compatibility mode
12
* Defect #20591: PDF export does not determine picture (.png) height correctly
13
* Defect #20677: Custom fields with multiple values required by worklow can be blank
14
* Defect #20811: long <pre> lines are missing from PDF export of wiki pages
15
* Defect #21136: Issues API may disclose changeset messages that are not visible
16
* Defect #21150: Time logging form may disclose subjects of issues that are not visible
17
* Defect #21155: Deleting invalid wiki page version deletes whole page content
18
* Defect #20282: Error message when editing a child project without add project/subprojects permissions
19
* Defect #20730: Fix tokenization of phrases with non-ascii chars
20
* Defect #21071: find_referenced_issue_by_id fails with RangeError for large numbers
21
* Patch #21031: Polish translation update for 3.0-stable
22
* Patch #21105: Japanese wiki_syntax_detailed_textile.html translation for 3.0-stable
23
* Patch #20785: Polish translation update for 3.1-stable
24
* Patch #20837: Bulgarian translation
25
* Patch #20892: Spanish translation for r14637
26
* Patch #20906: Fix mulitple tab navigation highlighting and content hiding
27
* Patch #21019: Traditional Chinese translation (to r14689)
28
* Patch #21076: Move inline CSS to application.css for private checkbox
29
* Patch #21085: Optimize issue edit description link
30

  
7 31
== 2015-09-20 v3.1.1
8 32

  
9 33
* Feature #11253: Total time spent from subtasks on the issue list
trunk/lib/redmine/version.rb
4 4
  module VERSION #:nodoc:
5 5
    MAJOR = 3
6 6
    MINOR = 1
7
    TINY  = 1
7
    TINY  = 2
8 8

  
9 9
    # Branch values:
10 10
    # * official release: nil

Also available in: Unified diff