X-Git-Url: http://git.ieval.ro/?p=filters.git;a=blobdiff_plain;f=debian%2Fchangelog;h=4340570d4e6b939fc3b15df74b2b8fa730a96874;hp=25e7497c3cd11082f5b3cf92c34b654479c9dbb8;hb=fd2438b5e1d783573f69514b905cc506344bb80b;hpb=615d7f1deb3d10ea5dfa2e10669a54ddb87042ce diff --git a/debian/changelog b/debian/changelog index 25e7497..4340570 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,57 @@ +filters (2.55-1) unstable; urgency=medium + + * New maintainer (Closes: #768530) + * Make package non-native + * Add d/watch + * Use git-buildpackage + + [ Joey Hess ] + * Fix build warnings. + Thanks, Marius Gavrilescu. + * scramble: Fix missing free and improve error handling. + Thanks, Marius Gavrilescu + * A few other minor fixes. + * Update urls. + + -- Marius Gavrilescu Mon, 14 Dec 2015 10:29:39 +0200 + +filters (2.54) unstable; urgency=medium + + * Fix UTF-8 handling in uniencode. Closes: #508003 + Thanks, Marius Gavrilescu. + * Improve layout and build process. + Thanks, Marius Gavrilescu. + * Replace fread with getchar in nethackify. + Thanks, Marius Gavrilescu. + * Fix NAME section of manpage. Closes: #775035 + Thanks, Marius Gavrilescu. + * Remove SAMPLES file for deterministic builds. + * Makefile: Propagate input CFLAGS and LDFLAGS through to the compiler + to allow eg, building with hardening. + Thanks, Marius Gavrilescu. + + -- Joey Hess Thu, 30 Jul 2015 14:33:57 -0400 + +filters (2.53) unstable; urgency=medium + + * Orphaned the Debian package. + + -- Joey Hess Sat, 08 Nov 2014 00:38:19 -0400 + +filters (2.52) unstable; urgency=medium + + * Rename lolcat to LOLCAT to avoid collision with a fine rainbow colored cat. + Closes: #760910 + + -- Joey Hess Tue, 09 Sep 2014 10:04:03 -0400 + +filters (2.51) unstable; urgency=medium + + * Include lolcat in installation, which was missed by accident. + Closes: #760842 Thanks, Jochen Sprickerhof + + -- Joey Hess Mon, 08 Sep 2014 08:56:28 -0400 + filters (2.50) unstable; urgency=medium * Reorganize some code to support building with clang.