Opened 5 years ago

Closed 5 years ago

#12514 closed enhancement (fixed)

libuv-1.32.0

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 9.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Bruce Dubbs, 5 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 5 years ago

2019.09.10, Version 1.32.0 (Stable)

Changes since version 1.31.0:

  • misc: enable stalebot
  • win: map ERROR_ENVVAR_NOT_FOUND to UV_ENOENT
  • win: use L'\0' as UTF-16 null terminator
  • win: support retrieving empty env variables
  • unix,stream: fix returned error codes
  • test: fix typo in DYLD_LIBRARY_PATH
  • unix,signal: keep handle active if pending signal
  • openbsd: fix uv_cpu_info
  • src: move uv_free_cpu_info to uv-common.c
  • tcp: add uv_tcp_close_reset method
  • test: fix udp-multicast-join tests
  • test: remove assertion in fs_statfs test
  • doc: clarify uv_buf_t usage in uv_alloc_cb
  • win: fix typo in preprocessor expression
  • timer: fix uv_timer_start on closing timer
  • udp: add source-specific multicast support
  • udp: fix error return values
  • udp: drop IPV6_SSM_SUPPORT macro
  • udp: fix uvudp_set_source_membership6
  • udp: use sockaddr_storage instead of union
  • build,zos: add _OPEN_SYS_SOCK_EXT3 flag
  • test: add specific source multicast tests
  • include: map EILSEQ error code
  • win, tty: improve SIGWINCH performance
  • build: fix ios build error
  • aix: replace ECONNRESET with EOF if already closed
  • build: add cmake library VERSION, SOVERSION
  • build: make include/ public in CMakeLists.txt
  • build: export USING_UV_SHARED=1 to cmake deps
  • build: cmake_minimum_required(VERSION 2.8.12)
  • aix: Fix broken cmpxchgi() XL C++ specialization.
  • test: fix -Wsign-compare warning
  • unix: simplify open(O_CLOEXEC) feature detection
  • unix: fix UV_FS_O_DIRECT definition on Linux
  • doc: uv_handle_t documentation suggestion

comment:3 by Bruce Dubbs, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 22127.

Note: See TracTickets for help on using tickets.