Skip to content

Commit

Permalink
Update NEWS for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Feb 22, 2024
1 parent 3ef649f commit 6be525c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
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
~~~~~~~~~~~~~

Expand Down

0 comments on commit 6be525c

Please sign in to comment.