|
| 1 | +2019.01.19, Version 1.25.0 (Stable), 4a10a9d425863330af199e4b74bd688e62d945f1 |
| 2 | + |
| 3 | +Changes since version 1.24.1: |
| 4 | + |
| 5 | +* Revert "win,fs: retry if uv_fs_rename fails" (Ben Noordhuis) |
| 6 | + |
| 7 | +* aix: manually trigger fs event monitoring (Gireesh Punathil) |
| 8 | + |
| 9 | +* unix: rename WRITE_RETRY_ON_ERROR macro (Ben Noordhuis) |
| 10 | + |
| 11 | +* darwin: DRY platform-specific error check (Ben Noordhuis) |
| 12 | + |
| 13 | +* unix: refactor uv__write() (Ben Noordhuis) |
| 14 | + |
| 15 | +* unix: don't send handle twice on partial write (Ben Noordhuis) |
| 16 | + |
| 17 | +* tty,win: fix Alt+key under WSL (Bartosz Sosnowski) |
| 18 | + |
| 19 | +* build: support running tests in out-of-tree builds (Jameson Nash) |
| 20 | + |
| 21 | +* fsevents: really watch files with fsevents on macos 10.7+ (Jameson Nash) |
| 22 | + |
| 23 | +* thread,mingw64: need intrin.h header for SSE2 MemoryBarrier (Jameson Nash) |
| 24 | + |
| 25 | +* win: fix sizeof-pointer-div warning (cjihrig) |
| 26 | + |
| 27 | +* unix,win: add uv_os_uname() (cjihrig) |
| 28 | + |
| 29 | +* win, tty: fix CreateFileW() return value check (Bartosz Sosnowski) |
| 30 | + |
| 31 | +* unix: enable IPv6 tests on OpenBSD (ptlomholt) |
| 32 | + |
| 33 | +* test: fix test-ipc spawn_helper exit_cb (Santiago Gimeno) |
| 34 | + |
| 35 | +* test: fix test-ipc tests (Santiago Gimeno) |
| 36 | + |
| 37 | +* unix: better handling of unsupported F_FULLFSYNC (Victor Costan) |
| 38 | + |
| 39 | +* win,test: de-flake fs_event_watch_dir_short_path (Refael Ackermann) |
| 40 | + |
| 41 | +* win: fix msvc warning (sid) |
| 42 | + |
| 43 | +* openbsd: switch to libuv's barrier implementation (ptlomholt) |
| 44 | + |
| 45 | +* unix,stream: fix zero byte writes (Santiago Gimeno) |
| 46 | + |
| 47 | +* ibmi: return EISDIR on read from directory fd (Kevin Adler) |
| 48 | + |
| 49 | +* build: wrap long lines in Makefile.am (cjihrig) |
| 50 | + |
| 51 | + |
1 | 52 | 2018.12.17, Version 1.24.1 (Stable), 274f2bd3b70847cadd9a3965577a87e666ab9ac3
|
2 | 53 |
|
3 | 54 | Changes since version 1.24.0:
|
|
0 commit comments