We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c39cbf commit daf4104Copy full SHA for daf4104
2 files changed
NEWS.adoc
@@ -1,6 +1,15 @@
1
DeuTex release notes
2
====================
3
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
13
5.2.0 (2019-06-23)
14
------------------
15
configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([DeuTex], [5.2.0], [https://github.com/Doom-Utils/deutex/issues])
+AC_INIT([DeuTex], [5.2.1], [https://github.com/Doom-Utils/deutex/issues])
AC_PACKAGE_URL([https://github.com/Doom-Utils/deutex])
AM_INIT_AUTOMAKE([foreign])
AC_PROG_CC
0 commit comments