##// END OF EJS Templates
docs: added release notes for 4.7.2
marcink -
r1656:f58dbc99 stable
parent child Browse files
Show More
@@ -0,0 +1,51 b''
1 |RCE| 4.7.2 |RNS|
2 -----------------
3
4 Release Date
5 ^^^^^^^^^^^^
6
7 - 2017-04-18
8
9
10 New Features
11 ^^^^^^^^^^^^
12
13
14
15 General
16 ^^^^^^^
17
18 - git-lfs: always validate uploaded files size. In case an upload is damaged, or
19 interrupted RhodeCode will send the upload as failed making git-lfs client
20 re-try the upload of large files.
21 - dependencies: bumped rhodecode-tools to version 0.12.0
22
23
24 Security
25 ^^^^^^^^
26
27
28
29 Performance
30 ^^^^^^^^^^^
31
32
33
34 Fixes
35 ^^^^^
36
37
38 - make usage of gunicorn wrappers to write data to disk.
39 - git-lfs: report chunked encoding support properly to the client.
40 - git-lfs: report returned data as 'application/vnd.git-lfs+json'
41 instead of plain json
42 - http-app: simplify detection of chunked encoding, when doing git-lfs uploads.
43 - rcextensions: fixed default template of rcextensions to propery
44 handle pre-push callback.
45
46
47 Upgrade notes
48 ^^^^^^^^^^^^^
49
50 - This release fixes some found problems with git-lfs stream uploads. Please
51 try to run `git lfs push --all origin` to re-validate uploaded large-objects.
@@ -9,6 +9,7 b' Release Notes'
9 .. toctree::
9 .. toctree::
10 :maxdepth: 1
10 :maxdepth: 1
11
11
12 release-notes-4.7.2.rst
12 release-notes-4.7.1.rst
13 release-notes-4.7.1.rst
13 release-notes-4.7.0.rst
14 release-notes-4.7.0.rst
14 release-notes-4.6.1.rst
15 release-notes-4.6.1.rst
General Comments 0
You need to be logged in to leave comments. Login now