diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-30 16:53:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-30 16:53:08 -0400 |
commit | 45c8fad7f071b121c5b1641115be6fa596005129 (patch) | |
tree | ab1c89ff10bfa6a498eb8d15fff7cc35712b06c4 /doc/news | |
parent | 3b40790041cc4ed5b53fac92fd2edc393f3c1c45 (diff) | |
download | ikiwiki-45c8fad7f071b121c5b1641115be6fa596005129.tar ikiwiki-45c8fad7f071b121c5b1641115be6fa596005129.tar.gz |
add news item for ikiwiki 3.20111107
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_3.20110711.mdwn | 7 | ||||
-rw-r--r-- | doc/news/version_3.20111107.mdwn | 12 |
2 files changed, 12 insertions, 7 deletions
diff --git a/doc/news/version_3.20110711.mdwn b/doc/news/version_3.20110711.mdwn deleted file mode 100644 index c4006cbe7..000000000 --- a/doc/news/version_3.20110711.mdwn +++ /dev/null @@ -1,7 +0,0 @@ -ikiwiki 3.20110711 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Add build dep on python-support. Closes: #[633536](http://bugs.debian.org/633536) - * attachment: Bugfix to move upload attachments out of holding area - when saving. - * attachment: Bugfix for trying to attach files to a subpage of the index - page."""]]
\ No newline at end of file diff --git a/doc/news/version_3.20111107.mdwn b/doc/news/version_3.20111107.mdwn new file mode 100644 index 000000000..5af8ae647 --- /dev/null +++ b/doc/news/version_3.20111107.mdwn @@ -0,0 +1,12 @@ +ikiwiki 3.20111107 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * 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) + * graphviz: Support urls embedded in the graph, by having graphviz + generate an imagemap. + * graphviz: Support wikilinks embedded in the graph. + (Sponsored by The TOVA Company.)"""]]
\ No newline at end of file |