- Version bump to 1.4.2:
* stream: ignore EINVAL for SO_OOBINLINE on OS X (Fedor Indutny) * win: don't use inline keyword in thread.c (Ben Noordhuis) * windows: fix * setting dirent types on uv_fs_scandir_next (Saúl Ibarra Corretgé) * * unix,windows: make uv_thread_create() return errno (Ben Noordhuis) * tty: * fix build for SmartOS (Julien Gilli) * unix: fix for uv_async data race * (Michael Penick) * unix, windows: map EHOSTDOWN errno (Ben Noordhuis) * * stream: use SO_OOBINLINE on OS X (Fedor Indutny) OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=4
This commit is contained in:
parent
26620d960e
commit
2d62db5f62
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 2 15:50:47 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Version bump to 1.4.2:
|
||||||
|
* stream: ignore EINVAL for SO_OOBINLINE on OS X (Fedor Indutny)
|
||||||
|
* win: don't use inline keyword in thread.c (Ben Noordhuis) * windows: fix
|
||||||
|
* setting dirent types on uv_fs_scandir_next (Saúl Ibarra Corretgé) *
|
||||||
|
* unix,windows: make uv_thread_create() return errno (Ben Noordhuis) * tty:
|
||||||
|
* fix build for SmartOS (Julien Gilli) * unix: fix for uv_async data race
|
||||||
|
* (Michael Penick) * unix, windows: map EHOSTDOWN errno (Ben Noordhuis) *
|
||||||
|
* stream: use SO_OOBINLINE on OS X (Fedor Indutny)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 12 14:42:54 UTC 2015 - tchvatal@suse.com
|
Thu Feb 12 14:42:54 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libuv
|
# spec file for package libuv
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define somajor 1
|
%define somajor 1
|
||||||
Name: libuv
|
Name: libuv
|
||||||
Version: 1.4.0
|
Version: 1.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Cross-platform asychronous I/O
|
Summary: Cross-platform asychronous I/O
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fbb26b0384cae834b987c58e4c703b84b3d0f88445989877b8b594294f42fbc9
|
|
||||||
size 1017114
|
|
3
v1.4.2.tar.gz
Normal file
3
v1.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b9e424f69db0d1c3035c5f871cd9d7a3f4bace0a4db3e974bdbfa0cf95f6b741
|
||||||
|
size 1017992
|
Loading…
x
Reference in New Issue
Block a user