Skip to content

Releases: maxmind/geoipupdate

4.0.5

13 Sep 14:30
66a0490
Compare
Choose a tag to compare
  • Ignore errors when syncing file system. These errors were primarily due
    to the file system not supporting the sync call. Reported by devkappa.
    GitHub #37.
  • Use CRLF line endings on Windows for text files.
  • Fix tests on Windows.
  • Improve man page formatting. Reported by Faidon Liambotis. GitHub #38.
  • Dependencies are no longer vendored. Reported by Faidon Liambotis. GitHub #39.

4.0.4

30 Aug 21:37
Compare
Choose a tag to compare
  • Do not try to sync the database directory when running on Windows.
    Syncing this way is not supported there and would lead to an error. Pull
    request by Nicholi. GitHub #32.

4.0.3

07 Jun 14:55
Compare
Choose a tag to compare
  • Update flock dependency from theckman/go-flock to gofrs/flock. Pull
    request by Paul Howarth. GitHub #22.
  • Switch to Go modules and update dependencies.
  • Fix version output on Ubuntu PPA and Homebrew releases.

4.0.2

18 Jan 15:25
Compare
Choose a tag to compare
  • Fix dependency in Makefile.

4.0.1

17 Jan 22:43
2e07888
Compare
Choose a tag to compare
  • Improve documentation.
  • Add script to generate man pages to Makefile.

4.0.0

14 Jan 20:30
Compare
Choose a tag to compare
  • Expand installation instructions.
  • First full release.

0.0.2

28 Nov 15:51
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release
  • Fix the output when the version output, -V, is passed to geoipupdate.

0.0.1

27 Nov 18:18
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release
  • Initial version

3.1.1

18 Jan 21:31
Compare
Choose a tag to compare
  • This version now allows parsing of license keys longer than 12
    characters.

3.1.0

18 Jan 21:32
Compare
Choose a tag to compare
  • This version restores the ability to use the AccountID / UserId
    999999 along with an all-zero license key when downloading free
    databases. However, the use of this combination is not recommended
    and may break in future versions.
  • When printing verbose output, only the first four character of the
    LicenseKey will now be displayed.