Skip to content

Releases: Joungkyun/libipcalc

1.0.3

09 Jul 14:10
Compare
Choose a tag to compare
  • support native window library and binaries with MinGW
  • add Code::Block workspace (0316718)
  • fixed #1 prefix2long integer overflow on 64bit machine (0fa2464)
  • fixed #2 deprecated valid_ip_address api (00749f1)
    • use is_ipv4 api that is same prototype with valid_ip_address api.
  • enhanced build test (8da352a)
  • imporve man pages (ff0f29c)
  • fixed #3 wrong valid check is_ipv4 (1591203)

1.0.2

09 Jul 02:44
Compare
Choose a tag to compare
  • changed automake environments
  • enhanced ipcalc.m4
  • add 'extern C' for C plus plus
  • fixed cygwin compile error
  • changed debian pkg name ipcalc-utils to libipcalc-utils
  • fixed build error and shared library on cygwin

1.0.1

09 Jul 02:42
Compare
Choose a tag to compare
  • fixed build environments on other OS (ulong type, make command)
  • add rpm/deb package environments