summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2019-06-10 12:34:37 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2019-06-10 12:34:37 +0000
commit7b2482f5ba23a5555ed0d7ba3a9f202036fb8f75 (patch)
tree82e0f432c3e8cb6bb322862febbd719c7706914e
parent90ee0d29027e4487f2171661c9d4e893b3067749 (diff)
downloadredmine-7b2482f5ba23a5555ed0d7ba3a9f202036fb8f75.tar.gz
redmine-7b2482f5ba23a5555ed0d7ba3a9f202036fb8f75.zip
Updates for 3.4.11 release.
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@18252 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--doc/CHANGELOG40
-rw-r--r--lib/redmine/version.rb2
2 files changed, 41 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG
index ffc20e0db..46d3bdb9a 100644
--- a/doc/CHANGELOG
+++ b/doc/CHANGELOG
@@ -4,6 +4,46 @@ Redmine - project management software
Copyright (C) 2006-2017 Jean-Philippe Lang
http://www.redmine.org/
+== 2019-06-10 v3.4.11
+
+=== [Administration]
+
+* Defect #31125: Don't output ImageMagick version information to stdout
+
+=== [Code cleanup/refactoring]
+
+* Defect #30811: "rake db:fixtures:load" does not work
+
+=== [Email receiving]
+
+* Defect #30457: MailHandler.safe_receive does not output any error log
+* Defect #31503: Undefined local variable sender_email in MailHandler#receive_message_reply
+
+=== [Issues filter]
+
+* Patch #31276: Serialize group_by and totalable_names in Query#as_params
+
+=== [SCM]
+
+* Defect #31120: Garbage lines in the output of 'git branch' break git adapter
+
+=== [Security]
+
+* Defect #31520: Persistent XSS in textile formatting
+
+=== [Translations]
+
+* Defect #31264: Conflicting translation between "track" and "watch" in Simplified Chinese
+
+=== [UI - Responsive]
+
+* Defect #31153: Display horizontal scroll bar of files table when overflow occurs on small screen
+* Defect #31311: admin/info page: text cut off in pre tag on mobile
+
+=== [Wiki]
+
+* Patch #31334: Do not lose content when updating a wiki page that has been renamed in the meantime
+
== 2019-03-31 v3.4.10
=== [Administration]
diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb
index 7d9d9e672..3aa612c97 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 = 10
+ TINY = 11
# Branch values:
# * official release: nil