aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-10-17 22:23:37 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-10-17 22:23:37 -0700
commit7f5a677bbff1a99d36a81312140dcd928d05262d (patch)
treef518e2a0bff7695bdc26f1ef3c4d3373fe7b1b02
parent7f4b78c06458861624305c5f574df206d82f78c2 (diff)
downloadpandoc-7f5a677bbff1a99d36a81312140dcd928d05262d.tar.gz
Version bump to 1.15.1.1, updated changelog.
-rw-r--r--changelog7
-rw-r--r--pandoc.cabal2
2 files changed, 8 insertions, 1 deletions
diff --git a/changelog b/changelog
index 79cff1055..efaf8d960 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+pandoc (1.15.1.1)
+
+ * `Text.Pandoc.Data`: store paths in dataFiles using posix separators.
+ This way we have uniform separators, whether on Windows or Linux.
+ This should solve a problem where on some Windows versions
+ the data files weren't being found (#2459).
+
pandoc (1.15.1)
* `pandocVersion` is now defined in `Text.Pandoc.Shared`
diff --git a/pandoc.cabal b/pandoc.cabal
index a4ffeb04a..6365b7944 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,5 +1,5 @@
Name: pandoc
-Version: 1.15.1
+Version: 1.15.1.1
Cabal-Version: >= 1.10
Build-Type: Custom
License: GPL