Opened 2 years ago

Closed 2 years ago

#16205 closed enhancement (fixed)

libuv-1.44.1

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 11.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (6)

comment:1 by Bruce Dubbs, 2 years ago

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

comment:2 by Bruce Dubbs, 2 years ago

2022.03.07, Version 1.44.0 (Stable)

Changes since version 1.43.0:

  • darwin: remove EPROTOTYPE error workaround
  • doc: fix v1.43.0 changelog entries
  • win: replace CRITICAL_SECTION+Semaphore with SRWLock
  • darwin: translate EPROTOTYPE to ECONNRESET
  • android: use libc getifaddrs()
  • unix: fix STATIC_ASSERT to check what it means to check
  • unix: ensure struct msghdr is zeroed in recvmmsg
  • test: test with maximum recvmmsg buffer
  • unix: don't allow too small thread stack size
  • bsd: ensure mutex is initialized
  • doc: add gengjiawen as maintainer
  • process: monitor for exit with kqueue on BSDs
  • test: fix flaky uv_fs_lutime test
  • build: fix cmake install locations
  • thread,win: fix C90 style nit
  • build: rename CFLAGS to AM_CFLAGS
  • doc/guide: update content and sample code
  • process,bsd: handle kevent NOTE_EXIT failure
  • test: remove flaky test ipc_closed_handle
  • darwin: bump minimum supported version to 10.15
  • win: return fractional seconds in uv_uptime()
  • build: export uv_a for cmake
  • loop: add pending work to loop-alive check
  • win: use GetTickCount64 for uptime again
  • win: restrict system DLL load paths
  • win,errors: remap ERROR_ACCESS_DENIED to UV_EACCES
  • bench: add uv_queue_work ping-pong measurement
  • build: fix error C4146 on MSVC
  • test: fix benchmark-ping-udp
  • win,fs: consider broken pipe error a normal EOF
  • document the values of enum uv_stdio_flags
  • win,loop: add missing uv_update_time
  • win,fs: avoid closing an invalid handle
  • doc: clarify android api level
  • win: fix style nits [NFC]
  • test: fix flaky udp_mmsg test
  • test: fix ipc_send_recv_pipe flakiness
  • doc: checkout -> check out
  • core: change uv_get_password uid/gid to unsigned
  • hurd: unbreak build on GNU/Hurd
  • freebsd: use copy_file_range() in uv_fs_sendfile()
  • test: use closefd in runner-unix.c
  • Reland "macos: use posix_spawn instead of fork"
  • android: fix build error when no ifaddrs.h
  • unix,win: add uv_available_parallelism()
  • process: remove OpenBSD from kevent list
  • zos: fix build breakage
  • process: only use F_DUPFD_CLOEXEC if it is defined
  • win,poll: add the MSAFD GUID for AF_UNIX
  • unix: simplify uvcloexec_fcntl()
  • doc: add secondary GPG ID for vtjnash
  • unix: remove uvcloexec_ioctl()

comment:3 by Bruce Dubbs, 2 years ago

Resolution: fixed
Status: assignedclosed

Fixed at commit 384f06bfd6751043200c46f4d5c16dc72cad55a5

Package updates.
    Archive libuninameslist.
    Update to fontforge-20220308.
    Update to libvdpau-1.5 (Xorg driver).
    Update to libuv-v1.44.0.

comment:4 by Bruce Dubbs, 2 years ago

Resolution: fixed
Status: closedreopened
Summary: libuv-1.44.0libuv-1.44.1

Now version 1.44.1.

comment:5 by Bruce Dubbs, 2 years ago

2022.03.09, Version 1.44.1 (Stable)

Changes since version 1.44.0:

  • process: simplify uvwrite_int calls
  • macos: don't use thread-unsafe strtok()
  • process: fix hang after NOTE_EXIT

comment:6 by Bruce Dubbs, 2 years ago

Resolution: fixed
Status: reopenedclosed

Fixed at commit 776c052ee3bae171828447cb7b83fbb220b54f7b

Package updates.
    Update to Mako-1.2.0 (Python module).
    Really ppdate to libuv-v1.44.1.
Note: See TracTickets for help on using tickets.