Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Strip trailing whitespace in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Nov 25, 2011
1 parent b480cfa commit 2335c4b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ChangeLog
Expand Up @@ -114,7 +114,7 @@
* Documentation improvments (Igor Zinkovsky, Bert Belder, Ilya Dmitrichenko,
koichik, Maciej Małecki, Guglielmo Ferri, isaacs)

* Performance improvements (Daniel Ennis, Bert Belder, Ben Noordhuis)
* Performance improvements (Daniel Ennis, Bert Belder, Ben Noordhuis)

* Long process.title support (Ben Noordhuis)

Expand Down Expand Up @@ -370,7 +370,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)

* Fixes https host header default port handling. (Mikeal Rogers)

* #1440 strip byte order marker when loading *.js and *.json files
* #1440 strip byte order marker when loading *.js and *.json files
(Ben Noordhuis)

* #1434 Improve util.format() compatibility with browser. (Koichi Kobayashi)
Expand Down Expand Up @@ -581,9 +581,9 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)

* #829 Backport r8577 from V8 (Ben Noordhuis)

* #877 Don't wait for HTTP Agent socket pool to establish connections.
* #877 Don't wait for HTTP Agent socket pool to establish connections.

* #915 Find kqueue on FreeBSD correctly (Brett Kiefer)
* #915 Find kqueue on FreeBSD correctly (Brett Kiefer)

* #1085 HTTP: Fix race in abort/dispatch code (Stefan Rusu)

Expand Down Expand Up @@ -980,7 +980,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)

* HTTPS server

* Built in debugger 'node debug script.js'
* Built in debugger 'node debug script.js'

* realpath files during module load (Mihai Călin Bazon)

Expand Down Expand Up @@ -1122,7 +1122,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)

* fs bugfixes (Tj Holowaychuk, Tobie Langel, Marco Rogers, isaacs)

* http bug fixes (Fedor Indutny, Mikeal Rogers)
* http bug fixes (Fedor Indutny, Mikeal Rogers)

* Faster buffers; breaks C++ API (Tim-Smart, Stéphan Kochen)

Expand Down Expand Up @@ -1291,7 +1291,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
* Upgrade http-parser, V8 to 2.2.21


2010.06.21, Version 0.1.99, a620b7298f68f68a855306437a3b60b650d61d78
2010.06.21, Version 0.1.99, a620b7298f68f68a855306437a3b60b650d61d78

* Datagram sockets (Paul Querna)

Expand Down Expand Up @@ -1397,7 +1397,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)

2010.05.06, Version 0.1.94, f711d5343b29d1e72e87107315708e40951a7826

* Look in /usr/local/lib/node for modules, so that there's a way
* Look in /usr/local/lib/node for modules, so that there's a way
to install modules globally (Issac Schlueter)

* SSL improvements (Rhys Jones, Paulo Matias)
Expand All @@ -1417,7 +1417,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
* Bugfix: destroy() instead of end() http connection at end of
pipeline

* Bugfix: http.Client may be prematurely released back to the
* Bugfix: http.Client may be prematurely released back to the
free pool. (Thomas Lee)

* Upgrade V8 to 2.2.8
Expand Down

0 comments on commit 2335c4b

Please sign in to comment.