Accepting request 1099792 from home:smolsheep:upgrades

- Switched keyring from Jameson Nash (vtjnash) to Santiago Gimeno
  (santigimeno)
- Update to 1.46.0:
  * Add some more iouring backend fs ops
  * work around io_uring IORING_OP_CLOSE bug
- Updates in version 1.45.0:
  * introduce io_uring support
  * give thread pool threads an 8 MB stack
  * change execution order of timers

OBS-URL: https://build.opensuse.org/request/show/1099792
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=66
This commit is contained in:
2023-08-01 11:09:50 +00:00
committed by Git OBS Bridge
parent 88deff6683
commit d7a2110690
7 changed files with 101 additions and 121 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jul 20 19:47:45 UTC 2023 - Joshua Smith <jsmithfpv@gmail.com>
- Switched keyring from Jameson Nash (vtjnash) to Santiago Gimeno
(santigimeno)
- Update to 1.46.0:
* Add some more iouring backend fs ops
* work around io_uring IORING_OP_CLOSE bug
- Updates in version 1.45.0:
* introduce io_uring support
* give thread pool threads an 8 MB stack
* change execution order of timers
-------------------------------------------------------------------
Fri Sep 23 12:56:12 UTC 2022 - Dirk Müller <dmueller@suse.com>