diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cb5da6..1b49f97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ Changelog ========= +7.1.1 +----- + +- Actually include `dbip-country-lite.mmdb` file in the `parsedmarc.resources` package (PR #281) +- Update `dbip-country-lite.mmdb` to the 2022-01 release + 7.1.0 ----- -- A static copy of the DBIP database is now included for use when a copy of the MaxMind GeoLite2 Country database is not installed (Closes #275) +- A static copy of the DBIP Country Lite database is now included for use when a copy of the MaxMind GeoLite2 Country database is not installed (Closes #275) - Add `ip_db_path` to as a parameter and `general` setting for a custom IP geolocation database location (Closes #184) - Search default Homebrew path when searching for a copy of the MaxMind GeoLite2 Country database (Closes #272) - Fix log messages written to root logger (PR #276) diff --git a/README.rst b/README.rst index b5c28a1..0e67543 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,14 @@ parsedmarc |Build Status| |Code Coverage| |PyPI Package| +.. note:: **Help Wanted** + + This is a project is maintained by one developer. + Please consider reviewing the open `issues`_ to see how you can contribute code, documentation, or user support. + Assistance on the pinned issues would be particularly helpful. + + Thanks to all `contributors`_! + .. image:: https://raw.githubusercontent.com/domainaware/parsedmarc/master/docs/_static/screenshots/dmarc-summary-charts.png :alt: A screenshot of DMARC summary charts in Kibana :align: center @@ -490,6 +498,10 @@ https://github.com/domainaware/parsedmarc/issues .. |PyPI Package| image:: https://img.shields.io/pypi/v/parsedmarc.svg :target: https://pypi.org/project/parsedmarc/ +.. _issues: https://github.com/domainaware/parsedmarc/issues + +.. _contributors: https://github.com/domainaware/parsedmarc/graphs/contributors + .. _Demystifying DMARC: https://seanthegeek.net/459/demystifying-dmarc/ .. _IP to Country Lite database: https://db-ip.com/db/download/ip-to-country-lite diff --git a/docs/index.rst b/docs/index.rst index b7351d5..cb8ff00 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,6 +9,15 @@ parsedmarc documentation - Open source DMARC report analyzer and visualizer |Build Status| |Code Coverage| |PyPI Package| +.. note:: **Help Wanted** + + This is a project is maintained by one developer. + Please consider reviewing the open `issues`_ to see how you can contribute code, documentation, or user support. + Assistance on the pinned issues would be particularly helpful. + + Thanks to all `contributors`_! + + .. image:: _static/screenshots/dmarc-summary-charts.png :alt: A screenshot of DMARC summary charts in Kibana :scale: 50 % @@ -108,7 +117,7 @@ CLI help .. note:: - In ``parsedmarc`` 6.0.0, most CLI options were moved to a configuration file, described below. + Starting in ``parsedmarc`` 6.0.0, most CLI options were moved to a configuration file, described below. Configuration file ================== @@ -1618,6 +1627,10 @@ Indices and tables .. |PyPI Package| image:: https://img.shields.io/pypi/v/parsedmarc.svg :target: https://pypi.org/project/parsedmarc/ +.. _issues: https://github.com/domainaware/parsedmarc/issues + +.. _contributors: https://github.com/domainaware/parsedmarc/graphs/contributors + .. _Demystifying DMARC: https://seanthegeek.net/459/demystifying-dmarc/ .. _IP to Country Lite database: https://db-ip.com/db/download/ip-to-country-lite diff --git a/parsedmarc/resources/dbip-country-lite.mmdb b/parsedmarc/resources/dbip-country-lite.mmdb index 5dcb5ed..e3f0963 100644 Binary files a/parsedmarc/resources/dbip-country-lite.mmdb and b/parsedmarc/resources/dbip-country-lite.mmdb differ