]> source.dussan.org Git - redmine.git/commitdiff
Merged r17003 and r17004.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 15 Oct 2017 19:51:13 +0000 (19:51 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 15 Oct 2017 19:51:13 +0000 (19:51 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17005 e93f8b46-1217-0410-a6f0-8f06a7374b81

doc/CHANGELOG
lib/redmine/version.rb

index 2e87e583f0d644a99b41a27934ffcc6f703e59cd..0c79ea2ed27250803547b7111d2df13a0e726509 100644 (file)
@@ -4,6 +4,66 @@ Redmine - project management software
 Copyright (C) 2006-2017  Jean-Philippe Lang
 http://www.redmine.org/
 
+== 2017-10-15 v3.4.3
+
+=== [Administration]
+
+* Defect #26564: Enumerations sorting does not work
+
+=== [Custom fields]
+
+* Defect #26468: Using custom fields of type "File" leads to unsolvable error if filetype is not allowed
+
+=== [Issues]
+
+* Defect #26627: Editing issues no longer sends notifications to previous assignee
+
+=== [Issues list]
+
+* Defect #26471: Issue Query: inconsistency between spent_hours sum and sum of shown spent_hours values
+
+=== [PDF export]
+
+* Defect #25702: Exporting wiki page with specific table to PDF causes 500
+
+=== [Roadmap]
+
+* Patch #26492: % is not valid without a format specifier
+
+=== [SCM]
+
+* Defect #26403: The second and subsequent lines of commit messages are not displayed in repository browser
+* Defect #26645: git 2.14 compatibility
+
+=== [Text formatting]
+
+* Patch #26682: URL-escape the ! character in generated markup for dropped uploads
+
+=== [Time tracking]
+
+* Defect #26520: Blank "Issue" field on the "Log time" from the "Spent time - Details" page for an issue
+* Defect #26667: Filtering time entries after issue's target version doesn't work as expected in some cases
+* Defect #26780: Translation for label_week in time report is not working
+
+=== [Translations]
+
+* Patch #26703: German translations in 3.4-stable
+* Patch #27034: Patch for updated Chinese translation
+
+=== [UI]
+
+* Defect #26568: Multiple Selection List Filter View - items are cut off from view
+* Patch #26395: Jump to project autocomplete: focus selected project
+* Patch #26689: Add title to author's and assignee's icon
+
+=== [Wiki]
+
+* Defect #26599: Corrupted file name when exporting a wiki page with Non-ASCII title using Microsoft's browsers
+
+=== [Security]
+
+* Defect #27186: XSS vulnerabilities
+
 == 2017-07-16 v3.4.2
 
 === [Administration]
index 06dee894d8154a4b1428dedefb87951bab4ba3cd..3c93cf14802c779d1c326da7b54cca14bc887121 100644 (file)
@@ -4,7 +4,7 @@ module Redmine
   module VERSION #:nodoc:
     MAJOR = 3
     MINOR = 4
-    TINY  = 2
+    TINY  = 3
 
     # Branch values:
     # * official release: nil