[wing] Release 0.1.2



commit 97cddfb01d53fc4f914d08411b3847d0673c3a7e
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Wed Dec 5 15:09:43 2018 +0100

    Release 0.1.2

 NEWS        | 7 +++++++
 meson.build | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 76359d7..03c8d2b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+News in 0.1.2
+--------------
+* Added wing_poll which supports polling for more than 64 handles
+* New input and output streams improving performance when using async reads and writes
+* New input and output streams using I/O completion ports
+* Now pipes use the above input/output streams depending on a property
+
 News in 0.1.0
 --------------
 * Added Continuous integration
diff --git a/meson.build b/meson.build
index b9ed21f..18f8d51 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('wing', 'c',
-        version: '0.1.1',
+        version: '0.1.2',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=2'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]