* Version 1.0.2 (stable) - API 1.0.2 (stable) - 2006-11-16

Using package.xml v2

* Version 1.0.2 (stable) - API 1.0.2 (stable) - 2006-11-16

Using package.xml v2

* Version 0.9 (beta) - API 0.9 (beta) - 2002-07-21

pearified version of patServer v1.0.1

* Version 0.10 (alpha) - API 0.10 (alpha) - 2003-10-31

BC breakage release:
Net_Server is now working with drivers
and callback handlers inseatd of extending
a base class
Driver based on pcntl is now included that
forks new processes.

* Version 0.11 (alpha) - API 0.11 (alpha) - 2004-01-02

Added auto-detect for clients that use no readEndCharacter
Restructuring:
* added driver base class
* moved code from Net_Server to Net_Server_Driver

* Version 0.11.2 (alpha) - API 0.11.2 (alpha) - 2004-07-02

- fixed bug #1244 (check for required extensions),
- fixed bug #1429 (fails on reading a 0 character),
- fixed some coding style issues

* Version 0.11.2pl1 (alpha) - API 0.11.2pl1 (alpha) - 2004-07-02

- fixed bug with autodetection of connection abort

* Version 0.11.3 (alpha) - API 0.11.3 (alpha) - 2004-07-02

- fixed bug with autodetection of connection abort

* Version 0.11.4 (alpha) - API 0.11.4 (alpha) - 2004-07-17

- fixed bug #1890 (Server.php needs PEAR.php)
- fixed notices in Fork.php
- added missing dependencies

* Version 0.11.5 (alpha) - API 0.11.5 (alpha) - 2004-07-25

- fixed bug #1972 (script runs in endless loop)

* Version 0.12.0 (alpha) - API 0.12.0 (alpha) - 2004-11-16

- fixed Bug #2092 (typo in variable name)
- fixed bug #2157 (socket_shutdown not called)
- fixes bug #1945 (removed some variables that have been left over from Net_Server_Driver_Sequential)
- fixed Request #1946 (improved debug output)

* Version 1.0.0 (stable) - API 1.0.0 (stable) - 2006-06-22

After two years of being alpha, this is the first stable version.
Many bugs have been fixed:
- Fixing bug #2761
- Fixing request #5907: setEndCharacter
- Fixing request #4462IPv6 support
- Fixing bug: If the server is under full load, it can happen that
        two data packets are delivered when doing a single
        socket_read() call. If that happens, the two packets are
        delivered as one.
- Adding onIdle handler

* Version 1.0.1 (stable) - API 1.0.1 (stable) - 2006-06-27

- Fixing bug #8006: readEndCharacter size wasn't taken into account
  and stopped HTTP_Server functioning

