##// END OF EJS Templates
release: merge back stable branch into default
marcink -
r999:f30a7e53 merge default
parent child Browse files
Show More
@@ -0,0 +1,41 b''
1 |RCE| 4.4.2 |RNS|
2 -----------------
3
4 Release Date
5 ^^^^^^^^^^^^
6
7 - 2016-10-17
8
9
10 General
11 ^^^^^^^
12
13 - packaging: pinned against rhodecode-tools 0.10.1
14
15
16 New Features
17 ^^^^^^^^^^^^
18
19
20
21 Security
22 ^^^^^^^^
23
24 - integrations: fix 500 error on integrations page when delegated admin
25 tried to access integration page after adding some integrations.
26 Permission checks were to strict for delegated admins.
27
28
29 Performance
30 ^^^^^^^^^^^
31
32
33
34 Fixes
35 ^^^^^
36
37 - vcsserver: make sure we correctly ping against bundled HG/GIT/SVN binaries.
38 This should fix a problem where system binaries could be used accidentally
39 by the RhodeCode.
40 - ldap: fixed email extraction issues. Empty email addresses from LDAP server
41 will no longer take precedence over those stored inside RhodeCode database.
@@ -9,3 +9,4 b' fa695cdb411d294679ac081d595ac654e5613b03'
9 9 0e4dc11b58cad833c513fe17bac39e6850edf959 v4.3.1
10 10 8a876f48f5cb1d018b837db28ff928500cb32cfb v4.4.0
11 11 8dd86b410b1aac086ffdfc524ef300f896af5047 v4.4.1
12 d2514226abc8d3b4f6fb57765f47d1b6fb360a05 v4.4.2
@@ -9,6 +9,7 b' Release Notes'
9 9 .. toctree::
10 10 :maxdepth: 1
11 11
12 release-notes-4.4.2.rst
12 13 release-notes-4.4.1.rst
13 14 release-notes-4.4.0.rst
14 15 release-notes-4.3.1.rst
@@ -1,3 +1,6 b''
1 # Generated by pip2nix 0.4.0.dev1
2 # See https://github.com/johbo/pip2nix
3
1 4 {
2 5 Babel = super.buildPythonPackage {
3 6 name = "Babel-1.3";
@@ -1270,7 +1273,7 b''
1270 1273 md5 = "e1fa63535b40e022fa4fd646fd8b511a";
1271 1274 };
1272 1275 meta = {
1273 license = [ pkgs.lib.licenses.asl20 ];
1276 license = [ pkgs.lib.licenses.asl20 { fullName = "Apache"; } ];
1274 1277 };
1275 1278 };
1276 1279 python-ldap = super.buildPythonPackage {
@@ -1388,13 +1391,13 b''
1388 1391 };
1389 1392 };
1390 1393 rhodecode-tools = super.buildPythonPackage {
1391 name = "rhodecode-tools-0.10.0";
1394 name = "rhodecode-tools-0.10.2";
1392 1395 buildInputs = with self; [];
1393 1396 doCheck = false;
1394 propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests Whoosh elasticsearch elasticsearch-dsl];
1397 propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests Whoosh elasticsearch elasticsearch-dsl urllib3];
1395 1398 src = fetchurl {
1396 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.10.0.zip";
1397 md5 = "8b74bc075ae7dd55fbd480a2406630c8";
1399 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.10.2.zip";
1400 md5 = "d2af3985a1a32a678944d4d48870cb04";
1398 1401 };
1399 1402 meta = {
1400 1403 license = [ { fullName = "AGPLv3 and Proprietary"; } ];
@@ -1462,7 +1465,7 b''
1462 1465 md5 = "a5fc7d05d4cb38492285553def5d4b46";
1463 1466 };
1464 1467 meta = {
1465 license = [ pkgs.lib.licenses.mit pkgs.lib.licenses.afl21 ];
1468 license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ];
1466 1469 };
1467 1470 };
1468 1471 six = super.buildPythonPackage {
@@ -120,7 +120,7 b' pyzmq==14.6.0'
120 120 # TODO: This is not available in public
121 121 # rc-testdata==0.2.0
122 122
123 https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.10.0.zip#md5=8b74bc075ae7dd55fbd480a2406630c8
123 https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.10.2.zip#md5=d2af3985a1a32a678944d4d48870cb04
124 124
125 125
126 126 recaptcha-client==1.0.6
General Comments 0
You need to be logged in to leave comments. Login now