PRE-RELEASE v0.4.0

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-18 13:45:12 +02:00
parent 1f144f4c19
commit cf7a538ee6
3 changed files with 11 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ BUILD_DIR := $(CURDIR)/build
# the package version from there directly. The C code picks up VERSION
# via the generated src/version.h (written by the version-header target
# below and depended on by the module build).
VERSION := 0.3.0
VERSION := 0.4.0
NGINX_SRC ?=

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
nginx-ipng-stats-plugin (0.4.0-1) unstable; urgency=medium
* Pre-release v0.4.0.
-- Pim van Pelt <pim@ipng.ch> Sat, 18 Apr 2026 13:15:15 +0200
nginx-ipng-stats-plugin (0.3.0-1) unstable; urgency=medium
* Pre-release v0.3.0.

9
debian/rules vendored
View File

@@ -32,8 +32,7 @@ override_dh_auto_install:
$(CURDIR)/debian/$(PKG)/etc/nginx/modules-available/50-mod-http-ipng-stats.conf
override_dh_auto_clean:
# Preserve build/ across clean so dpkg-buildpackage doesn't force
# a full rebuild of the fetched nginx source tree every time. The
# top-level `make clean` will flush it when the user really wants
# a fresh start.
dh_auto_clean
# Intentionally a no-op: dh_auto_clean would call the top-level
# Makefile's `clean` target, which wipes build/ wholesale — and
# that includes build/nginx-asan/ from a prior `make build-asan`.
# Users who want a fresh reset run `make clean` at the top level.