You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix and enhancements for issue 1
- Fixed a bug when using optimize_network_range on wildcard patterns
(fixesjathanism#1)
- Convert CHANGELOG to rst format
- New unit test for optimize_network_range
- Added README.rst to MANIFEST.in so it gets bundled in tarballs
Release 0.6.2
- Version is currently stored in setup.py and cidrize.py now, because if
netaddr wasn't installed, cidrize install actually fails. How novel!
Release 0.6
- IPv6 addresses are now supported!
- Enhanced dump output to display IP version
- Cleaned up formatting in README.rst
- All debug printing replaced with logging module (hint: set environment
variable DEBUG=1)
- Bugfix to bracket-style in which patterns with brackets not in 4th
octet were sometimes matching.
- Bugfix when returning strict results on parse styles that return
IPRange objects (bracket, hyphen styles). If an IPRange is larger than
the hard-coded limit of a /18, then it will always be strict.
- All changes covered by tests.