~ubuntu-branches/ubuntu/trusty/psycopg2/trusty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2006-09-19 08:22:36 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060919082236-jfzsukcxbco33jcd
Tags: 2.0.5.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2006-09-02  Federico Di Gregorio  <fog@initd.org>
 
2
 
 
3
        * Release 2.0.5.1.
 
4
 
 
5
        * psycopg/cursor_type.c: applied patch from Jason Erickson to
 
6
        build on MSVC and older gcc.
 
7
 
 
8
2006-09-01  Federico Di Gregorio  <fog@initd.org>
 
9
 
 
10
        * Release 2.0.5.
 
11
 
 
12
        * Fixed patch from #119, see tracker for details.
 
13
 
 
14
        * Preparing release 2.0.5.
 
15
 
 
16
        * psycopg/psycopgmodule.c: fixed filling of connection errors
 
17
        to include OperationalError.
 
18
 
 
19
        * setup.py: removed pydatetime option from initialize_options
 
20
        to make sure that the value in setup.cfg is used.
 
21
 
 
22
        * psycopg/psycopgmodule.c: applied patch from jdahlin (#120)
 
23
        to have .connect() accept either a string or int as the port
 
24
        parameter.
 
25
 
 
26
        * psycopg/adapter_binary.c: applied patch from jdahlin (#119)
 
27
        to fix the segfault on empty binary buffers.
 
28
 
 
29
        * psycopg/connection_type.c: added .status attribute to expose
 
30
        the internal status.
 
31
 
 
32
        * psycopg/pqpath.c: applied patch from intgr (#117) to fix
 
33
        segfault on null queries.
 
34
 
 
35
        * psycopg/cursor_type.c: applied patch from intgr (#116) to
 
36
        fix bad keyword naming and segfault in .executemany().
 
37
 
 
38
        * ZPsycopgDA/DA.py: applied ImageFile patch from Charlie
 
39
        Clark.
 
40
 
 
41
        * lib/pool.py: applied logging patch from Charlie Clark.
 
42
        It will probably get a makeup and be moved to the top-level
 
43
        module later.
 
44
 
1
45
2006-08-02  Federico Di Gregorio  <fog@initd.org>
2
46
 
3
47
        * Release 2.0.4.