Skip to content

Commit

Permalink
Update NEWS, bump version to v3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Oct 22, 2023
1 parent adf596a commit 7b03da2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# wadptr revision history

## 3.3 (2023-10-21)

* Compression of Hexen format levels is now supported.
* A bug was fixed that prevented blockmaps from being stacked.
* Two new arguments, `-extblocks` and `-extsides`, have been added
to allow use of the extended blockmap and sidedef limits that are
supported by some source ports.
* Corrupt BLOCKMAP lumps are now detected and no attempt is made to
process them.
* Compression of BLOCKMAP lumps is now very slightly better.
* The graphics squashing code can now do a slightly better job of
compressing some larger graphics.
* The code has now been tested successfully on FreeBSD, NetBSD and
OpenBSD.
* The test suite now includes a set of "unit test" WADs as regression
tests for all the individual features.

## 3.2 (2023-10-14)

* The sidedef packing code is now considerably more efficient,
Expand Down
2 changes: 1 addition & 1 deletion wadptr.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <stdlib.h>
#include <string.h>

#define VERSION "3.2"
#define VERSION "3.3"

extern bool allowpack; // level packing on
extern bool allowsquash; // picture squashing on
Expand Down
2 changes: 1 addition & 1 deletion wadptr.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Name: wadptr
Version: 3.2
Version: 3.3
Release: 0
Group: Development/Tools/Building
Summary: Redundancy compressor for Doom WAD files
Expand Down

0 comments on commit 7b03da2

Please sign in to comment.