diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-02-13 08:56:45 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-02-13 08:56:45 -0800 |
commit | 1ee0640c5275c9ee65e1eb6bdc57346dc24cd22d (patch) | |
tree | 978c61e468b99d8f762392b092ec430069d63a2a | |
parent | 5c3d9488d2f769f74c005451de40145d5c6903d2 (diff) | |
download | pandoc-1ee0640c5275c9ee65e1eb6bdc57346dc24cd22d.tar.gz |
Bump version to 1.8.1.1 & update changelog.
-rw-r--r-- | changelog | 7 | ||||
-rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +pandoc (1.8.1.1) + + * `markdown2pdf`: Removed some debugging lines accidentally included + in the 1.8.1 release. With those lines, the temp directory is created + in the working directory, and it is not deleted. This fix restores + the original behavior. + pandoc (1.8.1) * Added `--ascii` option. Currently supported only in HTML writer, diff --git a/pandoc.cabal b/pandoc.cabal index f39fc06e5..039596391 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.8.1 +Version: 1.8.1.1 Cabal-Version: >= 1.6 Build-Type: Custom License: GPL |