aboutsummaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-03-19 14:45:52 -0400
committerJoey Hess <joey@kitenet.net>2012-03-19 14:45:52 -0400
commit4d707e665f0cae47a38da13fd9e78cb705e2f56b (patch)
treed80e5caa381d17b07865477f319378c3d2a78a11 /doc/news
parent8d46f83756daa7d8b2f63f8486691a54e052e29b (diff)
downloadikiwiki-4d707e665f0cae47a38da13fd9e78cb705e2f56b.tar
ikiwiki-4d707e665f0cae47a38da13fd9e78cb705e2f56b.tar.gz
add news item for ikiwiki 3.20120203
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_3.20111107.mdwn12
-rw-r--r--doc/news/version_3.20120203.mdwn20
2 files changed, 20 insertions, 12 deletions
diff --git a/doc/news/version_3.20111107.mdwn b/doc/news/version_3.20111107.mdwn
deleted file mode 100644
index 5af8ae647..000000000
--- a/doc/news/version_3.20111107.mdwn
+++ /dev/null
@@ -1,12 +0,0 @@
-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
diff --git a/doc/news/version_3.20120203.mdwn b/doc/news/version_3.20120203.mdwn
new file mode 100644
index 000000000..22d14042f
--- /dev/null
+++ b/doc/news/version_3.20120203.mdwn
@@ -0,0 +1,20 @@
+ikiwiki 3.20120203 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * osm: New plugin to embed an OpenStreetMap into a wiki page.
+ Supports waypoints, tags, and can even draw paths matching
+ wikilinks between pages containing waypoints.
+ Thanks to Blars Blarson and Antoine Beaupré, as well as the worldwide
+ OpenStreetMap community for this utter awesomeness.
+ * trail: New plugin to add navigation trails through pages via Next and
+ Previous links. Trails can easily be added to existing inlines by setting
+ trail=yes in the inline.
+ Thanks to Simon McVittie for his persistance developing this feature.
+ * Fix a snail mail address. Closes: #[659158](http://bugs.debian.org/659158)
+ * openid-jquery.js: Update URL of Wordpress favicon. Closes: #[660549](http://bugs.debian.org/660549)
+ * Drop the version attribute on the generator tag in Atom feeds
+ to make builds more reproducible. Closes: #[661569](http://bugs.debian.org/661569) (Paul Wise)
+ * shortcut: Support Wikipedia's form of url-encoding for unicode
+ characters, which involves mojibake. Closes: #[661198](http://bugs.debian.org/661198)
+ * Add a few missing jquery UI icons to attachment upload widget underlay.
+ * URI escape filename when generating the diffurl.
+ * Add build-affected hook. Used by trail."""]] \ No newline at end of file