Subversion Repositories lsh

Compare Revisions

Ignore whitespace Rev 128 → Rev 129

/trunk/debian/changelog
1,3 → 1,12
lsh-utils (2.1-6) experimental; urgency=low
 
* skip-argp.patch (new): Make sure we don't touch the embedded argp copy
when not needed. It fails to build with GCC 5, which defaults to C99,
which has different inline function rules, and we don't need it.
(Closes: #777990).
 
-- Magnus Holmgren <holmgren@debian.org> Fri, 15 May 2015 14:54:11 +0200
 
lsh-utils (2.1-5) unstable; urgency=low
 
* bsd_connreset_test_fail.patch (new): Fix random test failures on kFreeBSD.