Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#13257 closed enhancement (fixed)

libuv-1.35.0

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

Description

New minor version.

Change History (5)

comment:1 by Bruce Dubbs, 4 years ago

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

comment:2 by Bruce Dubbs, 4 years ago

Changes since version 1.34.2:

  • src: android build fix
  • build: make code compilable for iOS on Xcode
  • ibmi: skip unsupported fs test cases
  • ibmi: ensure that pipe backlog is not zero
  • test,udp6: fix udp_ipv6 test flakiness
  • test: fix fs_event_watch_dir_recursive flakiness
  • pipe: disallow listening on an IPC pipe
  • build,cmake: improve buil experience
  • unix: remove support for FreeBSD < 10
  • linux: simplify uvaccept()
  • linux: assume presence of SOCK_CLOEXEC flag
  • linux: simplify uvdup2_cloexec()
  • freebsd,linux: simplify uvmake_socketpair()
  • unix: fix error handling in uvmake_socketpair()
  • freebsd,linux: simplify uvmake_pipe()
  • unix: fix error handling in uvmake_pipe()
  • linux: simplify uvasync_eventfd()
  • linux: assume the presence of inotify system calls
  • doc: strip ICC profile from 2 jpg files
  • unix: make uv_tcp_keepalive predictable
  • docs: uv_setup_args() may take ownership of argv
  • unix: fix error path in uv_setup_args()
  • unix: fix size check in uv_get_process_title()
  • doc: add erw7 to maintainers
  • test: fixed udp4_echo_server implementation
  • test: added udp ping benchmark (1,10,100 pingers)
  • freebsd,linux: add recvmmsg() + sendmmsg() udp implementation
  • win,pipe: DRY/simplify some code paths
  • win: address some style nits
  • win,pipe: ensure req->event_handle is defined
  • win,pipe: consolidate overlapped initialization
  • win,pipe: erase event_handle after deleting pointer
  • build: fix android cmake build, build missing file
  • test: skip some UDP tests on IBMi
  • test: skip some spawn test cases on IBMi
  • src: fix wrong method name in comment
  • test: add UV_TIMEOUT_MULTIPLIER environment var
  • unix: fix uv_cpu_info always returning UV_ENOTDIR on OpenBSD
  • test: skip the pwd_shell test on IBMi (Xu Meng)
  • win,tty: Change to restore cursor shape with uv_tty_reset()
  • win,tty: Added set cursor style to CSI sequences
  • test: handle EINTR, fix EOF check in poll test
  • unix: use socklen_t instead of size_t
  • doc: fix header file location
  • unix: fix signal handle closing deferral
  • ibmi: set the amount of memory in use to zero
  • zos: return on realloc failure in scandir()
  • zos: fix scandir() error path NULL pointer deref

comment:3 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 22843.

comment:4 by Bruce Dubbs, 4 years ago

Milestone: 9.210,0

Milestone renamed

comment:5 by Bruce Dubbs, 4 years ago

Milestone: 10,010.0

Milestone renamed

Note: See TracTickets for help on using tickets.