##// END OF EJS Templates
pull-requests: add merge check that detects WIP marker in title. This will prevent merges in such case....
pull-requests: add merge check that detects WIP marker in title. This will prevent merges in such case. Usually WIP in title means unfinished task that needs still some work. This pattern is present in Gitlab/Github and is already quite common.

File last commit:

r2596:47f46a19 stable
r4099:c12e69d0 default
Show More
release-notes-4.11.4.rst
44 lines | 749 B | text/x-rst | RstLexer
/ docs / release-notes / release-notes-4.11.4.rst
docs: added release notes 4.11.4
r2596 |RCE| 4.11.4 |RNS|
------------------
Release Date
^^^^^^^^^^^^
- 2018-02-18
New Features
^^^^^^^^^^^^
General
^^^^^^^
Security
^^^^^^^^
Performance
^^^^^^^^^^^
Fixes
^^^^^
- Ssh: fixed problems with svn ssh clones in certain configurations.
- Caches: use individual namespaces per user to prevent beaker caching problems in database backends.
In some cases of large LDAP data we could generate mysql table errors
with too big data. Now each user will use individual row in db cache
- Reviewers: fixed logic with wildcard (*) match for source/target branches.
Reverting a regression when * didn't work as expected in branch matching.
Upgrade notes
^^^^^^^^^^^^^
- Unscheduled bugfix release fixing several reported issues.