merge with upstream

This commit is contained in:
Hannes Hörl 2013-12-28 00:37:41 +01:00
commit 1d261962c0
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ For richer information consult the commit log on github with referenced pull req
We do not include break-fix version release in this file.
### v2.10.0
- Add support for [the password file](http://www.postgresql.org/docs/9.3/static/libpq-pgpass.html)
### v2.9.0
- Add better support for [unix domain socket](https://github.com/brianc/node-postgres/pull/487) connections

View File

@ -1,6 +1,6 @@
{
"name": "pg",
"version": "2.9.0",
"version": "2.10.0",
"description": "PostgreSQL client - pure javascript & libpq with the same API",
"keywords": [
"postgres",