|
| 1 | +2013.08.07, Version 0.11.7 (Unstable) |
| 2 | + |
| 3 | +Changes since version 0.11.6: |
| 4 | + |
| 5 | +* unix, windows: fix uv_fs_chown() function prototype (Ben Noordhuis) |
| 6 | + |
| 7 | +* unix, windows: remove unused variables (Brian White) |
| 8 | + |
| 9 | +* test: fix signed/unsigned comparison warnings (Ben Noordhuis) |
| 10 | + |
| 11 | +* build: dtrace shouldn't break out of tree builds (Timothy J. Fontaine) |
| 12 | + |
| 13 | +* unix, windows: don't read/recv if buf.len==0 (Ben Noordhuis) |
| 14 | + |
| 15 | +* build: add mingw makefile (Ben Noordhuis) |
| 16 | + |
| 17 | +* unix, windows: add MAC to uv_interface_addresses() (Brian White) |
| 18 | + |
| 19 | +* build: enable AM_INIT_AUTOMAKE([subdir-objects]) (Ben Noordhuis) |
| 20 | + |
| 21 | +* unix, windows: make buf arg to uv_fs_write const (Ben Noordhuis) |
| 22 | + |
| 23 | +* sunos: fix build breakage introduced in e3a657c (Ben Noordhuis) |
| 24 | + |
| 25 | +* aix: fix build breakage introduced in 3ee4d3f (Ben Noordhuis) |
| 26 | + |
| 27 | +* windows: fix mingw32 build, define JOB_OBJECT_XXX (Yasuhiro Matsumoto) |
| 28 | + |
| 29 | +* windows: fix mingw32 build, include limits.h (Yasuhiro Matsumoto) |
| 30 | + |
| 31 | +* test: replace sprintf() with snprintf() (Ben Noordhuis) |
| 32 | + |
| 33 | +* test: replace strcpy() with strncpy() (Ben Noordhuis) |
| 34 | + |
| 35 | +* openbsd: fix uv_ip6_addr() unused variable warnings (Ben Noordhuis) |
| 36 | + |
| 37 | +* openbsd: fix dlerror() const correctness warning (Ben Noordhuis) |
| 38 | + |
| 39 | +* openbsd: fix uv_fs_sendfile() unused variable warnings (Ben Noordhuis) |
| 40 | + |
| 41 | +* build: disable parallel automake tests (Ben Noordhuis) |
| 42 | + |
| 43 | +* test: add windows-only snprintf() function (Ben Noordhuis) |
| 44 | + |
| 45 | +* build: add automake serial-tests version check (Ben Noordhuis) |
| 46 | + |
| 47 | + |
1 | 48 | 2013.07.26, Version 0.10.13 (Stable), 381312e1fe6fecbabc943ccd56f0e7d114b3d064
|
2 | 49 |
|
3 | 50 | Changes since version 0.10.12:
|
|
0 commit comments