##// END OF EJS Templates
Merged r13227 (Updates for 2.5.2 release)....
Jean-Philippe Lang -
r12953:e94debe4151b
parent child
Show More
@@ -4,6 +4,34 Redmine - project management software
4 4 Copyright (C) 2006-2014 Jean-Philippe Lang
5 5 http://www.redmine.org/
6 6
7 == 2014-07-06 v2.5.2
8
9 * Defect #3483: Relative url for source links in notifications
10 * Defect #16415: Users get e-mail notification twice, if they are watchers and assignees at the same time.
11 * Defect #16519: Generating a spent time report on a list type custom field with multiple values causes an invalid SQL error
12 * Defect #16564: Repository identifiers can be reserved words
13 * Defect #16619: Mailer.token_for generates invalid message_id when using from address with full name
14 * Defect #16655: start_date not set despite settings[default_issue_start_date_to_creation_date] being set.
15 * Defect #16668: Redmine links broken when object name contains special characters
16 * Defect #16669: Markdown formatter should use the :no_intra_emphasis extension
17 * Defect #16708: Form is submitted when swithing tab
18 * Defect #16739: custom_fields.json only returns single tracker instead of array of trackers
19 * Defect #16747: Remove useless settings when editing a query from the gantt
20 * Defect #16755: Field set as read-only still available in the issues list context menu
21 * Defect #16795: Member#destroy triggers after_destroy callbacks twice
22 * Defect #16798: Custom field - list type - checkboxes - unchecking all - does not save
23 * Defect #16926: Custom field referencing deleted value trigger an error on display
24 * Defect #16989: Inline images in email does not appear when thumbnail macro is used.
25 * Defect #17003: Option to display bool custom fields as a single checkbox
26 * Feature #3177: Add "Check for updates" functionality to installed plugins
27 * Feature #16194: Ruby 2.1 support
28 * Patch #16566: French "text_git_repository_note" translation
29 * Patch #16700: Blank content type for attachments attached via Ajax file upload
30 * Patch #16710: Support for the 1.x versions of mime-types gem
31 * Patch #16781: Crash in markdown formatter causes ruby process to end
32 * Patch #17166: Japanese translation update (plugin update check)
33 * Patch #17301: Czech plugin strings
34
7 35 == 2014-03-29 v2.5.1
8 36
9 37 * Defect #14298: Error generated on 'search for watchers to add' after clicking add without selected users
@@ -4,7 +4,7 module Redmine
4 4 module VERSION #:nodoc:
5 5 MAJOR = 2
6 6 MINOR = 5
7 TINY = 1
7 TINY = 2
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