From f6454629f21fbb0c67c450bfd237ead479886d3a Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Fri, 27 May 2011 11:22:49 -0700 Subject: [PATCH 1/2] Update Changelog for release 1.4.0 --- doc/CHANGELOG.rdoc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/CHANGELOG.rdoc b/doc/CHANGELOG.rdoc index e2348d25..972caf13 100644 --- a/doc/CHANGELOG.rdoc +++ b/doc/CHANGELOG.rdoc @@ -1,5 +1,24 @@ = ChiliProject changelog +== 2011-05-27 v1.4.0 + +* Bug #81: Replace favicon +* Bug #311: Update the watcher list on "watch"-link click +* Bug #322: reposman.rb doesn't work with Rubygems >= 1.6.0 +* Bug #340: Properly format blockquotes in HTML mails +* Bug #357: Wrap long text fields properly in PDF exports +* Bug #360: Set autocomplete=off for some fields in user form +* Bug #373: Issue auto completion returns duplicates +* Bug #374: HTML-escaped URLs in JavaScript +* Bug #379: Help controller headings rendered differently in Ruby 1.9 +* Bug #380: Wiki-Help Page +* Bug #424: Loading issue context menu causes two identical AJAX requests +* Bug #425: Deprecation warning when using ChiliProject with Rake 0.9 +* Feature #202: Adding the theme used on chiliproject.org to the repository +* Feature #304: Add a helper to format user lists +* Feature #361: [Cleanup] Removing code comment, by answering the implied question in wikitoolbar_for helper +* Feature #362: Introduce Help controller to dynamically generate wiki help pages + == 2011-05-01 v1.3.0 * Bug #309: The login screen after lost_password redirects back to lost_password after you login From 0e31482de9738d7de869151c76ff05563943839f Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Fri, 27 May 2011 11:37:03 -0700 Subject: [PATCH 2/2] Bump version to 1.4.0 --- lib/redmine/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index b44b76ca..fb27b691 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -3,7 +3,7 @@ require 'rexml/document' module Redmine module VERSION #:nodoc: MAJOR = 1 - MINOR = 3 + MINOR = 4 PATCH = 0 TINY = PATCH # Redmine compat