From dbd218e699fec8be311d85e4788be9e28ae884f8 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Wed, 22 Jan 2014 20:30:14 +0100 Subject: [PATCH] 2014.01.23, Version 0.10.23 (Stable) Changes since version 0.10.22: * linux: relax assumption on /proc/stat parsing (Luca Bruno) * openbsd: fix obvious bug in uv_cpu_info (Fedor Indutny) * process: close stdio after dup2'ing it (Fedor Indutny) --- AUTHORS | 1 + ChangeLog | 11 +++++++++++ src/version.c | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 6b662282..bf8f7ee7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -90,3 +90,4 @@ Geert Jansen Alex Gaynor huxingyi Alex Crichton +Luca Bruno diff --git a/ChangeLog b/ChangeLog index 0857e9a0..13c4efcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2014.01.23, Version 0.10.23 (Stable) + +Changes since version 0.10.22: + +* linux: relax assumption on /proc/stat parsing (Luca Bruno) + +* openbsd: fix obvious bug in uv_cpu_info (Fedor Indutny) + +* process: close stdio after dup2'ing it (Fedor Indutny) + + 2014.01.08, Version 0.10.22 (Stable), f526c90eeff271d9323a9107b9a64a4671fd3103 Changes since version 0.10.21: diff --git a/src/version.c b/src/version.c index 2c08c822..028ff253 100644 --- a/src/version.c +++ b/src/version.c @@ -35,7 +35,7 @@ #define UV_VERSION_MAJOR 0 #define UV_VERSION_MINOR 10 #define UV_VERSION_PATCH 23 -#define UV_VERSION_IS_RELEASE 0 +#define UV_VERSION_IS_RELEASE 1 #define UV_VERSION ((UV_VERSION_MAJOR << 16) | \