This commit is contained in:
tedbullock 2008-04-16 17:18:42 +00:00
rodzic 1b28d912fc
commit 97b89b1b51

Wyświetl plik

@ -1,12 +1,10 @@
* New in version 1.0.0
** Complete re-write of idleconn.c to use libevent notification system
** idleconn is now optional (--enable-idleconn)
* New in version 0.9.1:
** timer re-write to reduce memory and fix memory leaks
** Generic data structures and implementations (heap, queue, linked list)
** New options (see man-page for details):
--period=vT1,D1,T2,D2...Tn,Dn
** Complete re-write of idleconn.c to use libevent notification system
** idleconn is now optional (--enable-idleconn)
* New in version 0.9.0:
** Re-Factored build system now builds on the following platforms