diff --git a/debian/changelog b/debian/changelog index af23e91..f20f0f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +s3-genindex (1.1.0-1) trixie; urgency=medium + + * Build system overhaul: cross-compile CGO-free static binaries for + amd64 and arm64 from a single host, build .deb packages directly + via debian/build-deb.sh (no more dpkg-buildpackage/debhelper). + * VERSION is parsed once from debian/changelog and injected at link + time via -ldflags; `s3-genindex -version` is the source of truth. + + -- Pim van Pelt Tue, 06 May 2026 12:00:00 +0000 + s3-genindex (1.0.0-1) unstable; urgency=medium * Initial release