diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-06-23 22:02:10 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-06-23 22:02:10 +0100 |
commit | d3270cfadd3416bd9961a2c6fb1cc131c43979da (patch) | |
tree | e56dd5040a1b90d99ac8e5f27229920527028fa2 /guestfs.pod | |
parent | d2c0ee0ff7a9afdcdc1605dd464760f98d1b57d7 (diff) | |
download | libguestfs-d3270cfadd3416bd9961a2c6fb1cc131c43979da.tar.gz libguestfs-d3270cfadd3416bd9961a2c6fb1cc131c43979da.tar.xz libguestfs-d3270cfadd3416bd9961a2c6fb1cc131c43979da.zip |
Implement libtool library versioning.
Use maximum proc_nr (MAX_PROC_NR) as a surrogate for the
library ABI version, resulting in version numbers such as
libguestfs.so.0.<MAX_PROC_NR>.0 for the final library.
Add ABI guarantee to the documentation.
Diffstat (limited to 'guestfs.pod')
-rw-r--r-- | guestfs.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/guestfs.pod b/guestfs.pod index 10c6ad8c..3dad35c4 100644 --- a/guestfs.pod +++ b/guestfs.pod @@ -205,6 +205,14 @@ search the current directory and then C</usr/lib/guestfs>. =head1 HIGH-LEVEL API ACTIONS +=head2 ABI GUARANTEE + +We guarantee the libguestfs ABI (binary interface), for public, +high-level actions as outlined in this section. Although we will +deprecate some actions, for example if they get replaced by newer +calls, we will keep the old actions forever. This allows you the +developer to program in confidence against libguestfs. + @ACTIONS@ =head1 STRUCTURES |