Opened 6 years ago

Closed 6 years ago

#10270 closed enhancement (fixed)

libuv-1.19.0

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 8.2
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by bdubbs@…, 6 years ago

Changes since version 1.18.0:

  • core: add getter/setter functions for easier ABI compat (Anna Henningsen)
  • unix: make get(set)_process_title MT-safe (Matt Harrison)
  • unix,win: wait for threads to start (Ben Noordhuis)
  • test: add threadpool init/teardown test (Bartosz Sosnowski)
  • win, process: uv_kill improvements (Bartosz Sosnowski)
  • win: set _WIN32_WINNT to 0x0600 (cjihrig)
  • zos: implement uv_fs_event* functions (jBarz)
  • unix,tcp: avoid marking server sockets connected (Jameson Nash)
  • doc: mark Windows 7 as Tier 1 support (Bartosz Sosnowski)
  • win: map 0.0.0.0 and :: addresses to localhost (Bartosz Sosnowski)
  • build: install libuv.pc unconditionally (Ben Noordhuis)
  • test: remove custom timeout for thread test on ppc (Ben Noordhuis)
  • test: allow multicast not permitted status (Jérémy Lal)
  • test: allow net unreachable status in udp test (Ben Noordhuis)
  • unix: use SA_RESTART when setting our sighandler (Brad King)
  • unix,fs: fix for potential partial reads/writes (Ben Wijen)
  • win,build: do not build executable installer for dll (Bert Belder)
  • win: allow directory symlinks to be created in a non-elevated context (Bert Belder)
  • zos,test: accept SIGKILL for flaky test (jBarz)
  • win: use RemoveDirectoryW() instead of _wmrmdir() (Ben Noordhuis)
  • unix: fix uv_cpu_info() error on FreeBSD (elephantp)
  • zos,test: decrease pings to avoid timeout (jBarz)

comment:2 by bdubbs@…, 6 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:3 by bdubbs@…, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 19679.

Note: See TracTickets for help on using tickets.