# HG changeset patch # User Marcin Kuzminski # Date 2018-09-18 10:15:05 # Node ID 56bb5b12303e17f3f1e4aa69c5e7f14ecf921c85 # Parent d6f1971e2223e5b401db572af0d60cbc3afaee7a docs: added release notes for 4.13.2 release diff --git a/docs/release-notes/release-notes-4.13.2.rst b/docs/release-notes/release-notes-4.13.2.rst new file mode 100644 --- /dev/null +++ b/docs/release-notes/release-notes-4.13.2.rst @@ -0,0 +1,51 @@ +|RCE| 4.13.2 |RNS| +------------------ + +Release Date +^^^^^^^^^^^^ + +- 2018-08-18 + + +New Features +^^^^^^^^^^^^ + +- audit-logs: add audit logs for branch permissions. + + +General +^^^^^^^ + +- svn: properly handle credentials from URL during remote repository import. +- svn: use more detailed logs/errors so `exception_tracker` can show it with details. +- svn: use streaming uploads/downloads of files. +- svn: use shared configurable storage for svn_txn_id interception logic. +- celery: use `exception_tracker` to store tasks exceptions for easier debugging. + + +Security +^^^^^^^^ + + + +Performance +^^^^^^^^^^^ + + + +Fixes +^^^^^ + +- exception_tracker: use a default value of exception store that is working across + all instances e.g vcsserver and enterprise. This fixed problem with usage in + cluster type setup. +- Comments: fixed problem with audit-logs receiving a empty value in certain + conditions resulting in 500 error on commenting. +- Branch Permissions: during creation of rule add special check for existing entries to + prevent duplicates if two users edit branch permissions at the same time. + + +Upgrade notes +^^^^^^^^^^^^^ + +- Scheduled release addressing reported problems, and improving stability. 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.13.2.rst release-notes-4.13.1.rst release-notes-4.13.0.rst release-notes-4.12.4.rst