aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-08-18 22:45:04 -0700
committerJohn MacFarlane <[email protected]>2022-08-18 22:45:04 -0700
commit7d93aefbbd4a9fcabe71e7086ebd46bd2f164185 (patch)
tree607f0479b63caecfb35dc5a24d7fdb954c1d611c
parentd3aa51b1ee05163912372cd34863264f74650c97 (diff)
Bump to 2.19.1, update changelog.
-rw-r--r--changelog.md12
-rw-r--r--pandoc.cabal2
2 files changed, 3 insertions, 11 deletions
diff --git a/changelog.md b/changelog.md
index 9f69ccbb9..43a4cdc58 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,11 +1,11 @@
# Revision history for pandoc
-## pandoc 2.19.1 (PROVISIONAL)
+## pandoc 2.19.1 (2022-08-18)
* Add server capabilities.
+ New exported module Text.Pandoc.Server [API change].
- + The pandoc executable now starts up a webserver when renamed or
+ + The pandoc executable now starts up a web server when renamed or
symlinked as `pandoc-server`, and functions as a CGI program when
renamed or symlinked as `pandoc-server.cgi`. See the man page for
`pandoc-server` for full documentation.
@@ -64,10 +64,6 @@
* Update INSTALL.md installation from source instructions.
- * pandoc.cabal: small update to description.
-
- * Makefile: Add man target.
-
* Use base64 package instead of base64-bytestring. It is supposed to be
faster and more standards-compliant.
@@ -80,12 +76,8 @@
+ Add permalink. Don't always reload page.
+ Use vanilla JS and CSS + the new `pandoc-server.cgi`.
- * Use dev version of gridtables (Albert Krewinkel, #8216).
-
* Allow haddock-library-1.11.0.
- * MANUAL.txt: Add section on pandoc-server.
-
* Convert `tool/extract-changes.hs` to a Lua filter.
diff --git a/pandoc.cabal b/pandoc.cabal
index c4753d714..13d0ad28e 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: pandoc
-version: 2.19
+version: 2.19.1
build-type: Simple
license: GPL-2.0-or-later
license-file: COPYING.md