The umask setting can now be set to private, group, or public, avoiding the need...
authorJoey Hess <joey@kitenet.net>
Sun, 27 Nov 2011 22:35:05 +0000 (18:35 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 27 Nov 2011 22:35:05 +0000 (18:35 -0400)
debian/changelog
doc/bugs/octal_umask_setting_is_unintuitive.mdwn

index 52d9ddf3e6aed7ae78b873407d911970d3e9f23c..73318b2696601de3b41dc09693c05aa926ab0740 100644 (file)
@@ -3,6 +3,9 @@ ikiwiki (3.20111107) UNRELEASED; urgency=low
   * img: Bugfix to width/height tags for scaled down image when only
     one dimension was provided. Thanks, Per Carlson.
   * editpage: Fix FormattingHelp link on Discussion pages.
+  * The umask setting can now be set to private, group, or public,
+    avoiding the need to enter octal correctly which is particularly
+    difficult in yaml setup files. (smcv)
 
  -- Joey Hess <joeyh@debian.org>  Thu, 17 Nov 2011 18:52:23 -0400
 
index 15bea3132c4fb68a8ce72bd52e7042bf6964811f..5cdefcf09d70a7fad5eafa790571dd0629f17897 100644 (file)
@@ -51,3 +51,5 @@ for those.
 > that branch (or anything) in it today. --[[Joey]]
 
 >> git pushes have a restrictive umask, ironically... fixed. --[[smcv]]
+
+>>> [[done]] --[[Joey]]