Show More
@@ -15,6 +15,8 b' General' | |||
|
15 | 15 | - ini: Add fallback authentication plugin setting. In case only one |
|
16 | 16 | authentication backend is enabled users can now enable fallback auth if |
|
17 | 17 | they cannot log-in due to external servers being down |
|
18 | - Bumped Mercurial to 3.8.3 version | |
|
19 | - Bumped RhodeCode Tools to 0.8.2 version | |
|
18 | 20 | |
|
19 | 21 | New Features |
|
20 | 22 | ^^^^^^^^^^^^ |
@@ -44,4 +46,10 b' Fixes' | |||
|
44 | 46 | - api: gracefully handle errors on repos that are damaged or missing |
|
45 | 47 | from filesystem. |
|
46 | 48 | - logging: log the original error when a merge failure occurs |
|
47 | - #3965 Cannot change the owner of a user's group by using the API No newline at end of file | |
|
49 | - #3965 Cannot change the owner of a user's group by using the API | |
|
50 | - database is now initialized inside pyramid context | |
|
51 | - fixed wrong check on LDAP plugin about missing ldap server | |
|
52 | - Bring back multi-threaded workers to gunicorn for backward compatibility with | |
|
53 | previous RhodeCode versions | |
|
54 | - Commit dates are now properly handled as UTC. This fixes some issues | |
|
55 | with displaying age of commits No newline at end of file |
@@ -540,7 +540,7 b'' | |||
|
540 | 540 | }; |
|
541 | 541 | }; |
|
542 | 542 | gprof2dot = super.buildPythonPackage { |
|
543 | name = "gprof2dot-2015.12.1"; | |
|
543 | name = "gprof2dot-2015.12.01"; | |
|
544 | 544 | buildInputs = with self; []; |
|
545 | 545 | doCheck = false; |
|
546 | 546 | propagatedBuildInputs = with self; []; |
@@ -603,7 +603,7 b'' | |||
|
603 | 603 | name = "ipython-3.1.0"; |
|
604 | 604 | buildInputs = with self; []; |
|
605 | 605 | doCheck = false; |
|
606 |
propagatedBuildInputs = with self; [ |
|
|
606 | propagatedBuildInputs = with self; []; | |
|
607 | 607 | src = fetchurl { |
|
608 | 608 | url = "https://pypi.python.org/packages/06/91/120c0835254c120af89f066afaabf81289bc2726c1fc3ca0555df6882f58/ipython-3.1.0.tar.gz"; |
|
609 | 609 | md5 = "a749d90c16068687b0ec45a27e72ef8f"; |
General Comments 0
You need to be logged in to leave comments.
Login now