- Update to version 0.5.13
* Breaking
+ Luv.Resource.free_memory and Luv.Resource.total_memory now return
options, in accordance with a clarification in libuv (#153).
+ Filename in callback of Luv.FS_event.start can be None, in accordance
with a clarification in libuv (#155).
+ Rename fields of Luv.Time.timeval (dbd4e43).
* Additions
+ Upgrade libuv to 1.48.0, including 1.47.0, 1.46.0, 1.45.0 and io_uring
support (#153, #154, #155, #158).
+ Expose uv_cpumask_size as Luv.System_info.cpumask_size,
uv_thread_setaffinity as Luv.Thread.setaffinity, uv_thread_getaffinity as
Luv.Thread.getaffinity (#153).
+ Expose UV_ENODATA as `ENODATA (#153).
+ Expose uv_metrics_info as Luv.Metrics.info (#153).
+ Expose uv_thread_getcpu as Luv.Thread.getcpu (#153).
+ Expose uv_get_available_memory as Luv.Resource.available_memory (#153).
+ Expose uv_os_get_passwd2 as ?uid parameter of Luv.Passwd.get_passwd (#153).
+ Expose uv_os_get_group as Luv.Passwd.get_group (#153).
+ Expose uv_clock_gettime as Luv.Time.clock_gettime (#153).
+ Expose uv_pipe_bind2 and uv_pipe_connect2 as ?no_truncate parameters of
Luv.Pipe.bind and Luv.Pipe.connect (#154).
+ Expose EUNATCH as `EUNATCH (#154).
+ Expose UTF-16/WTF-8 conversion functions in new module Luv.String (#155).
+ Expose uv_thread_setpriority as Luv.Thread.setpriority and
uv_thread_getpriority as Luv.Thread.getpriority (#158).
+ Expose UV_PROCESS_WINDOWS_FILE_PATH_EXACT_NAME as
?windows_file_path_exact_name parameter of Luv.Process.spawn (#158).
- Refresh ocaml-luv.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-luv?expand=0&rev=34
68 lines
2.8 KiB
Plaintext
68 lines
2.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun May 11 14:25:05 UTC 2025 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
|
|
|
|
- Update to version 0.5.13
|
|
* Breaking
|
|
+ Luv.Resource.free_memory and Luv.Resource.total_memory now return
|
|
options, in accordance with a clarification in libuv (#153).
|
|
+ Filename in callback of Luv.FS_event.start can be None, in accordance
|
|
with a clarification in libuv (#155).
|
|
+ Rename fields of Luv.Time.timeval (dbd4e43).
|
|
* Additions
|
|
+ Upgrade libuv to 1.48.0, including 1.47.0, 1.46.0, 1.45.0 and io_uring
|
|
support (#153, #154, #155, #158).
|
|
+ Expose uv_cpumask_size as Luv.System_info.cpumask_size,
|
|
uv_thread_setaffinity as Luv.Thread.setaffinity, uv_thread_getaffinity as
|
|
Luv.Thread.getaffinity (#153).
|
|
+ Expose UV_ENODATA as `ENODATA (#153).
|
|
+ Expose uv_metrics_info as Luv.Metrics.info (#153).
|
|
+ Expose uv_thread_getcpu as Luv.Thread.getcpu (#153).
|
|
+ Expose uv_get_available_memory as Luv.Resource.available_memory (#153).
|
|
+ Expose uv_os_get_passwd2 as ?uid parameter of Luv.Passwd.get_passwd (#153).
|
|
+ Expose uv_os_get_group as Luv.Passwd.get_group (#153).
|
|
+ Expose uv_clock_gettime as Luv.Time.clock_gettime (#153).
|
|
+ Expose uv_pipe_bind2 and uv_pipe_connect2 as ?no_truncate parameters of
|
|
Luv.Pipe.bind and Luv.Pipe.connect (#154).
|
|
+ Expose EUNATCH as `EUNATCH (#154).
|
|
+ Expose UTF-16/WTF-8 conversion functions in new module Luv.String (#155).
|
|
+ Expose uv_thread_setpriority as Luv.Thread.setpriority and
|
|
uv_thread_getpriority as Luv.Thread.getpriority (#158).
|
|
+ Expose UV_PROCESS_WINDOWS_FILE_PATH_EXACT_NAME as
|
|
?windows_file_path_exact_name parameter of Luv.Process.spawn (#158).
|
|
- Refresh ocaml-luv.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 3 03:03:03 UTC 2025 - ohering@suse.de
|
|
|
|
- Handle strict API in newer OCaml versions
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 2 20:48:52 UTC 2023 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
|
|
|
|
- Update to version 0.5.12
|
|
no changelog provided
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 4 04:04:04 UTC 2022 - ohering@suse.de
|
|
|
|
- Update to version 0.5.11
|
|
no changelog provided
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 11 12:34:56 UTC 2021 - ohering@suse.de
|
|
|
|
- Update to version 0.5.10
|
|
no changelog provided
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 9 09:09:09 UTC 2021 - ohering@suse.de
|
|
|
|
- Update to version 0.5.8
|
|
no changelog provided
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 9 09:09:09 UTC 2021 - ohering@suse.de
|
|
|
|
- Initial version 0.5.7
|
|
|