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)
parent
884496b4da
commit
3046dc4d30
|
@ -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
|
||||
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in New Issue