2014.11.27, Version 1.0.1 (Stable)
Changes since version 1.0.0: * readme: remove Rust from users (Elijah Andrews) * doc,build,include: update project links (Ben Noordhuis) * doc: fix typo: Strcutures -> Structures (Michael Ira Krufky) * unix: fix processing process handles queue (Saúl Ibarra Corretgé) * win: replace non-ansi characters in source file (Bert Belder)
This commit is contained in:
parent
030666385c
commit
0a8e81374e
3
.mailmap
3
.mailmap
@ -17,9 +17,8 @@ Keno Fischer <kenof@stanford.edu> <kfischer@college.harvard.edu>
|
||||
Leonard Hecker <leonard.hecker91@gmail.com> <leonard@hecker.io>
|
||||
Maciej Małecki <maciej.malecki@notimplemented.org> <me@mmalecki.com>
|
||||
Marc Schlaich <marc.schlaich@googlemail.com> <marc.schlaich@gmail.com>
|
||||
Rasmus Christian Pedersen <ruysch@outlook.com>
|
||||
Rasmus Christian Pedersen <zerhacken@yahoo.com>
|
||||
Rasmus Pedersen <ruysch@outlook.com> <zerhacken@yahoo.com>
|
||||
Rasmus Christian Pedersen <zerhacken@yahoo.com> <ruysch@outlook.com>
|
||||
Robert Mustacchi <rm@joyent.com> <rm@fingolfin.org>
|
||||
Ryan Dahl <ryan@joyent.com> <ry@tinyclouds.org>
|
||||
Ryan Emery <seebees@gmail.com>
|
||||
|
||||
2
AUTHORS
2
AUTHORS
@ -171,3 +171,5 @@ Mikhail Mukovnikov <yndi@me.com>
|
||||
Thorsten Lorenz <thlorenz@gmx.de>
|
||||
Yuri D'Elia <yuri.delia@eurac.edu>
|
||||
Manos Nikolaidis <manos@shadowrobot.com>
|
||||
Elijah Andrews <elijah@busbud.com>
|
||||
Michael Ira Krufky <m.krufky@samsung.com>
|
||||
|
||||
15
ChangeLog
15
ChangeLog
@ -1,3 +1,18 @@
|
||||
2014.11.27, Version 1.0.1 (Stable)
|
||||
|
||||
Changes since version 1.0.0:
|
||||
|
||||
* readme: remove Rust from users (Elijah Andrews)
|
||||
|
||||
* doc,build,include: update project links (Ben Noordhuis)
|
||||
|
||||
* doc: fix typo: Strcutures -> Structures (Michael Ira Krufky)
|
||||
|
||||
* unix: fix processing process handles queue (Saúl Ibarra Corretgé)
|
||||
|
||||
* win: replace non-ansi characters in source file (Bert Belder)
|
||||
|
||||
|
||||
2014.11.21, Version 1.0.0 (Stable)
|
||||
|
||||
Changes since version 1.0.0-rc2:
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT([libuv], [1.0.0], [https://github.com/libuv/libuv/issues])
|
||||
AC_INIT([libuv], [1.0.1], [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])
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
|
||||
#define UV_VERSION_MAJOR 1
|
||||
#define UV_VERSION_MINOR 0
|
||||
#define UV_VERSION_PATCH 0
|
||||
#define UV_VERSION_PATCH 1
|
||||
#define UV_VERSION_IS_RELEASE 1
|
||||
#define UV_VERSION_SUFFIX ""
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user