2014.02.28, Version 0.11.21 (Unstable)

Changes since version 0.11.20:

* unix: fix uv_fs_write when using an empty buffer (Saúl Ibarra
  Corretgé)

* unix, windows: add assertion in uv_loop_delete (Saúl Ibarra Corretgé)
This commit is contained in:
Timothy J Fontaine 2014-02-26 18:04:23 -08:00
parent 2cfb96e9e2
commit 3ef958158a
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
2014.02.28, Version 0.11.21 (Unstable)
Changes since version 0.11.20:
* unix: fix uv_fs_write when using an empty buffer (Saúl Ibarra Corretgé)
* unix, windows: add assertion in uv_loop_delete (Saúl Ibarra Corretgé)
2014.02.27, Version 0.11.20 (Unstable), 88355e081b51c69ee1e2b6b0015a4e3d38bd0579 2014.02.27, Version 0.11.20 (Unstable), 88355e081b51c69ee1e2b6b0015a4e3d38bd0579
Changes since version 0.11.19: Changes since version 0.11.19:

View File

@ -33,6 +33,6 @@
#define UV_VERSION_MAJOR 0 #define UV_VERSION_MAJOR 0
#define UV_VERSION_MINOR 11 #define UV_VERSION_MINOR 11
#define UV_VERSION_PATCH 21 #define UV_VERSION_PATCH 21
#define UV_VERSION_IS_RELEASE 0 #define UV_VERSION_IS_RELEASE 1
#endif /* UV_VERSION_H */ #endif /* UV_VERSION_H */