##// END OF EJS Templates
Merged r9228 from trunk....
Jean-Philippe Lang -
r9109:8a2a17b8ebd3
parent child
Show More
@@ -4,6 +4,26 Redmine - project management software
4 Copyright (C) 2006-2012 Jean-Philippe Lang
4 Copyright (C) 2006-2012 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2012-03-11 v1.3.2
8
9 * Defect #8194: {{toc}} uses identical anchors for subsections with the same name
10 * Defect #9143: Partial diff comparison should be done on actual code, not on html
11 * Defect #9523: {{toc}} does not display headers with @ code markup
12 * Defect #9815: Release 1.3.0 does not detect rubytree with rubgems 1.8
13 * Defect #10053: undefined method `<=>' for nil:NilClass when accessing the settings of a project
14 * Defect #10135: ActionView::TemplateError (can't convert Fixnum into String)
15 * Defect #10193: Unappropriate icons in highlighted code block
16 * Defect #10199: No wiki section edit when title contains code
17 * Defect #10218: Error when creating a project with a version custom field
18 * Defect #10241: "get version by ID" fails with "401 not authorized" error when using API access key
19 * Defect #10284: Note added by commit from a subproject does not contain project identifier
20 * Defect #10374: User list is empty when adding users to project / group if remaining users are added late
21 * Defect #10390: Mass assignment security vulnerability
22 * Patch #8413: Confirmation message before deleting a relationship
23 * Patch #10160: Bulgarian translation (r8777)
24 * Patch #10242: Migrate Redmine.pm from Digest::Sha1 to Digest::Sha
25 * Patch #10258: Italian translation for 1.3-stable
26
7 == 2012-02-06 v1.3.1
27 == 2012-02-06 v1.3.1
8
28
9 * Defect #9775: app/views/repository/_revision_graph.html.erb sets window.onload directly..
29 * Defect #9775: app/views/repository/_revision_graph.html.erb sets window.onload directly..
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 1
5 MAJOR = 1
6 MINOR = 3
6 MINOR = 3
7 TINY = 1
7 TINY = 2
8
8
9 # Branch values:
9 # Branch values:
10 # * official release: nil
10 # * official release: nil
General Comments 0
You need to be logged in to leave comments. Login now