Blame NEWS

Packit 71e9d6
* Version 0.2.4 (released 2018-07-23)
Packit 71e9d6
- Added support for libmaxmind DB API as an alternative to libgeoip.
Packit 71e9d6
Packit 71e9d6
Packit 71e9d6
* Version 0.2.3 (released 2018-05-26)
Packit 71e9d6
- Fixed --no-decorate option with --split and IPv6 addresses.
Packit 71e9d6
- Fixed build with USE_GEOIP=yes and USE_DYN_GEOIP=no (David Guglielmi)
Packit 71e9d6
- Fixed build with libgeoip < 1.6.3
Packit 71e9d6
Packit 71e9d6
Packit 71e9d6
* Version 0.2.2 (released 2017-12-27)
Packit 71e9d6
- Added a more silent version of --split when combined with
Packit 71e9d6
  --no-decorate option.
Packit 71e9d6
Packit 71e9d6
Packit 71e9d6
* Version 0.2.0 (released 2017-05-15)
Packit 71e9d6
- Added the --split (-S) option. This allows splitting networks
Packit 71e9d6
  into smaller chunks.
Packit 71e9d6
Packit 71e9d6
Packit 71e9d6
* Version 0.1.8 (released 2016-06-14)
Packit 71e9d6
- Do not print the reverse DNS information by default. Only
Packit 71e9d6
  when --all-info is specified.
Packit 71e9d6
Packit 71e9d6
Packit 71e9d6
* Version 0.1.7 (released 2016-04-01)
Packit 71e9d6
- Assume a classless IPv4 range by default. This breaks compatibility
Packit 71e9d6
  with previous versions since, unless --class-prefix is specified,
Packit 71e9d6
  the default IPv4 prefix is now /32.
Packit 71e9d6
- Added support for printing reverse DNS addresses.
Packit 71e9d6
Packit 71e9d6
Packit 71e9d6
* Version 0.1.6 (released 2015-12-08)
Packit 71e9d6
- Introduced color printing.
Packit 71e9d6
Packit 71e9d6
Packit 71e9d6
* Version 0.1.5 (released 2015-11-05)
Packit 71e9d6
- Auto-detect IPv6 addresses when generating random networks.
Packit 71e9d6
- Removed libpopt dependency by using getopt_long().
Packit 71e9d6
Packit 71e9d6
Packit 71e9d6
* Version 0.1.4 (released 2015-10-14)
Packit 71e9d6
- Added the --all-info option to enable the printing of all
Packit 71e9d6
  available information.
Packit 71e9d6
Packit 71e9d6
Packit 71e9d6
* Version 0.1.3 (released 2015-10-05)
Packit 71e9d6
- Print the country code in informational mode.
Packit 71e9d6
Packit 71e9d6
Packit 71e9d6
* Version 0.1.2 (released 2015-06-09)
Packit 71e9d6
- Print the country code when --geoinfo is requested.
Packit 71e9d6
- Only quote the strings if there are spaces in them.
Packit 71e9d6
Packit 71e9d6
Packit 71e9d6
* Version 0.1.1 (released 2015-05-19)
Packit 71e9d6
- Allow a prefix of 0, or 0.0.0.0 to be compatible with previous
Packit 71e9d6
  tool.
Packit 71e9d6
Packit 71e9d6
Packit 71e9d6
* Version 0.1.0 (released 2015-05-18)
Packit 71e9d6
- Added --random-private parameter to generate private networks.
Packit 71e9d6
- IPv4 and IPv6 addresses are now automatically being detected,
Packit 71e9d6
  and the --ipv4 or --ipv6 options are not mandatory to specify.
Packit 71e9d6
- Added the --minaddr and --maxaddr options to print the minimum
Packit 71e9d6
  and maximum addresses in the provided network.
Packit 71e9d6
- Added the --addresses option to print the number of addresses
Packit 71e9d6
  in the provided network.
Packit 71e9d6
- Added the --addrspace option to print the type of the network
Packit 71e9d6
  the address resides on.
Packit 71e9d6
- Added the --geoinfo option to print geographic information about
Packit 71e9d6
  the given IP address. That will work if libGeoIP is found on
Packit 71e9d6
  the system.
Packit 71e9d6
- By default, when no parameters are given, general information
Packit 71e9d6
  about the provided network/address are printed (also as --info
Packit 71e9d6
  option).
Packit 71e9d6