Ask Bjørn Hansen před 12 roky
rodič
revize
e81c5fd111
2 změnil soubory, kde provedl 10 přidání a 2 odebrání
  1. 9 1
      CHANGES.md
  2. 1 1
      geodns.go

+ 9 - 1
CHANGES.md

@@ -1,6 +1,14 @@
 # GeoDNS Changelog
 
-## 2.2.2, February 2013
+## 2.2.3, March 1st 2013
+
+* Always log when zones are re-read
+* Remove one of the runtime.GC() calls when configs are loaded
+* Set ulimit -n 64000 in run script
+* Cleanup unused Zones variable in a few places
+* Log when server was started to websocket /monitor interface
+
+## 2.2.2, February 27th 2013
 
 * Fix crash when getting unknown RRs in Extra request section
 

+ 1 - 1
geodns.go

@@ -12,7 +12,7 @@ import (
 	"time"
 )
 
-var VERSION string = "2.2.2"
+var VERSION string = "2.2.3"
 var gitVersion string
 var serverId string