* [2009/10/09] 1.0.9 release

  * feature updates
    - mandatorily proxy requests when balance is set to 0, even if role is slave and state is active and partition is set to [target]
	- added reconstruction-interval option (node server only, in usec)
	  - wait for N usec for each entry update when reconstructing node (this will reduce load of master nodes)
	- added back-log option
	- added network read timeout option (net-read-timeout = [sec])
	- added unix domain socket support (option "server-socket" is now available)
    - added --partition-type option (default=modular)
    - added --partition-modular-hint option (default=1, this is *very* important when upgrading 1.0.9 or later if you already have 2 or more partition)
	- added dump_key op
    - added meta op

  * bug fixes
    - fix bug in "node role" op (could not shift slave node balance to 0)
	- fix xml format bug (thx to patch from kazuhiko)
	- re-set resouce limit when received sighup (this will fix shortage of fd after you dynamically update max-connection)
	- fix segfault caused by removing a node

  * misc changes
    - remove umask(0) (thx to patch from kazuhiko)
	- try to use epoll if available

* [2009/02/03] 1.0.8 release

  * bug fixes
    - added lock around non-thread-safe function calls (fix random infinite loop and segfaults)

* [2009/01/26] 1.0.7 release

  * bug fixes
    - fix problem caused by thread-id overflow

* [2009/01/22] 1.0.6 release

  * bug fixes
    - fix random assertion errors (race condition around thread pool)
    - purge header caches

* [2008/12/04] 1.0.5 release

  * bug fixes
    - socket I/O tunings

* [2008/12/03] 1.0.4 release

  * bug fixes
    - fix mysql replication bugs
    - fix build w/out mysql replication
    - fix EAGAIN handlings

* [2008/11/28] 1.0.3 release

  * bug fixes
    - fix mysql replication bugs

* [2008/11/28] 1.0.2 release

  * feature updates
    - added mysql replication feature (w/ --enable-mysql-replication) (very very experimental)

* [2008/11/27] 1.0.1 release

  * feature updates
    - try node sync op even if node seems to be down

  * bug fixes
    - fix replication in case of master preparation

* [2008/11/25] 1.0.0 release

  * initial release
