From 535a121435bee65a5fb54d54f43d05b5613aa4e5 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Wed, 6 May 2026 20:12:06 +0200 Subject: [PATCH] Cut release 1.1.0-1 Co-Authored-By: Claude Opus 4.7 (1M context) --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) 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