From 4017667952ad663b5c63a900f2ad93acd95ca7c5 Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@brief.schottelius.org>
Date: Tue, 22 May 2012 17:28:38 +0200
Subject: [PATCH] ++changes(2.0.11)

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
---
 doc/changelog | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/changelog b/doc/changelog
index 63fcb6b0..d3202c70 100644
--- a/doc/changelog
+++ b/doc/changelog
@@ -4,6 +4,9 @@ Changelog
 	* Changes are always commented with their author in (braces)
 	* Exception: No braces means author == Nico Schottelius
 
+2.0.11:
+	* Fix insecure file/directory creation: Use umask 077
+
 2.0.10: 2012-05-18
 	* Cleanup __group: No getent gshadow in old Redhat, use groupmod -g
 		(Matt Coddington)