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

« back to all changes in this revision

Viewing changes to doc/programmers-guide/libdbi-and-drivers-versions.html

  • 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 
2
<HTML
 
3
><HEAD
 
4
><TITLE
 
5
>libdbi and libdbi-drivers versions</TITLE
 
6
><META
 
7
NAME="GENERATOR"
 
8
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 
9
REL="HOME"
 
10
TITLE="Database Independent Abstraction Layer for C"
 
11
HREF="index.html"><LINK
 
12
REL="UP"
 
13
TITLE="Library and Interface Versions"
 
14
HREF="versioning.html"><LINK
 
15
REL="PREVIOUS"
 
16
TITLE="Package and library versions"
 
17
HREF="package-library-version.html"><LINK
 
18
REL="NEXT"
 
19
TITLE="Determining the library version at runtime"
 
20
HREF="version-at-runtime.html"></HEAD
 
21
><BODY
 
22
CLASS="SECT1"
 
23
BGCOLOR="#FFFFFF"
 
24
TEXT="#000000"
 
25
LINK="#0000FF"
 
26
VLINK="#840084"
 
27
ALINK="#0000FF"
 
28
><DIV
 
29
CLASS="NAVHEADER"
 
30
><TABLE
 
31
SUMMARY="Header navigation table"
 
32
WIDTH="100%"
 
33
BORDER="0"
 
34
CELLPADDING="0"
 
35
CELLSPACING="0"
 
36
><TR
 
37
><TH
 
38
COLSPAN="3"
 
39
ALIGN="center"
 
40
>Database Independent Abstraction Layer for C: libdbi Programmer's Guide</TH
 
41
></TR
 
42
><TR
 
43
><TD
 
44
WIDTH="10%"
 
45
ALIGN="left"
 
46
VALIGN="bottom"
 
47
><A
 
48
HREF="package-library-version.html"
 
49
ACCESSKEY="P"
 
50
>Prev</A
 
51
></TD
 
52
><TD
 
53
WIDTH="80%"
 
54
ALIGN="center"
 
55
VALIGN="bottom"
 
56
>Chapter 6. Library and Interface Versions</TD
 
57
><TD
 
58
WIDTH="10%"
 
59
ALIGN="right"
 
60
VALIGN="bottom"
 
61
><A
 
62
HREF="version-at-runtime.html"
 
63
ACCESSKEY="N"
 
64
>Next</A
 
65
></TD
 
66
></TR
 
67
></TABLE
 
68
><HR
 
69
ALIGN="LEFT"
 
70
WIDTH="100%"></DIV
 
71
><DIV
 
72
CLASS="SECT1"
 
73
><H1
 
74
CLASS="SECT1"
 
75
><A
 
76
NAME="LIBDBI-AND-DRIVERS-VERSIONS"
 
77
>6.2. libdbi and libdbi-drivers versions</A
 
78
></H1
 
79
><P
 
80
>The libdbi-drivers package is essentially developed independently of libdbi as most new versions are mandated by improvements of existing drivers and by the implementation of new drivers. However, both changes in the DBD API and in the DBI API (which is also accessible to the drivers) may also require a new libdbi-drivers version. In order to keep the confusion at a minimum, libdbi-drivers major and minor version numbers are chosen to match the libdbi versions they are compatible with. That is, any libdbi-drivers version 0.9.* is supposed to work with any libdbi version 0.9.*. Further compatibility information, e.g. whether a putative libdbi version 2.* is able to load libdbi-drivers 1.* are found in the release notes.</P
 
81
></DIV
 
82
><DIV
 
83
CLASS="NAVFOOTER"
 
84
><HR
 
85
ALIGN="LEFT"
 
86
WIDTH="100%"><TABLE
 
87
SUMMARY="Footer navigation table"
 
88
WIDTH="100%"
 
89
BORDER="0"
 
90
CELLPADDING="0"
 
91
CELLSPACING="0"
 
92
><TR
 
93
><TD
 
94
WIDTH="33%"
 
95
ALIGN="left"
 
96
VALIGN="top"
 
97
><A
 
98
HREF="package-library-version.html"
 
99
ACCESSKEY="P"
 
100
>Prev</A
 
101
></TD
 
102
><TD
 
103
WIDTH="34%"
 
104
ALIGN="center"
 
105
VALIGN="top"
 
106
><A
 
107
HREF="index.html"
 
108
ACCESSKEY="H"
 
109
>Home</A
 
110
></TD
 
111
><TD
 
112
WIDTH="33%"
 
113
ALIGN="right"
 
114
VALIGN="top"
 
115
><A
 
116
HREF="version-at-runtime.html"
 
117
ACCESSKEY="N"
 
118
>Next</A
 
119
></TD
 
120
></TR
 
121
><TR
 
122
><TD
 
123
WIDTH="33%"
 
124
ALIGN="left"
 
125
VALIGN="top"
 
126
>Package and library versions</TD
 
127
><TD
 
128
WIDTH="34%"
 
129
ALIGN="center"
 
130
VALIGN="top"
 
131
><A
 
132
HREF="versioning.html"
 
133
ACCESSKEY="U"
 
134
>Up</A
 
135
></TD
 
136
><TD
 
137
WIDTH="33%"
 
138
ALIGN="right"
 
139
VALIGN="top"
 
140
>Determining the library version at runtime</TD
 
141
></TR
 
142
></TABLE
 
143
></DIV
 
144
></BODY
 
145
></HTML
 
146
>
 
 
b'\\ No newline at end of file'