summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 26 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..3407124
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,26 @@
+Version 1.2.0
+~~~~~~~~~~~~~
+
+- Changes:
+ * Add helper code to deal with NSKeyedArchiver plist data
+
+- Bugfixes:
+ * socket: Make sure errno is always set on error, and always return a meaningful error code
+
+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.