Browse Source

Update CHANGES, update version to 2.2.5

Ask Bjørn Hansen 12 years ago
parent
commit
1c87b0afca
2 changed files with 10 additions and 1 deletions
  1. 9 0
      CHANGES.md
  2. 1 1
      geodns.go

+ 9 - 0
CHANGES.md

@@ -1,5 +1,14 @@
 # GeoDNS Changelog
 # GeoDNS Changelog
 
 
+## 2.2.5, April 7th 2013
+
+* Add StatHat feature
+* Improve error handling for bad zone files
+* Don't call runtime.GC() after loading each zone
+* Set the minimum TTL to 10x regular TTL (up to an hour)
+* service script: Load identifier from env/ID if it exists
+* Work with latest geoip; use netmask from GeoIP in EDNS-SUBNET replies
+
 ## 2.2.4, March 5th 2013
 ## 2.2.4, March 5th 2013
 
 
 * Add licensing information
 * Add licensing information

+ 1 - 1
geodns.go

@@ -29,7 +29,7 @@ import (
 	"time"
 	"time"
 )
 )
 
 
-var VERSION string = "2.2.4"
+var VERSION string = "2.2.5"
 var gitVersion string
 var gitVersion string
 var serverId string
 var serverId string
 var serverIP string
 var serverIP string