summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2012-03-05 02:29:02 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2012-03-05 02:38:21 +0000
commit2c309dfdb46cce51ff17688c97b391e39f2a392e (patch)
treee43f0c254e2719ba479a8500766f93a7e99fea3f
parent8707d8c3991d2f6511876ce48089a46dd1f97ae7 (diff)
downloadpsycopg2-2c309dfdb46cce51ff17688c97b391e39f2a392e.tar.gz
Mention the static analysis cleanup in the news
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3e687ab..40787b5 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ What's new in psycopg 2.4.5
interaction (ticket #90).
- Better efficiency and formatting of timezone offset objects thanks
to Menno Smits (tickets #94, #95).
+ - Codebase cleaned up using the GCC Python plugin's static analysis
+ tool, which has revealed several unchecked return values, possible
+ NULL dereferences, reference counting problems. Many thanks to David
+ Malcolm for the useful tool and the assistance provided using it.
What's new in psycopg 2.4.4