|
| 1 | +2016.05.17, Version 1.9.1 (Stable), d989902ac658b4323a4f4020446e6f4dc449e25c |
| 2 | + |
| 3 | +Changes since version 1.9.0: |
| 4 | + |
| 5 | +* test: handle root home directories (cjihrig) |
| 6 | + |
| 7 | +* unix: implement uv__fs_futime for AIX 7.1 (Imran Iqbal) |
| 8 | + |
| 9 | +* test: skip early bind tests if no IPv6 is supported (Saúl Ibarra Corretgé) |
| 10 | + |
| 11 | +* win: fix var declaration to be C89 compliant (Michael Fero) |
| 12 | + |
| 13 | +* unix: use POLL{IN,OUT,etc} constants directly (Ben Noordhuis) |
| 14 | + |
| 15 | +* doc: add ability to live reload and regenerate HTML (Saúl Ibarra Corretgé) |
| 16 | + |
| 17 | +* Revert "win,build: remove unused build defines" (cjihrig) |
| 18 | + |
| 19 | +* linux: fix fd leaks in uv_cpu_info() error paths (Ben Noordhuis) |
| 20 | + |
| 21 | +* linux: don't abort on malformed /proc/stat (Ben Noordhuis) |
| 22 | + |
| 23 | +* linux: fix long lines in linux-core.c (Ben Noordhuis) |
| 24 | + |
| 25 | +* test: fix fs_event_watch_file_current_dir for AIX (Imran Iqbal) |
| 26 | + |
| 27 | +* unix,fs: code cleanup of uv_fs_event_start for AIX (Imran Iqbal) |
| 28 | + |
| 29 | +* unix: delay signal handling until after normal i/o (Ben Noordhuis) |
| 30 | + |
| 31 | +* android: pthread_sigmask() does not set errno (Oguz Bastemur) |
| 32 | + |
| 33 | +* win: work around sharepoint scandir bug (Ben Noordhuis) |
| 34 | + |
| 35 | +* unix: guard against clobbering errno in uv__free() (Ben Noordhuis) |
| 36 | + |
| 37 | +* unix: remove unneeded SAVE_ERRNO wrappers (Ben Noordhuis) |
| 38 | + |
| 39 | +* test: skip fs_event_close_in_callback on AIX (Imran Iqbal) |
| 40 | + |
| 41 | +* win: add maxrss, pagefaults to uv_getrusage() (Robert Jefe Lindstaedt) |
| 42 | + |
| 43 | +* test: set a big send buffer size for tcp_write_queue_order (Andrius Bentkus) |
| 44 | + |
| 45 | +* unix: error on realpath if PATH_MAX is undefined (Myles Borins) |
| 46 | + |
| 47 | +* unix: fix bug in barrier fallback implementation (Kári Tristan Helgason) |
| 48 | + |
| 49 | +* build: bump android ndk version (Kári Tristan Helgason) |
| 50 | + |
| 51 | +* build: always compile with -fvisibility=hidden (Ben Noordhuis) |
| 52 | + |
| 53 | +* test: fix -Wformat warnings in platform test (Ben Noordhuis) |
| 54 | + |
| 55 | +* win: clarify fsevents handling code (Saúl Ibarra Corretgé) |
| 56 | + |
| 57 | +* test: fix POLLHDRUP related failures for AIX (Imran Iqbal) |
| 58 | + |
| 59 | +* build, mingw: set LIBS in configure.ac (Tony Theodore) |
| 60 | + |
| 61 | +* win: improve uv__convert_utf16_to_utf8 (Saúl Ibarra Corretgé) |
| 62 | + |
| 63 | +* win: simplified UTF16 -> UTF8 conversions (Saúl Ibarra Corretgé) |
| 64 | + |
| 65 | +* win: remove unneeded condition (Saúl Ibarra Corretgé) |
| 66 | + |
| 67 | +* darwin: work around condition variable kernel bug (Ben Noordhuis) |
| 68 | + |
| 69 | +* darwin: make thread stack multiple of page size (Ben Noordhuis) |
| 70 | + |
| 71 | +* build,win: rename platform to msbuild_platform (João Reis) |
| 72 | + |
| 73 | +* gitignore: ignore VS temporary database files (João Reis) |
| 74 | + |
| 75 | +* test: skip emfile on AIX (Imran Iqbal) |
| 76 | + |
| 77 | +* unix: use system allocator for scandir() (cjihrig) |
| 78 | + |
| 79 | +* common: release uv_fs_scandir() array (cjihrig) |
| 80 | + |
| 81 | +* win: call uv__fs_scandir_cleanup() (cjihrig) |
| 82 | + |
| 83 | +* win,tty: fix read stop in line mode (João Reis) |
| 84 | + |
| 85 | +* win,tty: don't duplicate handle for line reads (João Reis) |
| 86 | + |
| 87 | +* win,tty: restore cursor after canceling line read (Alexis Campailla) |
| 88 | + |
| 89 | + |
1 | 90 | 2016.04.08, Version 1.9.0 (Stable), 229b3a4cc150aebd6561e6bd43076eafa7a03756
|
2 | 91 |
|
3 | 92 | Changes since version 1.8.0:
|
|
0 commit comments