1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00

2015.02.27, Version 1.4.2 (Stable)

Changes since version 1.4.1:

* stream: ignore EINVAL for SO_OOBINLINE on OS X (Fedor Indutny)
This commit is contained in:
Saúl Ibarra Corretgé 2015-02-26 11:20:00 +01:00
parent 19d3d506de
commit 1a7391348a
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2015.02.27, Version 1.4.2 (Stable)
Changes since version 1.4.1:
* stream: ignore EINVAL for SO_OOBINLINE on OS X (Fedor Indutny)
2015.02.25, Version 1.4.1 (Stable), e8e3fc5789cc0f02937879d141cca0411274093c
Changes since version 1.4.0:

View File

@ -13,7 +13,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_PREREQ(2.57)
AC_INIT([libuv], [1.4.1], [https://github.com/libuv/libuv/issues])
AC_INIT([libuv], [1.4.2], [https://github.com/libuv/libuv/issues])
AC_CONFIG_MACRO_DIR([m4])
m4_include([m4/libuv-extra-automake-flags.m4])
m4_include([m4/as_case.m4])

View File

@ -32,7 +32,7 @@
#define UV_VERSION_MAJOR 1
#define UV_VERSION_MINOR 4
#define UV_VERSION_PATCH 1
#define UV_VERSION_PATCH 2
#define UV_VERSION_IS_RELEASE 1
#define UV_VERSION_SUFFIX ""