blob: 969319ee86b6fd9188fe53f7cc18b052058fc3ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Version 1.1.0
~~~~~~~~~~~~~
- Changes:
* socket: Use poll() - when available - instead of select()
* socket: Allow NULL as address for socket_create() and socket_connect()
* win32: Remove windows.h from public headers
* Add version function to interface
- Bugfixes:
* opack: Fixed 32bit buffer overflow
* opack: Fix parsing of 32 and 64 bit packed values
Version 1.0.0
~~~~~~~~~~~~~
First public release.
|