From deb8729a09d74d2efe5bdf86e3a2d3c1274590ab Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 24 Feb 2015 18:05:13 +0100 Subject: Server/Plugins/Metadata: Reject passwd clients, if auth_type is cert If the auth type (either globally or specific for the client) is set to cert auth, we have to reject clients that does not provide a cert. --- doc/releases/1.3.6.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/releases') diff --git a/doc/releases/1.3.6.txt b/doc/releases/1.3.6.txt index 757fbf6f5..f41320f1a 100644 --- a/doc/releases/1.3.6.txt +++ b/doc/releases/1.3.6.txt @@ -30,5 +30,7 @@ This is primarily a bugfix release. https://docs.djangoproject.com/en/1.7/ref/settings/#std:setting-OPTIONS +* Authentication: Reject passwd auth, if authentication is set to "cert" + Special thanks to the following contributors for this release: Michael Fenn, Matt Kemp, Alexander Sulfrian, Jonathan Billings. -- cgit v1.2.3-1-g7c22 From a8953fd3cc3c8587eade52f0c3362da833014f32 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Thu, 11 Jun 2015 15:25:38 -0500 Subject: doc: Add more 1.3.6 release notes Signed-off-by: Sol Jerome --- doc/releases/1.3.6.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc/releases') diff --git a/doc/releases/1.3.6.txt b/doc/releases/1.3.6.txt index f41320f1a..9ab024674 100644 --- a/doc/releases/1.3.6.txt +++ b/doc/releases/1.3.6.txt @@ -30,7 +30,14 @@ This is primarily a bugfix release. https://docs.djangoproject.com/en/1.7/ref/settings/#std:setting-OPTIONS +* SYSV: change instances of simplename to simplefile + + Previous configurations can be updated using the migration tool. + * Authentication: Reject passwd auth, if authentication is set to "cert" +* Server/Core: drop privileges even if not running as daemon +* Packages/Yum.py: Fix dependency resolution logic +* Handle filesystem secontexts properly for contextless filesystems Special thanks to the following contributors for this release: Michael -Fenn, Matt Kemp, Alexander Sulfrian, Jonathan Billings. +Fenn, Matt Kemp, Alexander Sulfrian, Jonathan Billings, Ross Smith. -- cgit v1.2.3-1-g7c22