diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-12-18 15:29:57 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-12-18 15:29:57 -0800 |
commit | 37ba5d5dfe10b73e8eb67c3c98f3f9ea1f2bd64d (patch) | |
tree | 9e6f2bc8eed92ee442890df8548ff75abae95f73 | |
parent | aa3797096991b0e67f02260bdd9bf22bc24fdbc6 (diff) | |
download | pandoc-37ba5d5dfe10b73e8eb67c3c98f3f9ea1f2bd64d.tar.gz |
Bump to 2.11.3.1 and update changelog and man page.
-rw-r--r-- | changelog.md | 13 | ||||
-rw-r--r-- | man/pandoc.1 | 2 | ||||
-rw-r--r-- | pandoc.cabal | 2 |
3 files changed, 15 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md index 4bff6373c..f6a6d18db 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,18 @@ # Revision history for pandoc +## pandoc 2.11.3.1 (2020-12-18) + + * Added some missing files to extra-source-files and data + files, so they are included in the sdist tarball. Closes #6961. + Cleaned up some extraneous data and test files, and added + a CI check to ensure that the test and data files included + in the sdist match what is in the git repository. + + * Use citeproc 0.3.0.1, which avoids removing nonbreaking + space at the end of the `initialize-with` attribute. (Some + journals require nonbreaking space after initials, and this + makes that possible.) + ## pandoc 2.11.3 (2020-12-17) * With `--bibliography` (or `bibliography` in metadata), a diff --git a/man/pandoc.1 b/man/pandoc.1 index 588c942ad..0e661fb38 100644 --- a/man/pandoc.1 +++ b/man/pandoc.1 @@ -1,7 +1,7 @@ '\" t .\" Automatically generated by Pandoc 2.11.3 .\" -.TH "Pandoc User\[cq]s Guide" "" "December 17, 2020" "pandoc 2.11.3" "" +.TH "Pandoc User\[cq]s Guide" "" "December 17, 2020" "pandoc 2.11.3.1" "" .hy .SH NAME pandoc - general markup converter diff --git a/pandoc.cabal b/pandoc.cabal index bc3b33012..8a4faa3e1 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: pandoc -version: 2.11.3 +version: 2.11.3.1 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md |