Browse Source

Version 2.2.4

Ask Bjørn Hansen 12 years ago
parent
commit
4dc52f35c2
2 changed files with 7 additions and 1 deletions
  1. 6 0
      CHANGES.md
  2. 1 1
      geodns.go

+ 6 - 0
CHANGES.md

@@ -1,6 +1,12 @@
 # GeoDNS Changelog
 
+## 2.2.4, March 5th 2013
+
+* Add licensing information
 * De-configure zones when the .json file is removed
+* Start adding support for a proper configuration file
+* Add -identifier command line option
+* Various tweaks
 
 ## 2.2.3, March 1st 2013
 

+ 1 - 1
geodns.go

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