2024-05-23  Daniel McRobb  <dwm@spark.mcplex.net>

	* tagged as libDwmRDAP-0.3.5

	* Moved from subversion repository to git repository.

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

	* tagged as libDwmRDAP-0.3.4

	* Makefile: use correct identifier when building package on macOS:
	net.mcplex.libDwmRDAP

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

	* tagged as libDwmRDAP-0.3.3

2023-10-26  Daniel W. McRobb  <dwm@www.mcplex.net>

	* packaging/fbsd_manifest.in: update versions of some dependencies.
	Remove obsolete scripts.

2023-10-26  Daniel McRobb  <dwm@thrip.mcplex.net>

	* packaging/debcontrol.in, Makefile: I no longer need epm to
	build a package on linux.  Just use my mkdebcontrol and dpkg-deb.

	* include/DwmRDAPResponse.hh: Added IPv4Response(const Response &)
	constructor.

2023-10-26  dwm  <dwm@spark.mcplex.net>

	* dwm.m4: Deal with the fact that MacPorts moved the installation
	location of boost.

2023-10-26  Daniel W. McRobb  <dwm@kiva.mcplex.net>

	* Remove remaining vestiges of Poco, except in apps/getasdescrs
	which will need to be updated if it is ever needed again (it's
	not part of the build).

2022-12-10  dwm  <dwm@ria.rfdm.com>

	* tagged as libDwmRDAP-0.3.2

	* Other refactorings to work correctly with Credence::Peer.

	* Fix issue with IPv4 to country database; use std::array in
	place of std::vector for top-level container so that we always
	have all prefix lengths saved.  We've always depended on
	our vector not changing in size, but its size would get
	modified if we read an empty database.

2022-11-27  Daniel W. McRobb  <dwm@mcplex.net>

	* Tagged as libDwmRDAP-0.3.1

	* packaging/libDwmRDAP.pc.in:
	Use DWMINCS instead of CFG2JSONINCS.
	Use DWMLIBS instead of CFG2JSONLIBS.

2022-11-26  Daniel W. McRobb  <dwm@mcplex.net>

	* Tagged as libDwmRDAP-0.3.0

2022-11-25  Daniel W. McRobb  <dwm@mcplex.net>

	* Removed use of Poco; just use libDwmWebUtils.  While the
	stateful sessions were somewhat useful with Poco in dwmrdapd,
	the code was much clunkier and more complex.

2022-11-23  Daniel W. McRobb  <dwm@mcplex.net>

	* API and build updates.  libDwmAuth replaced with libDwmCredence,
	hence we no longer need CryptoPP.  jsoncpp replaced with
	nlohmann::json.

2021-04-08  Daniel W. McRobb  <dwm@mcplex.net>

	* tagged as libDwmRDAP-0.2.2

	* include/DwmCountryCode.hh, include/DwmIpv4CountryDb.hh,
	  include/DwmRDAPIpv4Routes.hh, src/DwmCountryCode.cc,
	  src/DwmIpv4CountryDb.cc

	Updated to conform to the latest libDwm.

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.

