diff --git a/docs/release-notes/release-notes-4.15.1.rst b/docs/release-notes/release-notes-4.15.1.rst new file mode 100644 --- /dev/null +++ b/docs/release-notes/release-notes-4.15.1.rst @@ -0,0 +1,50 @@ +|RCE| 4.15.1 |RNS| +------------------ + +Release Date +^^^^^^^^^^^^ + +- 2019-01-01 + + +New Features +^^^^^^^^^^^^ + + + +General +^^^^^^^ + +- Downloads: properly encode " in the filenames, and add RFC 5987 header for non-ascii files. +- Documentation: updated configuration for Nginx and reverse proxy. +- VCS: streaming will use now 100kb chunks for faster network throughput. + + +Security +^^^^^^^^ + +- Diffs: fixed xss in context diff menu. +- Downloads: properly encode " in the filenames, prevents from hiding executable + files disguised in another type of file using crafted file names. + +Performance +^^^^^^^^^^^ + + + +Fixes +^^^^^ + +- VCS: handle excessive slashes in from of the repo name path, fixes #5522. + This prevents 500 errors when excessive slashes are used +- SVN: support proxy-prefix properly, fixes #5521. +- Pull requests: validate ref types on API calls for pull request so users cannot + provide wrongs ones. +- Scheduler: fix url generation with proxy prefix. +- Celery: add DB connection ping to validate DB connection is working at worker startup. + + +Upgrade notes +^^^^^^^^^^^^^ + +- Scheduled release addressing reported problems in 4.15.X releases. diff --git a/docs/release-notes/release-notes.rst b/docs/release-notes/release-notes.rst --- a/docs/release-notes/release-notes.rst +++ b/docs/release-notes/release-notes.rst @@ -9,6 +9,7 @@ Release Notes .. toctree:: :maxdepth: 1 + release-notes-4.15.1.rst release-notes-4.15.0.rst release-notes-4.14.1.rst release-notes-4.14.0.rst