summaryrefslogtreecommitdiff
path: root/NEWS-2.3
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2011-01-02 01:47:08 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2011-01-02 02:01:53 +0100
commitd08bfcbee55c65e8a88e05d75522d8d29f093f21 (patch)
tree9b82858794b0c759e2b7127f4d7cf8399d365ca1 /NEWS-2.3
parent45c6dfb69d6713ea4c00b65847855ecf1e6a2a61 (diff)
downloadpsycopg2-d08bfcbee55c65e8a88e05d75522d8d29f093f21.tar.gz
Refuse to build if pg_config is not found.
I think half of the problems in OS X setup are due to setup going ahead even when the pg_config is not found. We are now only building with PG version that make the tool available.
Diffstat (limited to 'NEWS-2.3')
-rw-r--r--NEWS-2.33
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS-2.3 b/NEWS-2.3
index 5be643d..fde7bd6 100644
--- a/NEWS-2.3
+++ b/NEWS-2.3
@@ -1,10 +1,11 @@
What's new in psycopg 2.3.3
---------------------------
-* New features:
+* New features and changes:
- Added `register_composite()` function to cast PostgreSQL composite types
into Python tuples/namedtuples.
+ - The build script refuses to guess values if pg_config is not found.
* Bug fixes: