Updated version

This commit is contained in:
Leonid Bugaev
2013-06-22 20:36:16 +06:00
parent 9490c743c3
commit 97a5e99c6b
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
v0.3.3 - 22 Jun 2013
* Using TCP instead of UDP for communication between Listener and Replay
* Significally improved performance
* Fixed bugs causing locking and message droping (concurrency issues)
* Rewrote concurrency model to use more channels
v0.3 - 10 Jun 2013
* Use RAW_SOCKETS instead of tcpdump
* Own TCP stack
+1 -1
View File
@@ -17,7 +17,7 @@ import (
)
const (
VERSION = "0.3.2"
VERSION = "0.3.3"
)
var cpuprofile = flag.String("cpuprofile", "", "write cpu profile to file")