update debian changelog

This commit is contained in:
eyedeekay
2025-02-20 14:53:29 -05:00
parent 3e11daf91f
commit 02502e3263
2 changed files with 9 additions and 3 deletions

View File

@ -37,8 +37,8 @@ clean: rc clean-artifacts
## EVEN RELEASES are AMO RELEASES
## ODD RELEASES are SELFHOSTED RELEASES
MOZ_VERSION=2.8.0
VERSION=2.8.1
MOZ_VERSION=2.8.2
VERSION=2.8.3
LAST_VERSION=$(shell grep '"version"' manifest.json | sed 's|"version"||g' | tr -d " :,'" | tr -d '"')

8
debian/changelog vendored
View File

@ -1,6 +1,12 @@
i2psetproxy.js (2.8.3-1) UNRELEASED; urgency=low
* Fix context recreation bug
-- idk <hankhill19580@gmail.com> Fri, 20 Feb 2025 12:00:00 -0000
i2psetproxy.js (2.8.1-1) UNRELEASED; urgency=low
* Make `Referer:` header handling more fine-grained
* 2.8.0/1 release
-- idk <hankhill19580@gmail.com> Fri, 07 Feb 2025 12:00:00 -0000