SHA256
6
0
forked from pool/libuv

Accepting request 535145 from home:pluskalm:branches:devel:libraries:c_c++

- Update to version 1.15.0:
  * win: fix buffer size in uv__getpwuid_r()
  * unix: use fchmod() in uv_fs_copyfile()
  * unix: support copying empty files
  * unix: truncate destination in uv_fs_copyfile()
  * linux: increase thread stack size with musl libc
  * test: clean up semaphore after use
  * unix: check for NULL in uv_os_unsetenv for parameter name
  * For extensive list of changes since last release see provided
    ChangeLog
- Small spec file cleanup

OBS-URL: https://build.opensuse.org/request/show/535145
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=20
This commit is contained in:
2017-10-19 11:28:19 +00:00
committed by Git OBS Bridge
parent 3a2f19d1fd
commit a0e30f384b
6 changed files with 39 additions and 26 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Oct 19 07:59:04 UTC 2017 - mpluskal@suse.com
- Update to version 1.15.0:
* win: fix buffer size in uv__getpwuid_r()
* unix: use fchmod() in uv_fs_copyfile()
* unix: support copying empty files
* unix: truncate destination in uv_fs_copyfile()
* linux: increase thread stack size with musl libc
* test: clean up semaphore after use
* unix: check for NULL in uv_os_unsetenv for parameter name
* For extensive list of changes since last release see provided
ChangeLog
- Small spec file cleanup
-------------------------------------------------------------------
Wed Nov 23 06:41:27 UTC 2016 - qantas94heavy@gmail.com