diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9448bb4..fdf84d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +sear.c (0.0.19-1) stable; urgency=low + + * Fixed casting to char that overflowed when stepping over strings in + urlencode() that led to unicode characters being converted to %FF%FF. Now + it's casting to unsigned char. + + -- Anton Luka Šijanec <anton@sijanec.eu> Wed, 29 Dec 2021 16:00:00 +0200 + sear.c (0.0.18-1) stable; urgency=low * removed dependency to dh_systemd - it's included in debhelper 4 some time |