From: Mark Wooding Date: Sat, 9 May 2020 19:55:40 +0000 (+0100) Subject: Merge branch '2.5.x' X-Git-Tag: 2.6.0~49 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/551a5729aff083d8cc56c092dacc9936e96a1435 Merge branch '2.5.x' * 2.5.x: Release 2.5.2. base/regdump.c: Be helpful about VFP/NEON registers before `regdump_init'. base/regdump.h (ARM32, ARM64): Properly parenthesize `_regfmt' arguments. base/regdump.c: Dump ARM VFP/NEON registers with the correct source tag. debian/catacomb2.symbols: Bump versions for fixed functions. Release 2.4.5. math/group-parse.c (group-parse): Parse binary-group descriptions. math/group-parse.c: Fix copyright notice. *.c: Check for ARM64 SIMD before using the accelerated code. base/dispatch.c: Recognize `CPUFEAT_ARM_NEON' as requesting ARM64 SIMD. symm/t/chacha: Missing test from RFC8439. math/t/{mpx,mpmont}: Add some extra tests for flushing out `mul4' bugs. math/mpx-mul4-*: Test the `...zc' variants too. math/Makefile.am, symm/Makefile.am: Use `--no-install' on oddball tests. progs/pixie.c: Don't crash when trying to set an empty passphrase. configure.ac, vars.am: Use host-specific link options for test programs. --- 551a5729aff083d8cc56c092dacc9936e96a1435 diff --cc debian/changelog index db77dc17,3e08f899..3d5f0058 --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,10 +1,16 @@@ +catacomb (2.5.99~) experimental; urgency=medium + + * (placeholder for next minor release) + + -- Mark Wooding Mon, 30 Sep 2019 02:15:20 +0100 + + catacomb (2.5.2) experimental; urgency=medium + + * Merge changes from 2.4.5. + * catacomb-dev: Fix ARM32 FP/SIMD register dumping. + + -- Mark Wooding Sat, 09 May 2020 20:50:57 +0100 + catacomb (2.5.1) experimental; urgency=medium * Merge changes from 2.4.4.