##// END OF EJS Templates
docs: added changelog for 4.12.3 release
marcink -
r2798:0ad675e3 stable
parent child Browse files
Show More
@@ -0,0 +1,57 b''
1 |RCE| 4.12.3 |RNS|
2 ------------------
3
4 Release Date
5 ^^^^^^^^^^^^
6
7 - 2018-06-18
8
9
10 New Features
11 ^^^^^^^^^^^^
12
13
14
15 General
16 ^^^^^^^
17
18 - Git: set GIT_DISCOVERY_ACROSS_FILESYSTEM flag for better compatibility,
19 and error tracking on mounted drives.
20
21
22 Security
23 ^^^^^^^^
24
25 - Git: Upgraded GIT version to 2.16.4 to address security problems
26 in earlier versions.
27
28
29 Performance
30 ^^^^^^^^^^^
31
32
33
34 Fixes
35 ^^^^^
36
37 - Caches: fix beaker sqlalchemy options propagation. This should fix some of the
38 MySQL problems ("MySQL has gone away") reported with db cache backend.
39 - Shadow repos: use safer way to delete shadow repositories. Use the same
40 mechanism as deleting repositories for shadow repos too. This tries to
41 address problems on failed removal of shadow repositories that cause
42 later problems.
43 - Pull requests: solve an issue with long database transaction row locking for
44 large pull requests. Mysql backend row locking caused access problem to the
45 server during time a large PR was beeing created. This is now solved by
46 smarter DB transaction management.
47 - SVN: Fixed misleading errors when SSL was force enabled byt users used
48 plain HTTP. Now we report proper errors instead of missing header error
49 caused by a bug.
50
51
52 Upgrade notes
53 ^^^^^^^^^^^^^
54
55 - Scheduled release addressing reported GIT client security problem,
56 and some reported bugs.
57
@@ -9,6 +9,7 b' Release Notes'
9 .. toctree::
9 .. toctree::
10 :maxdepth: 1
10 :maxdepth: 1
11
11
12 release-notes-4.12.3.rst
12 release-notes-4.12.2.rst
13 release-notes-4.12.2.rst
13 release-notes-4.12.1.rst
14 release-notes-4.12.1.rst
14 release-notes-4.12.0.rst
15 release-notes-4.12.0.rst
General Comments 0
You need to be logged in to leave comments. Login now