diff --git a/libuv.changes b/libuv.changes index 2779662..6fd1aad 100644 --- a/libuv.changes +++ b/libuv.changes @@ -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 diff --git a/libuv.spec b/libuv.spec index 765ab63..59c8213 100644 --- a/libuv.spec +++ b/libuv.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define somajor 1 Name: libuv -Version: 1.4.0 +Version: 1.4.2 Release: 0 Summary: Cross-platform asychronous I/O License: MIT diff --git a/v1.4.0.tar.gz b/v1.4.0.tar.gz deleted file mode 100644 index 85b7d77..0000000 --- a/v1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbb26b0384cae834b987c58e4c703b84b3d0f88445989877b8b594294f42fbc9 -size 1017114 diff --git a/v1.4.2.tar.gz b/v1.4.2.tar.gz new file mode 100644 index 0000000..a3720c5 --- /dev/null +++ b/v1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e424f69db0d1c3035c5f871cd9d7a3f4bace0a4db3e974bdbfa0cf95f6b741 +size 1017992