##// END OF EJS Templates
docs: added release notes for 4.6.1
marcink -
r1435:02443162 stable
parent child Browse files
Show More
@@ -0,0 +1,55 b''
1 |RCE| 4.6.1 |RNS|
2 -----------------
3
4 Release Date
5 ^^^^^^^^^^^^
6
7 - 2017-02-13
8
9
10 New Features
11 ^^^^^^^^^^^^
12
13
14
15 General
16 ^^^^^^^
17
18 - HTTP Protocol: large incoming requests will now properly stream data
19 into VCSServer. In some cases a large push in GIT can send streaming data.
20 previously RhodeCode unbundled that data before sending back to VCSServer.
21 This sometimes caused errors because of wrong headers sent (chunked-encoding)
22 RhodeCode will now simply stream data back to VCSServer. This should fix the
23 push problems, and also be much faster for large pushes.
24
25 - Docs: updated contribution and dev setup docs.
26
27
28 Security
29 ^^^^^^^^
30
31
32
33 Performance
34 ^^^^^^^^^^^
35
36
37
38 Fixes
39 ^^^^^
40
41 - Api: cleanup sessions enforces older_then must be a valid INT.
42 - Api: validate sent commit_id when using commit_comment API.
43 - Events: fix a case events were called from API and we
44 couldn't fetch registered user.
45
46 - Search: goto repository commit search functionality will now use a safe
47 search option and try not to throw meaningless errors to users from this view.
48 - Annotations: fixed UI problems in annotation view for newer browsers.
49
50 Upgrade notes
51 ^^^^^^^^^^^^^
52
53 - Streaming support was changed for push operations. We tested this in several
54 cases, but please send any feedback if you encounter any problems with it.
55
@@ -9,6 +9,7 b' Release Notes'
9 .. toctree::
9 .. toctree::
10 :maxdepth: 1
10 :maxdepth: 1
11
11
12 release-notes-4.6.1.rst
12 release-notes-4.6.0.rst
13 release-notes-4.6.0.rst
13 release-notes-4.5.2.rst
14 release-notes-4.5.2.rst
14 release-notes-4.5.1.rst
15 release-notes-4.5.1.rst
General Comments 0
You need to be logged in to leave comments. Login now