summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2015-06-11 15:25:38 -0500
committerSol Jerome <sol.jerome@gmail.com>2015-06-11 15:25:38 -0500
commita8953fd3cc3c8587eade52f0c3362da833014f32 (patch)
tree2917c2f06955f1c20e00282734bc16ba3e83eaa5 /doc
parent451fcfb8962674738f4a274237af378c1fe8311f (diff)
downloadbcfg2-a8953fd3cc3c8587eade52f0c3362da833014f32.tar.gz
bcfg2-a8953fd3cc3c8587eade52f0c3362da833014f32.tar.bz2
bcfg2-a8953fd3cc3c8587eade52f0c3362da833014f32.zip
doc: Add more 1.3.6 release notes
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/releases/1.3.6.txt9
1 files changed, 8 insertions, 1 deletions
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.