summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2013-04-20 02:31:31 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2013-04-21 18:37:19 +0100
commitfdc5dc750c7003da226132195dcfa832bc16a512 (patch)
treea2dc3d460f18a58de365244d1b70d41dd2744b84
parente335eb98ce58e9b474c96972ff4e777ceba006c2 (diff)
downloadpsycopg2-fdc5dc750c7003da226132195dcfa832bc16a512.tar.gz
Mention Solaris round fix in NEWS file
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ca013f1..a12f8b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+What's new in psycopg 2.5.1
+---------------------------
+
+- Fixed build on Solaris 10 and 11 where the round() function is already
+ declared (:ticket:`#146`).
+
+
What's new in psycopg 2.5
-------------------------