##// END OF EJS Templates
caches: use different namespaces for conditional_cache wrapper....
caches: use different namespaces for conditional_cache wrapper. Before we used one namespace for ALL meaning caches were kept in single file, or single DB row. While this makes sense for single functions, a per-user, per-group cache should be divided to single files.

File last commit:

r2752:6a688492 stable
r2814:45a75c50 default
Show More
release-notes-4.12.2.rst
41 lines | 491 B | text/x-rst | RstLexer
/ docs / release-notes / release-notes-4.12.2.rst
docs: added release notes for 4.12.2
r2750 |RCE| 4.12.2 |RNS|
------------------
Release Date
^^^^^^^^^^^^
- 2018-05-16
New Features
^^^^^^^^^^^^
General
^^^^^^^
docs: update on 4.12.2 release notes
r2752 - Jenkins: further improve handling of proxied Jenkins server.
docs: added release notes for 4.12.2
r2750
Security
^^^^^^^^
- SSH: fixed found problem with key-storage that could allow remote logins
performed by rhodecode authorized users with specially crafted SSH Keys.
Performance
^^^^^^^^^^^
Fixes
^^^^^
Upgrade notes
^^^^^^^^^^^^^
docs: update on 4.12.2 release notes
r2752 - Unscheduled release addressing found security problem.