diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | doc/bugs/octal_umask_setting_is_unintuitive.mdwn | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 52d9ddf3e..73318b269 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/doc/bugs/octal_umask_setting_is_unintuitive.mdwn b/doc/bugs/octal_umask_setting_is_unintuitive.mdwn index 15bea3132..5cdefcf09 100644 --- a/doc/bugs/octal_umask_setting_is_unintuitive.mdwn +++ b/doc/bugs/octal_umask_setting_is_unintuitive.mdwn @@ -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]] |