diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-07-01 18:05:00 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-07-01 18:05:00 -0700 |
commit | 49da3e70cdf38d411574d3299798d11df80bbe35 (patch) | |
tree | 41d6d82fb9430bb9f468e6abff9a2d99f561d62c | |
parent | 9ffd1babc7db537b5cc254674999bc3da567e070 (diff) | |
download | pandoc-49da3e70cdf38d411574d3299798d11df80bbe35.tar.gz |
Bump version to 1.15.0.1, update changelog.
-rw-r--r-- | changelog | 5 | ||||
-rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +pandoc (1.15.0.1) + + * Man page is now built and installed as part of the cabal build + process. Removed Makefile target for man page. + pandoc (1.15) * Man page changes: diff --git a/pandoc.cabal b/pandoc.cabal index 54e09d38f..e082fde96 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.15 +Version: 1.15.0.1 Cabal-Version: >= 1.10 Build-Type: Custom License: GPL |