summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2018-01-08 17:59:06 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2018-01-08 17:59:06 +0000
commit9ad71c617819fb50687b3c9b7943728667c50aef (patch)
tree8fe9ac62240b211da1f792f4b87d96405632a0ed
parentab31c2e23f2e6e01b0aa3f651591c18416afcd96 (diff)
Merged r17162 to 3.4-stable.
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17163 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--doc/CHANGELOG70
-rw-r--r--lib/redmine/version.rb2
2 files changed, 71 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG
index 0c79ea2ed..bbd2d6a01 100644
--- a/doc/CHANGELOG
+++ b/doc/CHANGELOG
@@ -4,6 +4,76 @@ Redmine - project management software
Copyright (C) 2006-2017 Jean-Philippe Lang
http://www.redmine.org/
+== 2018-01-08 v3.4.4
+
+=== [Accounts / authentication]
+
+* Defect #22532: Strip whitespace from login on login page
+* Defect #27754: Strip whitespace from email addresses on lost password page
+
+=== [Administration]
+
+* Defect #27586: "Uncheck all" icon at the upper left corner in workflow status transitions page is not working
+
+=== [Calendar]
+
+* Defect #27153: Custom query breaks calendar view with error 500
+* Patch #27139: Fix for project link background in calendar tooltips
+
+=== [Custom fields]
+
+* Defect #26705: Unable to download file if custom field is not defined as visible to any users
+
+=== [Email receiving]
+
+* Patch #27885: Empty email attachments are imported to Redmine, creating broken DB records
+
+=== [Gantt]
+
+* Defect #26410: Gravatar icon is misaligned in gantt
+
+=== [Gems support]
+
+* Defect #27206: cannot install public_suffix if ruby < 2.1
+* Defect #27505: Cannot install nokogiri 1.7 on Windows Ruby 2.4
+
+=== [Issues]
+
+* Defect #26880: Cannot clear all watchers when copying an issue
+* Defect #27110: Changing the tracker to a tracker with the tracker field set to read-only won't work
+* Defect #27881: No validation errors when entering an invalid "Estimate hours" value
+* Patch #27663: Same relates relation can be created twice
+* Patch #27695: Fix ActiveRecord::RecordNotUnique errors when trying to add certain issue relations
+
+=== [Issues list]
+
+* Defect #27533: Cannot change the priority of the parent issue in issue query context menu when parent priority is independent of children
+
+=== [Plugin API]
+
+* Defect #20513: Unloadable plugin convention breaks with Rails 4.2.3
+
+=== [SCM]
+
+* Defect #27333: Switching SCM fails after validation error in "New repository" page
+
+=== [Security]
+
+* Defect #27516: Remote command execution through mercurial adapter
+
+=== [Translations]
+
+* Patch #27502: Lithuanian translation for 3.4-stable
+* Patch #27620: Brazilian translation update
+* Patch #27642: Spanish translation update (jstoolbar-es.js)
+* Patch #27649: Spanish/Panama translation update (jstoolbar-es-pa.js)
+* Patch #27767: Czech translation for 3.4-stable
+
+=== [UI]
+
+* Defect #19578: Issues reports table header overlaping
+* Defect #26699: Anonymous user should have their icon
+
== 2017-10-15 v3.4.3
=== [Administration]
diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb
index 3c93cf148..6474e85e7 100644
--- a/lib/redmine/version.rb
+++ b/lib/redmine/version.rb
@@ -4,7 +4,7 @@ module Redmine
module VERSION #:nodoc:
MAJOR = 3
MINOR = 4
- TINY = 3
+ TINY = 4
# Branch values:
# * official release: nil