Merge branch '2.5.x'
authorMark Wooding <mdw@distorted.org.uk>
Sat, 9 May 2020 19:55:40 +0000 (20:55 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 May 2020 19:55:40 +0000 (20:55 +0100)
* 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.

1  2 
base/dispatch.c
configure.ac
debian/catacomb2.symbols
debian/changelog

diff --cc base/dispatch.c
Simple merge
diff --cc configure.ac
Simple merge
Simple merge
@@@ -1,9 -1,10 +1,16 @@@
 +catacomb (2.5.99~) experimental; urgency=medium
 +
 +  * (placeholder for next minor release)
 +
 + -- Mark Wooding <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  Sat, 09 May 2020 20:50:57 +0100
  catacomb (2.5.1) experimental; urgency=medium
  
    * Merge changes from 2.4.4.