Skip to content

Commit

Permalink
Version 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chungy committed Jun 23, 2019
1 parent 6bd2680 commit d9cf762
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions NEWS.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
DeuTex release notes
====================

5.2.0 (2019-06-23)
------------------

Graphics
~~~~~~~~
* DeuTex supports textures in TX_START and TX_END markers. These
are used by certain editors/engines for textures, with support for
storing PNG and JPEG files directly in the WAD. Extraction is
likewise handled for all formats.

Build systems and code standards
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Instances of `== true` and `!= false` were simplified to more
idiomatic C, such as `if (cond)` and `if (!cond)`.
* Manual page generation can be disabled, even if `a2x` is
available, by using `./configure --disable-man`. This feature may
be useful for penguin distributions.

5.1.2 (2018-08-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([DeuTex], [5.1.2], [https://github.com/Doom-Utils/deutex/issues])
AC_INIT([DeuTex], [5.2.0], [https://github.com/Doom-Utils/deutex/issues])
AC_PACKAGE_URL([https://github.com/Doom-Utils/deutex])
AM_INIT_AUTOMAKE([foreign])
AC_PROG_CC
Expand Down

0 comments on commit d9cf762

Please sign in to comment.