2014.11.21, Version 1.0.0 (Stable)
Changes since version 1.0.0-rc2: * doc: fix git/svn url for gyp repo in README (Emmanuel Odeke) * windows: fix fs_read with nbufs > 1 and offset (Unknown W. Brackets) * win: add missing IP_ADAPTER_UNICAST_ADDRESS_LH definition for MinGW (huxingyi) * doc: mention homebrew in README (Mikhail Mukovnikov) * doc: add learnuv workshop to README (Thorsten Lorenz) * doc: fix parameter name in uv_fs_access (Saúl Ibarra Corretgé) * unix: use cfmakeraw() for setting raw TTY mode (Yuri D'Elia) * win: fix uv_thread_self() (Alexis Campailla) * build: add x32 support to gyp build (Ben Noordhuis) * build: remove dtrace probes (Ben Noordhuis) * doc: fix link in misc.rst (Manos Nikolaidis) * mailmap: remove duplicated entries (Saúl Ibarra Corretgé) * gyp: fix comment regarding version info location (Saúl Ibarra Corretgé)
This commit is contained in:
parent
a07e077968
commit
feb2a9e694
3
.mailmap
3
.mailmap
@ -17,7 +17,8 @@ Keno Fischer <kenof@stanford.edu> <kfischer@college.harvard.edu>
|
|||||||
Leonard Hecker <leonard.hecker91@gmail.com> <leonard@hecker.io>
|
Leonard Hecker <leonard.hecker91@gmail.com> <leonard@hecker.io>
|
||||||
Maciej Małecki <maciej.malecki@notimplemented.org> <me@mmalecki.com>
|
Maciej Małecki <maciej.malecki@notimplemented.org> <me@mmalecki.com>
|
||||||
Marc Schlaich <marc.schlaich@googlemail.com> <marc.schlaich@gmail.com>
|
Marc Schlaich <marc.schlaich@googlemail.com> <marc.schlaich@gmail.com>
|
||||||
Rasmus Christian Pedersen <zerhacken@yahoo.com> <ruysch@outlook.com>
|
Rasmus Christian Pedersen <ruysch@outlook.com>
|
||||||
|
Rasmus Christian Pedersen <zerhacken@yahoo.com>
|
||||||
Rasmus Pedersen <ruysch@outlook.com> <zerhacken@yahoo.com>
|
Rasmus Pedersen <ruysch@outlook.com> <zerhacken@yahoo.com>
|
||||||
Robert Mustacchi <rm@joyent.com> <rm@fingolfin.org>
|
Robert Mustacchi <rm@joyent.com> <rm@fingolfin.org>
|
||||||
Ryan Dahl <ryan@joyent.com> <ry@tinyclouds.org>
|
Ryan Dahl <ryan@joyent.com> <ry@tinyclouds.org>
|
||||||
|
|||||||
5
AUTHORS
5
AUTHORS
@ -166,3 +166,8 @@ Jeff Widman <jeff@jeffwidman.com>
|
|||||||
cjihrig <cjihrig@gmail.com>
|
cjihrig <cjihrig@gmail.com>
|
||||||
Tomasz Kołodziejski <tkolodziejski@mozilla.com>
|
Tomasz Kołodziejski <tkolodziejski@mozilla.com>
|
||||||
Unknown W. Brackets <checkins@unknownbrackets.org>
|
Unknown W. Brackets <checkins@unknownbrackets.org>
|
||||||
|
Emmanuel Odeke <odeke@ualberta.ca>
|
||||||
|
Mikhail Mukovnikov <yndi@me.com>
|
||||||
|
Thorsten Lorenz <thlorenz@gmx.de>
|
||||||
|
Yuri D'Elia <yuri.delia@eurac.edu>
|
||||||
|
Manos Nikolaidis <manos@shadowrobot.com>
|
||||||
|
|||||||
32
ChangeLog
32
ChangeLog
@ -1,3 +1,35 @@
|
|||||||
|
2014.11.21, Version 1.0.0 (Stable)
|
||||||
|
|
||||||
|
Changes since version 1.0.0-rc2:
|
||||||
|
|
||||||
|
* doc: fix git/svn url for gyp repo in README (Emmanuel Odeke)
|
||||||
|
|
||||||
|
* windows: fix fs_read with nbufs > 1 and offset (Unknown W. Brackets)
|
||||||
|
|
||||||
|
* win: add missing IP_ADAPTER_UNICAST_ADDRESS_LH definition for MinGW
|
||||||
|
(huxingyi)
|
||||||
|
|
||||||
|
* doc: mention homebrew in README (Mikhail Mukovnikov)
|
||||||
|
|
||||||
|
* doc: add learnuv workshop to README (Thorsten Lorenz)
|
||||||
|
|
||||||
|
* doc: fix parameter name in uv_fs_access (Saúl Ibarra Corretgé)
|
||||||
|
|
||||||
|
* unix: use cfmakeraw() for setting raw TTY mode (Yuri D'Elia)
|
||||||
|
|
||||||
|
* win: fix uv_thread_self() (Alexis Campailla)
|
||||||
|
|
||||||
|
* build: add x32 support to gyp build (Ben Noordhuis)
|
||||||
|
|
||||||
|
* build: remove dtrace probes (Ben Noordhuis)
|
||||||
|
|
||||||
|
* doc: fix link in misc.rst (Manos Nikolaidis)
|
||||||
|
|
||||||
|
* mailmap: remove duplicated entries (Saúl Ibarra Corretgé)
|
||||||
|
|
||||||
|
* gyp: fix comment regarding version info location (Saúl Ibarra Corretgé)
|
||||||
|
|
||||||
|
|
||||||
2014.10.21, Version 1.0.0-rc2 (Pre-release)
|
2014.10.21, Version 1.0.0-rc2 (Pre-release)
|
||||||
|
|
||||||
Changes since version 1.0.0-rc1:
|
Changes since version 1.0.0-rc1:
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
AC_INIT([libuv], [1.0.0-rc3], [https://github.com/joyent/libuv/issues])
|
AC_INIT([libuv], [1.0.0], [https://github.com/joyent/libuv/issues])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
m4_include([m4/libuv-extra-automake-flags.m4])
|
m4_include([m4/libuv-extra-automake-flags.m4])
|
||||||
m4_include([m4/as_case.m4])
|
m4_include([m4/as_case.m4])
|
||||||
|
|||||||
@ -33,7 +33,7 @@
|
|||||||
#define UV_VERSION_MAJOR 1
|
#define UV_VERSION_MAJOR 1
|
||||||
#define UV_VERSION_MINOR 0
|
#define UV_VERSION_MINOR 0
|
||||||
#define UV_VERSION_PATCH 0
|
#define UV_VERSION_PATCH 0
|
||||||
#define UV_VERSION_IS_RELEASE 0
|
#define UV_VERSION_IS_RELEASE 1
|
||||||
#define UV_VERSION_SUFFIX "rc3"
|
#define UV_VERSION_SUFFIX ""
|
||||||
|
|
||||||
#endif /* UV_VERSION_H */
|
#endif /* UV_VERSION_H */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user