diff --git a/ChangeLog b/ChangeLog index 0d8dfa23d1564c..81d800c89f391d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2011.01.16, Version 0.3.5 (unstable) + +* Built-in debugger improvements. + +* Add setsid, setuid, setgid options to child_process.spawn + (Isaac Schlueter) + +* tty module improvements. + +* Upgrade libev to 4.3, libeio to latest, c-ares to 1.7.4 + +* Allow third party hooks before main module load. + (See 496be457b6a2bc5b01ec13644b9c9783976159b2) + +* Don't stat() on cached modules. (Felix Geisendörfer) + + 2011.01.08, Version 0.3.4 (unstable) * Primordal mingw build (Bert Belder) diff --git a/doc/index.html b/doc/index.html index 4734d620c0abee..825a77de014a97 100644 --- a/doc/index.html +++ b/doc/index.html @@ -23,7 +23,7 @@
  • About
  • Links
  • Contributing
  • -
  • v0.3.4 docs
  • +
  • v0.3.5 docs
  • v0.2.6 docs
  • @@ -92,9 +92,9 @@

    Download

    - Unstable: 2011.01.08 - node-v0.3.4.tar.gz - (Documentation) + Unstable: 2011.01.16 + node-v0.3.5.tar.gz + (Documentation)

    Historical: versions, docs

    diff --git a/src/node_version.h b/src/node_version.h index c66d3a1b15ec75..9697a9dbb03616 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -7,7 +7,7 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 3 #define NODE_PATCH_VERSION 5 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) diff --git a/tools/updateAuthors.awk b/tools/updateAuthors.awk index ad93357353a299..4ede6ffcea1e73 100644 --- a/tools/updateAuthors.awk +++ b/tools/updateAuthors.awk @@ -1,4 +1,4 @@ -# git log --pretty='format:%ae %an' | tail -r | awk -f updateAuthors.awk +# git log --pretty='format:%ae %an' | tac | awk -f tools/updateAuthors.awk { if (!x[$1]++) { #print $0