Updates for 1.3.1 release.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8800 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
be246de161
commit
fd4071fadb
|
@ -1,9 +1,27 @@
|
||||||
== Redmine changelog
|
== Redmine changelog
|
||||||
|
|
||||||
Redmine - project management software
|
Redmine - project management software
|
||||||
Copyright (C) 2006-2011 Jean-Philippe Lang
|
Copyright (C) 2006-2012 Jean-Philippe Lang
|
||||||
http://www.redmine.org/
|
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
|
== 2011-12-10 v1.3.0
|
||||||
|
|
||||||
* Defect #2109: Context menu is being submitted twice per right click
|
* Defect #2109: Context menu is being submitted twice per right click
|
||||||
|
|
|
@ -4,7 +4,7 @@ module Redmine
|
||||||
module VERSION #:nodoc:
|
module VERSION #:nodoc:
|
||||||
MAJOR = 1
|
MAJOR = 1
|
||||||
MINOR = 3
|
MINOR = 3
|
||||||
TINY = 0
|
TINY = 1
|
||||||
|
|
||||||
# Branch values:
|
# Branch values:
|
||||||
# * official release: nil
|
# * official release: nil
|
||||||
|
|
Loading…
Reference in New Issue