~markwright/scalestack/zeromq

81 by Eric Day
Bumped version to 0.3.
1
0.3 - 2011-02-17
2
* Refactored many components, mainly focused on cleaning up
3
  object relationships and normalized naming.
4
* Added threading abstraction layer to be used within other modules.
5
* Added more tests and improved code coverage.
6
58 by Eric Day
Bumped version numbers for release.
7
0.2 - 2010-06-03
8
* Greatly improved the networking modules, added UDP and Local (Unix) domain
9
  sockets. Modified existing modules to use new networking modules.
10
* Reworked better echo flood tool.
11
* Coding style updates, such as camelCase to lower_underscore.
12
* Updates to the build system and module dependency tracking.
13
36 by Eric Day
Added prototype for the database proxy module and release files.
14
0.1 - 2010-04-08
15
* First release. This includes the kernel library along with libevent,
16
  TCP socket, echo server, and simple proxy modules.
17
* Also included is a prototype for a database proxy module. This
18
  is fragile and should only be used for experimentation purposes.