From e0b4f151a2f1d5a3d80df713dfbd5d37d1a2a274 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 6 Feb 2012 11:16:39 +0000 Subject: [PATCH] Merged r8682 and r8800 from trunk for 1.3.1 release. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.3-stable@8801 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/layouts/base.html.erb | 2 +- doc/CHANGELOG | 20 +++++++++++++++++++- lib/redmine/version.rb | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb index 6673b4944..b4b51708c 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -76,7 +76,7 @@ diff --git a/doc/CHANGELOG b/doc/CHANGELOG index c1073f60c..cb01bcea0 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,9 +1,27 @@ == Redmine changelog Redmine - project management software -Copyright (C) 2006-2011 Jean-Philippe Lang +Copyright (C) 2006-2012 Jean-Philippe Lang http://www.redmine.org/ +== 2012-02-06 v1.3.1 + +* Defect #9775: app/views/repository/_revision_graph.html.erb sets window.onload directly.. +* Defect #9792: Ruby 1.9: [v1.3.0] Error: incompatible character encodings for it translation on Calendar page +* Defect #9793: Bad spacing between numbered list and heading (recently broken). +* Defect #9795: Unrelated error message when creating a group with an invalid name +* Defect #9832: Revision graph height should depend on height of rows in revisions table +* Defect #9937: Repository settings are not saved when all SCM are disabled +* Defect #9961: Ukrainian "default_tracker_bug" is wrong +* Defect #10013: Rest API - Create Version -> Internal server error 500 +* Defect #10115: Javascript error - Can't attach more than 1 file on IE 6 and 7 +* Defect #10130: Broken italic text style in edited comment preview +* Defect #10152: Attachment diff type is not saved in user preference +* Feature #9943: Arabic translation +* Patch #9874: pt-BR translation updates +* Patch #9922: Spanish translation updated +* Patch #10137: Korean language file ko.yml updated to Redmine 1.3.0 + == 2011-12-10 v1.3.0 * Defect #2109: Context menu is being submitted twice per right click diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 90f146485..09f11e7f6 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 1 MINOR = 3 - TINY = 0 + TINY = 1 # Branch values: # * official release: nil