SHA256
6
0
forked from pool/libuv

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

- Update to version 1.24.0: 
  * unix: do not require PATH_MAX to be defined (Brad King)
  * win,doc: path encoding in uv_fs_XX is UTF-8 (hitesh)
  * unix: add missing link dependency on kFreeBSD (Svante Signell)
  * unix: add support for GNU/Hurd (Samuel Thibault)
  * test: avoid memory leak for test_output (Carlo Marcelo Arenas Belón)
  * doc: add vtjnash to maintainers (Jameson Nash)
  * unix: restore skipping of phys_addr copy (cjihrig)
  * unix,win: make uv_interface_addresses() consistent (cjihrig)
  * unix: remove unnecessary linebreaks (cjihrig)
  * unix,win: handle zero-sized allocations uniformly (Ben Noordhuis)
  * unix: remove unused uv__dup() function (Ben Noordhuis)
  * core,bsd: refactor process_title functions (Santiago Gimeno)
  * test: make sure that reading a directory fails (Sakthipriyan Vairamani)
  * win, tty: remove zero-size read callbacks (Bartosz Sosnowski)
  * test: fix test runner getenv async-signal-safety (Ben Noordhuis)
  * test: fix test runner execvp async-signal-safety (Ben Noordhuis)
  * test,unix: fix race in test runner (Ben Noordhuis)
  * unix,win: support IDNA 2008 in uv_getaddrinfo() (Ben Noordhuis)

OBS-URL: https://build.opensuse.org/request/show/651055
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=27
This commit is contained in:
Ismail Dönmez
2018-11-22 22:44:02 +00:00
committed by Git OBS Bridge
parent 36910319bc
commit d08885ce6a
5 changed files with 36 additions and 13 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu Nov 22 10:10:36 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
- Update to version 1.24.0:
* unix: do not require PATH_MAX to be defined (Brad King)
* win,doc: path encoding in uv_fs_XX is UTF-8 (hitesh)
* unix: add missing link dependency on kFreeBSD (Svante Signell)
* unix: add support for GNU/Hurd (Samuel Thibault)
* test: avoid memory leak for test_output (Carlo Marcelo Arenas Belón)
* doc: add vtjnash to maintainers (Jameson Nash)
* unix: restore skipping of phys_addr copy (cjihrig)
* unix,win: make uv_interface_addresses() consistent (cjihrig)
* unix: remove unnecessary linebreaks (cjihrig)
* unix,win: handle zero-sized allocations uniformly (Ben Noordhuis)
* unix: remove unused uv__dup() function (Ben Noordhuis)
* core,bsd: refactor process_title functions (Santiago Gimeno)
* test: make sure that reading a directory fails (Sakthipriyan Vairamani)
* win, tty: remove zero-size read callbacks (Bartosz Sosnowski)
* test: fix test runner getenv async-signal-safety (Ben Noordhuis)
* test: fix test runner execvp async-signal-safety (Ben Noordhuis)
* test,unix: fix race in test runner (Ben Noordhuis)
* unix,win: support IDNA 2008 in uv_getaddrinfo() (Ben Noordhuis)
-------------------------------------------------------------------
Thu Oct 11 14:05:40 UTC 2018 - adam.majer@suse.de