Skip to content

Commit a081859

Browse files
committed
Bump to 2.17.1.1, update changelog and man page.
1 parent 4c8c7f6 commit a081859

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Revision history for pandoc
22

3+
## pandoc 2.17.1.1 (2022-01-31)
4+
5+
* Fix regression in 2.17.1 which caused problems finding
6+
default files in the default user data directory. (Reverts
7+
the item "logic bug in `fullDefaultsPath`", which was
8+
misguided.)
9+
10+
* Sample custom writer: use single quotes for strings (#7487,
11+
Albert Krewinkel).
12+
313
## pandoc 2.17.1 (2022-01-30)
414

515
* Support `pagedjs-cli` as pdf engine (#7838, Albert Krewinkel).

man/pandoc.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'\" t
2-
.\" Automatically generated by Pandoc 2.17.0.1
2+
.\" Automatically generated by Pandoc 2.17.1
33
.\"
44
.\" Define V font for inline verbatim, using C font in formats
55
.\" that render this, and otherwise B font.
@@ -15,7 +15,7 @@
1515
. ftr VB CB
1616
. ftr VBI CBI
1717
.\}
18-
.TH "Pandoc User\[cq]s Guide" "" "January 30, 2022" "pandoc 2.17.1" ""
18+
.TH "Pandoc User\[cq]s Guide" "" "January 30, 2022" "pandoc 2.17.1.1" ""
1919
.hy
2020
.SH NAME
2121
pandoc - general markup converter

pandoc.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: pandoc
3-
version: 2.17.1
3+
version: 2.17.1.1
44
build-type: Simple
55
license: GPL-2.0-or-later
66
license-file: COPYING.md

0 commit comments

Comments
 (0)