aboutsummaryrefslogtreecommitdiff
path: root/deps/uv/ChangeLog
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-03-28 00:28:45 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2013-03-28 00:28:45 +0100
commit982877ec856a1ad15108bbf2063e4a46d32742e4 (patch)
treee7b0e4ceecfa3b824b22ed76212e0af4048a2601 /deps/uv/ChangeLog
parent61935bc167cc2de57c6417bd12493775dc9c1b81 (diff)
downloadandroid-node-v8-982877ec856a1ad15108bbf2063e4a46d32742e4.tar.gz
android-node-v8-982877ec856a1ad15108bbf2063e4a46d32742e4.tar.bz2
android-node-v8-982877ec856a1ad15108bbf2063e4a46d32742e4.zip
deps: upgrade libuv to 7514149
Diffstat (limited to 'deps/uv/ChangeLog')
-rw-r--r--deps/uv/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/deps/uv/ChangeLog b/deps/uv/ChangeLog
new file mode 100644
index 0000000000..034653d655
--- /dev/null
+++ b/deps/uv/ChangeLog
@@ -0,0 +1,28 @@
+2013.03.25, Version 0.10.2 (Stable)
+
+This is the first officially versioned release of libuv. Starting now
+libuv will make releases independently of Node.js.
+
+Changes since Node.js v0.10.0:
+
+* test: add tap output for windows (Timothy J. Fontaine)
+
+* unix: fix uv_tcp_simultaneous_accepts() logic (Ben Noordhuis)
+
+* include: bump UV_VERSION_MINOR (Ben Noordhuis)
+
+* unix: improve uv_guess_handle() implementation (Ben Noordhuis)
+
+* stream: run try_select only for pipes and ttys (Fedor Indutny)
+
+Changes since Node.js v0.10.1:
+
+* build: rename OS to PLATFORM (Ben Noordhuis)
+
+* unix: make uv_timer_init() initialize repeat (Brian Mazza)
+
+* unix: make timers handle large timeouts (Ben Noordhuis)
+
+* build: add OBJC makefile var (Ben Noordhuis)
+
+* Add `uv_version()` and `uv_version_string()` APIs (Bert Belder)