Bump to 3.9.0.2, update changelog and man pages.

This commit is contained in:
John MacFarlane
2026-03-19 09:40:27 +01:00
parent 3769d0cbf4
commit f1e061478d
7 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
---
title: Pandoc User's Guide
author: John MacFarlane
date: 2026-03-17
date: 2026-03-19
---
# Synopsis
+4
View File
@@ -1,5 +1,9 @@
# Revision history for pandoc
## pandoc 3.9.0.2 (2026-03-19)
* Typst template: fix regression introduced in 3.9.0.1 (#11538).
## pandoc 3.9.0.1 (2026-03-17)
* WASM GUI:
+2 -2
View File
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.9.0.1
.\" Automatically generated by Pandoc 3.9.0.2
.\"
.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.9.0.1" "Pandoc User\[cq]s Guide"
.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.9.0.2" "Pandoc User\[cq]s Guide"
.SH SYNOPSIS
\f[CR]pandoc\-lua\f[R] [\f[I]options\f[R]] [\f[I]script\f[R]
[\f[I]args\f[R]]]
+2 -2
View File
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.9.0.1
.\" Automatically generated by Pandoc 3.9.0.2
.\"
.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.9.0.1" "Pandoc User\[cq]s Guide"
.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.9.0.2" "Pandoc User\[cq]s Guide"
.SH SYNOPSIS
\f[CR]pandoc\-server\f[R] [\f[I]options\f[R]]
.SH DESCRIPTION
+2 -2
View File
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.9.0.1
.\" Automatically generated by Pandoc 3.9.0.2
.\"
.TH "pandoc" "1" "2026\-03\-17" "pandoc 3.9.0.1" "Pandoc User\[cq]s Guide"
.TH "pandoc" "1" "2026\-03\-19" "pandoc 3.9.0.2" "Pandoc User\[cq]s Guide"
.SH NAME
pandoc - general markup converter
.SH SYNOPSIS
+2 -2
View File
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: pandoc-cli
version: 3.9.0.1
version: 3.9.0.2
build-type: Simple
license: GPL-2.0-or-later
license-file: COPYING.md
@@ -69,7 +69,7 @@ executable pandoc
buildable: True
-- Note: we always link to an exact version of pandoc, with the
-- same version as this package:
build-depends: pandoc == 3.9.0.1, text
build-depends: pandoc == 3.9.0.2, text
other-modules: PandocCLI.Lua
, PandocCLI.Server
+1 -1
View File
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: pandoc
version: 3.9.0.1
version: 3.9.0.2
build-type: Simple
license: GPL-2.0-or-later
license-file: COPYING.md