Sebastian Pipping
a449035d04
Changes: Communicate security aspects in detail ( #60 )
2017-07-12 16:28:27 +02:00
Sebastian Pipping
61e1a31fdc
Changes: Mention CMake improvements
2017-07-09 22:40:17 +02:00
Sebastian Pipping
44b8064042
Changes: Add MOX reference
2017-07-01 17:30:19 +02:00
Sebastian Pipping
b37622e679
Changes: Mention parameter validation bug
2017-07-01 14:43:25 +02:00
Sebastian Pipping
00bd9dab99
Changes: Mention #68 , give credit to Kerin Millar
2017-07-01 13:12:29 +02:00
Sebastian Pipping
93baf8759b
Changes: Give credit to Viktor Szakats ( #61 )
2017-06-25 20:15:28 +02:00
Sebastian Pipping
23a533d19b
Changes: Mention fix to #60
2017-06-25 17:53:25 +02:00
Sebastian Pipping
a85511958a
Changes/siphash.h: Extend log, give credit to Victor Stinner
2017-06-23 21:06:20 +02:00
Sebastian Pipping
956147f81a
Changes: Mention getrandom detection issues on macOS ( #52 )
2017-06-19 20:37:34 +02:00
Sebastian Pipping
c74d380b8f
siphash.h: Address lack of stdint.h for Visual Studio 2003-2008
2017-06-18 22:03:01 +02:00
Sebastian Pipping
1ce8ec1c12
Changes: Start post-2.2.1 section
2017-06-18 21:53:55 +02:00
Sebastian Pipping
82b8241c1c
Changes: Add link for SipHash commits
2017-06-17 17:44:32 +02:00
Sebastian Pipping
508b1c3023
Changes: Add reference to SipHash ticket
2017-06-17 12:04:41 +02:00
Sebastian Pipping
484cc4e62c
Bump version, year, and ID for 2.2.1
...
Also fill earliest release date
2017-06-17 01:58:05 +02:00
Sebastian Pipping
d7ba4e385e
Changes: Mention address leak, add MOX-??? references
2017-06-17 01:44:00 +02:00
Sebastian Pipping
b6742eb325
Bump version info from 7:2:6 to 7:3:6
2017-06-17 01:12:35 +02:00
Sebastian Pipping
c2d4688d5b
Changes: Mention SipHash
2017-06-17 01:10:11 +02:00
Sebastian Pipping
01bbdedb66
Changes: Add CVE-2017-9233 info to change log
2017-06-17 01:00:45 +02:00
Sebastian Pipping
13a55ba351
Changes: Add call for help
2017-06-17 00:56:27 +02:00
Sebastian Pipping
fa1bda5cd0
Add AUTHORS file
...
$ git log | fgrep Author: | sed 's, <[^>]\+>,,' | sort | uniq -c | awk '{ if (int($1) >= 20) print }' | sed 's,.*: ,,' | sort
2017-06-17 00:48:03 +02:00
Sebastian Pipping
60d00148b5
Changes: Mention new error code XML_ERROR_INVALID_ARGUMENT
2017-06-15 22:18:02 +02:00
Sebastian Pipping
a95e5a6c95
Changes: Mark SourceForge tickets for clarity
2017-06-14 18:02:18 +02:00
Sebastian Pipping
400d260d01
Changes: Fix indentation of a 2.2.1 item
2017-06-14 18:02:18 +02:00
Sebastian Pipping
065486c1ad
Changes: Mention commit 7e5b71b748
2017-06-14 17:40:04 +02:00
Sebastian Pipping
a39382bee5
Drop pre-X Mac OS MPW Makefile (issue #14 )
2017-06-10 22:54:26 +02:00
Sebastian Pipping
632bb9f39e
Changes: Add missing details for 2.2.1
2017-06-07 23:33:39 +02:00
Sebastian Pipping
3518a91e72
Changes: Mention commits of important 2.2.1 fixes
2017-06-07 23:29:49 +02:00
Sebastian Pipping
bf9b32eae3
Changes: Improve classification/order of existing entries for 2.2.1
2017-06-07 21:17:57 +02:00
Sebastian Pipping
120bbbc8cf
configure.ac: Disable auto-detection of libbsd
2017-06-01 20:53:44 +02:00
Sebastian Pipping
f356fb56fb
Detect and support syscall(SYS_getrandom, [..]) as well
2017-05-31 23:31:15 +02:00
Sebastian Pipping
9e02465f09
Make EXPAT_ENTROPY_DEBUG=1 print entropy source and bytes
2017-05-31 13:28:10 +02:00
Sebastian Pipping
13e4b3d05e
Autoconf: Add --(with|without)-libbsd for bypassing auto-detection
2017-05-25 21:15:36 +02:00
Sebastian Pipping
ba1fc202c1
Changes: Mention use of high quality entropy sources
2017-05-25 21:15:36 +02:00
Sebastian Pipping
4c6ac5ebc8
Changes: Document move from WIN32 to _WIN32
2017-05-25 15:25:18 +02:00
Sebastian Pipping
d923c99e13
Changes: Adjust indentation
2017-05-25 15:25:18 +02:00
Sebastian Pipping
957f947029
Changes: Document fix for #28
2017-05-24 18:50:51 +02:00
Sebastian Pipping
14f175334d
Changes: Group security notes for 2.1.0 as done in htdocs/index.html
2017-05-11 09:06:19 +02:00
Sebastian Pipping
8bb0d934a6
Add issue #25 in change log
2017-05-06 00:34:11 +02:00
Sebastian Pipping
99e2c0d52a
Changes: Document CVE-2016-9063
2017-05-03 00:38:58 +02:00
Sebastian Pipping
d1709a6c43
Changes: Document fix to issue #17
2017-04-26 19:08:46 +02:00
Sebastian Pipping
ca5808563d
Changes: Document droppings (issue #14 )
2017-04-25 23:51:59 +02:00
Sebastian Pipping
db023e68b7
configure.ac: Add --(en|dis)able-xml-context
2017-04-12 23:41:44 +02:00
Sebastian Pipping
863c43087f
Address 64bit MinGW compile warning ( fixes #15 )
...
../../../xmlparse.c: In function ‘generate_hash_secret_salt’:
../../../xmlparse.c:725:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
gather_time_entropy() ^ getpid() ^ (unsigned long)parser;
^
Thanks to Viktor Szakats.
2017-03-16 15:54:45 +01:00
Sebastian Pipping
94c69e5df1
Changes: Add Rhodri James to special thanks
2017-02-14 23:56:25 +01:00
Sebastian Pipping
64dca0bf4b
Changes: Document fix to issue #3
2017-02-14 23:53:53 +01:00
Sebastian Pipping
25a40afb0c
CHANGES: Extend special thanks
2016-11-20 18:16:27 +01:00
Sebastian Pipping
12531ad43b
Changes: Document pull request #2
2016-11-20 18:12:35 +01:00
Sebastian Pipping
a46258d1f6
Extend change log (issue #534 )
2016-08-15 18:48:14 +02:00
Sebastian Pipping
25c6393829
Extend change log
2016-08-12 23:43:56 +02:00
Sebastian Pipping
06b9bcf2a6
Start using -fno-strict-aliasing (bug #538 )
2016-08-12 15:45:05 +02:00