2015.08.28, Version 1.7.3 (Stable)

Changes since version 1.7.2:

* threadpool: fix thread starvation bug (Ben Noordhuis)
This commit is contained in:
Saúl Ibarra Corretgé 2015-08-27 23:42:36 +02:00
parent da42780223
commit 93877b11c8
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2015.08.28, Version 1.7.3 (Stable)
Changes since version 1.7.2:
* threadpool: fix thread starvation bug (Ben Noordhuis)
2015.08.25, Version 1.7.2 (Stable), 4d13a013fcfa72311f0102751fdc7951873f466c
Changes since version 1.7.1:

View File

@ -1,4 +1,4 @@
version: v1.7.2.build{build}
version: v1.7.3.build{build}
install:
- cinst -y nsis

View File

@ -13,7 +13,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_PREREQ(2.57)
AC_INIT([libuv], [1.7.2], [https://github.com/libuv/libuv/issues])
AC_INIT([libuv], [1.7.3], [https://github.com/libuv/libuv/issues])
AC_CONFIG_MACRO_DIR([m4])
m4_include([m4/libuv-extra-automake-flags.m4])
m4_include([m4/as_case.m4])

View File

@ -32,7 +32,7 @@
#define UV_VERSION_MAJOR 1
#define UV_VERSION_MINOR 7
#define UV_VERSION_PATCH 2
#define UV_VERSION_PATCH 3
#define UV_VERSION_IS_RELEASE 1
#define UV_VERSION_SUFFIX ""