SHA256
6
0
forked from pool/libuv

Accepting request 641296 from home:adamm:branches:devel:libraries:c_c++

- Update to version 1.23.2:
  * unix: return 0 retrieving rss on cygwin
  * unix: initialize uv_interface_address_t.phys_addr
  * test: handle uv_os_setpriority() windows edge case
  * tty, win: fix read stop for raw mode
  * Revert "Revert "unix,fs: fix for potential partial reads/writes""
  * unix,readv: always permit partial reads to return
  * win,tty: fix uv_tty_close()
  * doc: remove extraneous "on
  * unix,win: fix threadpool race condition
  * unix: rework thread barrier implementation
  * unix: signal done to last thread barrier waiter
  * unix: optimize uv_fs_readlink() memory allocation
  For complete changelog please see
  https://github.com/libuv/libuv/releases
* install license as %license
* fix_tests.patch: fix unit tests on OBS

OBS-URL: https://build.opensuse.org/request/show/641296
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=25
This commit is contained in:
Ismail Dönmez
2018-10-12 07:37:45 +00:00
committed by Git OBS Bridge
parent a5a4cf30a1
commit 36910319bc
5 changed files with 57 additions and 8 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Oct 11 14:05:40 UTC 2018 - adam.majer@suse.de
- Update to version 1.23.2:
* unix: return 0 retrieving rss on cygwin
* unix: initialize uv_interface_address_t.phys_addr
* test: handle uv_os_setpriority() windows edge case
* tty, win: fix read stop for raw mode
* Revert "Revert "unix,fs: fix for potential partial reads/writes""
* unix,readv: always permit partial reads to return
* win,tty: fix uv_tty_close()
* doc: remove extraneous "on
* unix,win: fix threadpool race condition
* unix: rework thread barrier implementation
* unix: signal done to last thread barrier waiter
* unix: optimize uv_fs_readlink() memory allocation
For complete changelog please see
https://github.com/libuv/libuv/releases
* install license as %license
* fix_tests.patch: fix unit tests on OBS
-------------------------------------------------------------------
Sun Dec 24 22:24:45 UTC 2017 - avindra@opensuse.org