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 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