2023-10-27  Daniel McRobb  <dwm@spark.mcplex.net>

	* tagged as libDwmCredence-0.1.22
	
	* Makefile: use correct identifier when building package on macOS:
	net.mcplex.libDwmCredence

2023-10-24  Daniel McRobb  <dwm@spark.mcplex.net>

	* tagged as libDwmCredence-0.1.21

	* classes/src/DwmCredenceServerConfigParse.y:
	Type of second argument to credenceservercfg_scan_bytes() is
	different for different versions of flex. :-(  Update all of
	my hosts to at least flex 2.6.4 so I have consistent 'int'
	as second argument type.

2023-10-24  Daniel McRobb  <dwm@spark.mcplex.net>

	* tagged as libDwmCredence-0.1.20

	* Added classes/src/DwmCredenceServerConfigLex.lex and
	DwmCredenceServerConfigParse.y

2023-10-23  Daniel McRobb  <dwm@spark.mcplex.net>

	* tagged as libDwmCredence-0.1.19

	* Deal with boost moving in recent MacPorts for Sonoma, and
	slightly modernize my autoconf (the parts I am using here).

2023-08-01  Daniel McRobb  <dwm@mcplex.net>

	* tagged as libDwmCredence-0.1.18

	* Minor tweaks to improve robustness against faulty clients.

2023-07-16  Daniel W. McRobb  <dwm@mcplex.net>

	* classes/tests/TestPeer.cc: Added check of Peer::ReceiveWouuldBlock().

	* tagged as libDwmCredence-0.1.17

	* classes/include/DwmCredencePeer.hh, classes/src/DwmCredencePeer.cc:
	Added Peer::ReceiveWouldBlock(size_t numBytes)

2023-06-24  Daniel McRobb  <dwm@mcplex.net>

	* tagged as libDwmCredence-0.1.16

	* classes/include/DwmCredencePeer.hh, classes/src/DwmCredencePeer.cc:
	Added defaulted timeOut paramater to Peer::Connect().

2023-01-14  Daniel McRobb  <dwm@mcplex.net>

	* Tagged as libDwmCredence-0.1.15

	* classes/src/DwmCredenceXChaCha20Poly1305.cc: Log exception what()
	if we catch a atd::exception.

2023-01-13  dwm  <dwmcrobb@me.com>

	* Tagged as libDwmCredence-0.1.13

	* classes/src/DwmCredenceXChaCha20Poly1305.cc: Don't put our write
	buffers on the stack.  We might have very large messages to
	encrypt/decrypt and hence using the heap is more appropriate.
	We're passed a string reference for output; just resize() it and
	populate it.  Catch exceptions sinze resize() can throw.

	* DwmCredenceKeyExchanger.cc: Add GetSetSocketNoDelayOption()
	function, currently unused.

