summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2005-11-24 03:34:42 +0000
committerFederico Di Gregorio <fog@initd.org>2005-11-24 03:34:42 +0000
commit5bdd055ca17d31b13a34ff1e673f6742ae7c5793 (patch)
treea8def407e388130900a2847ec73597aca3a959b4
parent81bc23a54e756a185cb3e8778db5ee3f9080e1df (diff)
downloadpsycopg2-5bdd055ca17d31b13a34ff1e673f6742ae7c5793.tar.gz
Added sandbox stuff to the repository.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b2affa..6923ec2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-11-24 Federico Di Gregorio <fog@initd.org>
+
+ * sandbox: added all the test and creash-me files to the repository.
+
+ * psycopg/typecast.c (typecast_dealloc): now directly calls
+ PyObject_Del to avoid to segfault.
+
2005-11-20 Federico Di Gregorio <fog@initd.org>
* psycopg/typecast.c: fixed problem with microseconds conversion by