docs: added release docs for 4.11.1 version
This commit is contained in:
parent
c42da475ac
commit
fb474ee63d
2 changed files with 55 additions and 0 deletions
54
docs/release-notes/release-notes-4.11.1.rst
Normal file
54
docs/release-notes/release-notes-4.11.1.rst
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
|RCE| 4.11.1 |RNS|
|
||||
------------------
|
||||
|
||||
Release Date
|
||||
^^^^^^^^^^^^
|
||||
|
||||
- 2018-02-02
|
||||
|
||||
|
||||
New Features
|
||||
^^^^^^^^^^^^
|
||||
|
||||
|
||||
|
||||
General
|
||||
^^^^^^^
|
||||
|
||||
|
||||
|
||||
Security
|
||||
^^^^^^^^
|
||||
|
||||
|
||||
|
||||
Performance
|
||||
^^^^^^^^^^^
|
||||
|
||||
|
||||
|
||||
Fixes
|
||||
^^^^^
|
||||
|
||||
|
||||
- Audit logs: handle query syntax errors in whoosh query parser. Prevents 500
|
||||
errors on wrongly entered search terms in audit logs.
|
||||
|
||||
- Mercurial: fix new 4.4.X code change that does strict requirement checks. Fixes
|
||||
problems with Mercurial Largefiles repositories.
|
||||
|
||||
- VCSServer: in case of errors in the VCSServer worker restart it gracefully.
|
||||
In rare cases certain errors caused locking of workers, and
|
||||
unresponsive connections. Now we restart a worker freeing up memory and
|
||||
connection.
|
||||
|
||||
- Git: handle flaky and slow connection issues with git. Due to the changes in
|
||||
Pyramid, flaky connections started affecting git clones.
|
||||
|
||||
|
||||
Upgrade notes
|
||||
^^^^^^^^^^^^^
|
||||
|
||||
- Fixed regression on git with high latency connections.
|
||||
No upgrade problems should be expected, however please check GIT repos
|
||||
behaviour on upgrade.
|
||||
|
|
@ -9,6 +9,7 @@ Release Notes
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
release-notes-4.11.1.rst
|
||||
release-notes-4.11.0.rst
|
||||
release-notes-4.10.6.rst
|
||||
release-notes-4.10.5.rst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue