From 19821b38e9f38f8296f9d97ab8a32ff68ed23c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roth?= Date: Sat, 20 Apr 2024 12:32:54 +0200 Subject: [PATCH] aptly: release 1.6.0~alpha28 --- debian/changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index d203e766..9a8e48b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +aptly (1.6.0~alpha28) stable; urgency=medium + + * Fix reflist diffs failing to compact when one of the inputs ends + * Skip loading reflists when listing published repos + * fix go mod tidy and use go 1.19 + * Use zero-copy decoding for reflists + * Improve publish cleanup perf when sources share most of their + packages + * Improve performance of simple reflist merges + * Use github.com/saracen/walker for file walk operations + + -- André Roth Sat, 20 Apr 2024 12:32:40 +0200 + aptly (1.6.0~alpha27) stable; urgency=medium * aptly: release 1.6.0~alpha26