Changes since version 1.52.0: * misc: add simple clang-tidy setup (Jameson Nash) * unix: check RLIMIT_AS and RLIMIT_DATA in uv_get_constrained_memory (Jameson Nash) * win: add fs-fd-hash-inl.h to tarball (tobil4sk) * unix,win: support NULL loop for sync uv_getaddrinfo (Saúl Ibarra Corretgé) * Fix const-correctness warning in linux.c (Quaylyn Rimer) * build(deps): bump actions/upload-artifact from 6 to 7 (dependabot[bot]) * build(deps): bump actions/download-artifact from 7 to 8 (dependabot[bot]) * unix: fix compilation warnings with GCC 15 (Saúl Ibarra Corretgé) * test: remove conditionals from `uv_thread_self` usage (Yasser Nascimento) * unix: fix discard const (Rudi Heitbaum) * unix: do not cast to char variables that are const char (Rudi Heitbaum) * linux: fix crash if poll callback closes handle before `POLLERR` (Juan José Arboleda)
8 lines
110 B
Plaintext
8 lines
110 B
Plaintext
|
|
AC_PREREQ(2.71)
|
|
AC_INIT([libuv-release-check], [0.0])
|
|
AM_INIT_AUTOMAKE([1.16.5])
|
|
LT_PREREQ(2.4.7)
|
|
AC_OUTPUT
|
|
|