##// END OF EJS Templates
Merged r8682 and r8800 from trunk for 1.3.1 release....
Jean-Philippe Lang -
r8681:e0b4f151a2f1
parent child
Show More
@@ -76,7 +76,7
76 76
77 77 <div id="footer">
78 78 <div class="bgl"><div class="bgr">
79 Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> &copy; 2006-2011 Jean-Philippe Lang
79 Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> &copy; 2006-2012 Jean-Philippe Lang
80 80 </div></div>
81 81 </div>
82 82 </div>
@@ -1,9 +1,27
1 1 == Redmine changelog
2 2
3 3 Redmine - project management software
4 Copyright (C) 2006-2011 Jean-Philippe Lang
4 Copyright (C) 2006-2012 Jean-Philippe Lang
5 5 http://www.redmine.org/
6 6
7 == 2012-02-06 v1.3.1
8
9 * Defect #9775: app/views/repository/_revision_graph.html.erb sets window.onload directly..
10 * Defect #9792: Ruby 1.9: [v1.3.0] Error: incompatible character encodings for it translation on Calendar page
11 * Defect #9793: Bad spacing between numbered list and heading (recently broken).
12 * Defect #9795: Unrelated error message when creating a group with an invalid name
13 * Defect #9832: Revision graph height should depend on height of rows in revisions table
14 * Defect #9937: Repository settings are not saved when all SCM are disabled
15 * Defect #9961: Ukrainian "default_tracker_bug" is wrong
16 * Defect #10013: Rest API - Create Version -> Internal server error 500
17 * Defect #10115: Javascript error - Can't attach more than 1 file on IE 6 and 7
18 * Defect #10130: Broken italic text style in edited comment preview
19 * Defect #10152: Attachment diff type is not saved in user preference
20 * Feature #9943: Arabic translation
21 * Patch #9874: pt-BR translation updates
22 * Patch #9922: Spanish translation updated
23 * Patch #10137: Korean language file ko.yml updated to Redmine 1.3.0
24
7 25 == 2011-12-10 v1.3.0
8 26
9 27 * Defect #2109: Context menu is being submitted twice per right click
@@ -4,7 +4,7 module Redmine
4 4 module VERSION #:nodoc:
5 5 MAJOR = 1
6 6 MINOR = 3
7 TINY = 0
7 TINY = 1
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