Browse Source

Fix GeoIP custom directory bug (in geoip library)

(and bump to 2.4.3)
Ask Bjørn Hansen 12 years ago
parent
commit
abded9e757
2 changed files with 5 additions and 1 deletions
  1. 4 0
      CHANGES.md
  2. 1 1
      geodns.go

+ 4 - 0
CHANGES.md

@@ -1,5 +1,9 @@
 # GeoDNS Changelog
 # GeoDNS Changelog
 
 
+## 2.4.3
+
+* Fix GeoIP custom directory bug (in geoip library)
+
 ## 2.4.2
 ## 2.4.2
 
 
 * Update EDNS-SUBNET option number (in dns library)
 * Update EDNS-SUBNET option number (in dns library)

+ 1 - 1
geodns.go

@@ -31,7 +31,7 @@ import (
 )
 )
 
 
 // VERSION is the current version of GeoDNS
 // VERSION is the current version of GeoDNS
-var VERSION string = "2.4.2"
+var VERSION string = "2.4.3"
 var buildTime string
 var buildTime string
 var gitVersion string
 var gitVersion string