]> granicus.if.org Git - libexpat/commitdiff
Changes/siphash.h: Extend log, give credit to Victor Stinner
authorSebastian Pipping <sebastian@pipping.org>
Fri, 23 Jun 2017 18:57:30 +0000 (20:57 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Fri, 23 Jun 2017 19:06:20 +0000 (21:06 +0200)
expat/Changes
expat/lib/siphash.h

index 2fdc6a4373ebfab0b73a27f7a84227f8ce4ff604..0fd4845d10fcd77db93e0f738fcebbcd1135ff77 100644 (file)
@@ -8,11 +8,13 @@ Release 2.??? ????????????????
              #50  Fix too eager getrandom detection for Debian GNU/kFreeBSD
              #52    and macOS
              #51  Address lack of stdint.h in Visual Studio 2003 to 2008
+             #58  Address compile warnings
 
         Special thanks to:
             Cătălin Răceanu
             László Böszörményi
             S. P. Zeidler
+            Victor Stinner
 
 Release 2.2.1 Sat June 17 2017
         Security fixes:
index e7df3367d35a27061e789567678bb7f9fa30f21b..1e1813a66b8674d81200c79cb14a68aba71dd2ca 100644 (file)
@@ -3,7 +3,7 @@
  * --------------------------------------------------------------------------
  * Derived by William Ahern from the reference implementation[1] published[2]
  * by Jean-Philippe Aumasson and Daniel J. Berstein.
- * Minimal changes by Sebastian Pipping on top, details below.
+ * Minimal changes by Sebastian Pipping and Victor Stinner on top, see below.
  * Licensed under the CC0 Public Domain Dedication license.
  *
  * 1. https://www.131002.net/siphash/siphash24.c
@@ -11,6 +11,9 @@
  * --------------------------------------------------------------------------
  * HISTORY:
  *
+ * 2017-06-23  (Victor Stinner)
+ *   - Address Win64 compile warnings
+ *
  * 2017-06-18  (Sebastian Pipping)
  *   - Address lack of stdint.h for Visual Studio 2003 to 2008
  *