aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-11-27 18:35:05 -0400
committerJoey Hess <joey@kitenet.net>2011-11-27 18:35:05 -0400
commit3046dc4d3033a751bbdac1925f9b49e837f5d6f7 (patch)
tree25b8644cf05e821fd658e3101ad1120f8969eaac
parent884496b4daa3d2d0400f401f75a6e62dd649d2fb (diff)
downloadikiwiki-3046dc4d3033a751bbdac1925f9b49e837f5d6f7.tar
ikiwiki-3046dc4d3033a751bbdac1925f9b49e837f5d6f7.tar.gz
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)
-rw-r--r--debian/changelog3
-rw-r--r--doc/bugs/octal_umask_setting_is_unintuitive.mdwn2
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]]