mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
2013.08.24, Version 0.10.15 (Stable)
Changes since version 0.10.14: * fsevents: create FSEvents thread on demand (Ben Noordhuis) * fsevents: use a single thread for interacting with FSEvents, because it's not thread-safe. (Fedor Indutny) * fsevents: share FSEventStream between multiple FS watchers, which removes a limit on the maximum number of file watchers that can be created on OS X. (Fedor Indutny)
This commit is contained in:
parent
684e2124e7
commit
221078a8fd
14
ChangeLog
14
ChangeLog
@ -1,3 +1,17 @@
|
||||
2013.08.24, Version 0.10.15 (Stable)
|
||||
|
||||
Changes since version 0.10.14:
|
||||
|
||||
* fsevents: create FSEvents thread on demand (Ben Noordhuis)
|
||||
|
||||
* fsevents: use a single thread for interacting with FSEvents, because it's not
|
||||
thread-safe. (Fedor Indutny)
|
||||
|
||||
* fsevents: share FSEventStream between multiple FS watchers, which removes a
|
||||
limit on the maximum number of file watchers that can be created on OS X.
|
||||
(Fedor Indutny)
|
||||
|
||||
|
||||
2013.08.22, Version 0.10.14 (Stable), 15d64132151c18b26346afa892444b95e2addad0
|
||||
|
||||
Changes since version 0.10.13:
|
||||
|
@ -35,7 +35,7 @@
|
||||
#define UV_VERSION_MAJOR 0
|
||||
#define UV_VERSION_MINOR 10
|
||||
#define UV_VERSION_PATCH 15
|
||||
#define UV_VERSION_IS_RELEASE 0
|
||||
#define UV_VERSION_IS_RELEASE 1
|
||||
|
||||
|
||||
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \
|
||||
|
Loading…
x
Reference in New Issue
Block a user