Skip to content
This repository was archived by the owner on May 4, 2018. It is now read-only.

Commit 2acd544

Browse files
committed
2014.05.02, Version 0.11.25 (Unstable)
Changes since version 0.11.24: * osx: pass const handle pointer to uv___stream_fd (Chernyshev Viacheslav) * unix, windows: pass const handle ptr to uv_tcp_get*name (Chernyshev Viacheslav) * common: pass const sockaddr ptr to uv_ip*_name (Chernyshev Viacheslav) * unix, windows: validate flags on uv_udp|tcp_bind (Saúl Ibarra Corretgé) * unix: handle case when addr is not initialized after recvmsg (Saúl Ibarra Corretgé) * unix, windows: uv_now constness (Rasmus Pedersen)
1 parent 87ae69b commit 2acd544

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.mailmap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ Fedor Indutny <[email protected]> <[email protected]>
1010
Frank Denis <[email protected]>
1111
Isaac Z. Schlueter <[email protected]>
1212
13-
1413
14+
1515
1616
17+
Rasmus Christian Pedersen <[email protected]>
1718
1819
1920

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,5 @@ Javier Hernández <[email protected]>
137137
Tonis Tiigi <[email protected]>
138138
Norio Kobota <[email protected]>
139139
李港平 <[email protected]>
140+
Chernyshev Viacheslav <[email protected]>
141+
Stephen von Takach <[email protected]>

ChangeLog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
2014.05.02, Version 0.11.25 (Unstable)
2+
3+
Changes since version 0.11.24:
4+
5+
* osx: pass const handle pointer to uv___stream_fd (Chernyshev Viacheslav)
6+
7+
* unix, windows: pass const handle ptr to uv_tcp_get*name (Chernyshev
8+
Viacheslav)
9+
10+
* common: pass const sockaddr ptr to uv_ip*_name (Chernyshev Viacheslav)
11+
12+
* unix, windows: validate flags on uv_udp|tcp_bind (Saúl Ibarra Corretgé)
13+
14+
* unix: handle case when addr is not initialized after recvmsg (Saúl Ibarra
15+
Corretgé)
16+
17+
* unix, windows: uv_now constness (Rasmus Pedersen)
18+
19+
120
2014.04.15, Version 0.11.24 (Unstable), ed948c29f6e8c290f79325a6f0bc9ef35bcde644
221

322
Changes since version 0.11.23:

include/uv-version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
#define UV_VERSION_MAJOR 0
3434
#define UV_VERSION_MINOR 11
3535
#define UV_VERSION_PATCH 25
36-
#define UV_VERSION_IS_RELEASE 0
36+
#define UV_VERSION_IS_RELEASE 1
3737

3838
#endif /* UV_VERSION_H */

0 commit comments

Comments
 (0)