Skip to content

Commit

Permalink
Update NEWS, bump version to v3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Oct 7, 2023
1 parent 3408739 commit a87de74
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.1 (2023-10-07)

* This release adds support for BLOCKMAP lump compression. For
compatibility reasons, the algorithm is deliberately conservative
and does not use some of the more aggressive optimizations supported
by ZokumBSP, but a reference to ZokumBSP was added in the manual.
* The WAD lump merging code was rewritten. It is now much faster, and
lump data is now arranged within generated WAD files in a way that
helps make WADs compress better when compressed as eg. .zip or .gz.
* The list command (-l) no longer hides level sub-lumps like BLOCKMAP
or SIDEDEFS. The full set of lumps is always listed.
* A bug was fixed where it wasn't possible to list the contents of
Hexen format WADs.
* The Chocolate Doom quickcheck regression test suite was integrated
to prevent demo desyncs from being introduced by wadptr.
* A static limit on graphic sizes was eliminated.

## 3.0 (2023-09-30)

* A bug was fixed with sidedef packing where if multiple scrolling walls
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.0"
#define VERSION "3.1"

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.0
Version: 3.1
Release: 0
Group: Development/Tools/Building
Summary: Redundancy compressor for Doom WAD files
Expand Down

0 comments on commit a87de74

Please sign in to comment.