~ubuntu-branches/ubuntu/trusty/libdbi/trusty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS), Laszlo Boszormenyi (GCS), Prach Pongpanich
  • Date: 2014-01-20 21:19:50 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20140120211950-zyd6ykii7rd4vm7x
Tags: 0.9.0-1
[ Laszlo Boszormenyi (GCS) ]
* Correct debian/copyright .

[ Prach Pongpanich ]
* Imported Upstream version 0.9.0 (Closes: #708115, #717437)
* Use debhelper short rules with autoreconf (Closes: #565558)
* Add -dbg package
* Update symbols file for new symbols
* Add multiarch support
* Bump Standards-Version to 3.9.5
* Change Vcs fields to point to collab-maint
* Adopt package (Closes: #635659)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2008-01-15 15:01  mhoenicka
2
 
 
3
 
        * NEWS (1.6), doc/driver-guide.sgml (1.3), doc/example-program.sgml
4
 
        (1.15), doc/libdbi-errorhandling.sgml (1.2),
5
 
        doc/libdbi-reference.sgml (1.16): final touches for 0.8.3-pre1
6
 
 
7
 
2008-01-15 14:59  mhoenicka
8
 
 
9
 
        * ChangeLog (1.22): shut up
10
 
 
11
 
2008-01-15 01:21  mhoenicka
12
 
 
13
 
        * doc/libdbi-reference.sgml (1.15), include/dbi/dbi-dev.h (1.42),
14
 
        include/dbi/dbi.h.in (1.2), src/dbd_helper.c (1.40), src/dbi_main.c
15
 
        (1.78), src/dbi_result.c (1.46): overhauled error reporting;
16
 
        dbi_conn_error_flags() is now deprecated, use the return value of
17
 
        dbi_conn_error() instead; make sure error status is reset before
18
 
        each dbi command
19
 
 
20
 
2008-01-15 01:18  mhoenicka
21
 
 
22
 
        * doc/: Makefile.am (1.20), libdbi-errorhandling.sgml (1.1),
23
 
        programmers-guide.sgml (1.13): added chapter about error handling
24
 
 
25
 
2008-01-15 01:15  mhoenicka
26
 
 
27
 
        * configure.in (1.44): bumped up version number to 0.8.3-pre1
28
 
 
29
 
2008-01-02 17:14  mhoenicka
30
 
 
31
 
        * drivers/example/dbd_example.c (1.2): added safe_dlclose cap
32
 
 
33
 
2008-01-01 01:12  mhoenicka
34
 
 
35
 
        * doc/driver-guide.sgml (1.2): added driver cap info
36
 
 
37
 
2008-01-01 01:11  mhoenicka
38
 
 
39
 
        * src/dbi_main.c (1.77): added _safe_dlclose() to work around crash
40
 
        on FreeBSD when using firebird
41
 
 
42
 
2007-05-01 21:38  qu1j0t3
43
 
 
44
 
        * ChangeLog (1.21), README (1.16), README.osx (1.4): minor doc
45
 
        updates
46
 
 
47
 
2007-04-30 14:40  qu1j0t3
48
 
 
49
 
        * src/dbi_main.c (1.76): restore test for Verbosity before logging
50
 
        message (reported by Balazs Scheidler)
 
1
2013-03-12 01:08  mhoenicka
 
2
 
 
3
        * NEWS (1.9): updated for 0.9.0 release
 
4
 
 
5
2013-02-04 00:17  mhoenicka
 
6
 
 
7
        * UPGRADING (1.1): initial import
 
8
 
 
9
2013-02-04 00:07  mhoenicka
 
10
 
 
11
        * configure.in (1.62): bumped version to 0.9
 
12
 
 
13
2013-02-04 00:04  mhoenicka
 
14
 
 
15
        * doc/: driver-guide.sgml (1.8), programmers-guide.sgml (1.18):
 
16
          updated copyright info
 
17
 
 
18
2013-02-03 23:38  mhoenicka
 
19
 
 
20
        * README (1.17), README.osx (1.5), README.win32 (1.8): final
 
21
          touches before next release
 
22
 
 
23
2013-01-24 23:10  mhoenicka
 
24
 
 
25
        * src/dbi_main.c (1.103): actually implemented the new transaction
 
26
          and savepoint functions
 
27
 
 
28
2013-01-10 00:17  mhoenicka
 
29
 
 
30
        * doc/driver-guide.sgml (1.7): updated dbd_goto_row() description
 
31
 
 
32
2013-01-09 00:54  mhoenicka
 
33
 
 
34
        * include/dbi/dbd.h (1.33), include/dbi/dbi-dev.h (1.49),
 
35
          src/dbi_result.c (1.57): added currowidx parameter to
 
36
          dbd_goto_row() to allow seek optimizations in drivers
 
37
 
 
38
2012-12-09 02:04  mhoenicka
 
39
 
 
40
        * doc/: Makefile.am (1.24), libdbi-reference.sgml (1.24),
 
41
          libdbi-transactions.sgml (1.1), programmers-guide.sgml (1.17):
 
42
          added transaction documentation
 
43
 
 
44
2012-12-03 01:13  mhoenicka
 
45
 
 
46
        * include/dbi/dbd.h (1.32), include/dbi/dbi-dev.h (1.48),
 
47
          include/dbi/dbi.h.in (1.13), src/dbi_main.c (1.102): added
 
48
          transaction and savepoint interface
 
49
 
 
50
2012-07-04 00:12  mhoenicka
 
51
 
 
52
        * src/dbi_main.c (1.101): removed _GNU_SOURCE definition as it is
 
53
          in config.h as well; handle additional dbi_conn member
 
54
          full_errmsg as a replacement for the static errmsg variable in
 
55
          dbi_conn_error() as per Emmanuel's suggestion
 
56
 
 
57
2012-07-04 00:08  mhoenicka
 
58
 
 
59
        * include/dbi/dbi-dev.h (1.47): added full_errmsg to dbi_conn_t
 
60
 
 
61
2011-09-20 23:49  mhoenicka
 
62
 
 
63
        * src/dbi_result.c (1.56): _is_row_fetched(): fixed off-by-one
 
64
          error causing memory leak as suggested by Tom Lane
 
65
 
 
66
2011-08-10 00:56  mhoenicka
 
67
 
 
68
        * doc/driver-guide.sgml (1.6): dbd_geterror(): enhanced description
 
69
 
 
70
2011-08-09 13:14  mhoenicka
 
71
 
 
72
        * src/dbd_helper.c (1.44): _dbd_internal_error_handler(): fixed
 
73
          memory leak
 
74
 
 
75
2011-08-09 00:41  mhoenicka
 
76
 
 
77
        * src/dbi_result.c (1.55): dbi_result_get_double_idx(): Tom Lane's
 
78
          patch to return SIZE4 values properly
 
79
 
 
80
2011-02-20 15:03  mhoenicka
 
81
 
 
82
        * configure.in (1.61): Jan's libdbi-readdir_r_solaris patch
 
83
 
 
84
2011-02-20 01:34  mhoenicka
 
85
 
 
86
        * doc/programmers-guide.sgml (1.16): added build and install
 
87
          chapter
 
88
 
 
89
2011-02-19 21:26  mhoenicka
 
90
 
 
91
        * doc/libdbi-reference.sgml (1.23): fixed return value of
 
92
          dbi_conn_get_option_numeric()
 
93
 
 
94
2011-02-19 12:56  mhoenicka
 
95
 
 
96
        * configure.in (1.60): updated libtool initialization; user-defined
 
97
          CFLAGS variable is now picked up correctly; removed all
 
98
          platform-dependent compiler optimizations
 
99
 
 
100
2011-02-13 00:24  mhoenicka
 
101
 
 
102
        * src/dbi_main.c (1.100): dbi_conn_close(), dbi_conn_get_socket(),
 
103
          dbi_conn_get_encoding(), dbi_conn_get_engine_version(),
 
104
          dbi_conn_get_engine_version_string(), dbi_conn_get_db_list(),
 
105
          dbi_conn_get_table_list(), dbi_conn_query(), dbi_conn_queryf(),
 
106
          dbi_conn_query_null(), dbi_conn_select_db(),
 
107
          dbi_conn_sequence_last(), dbi_conn_sequence_next(),
 
108
          dbi_conn_ping(): test for existing connection in conn struct
 
109
 
 
110
2010-09-27 00:06  mhoenicka
 
111
 
 
112
        * configure.in (1.59): bumped version number to 0.9.0-pre4
 
113
 
 
114
2010-09-27 00:05  mhoenicka
 
115
 
 
116
        * INSTALL (1.3), Makefile.am (1.28), configure.in (1.58),
 
117
          include/dbi/Makefile.am (1.6): reworked separate lib and doc
 
118
          installation once again; readded --disable-docs configure switch
 
119
 
 
120
2010-09-25 15:02  mhoenicka
 
121
 
 
122
        * INSTALL (1.2), Makefile.am (1.27), configure.in (1.57),
 
123
          doc/Makefile.am (1.23): reworked doc installation
 
124
 
 
125
2010-09-25 12:47  mhoenicka
 
126
 
 
127
        * doc/Makefile.am (1.22): added sleep to prevent race condition
 
128
          during html doc building
 
129
 
 
130
2010-09-25 12:47  mhoenicka
 
131
 
 
132
        * doc/example-program.sgml (1.17): added some threading thoughts
 
133
 
 
134
2010-09-23 22:51  mhoenicka
 
135
 
 
136
        * doc/: libdbi-quickstart.sgml (1.11), libdbi-reference.sgml
 
137
          (1.22): reverted _r to _i changes
 
138
 
 
139
2010-09-21 22:49  mhoenicka
 
140
 
 
141
        * doc/libdbi-versioning.sgml (1.1): initial revision
 
142
 
 
143
2010-09-21 22:43  mhoenicka
 
144
 
 
145
        * configure.in (1.56): fixed LIBDBI_MAJOR computation typo
 
146
 
 
147
2010-09-10 21:11  mhoenicka
 
148
 
 
149
        * include/dbi/dbi.h.in (1.12), src/dbi_main.c (1.99): reverted
 
150
          function name changes
 
151
 
 
152
2010-09-05 21:02  mhoenicka
 
153
 
 
154
        * include/dbi/dbi.h.in (1.11): fixed _r vs. _i typo
 
155
 
 
156
2010-09-03 00:15  mhoenicka
 
157
 
 
158
        * doc/: libdbi-quickstart.sgml (1.10), libdbi-reference.sgml
 
159
          (1.21): more -r vs. -i fixes
 
160
 
 
161
2010-09-02 23:54  mhoenicka
 
162
 
 
163
        * debian/: changelog (1.13), control (1.11), copyright (1.6),
 
164
          libdbd-mysql.dirs (1.4), libdbd-mysql.files (1.5),
 
165
          libdbd-pgsql.dirs (1.4), libdbd-pgsql.files (1.4),
 
166
          libdbi0-dev.dirs (1.5), libdbi0-dev.doc-base.driver (1.6),
 
167
          libdbi0-dev.doc-base.programmer (1.4), libdbi0-dev.docs (1.7),
 
168
          libdbi0-dev.files (1.6), libdbi0.dirs (1.5), libdbi0.docs (1.9),
 
169
          libdbi0.files (1.5), libdbi0.postinst (1.4), libdbi0.postrm
 
170
          (1.5), libdbi0.shlibs (1.9), rules (1.9), shlibs.local (1.5):
 
171
          removed obsolete /debian directory and files
 
172
 
 
173
2010-09-02 23:19  mhoenicka
 
174
 
 
175
        * doc/libdbi-quickstart.sgml (1.9), doc/libdbi-reference.sgml
 
176
          (1.20), include/dbi/dbi.h.in (1.10), src/dbi_main.c (1.98):
 
177
          changed instance-based function names from dbi_initialize_r to
 
178
          dbi_initialize_i, dbi_shutdown_r to dbi_shutdown_i,
 
179
          dbi_set_verbosity_r to dbi_set_verbosity_i, dbi_driver_list_r to
 
180
          dbi_driver_list_i, dbi_driver_open_r to dbi_driver_open_i to not
 
181
          imply thread-safety
51
182