2014.12.25, Version 0.10.31 (Stable)
Changes since version 0.10.30: * test: test that closing a poll handle doesn't corrupt the stack (Bert Belder) * win: fix compilation of tests (Marc Schlaich) * Revert "win: keep a reference to AFD_POLL_INFO in cancel poll" (Bert Belder) * win: avoid stack corruption when closing a poll handle (Bert Belder) * gitignore: ignore Visual Studio files (Marc Schlaich) * win: set fallback message if FormatMessage fails (Marc Schlaich) * win: fall back to default language in uv_dlerror (Marc Schlaich) * test: improve compatibility for dlerror test (Marc Schlaich) * test: check dlerror is "no error" in no error case (Marc Schlaich) * build: link against -pthread (Logan Rosen) * win: scandir use 'ls' for formatting long strings (Kenneth Perry)
This commit is contained in:
parent
796425205b
commit
4dbd27e221
2
AUTHORS
2
AUTHORS
@ -132,3 +132,5 @@ Javier Hernández <jhernandez@emergya.com>
|
||||
Tonis Tiigi <tonistiigi@gmail.com>
|
||||
Michael Hudson-Doyle <michael.hudson@linaro.org>
|
||||
Helge Deller <deller@gmx.de>
|
||||
Logan Rosen <loganrosen@gmail.com>
|
||||
Kenneth Perry <thothonegan@gmail.com>
|
||||
|
||||
27
ChangeLog
27
ChangeLog
@ -1,3 +1,30 @@
|
||||
2014.12.25, Version 0.10.31 (Stable)
|
||||
|
||||
Changes since version 0.10.30:
|
||||
|
||||
* test: test that closing a poll handle doesn't corrupt the stack (Bert Belder)
|
||||
|
||||
* win: fix compilation of tests (Marc Schlaich)
|
||||
|
||||
* Revert "win: keep a reference to AFD_POLL_INFO in cancel poll" (Bert Belder)
|
||||
|
||||
* win: avoid stack corruption when closing a poll handle (Bert Belder)
|
||||
|
||||
* gitignore: ignore Visual Studio files (Marc Schlaich)
|
||||
|
||||
* win: set fallback message if FormatMessage fails (Marc Schlaich)
|
||||
|
||||
* win: fall back to default language in uv_dlerror (Marc Schlaich)
|
||||
|
||||
* test: improve compatibility for dlerror test (Marc Schlaich)
|
||||
|
||||
* test: check dlerror is "no error" in no error case (Marc Schlaich)
|
||||
|
||||
* build: link against -pthread (Logan Rosen)
|
||||
|
||||
* win: scandir use 'ls' for formatting long strings (Kenneth Perry)
|
||||
|
||||
|
||||
2014.12.10, Version 0.10.30 (Stable), 5a63f5e9546dca482eeebc3054139b21f509f21f
|
||||
|
||||
Changes since version 0.10.29:
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
#define UV_VERSION_MAJOR 0
|
||||
#define UV_VERSION_MINOR 10
|
||||
#define UV_VERSION_PATCH 31
|
||||
#define UV_VERSION_IS_RELEASE 0
|
||||
#define UV_VERSION_IS_RELEASE 1
|
||||
|
||||
|
||||
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user