##// END OF EJS Templates
Updates for 1.1.2 release....
Jean-Philippe Lang -
r4899:0df520961ccc
parent child
Show More
@@ -4,6 +4,24 Redmine - project management software
4 Copyright (C) 2006-2011 Jean-Philippe Lang
4 Copyright (C) 2006-2011 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2011-03-06 v1.1.2
8
9 * Defect #3132: Bulk editing menu non-functional in Opera browser
10 * Defect #6090: Most binary files become corrupted when downloading from CVS repository browser when Redmine is running on a Windows server
11 * Defect #7280: Issues subjects wrap in Gantt
12 * Defect #7288: Non ASCII filename downloaded from repo is broken on Internet Explorer.
13 * Defect #7317: Gantt tab gives internal error due to nil avatar icon
14 * Defect #7497: Aptana Studio .project file added to version 1.1.1-stable
15 * Defect #7611: Workflow summary shows X icon for workflow with exactly 1 status transition
16 * Defect #7625: Syntax highlighting unavailable from board new topic or topic edit preview
17 * Defect #7630: Spent time in commits not recognized
18 * Defect #7656: MySQL SQL Syntax Error when filtering issues by Assignee's Group
19 * Defect #7718: Minutes logged in commit message are converted to hours
20 * Defect #7763: Email notification are sent to watchers even if 'No events' setting is chosen
21 * Feature #7608: Add "retro" gravatars
22 * Patch #7598: Extensible MailHandler
23
24
7 == 2011-01-30 v1.1.1
25 == 2011-01-30 v1.1.1
8
26
9 * Defect #4899: Redmine fails to list files for darcs repository
27 * Defect #4899: Redmine fails to list files for darcs repository
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 1
5 MAJOR = 1
6 MINOR = 1
6 MINOR = 1
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