diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2015-07-02 09:32:45 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2015-07-02 09:32:45 -0700 |
| commit | 904422953143270bcb9cf30c787df36bc9c4f52e (patch) | |
| tree | daf1dfe50bdc8c2980491dd213330451962ffe4b | |
| parent | d8cfc255bd4fb29e63e23f1c23341b01e4bc4b8c (diff) | |
| download | pandoc-904422953143270bcb9cf30c787df36bc9c4f52e.tar.gz | |
Bump version to 1.15.0.3, updated changelog.
| -rw-r--r-- | changelog | 4 | ||||
| -rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +pandoc (1.15.0.3) + + * Ensure target directory is created when installing man page. + pandoc (1.15.0.2) * Added files needed for building man page to Extra-Source-Files. diff --git a/pandoc.cabal b/pandoc.cabal index 2754fc23f..e69a77138 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.15.0.2 +Version: 1.15.0.3 Cabal-Version: >= 1.10 Build-Type: Custom License: GPL |
