forked from pool/libuv
Accepting request 320745 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/320745 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=3
This commit is contained in:
commit
4859b1bd1b
@ -1,3 +1,89 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 5 08:53:20 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Update to 1.6.1
|
||||
* unix: handle invalid _SC_GETPW_R_SIZE_MAX values (cjihrig)
|
||||
- Changes for 1.6.0
|
||||
* aix: fix setsockopt for multicast options (Michael)
|
||||
* unix: don't block for io if any io handle is primed (Saúl
|
||||
Ibarra Corretgé)
|
||||
* windows: MSVC 2015 has snprintf() (Rui Abreu Ferreira)
|
||||
* windows: Add VS2015 support to vcbuild.bat (Jason Williams)
|
||||
* doc: fix typo in tcp.rst (Igor Soarez)
|
||||
* linux: work around epoll bug in kernels < 2.6.37 (Ben
|
||||
Noordhuis)
|
||||
* unix,win: add uv_os_homedir() (cjihrig)
|
||||
* stream: fix `select()` race condition (Fedor Indutny)
|
||||
* unix: prevent infinite loop in uv__run_pending (Saúl Ibarra
|
||||
Corretgé)
|
||||
* unix: make sure UDP send callbacks are asynchronous (Saúl
|
||||
Ibarra Corretgé)
|
||||
* test: fix `platform_output` netmask printing. (Andrew Paprocki)
|
||||
* aix: add ahafs autoconf detection and README notes (Andrew
|
||||
Paprocki)
|
||||
* core: add ability to customize memory allocator (Saúl Ibarra
|
||||
Corretgé)
|
||||
- Changes for 1.5.0
|
||||
* doc: clarify that the thread pool primites are not thread safe
|
||||
(Andrius Bentkus)
|
||||
* aix: always deregister closing fds from epoll (Michael)
|
||||
* unix: fix glibc-2.20+ macro incompatibility (Massimiliano
|
||||
Torromeo)
|
||||
* doc: add Sphinx plugin for generating links to man pages
|
||||
(Saúl Ibarra Corretgé)
|
||||
* doc: link system and library calls to man pages (Saúl
|
||||
Ibarra Corretgé)
|
||||
* doc: document uv_getnameinfo_t.{host|service} (Saúl Ibarra
|
||||
Corretgé)
|
||||
* build: update the location of gyp (Stephen von Takach)
|
||||
* win: name all anonymous structs and unions (TomCrypto)
|
||||
* linux: work around epoll bug in kernels 3.10-3.19 (Ben
|
||||
Noordhuis)
|
||||
* darwin: fix size calculation in select() fallback (Ole
|
||||
André Vadla Ravnås)
|
||||
* solaris: fix setsockopt for multicast options (Julien
|
||||
Gilli)
|
||||
* test: fix race condition in multithreaded test (Ben Noordhuis)
|
||||
* doc: fix long lines in tty.rst (Ben Noordhuis)
|
||||
* test: use UV_TTY_MODE_* values in tty test (Ben Noordhuis)
|
||||
* unix: don't clobber errno in uv_tty_reset_mode() (Ben
|
||||
Noordhuis)
|
||||
* unix: reject non-tty fds in uv_tty_init() (Ben Noordhuis)
|
||||
* win: fix pipe blocking writes (Alexis Campailla)
|
||||
* build: fix cross-compiling for iOS (Steven Kabbes)
|
||||
* win: remove unnecessary malloc.h
|
||||
* include: use `extern "c++"` for defining C++ code (Kazuho Oku)
|
||||
* unix: reap child on execvp() failure (Ryan Phillips)
|
||||
* windows: fix handle leak on EMFILE (Brian Green)
|
||||
* test: fix tty_file, close handle if initialized (Saúl Ibarra
|
||||
Corretgé)
|
||||
* doc: clarify what uv_*_open accepts (Saúl Ibarra Corretgé)
|
||||
* doc: clarify that we don't maintain external doc resources
|
||||
(Saúl Ibarra Corretgé)
|
||||
* build: add documentation for ninja support (Devchandra
|
||||
Meetei Leishangthem)
|
||||
* doc: document uv_buf_t members (Corey Farrell)
|
||||
* linux: fix epoll_pwait() fallback on arm64 (Ben Noordhuis)
|
||||
* android: fix compilation warning (Saúl Ibarra Corretgé)
|
||||
* unix: don't close the fds we just setup (Sam Roberts)
|
||||
* test: spawn child replacing std{out,err} to stderr
|
||||
* unix: fix swapping fds order in uv_spawn
|
||||
* unix: fix potential bug if dup2 fails in uv_spawn
|
||||
* test: remove LOG and LOGF variadic macros
|
||||
* win: fix uv_fs_access on directories
|
||||
* win: fix of double free in uv_uptime
|
||||
* unix: open "/dev/null" instead of "/" for emfile_fd
|
||||
* docs: add some missing words
|
||||
* unix: clean up uv_fs_open() O_CLOEXEC logic
|
||||
* build: set SONAME for shared library in uv.gyp
|
||||
* windows: define snprintf replacement as inline instead of static
|
||||
* win: fix unlink of readonly files
|
||||
* doc: fix uv_run(UV_RUN_DEFAULT) description
|
||||
* linux: intercept syscall when running under memory sanitizer
|
||||
* aix: fix uv_interface_addresses return value
|
||||
* windows: defer reporting TCP write failure until next tick
|
||||
* test: add test for deferred TCP write failure
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 2 15:50:47 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define somajor 1
|
||||
Name: libuv
|
||||
Version: 1.4.2
|
||||
Version: 1.6.1
|
||||
Release: 0
|
||||
Summary: Cross-platform asychronous I/O
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9e424f69db0d1c3035c5f871cd9d7a3f4bace0a4db3e974bdbfa0cf95f6b741
|
||||
size 1017992
|
3
v1.6.1.tar.gz
Normal file
3
v1.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f558ede285878d6a69f6a6d43b5df0241f3c35d62ac989477bdbd418badd83d7
|
||||
size 1027771
|
Loading…
Reference in New Issue
Block a user