[wing] Release 0.0.6



commit edab75f5e4e1581ca6c8d7a2f528966b54ae809c
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Mon May 29 22:13:35 2017 +0200

    Release 0.0.6

 NEWS        |    6 ++++++
 meson.build |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 639f237..2be6e79 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+News in 0.0.6
+-------------
+* Fix overflow getting monotonic time
+* Fix assertion when security descriptor is not set on named pipes
+* Improve meson build
+
 News in 0.0.4
 -------------
 * Add utilities to get the number of processors, process time and memory
diff --git a/meson.build b/meson.build
index f6710c8..8e1081f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('wing', 'c',
-        version: '0.0.4',
+        version: '0.0.6',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=2'


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