diff --git a/changelog.html b/changelog.html index fffbba7777d022b17e0e281b3777d2049cebd14c..c85286094732d9d8a3be6e4a4b0a7f66daa11e3a 100644 --- a/changelog.html +++ b/changelog.html @@ -64,6 +64,9 @@ Upcoming changes
  • Preview function for textareas using Jenkins markup did not work when CSRF protection was enabled. (issue 17085) +
  • + Improved the request handling performance (where the file lookup is expensive, such as NFS.) + (issue 16606)
  • Improved the duration browsers cache static resources. diff --git a/core/pom.xml b/core/pom.xml index 7ebe506086adf90f330ea66b8402ebcc71a71343..27b25ed76d43033ce6656638e34d33fdf3e1df5b 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -42,7 +42,7 @@ THE SOFTWARE. true - 1.206 + 1.207 2.5.6.SEC03