Skip to content

Commit daf4104

Browse files
committed
Version 5.2.1
1 parent 0c39cbf commit daf4104

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

NEWS.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
DeuTex release notes
22
====================
33

4+
5.2.1 (2019-08-10)
5+
------------------
6+
7+
Build systems
8+
-------------
9+
* `./configure` was broken in 5.2.0 for systems without AsciiDoc
10+
installed. It now properly checks for a2x conditionally along
11+
with the possible `--disable-man` parameter.
12+
413
5.2.0 (2019-06-23)
514
------------------
615

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([DeuTex], [5.2.0], [https://github.com/Doom-Utils/deutex/issues])
1+
AC_INIT([DeuTex], [5.2.1], [https://github.com/Doom-Utils/deutex/issues])
22
AC_PACKAGE_URL([https://github.com/Doom-Utils/deutex])
33
AM_INIT_AUTOMAKE([foreign])
44
AC_PROG_CC

0 commit comments

Comments
 (0)