##// END OF EJS Templates
Updates for 3.0.7 release....
Jean-Philippe Lang -
r14557:af861bfa6b6a 3.0-stable
parent child
Show More
@@ -4,6 +4,14 Redmine - project management software
4 4 Copyright (C) 2006-2015 Jean-Philippe Lang
5 5 http://www.redmine.org/
6 6
7 == 2015-12-05 v3.0.7
8
9 Defect #16948: Broken anonymous repository access for public projects with Apache 2.4 (redmine.pm)
10 Defect #21328: pdf: Vietnamese Italic is not shown
11 Defect #21419: Information leak in Atom feed
12 Patch #21312: Fix exception in Redmine.pm when authenticating anonymous users
13 Patch #21430: Simplified Chinese translation
14
7 15 == 2015-11-14 v3.0.6
8 16
9 17 * Defect #20360: Project copy does not copy custom field settings
@@ -4,7 +4,7 module Redmine
4 4 module VERSION #:nodoc:
5 5 MAJOR = 3
6 6 MINOR = 0
7 TINY = 6
7 TINY = 7
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