2020-09-08  Daniel W. McRobb  <dwm@mcplex.net>

	* tagged as libDwmRDAP-0.2.1

	* include/DwmCountryCode.hh, include/DwmIpv4CountryDb.hh:
	update to conform to changes to libDwm I/O classes.

2020-08-28  dwm  <dwmcrobb@me.com>

	* Tagged as libDwmRDAP-0.2.0

	* Updated to use the latest libDwmAuth, which uses ed25519 keys.

2017-06-30  dwm  <dwmcrobb@me.com>

	* include/DwmRDAPFetcher.hh: Added comment for FetchedEntryMap.

2017-06-29  dwm  <dwmcrobb@me.com>

	* tagged as libDwmRDAP-0.1.9

	* Added README with skeletal build/install instructions.

2017-06-27  dwm  <dwmcrobb@me.com>

	* Added manpages for ipdeny2db, geolite2db and getpfx2as.

2017-06-23  dwm  <dwmcrobb@me.com>

	* More work on dwmrdapd manpage.  Created dwmrdapc manpage.
	Created dwmrdapd.conf manpage.

2017-06-22  dwm  <dwmcrobb@me.com>

	* Added getpfx2as and getasdescrs applications.

2017-06-06  Daniel W. McRobb  <dwm@mcplex.net>

	* Tagged as libDwmRDAP-0.1.8

	* Port to Ubuntu 16.04

2017-06-05  Daniel W. McRobb  <dwm@mcplex.net>

	* Tagged as libDwmRDAP-0.1.7

2017-06-02  Daniel W. McRobb  <dwm@mcplex.net>

	* Ported to macOS (10.12.5, Sierra).

2017-05-23  dwm  <dwm@mcplex.net>

	* tagged as libDwmRDAP-0.1.6

	* dwmrdap/dwmrdap.cc: Removed database code.

2017-05-12  dwm  <dwm@mcplex.net>

	* etc/rdap_ipv4.json: 151.101.0.0/16 to 151.114.0.0/16 are
	under ARIN, not RIPE.

2017-05-10  dwm  <dwm@mcplex.net>

	* include/DwmRDAPIpv4Routes.hh: Oops, fix bug in SortByKey()
	where we used an iterator that wasn't being updated in loop.

2017-05-08  dwm  <dwm@mcplex.net>

	* dwmrdapd now has special handling for 'special' addresses;
	multicast, private and future allocation space.  These are in
	the rdap_ipv4.json file with server entries that have special
	meaning to dwmrdapd.

2017-04-25  dwm  <dwm@mcplex.net>

	* tagged as libDwmRDAP-0.1.5

	* include/DwmCountryCodes.hh: Added bool Empty() const.

2017-04-24  08:55 dwm  <dwm@mcplex.net>

	* etc/rdap_ipv4.json: Added 160.44.0.0/14 and 160.48.0.0/12 to
	ripe.

2017-04-23  11:00 <dwm@mcplex.net>

	* etc/rdap_ipv4.json: Added 159.226.0.0/16 to apnic.

2017-04-19  20:30 <dwm@mcplex.net>

	* tagged as libDwmRDAP-0.1.4

2017-04-19  20:30 <dwm@mcplex.net>

	* include/DwmRDAPQuerySessions.hh, src/DwmRDAPQuerySessions.cc:
	Added remaining fixes for ARIN's lack of country code in RDAP
	responses.  If we're querying ARIN, search the vcards for any
	labels with a country other than 'UNITED STATES'.  If we find
	one, use it.  If not, fall back to "US" for the country code.
	I now handle all of the ARIN countries listed on their web site
	at https://www.arin.net/knowledge/rirs/ARINcountries.html.  But
	given other ARIN problems, I wouldn't be surprised if that list
	is incorrect.

	* include/DwmRDAPQuerySessions.hh, src/DwmRDAPQuerySessions.cc:
	Yet more fixes for ARIN's suckage: search label in vcards in RDAP
	response for a country name and convert it to a country code.
	Right now I only handle 'CANADA' and 'UNITED STATES', but I'll
	add more countries soon.

2017-04-19 03:18  <dwm@mcplex.net>

	* tagged as libDwmRDAP-0.1.3

2017-04-18 04:32  <dwm@mcplex.net>

	* [r9140] Added Fetcher convenience class.

