diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-01-12 23:48:06 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-01-12 23:48:06 -0800 |
commit | 3004306c3dd8cca5467990c8501555e6dae5b0a7 (patch) | |
tree | 3cf265447e06f0e557ee8f68a3c8b5af28fe78fe | |
parent | f34382ef2c881cadd0b2362fd0c765123553f843 (diff) | |
download | pandoc-3004306c3dd8cca5467990c8501555e6dae5b0a7.tar.gz |
Version to 1.16.0.2, updated changelog.
-rw-r--r-- | changelog | 8 | ||||
-rw-r--r-- | osx/distribution.xml | 2 | ||||
-rw-r--r-- | pandoc.cabal | 2 |
3 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,11 @@ +pandoc (1.16.0.2) + + * Depend on deepseq rather than deepseq-generics (fpco/stackage#1096). + + * Fixed regression in latex smart quote parsing (#2645). + In cases where a match was not found for a quote, everything + from the open quote to the end of the paragraph was being dropped. + pandoc (1.16.0.1) * Fixed regression with `--latex-engine` (#2618). In 1.16 `--latex-engine` diff --git a/osx/distribution.xml b/osx/distribution.xml index c3218aad3..346fe06fe 100644 --- a/osx/distribution.xml +++ b/osx/distribution.xml @@ -11,7 +11,7 @@ <options hostArchitectures="x86_64" /> <!-- List all component packages --> <pkg-ref id="net.johnmacfarlane.pandoc" - version="1.16.0.1" + version="1.16.0.2" auth="root">pandoc.pkg</pkg-ref> <!-- List them again here. They can now be organized as a hierarchy if you want. --> diff --git a/pandoc.cabal b/pandoc.cabal index 7f30d72f8..4d2be8e6c 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.16.0.1 +Version: 1.16.0.2 Cabal-Version: >= 1.10 Build-Type: Custom License: GPL |