diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-04 08:43:10 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-04 10:04:40 +0000 |
commit | 7e3d76e41b3c2862ae04744b01e5e23b245393e4 (patch) | |
tree | 0379a9f5dde88d038b68d4ab7bc562fa82d949b2 /src/api-support/README | |
parent | bfeffeb1e4d6f3725eb8148c098505a9d81a7ba5 (diff) | |
download | libguestfs-7e3d76e41b3c2862ae04744b01e5e23b245393e4.tar.gz libguestfs-7e3d76e41b3c2862ae04744b01e5e23b245393e4.tar.xz libguestfs-7e3d76e41b3c2862ae04744b01e5e23b245393e4.zip |
docs: Which API calls were first supported in which upstream versions.
Run src/api-support/update-from-tarballs.sh (this won't work
unless you have a local copy of the tarballs from the website).
src/api-support/added contains the result of running the
script, a list of pairs: (API name, version first appeared).
Diffstat (limited to 'src/api-support/README')
-rw-r--r-- | src/api-support/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/api-support/README b/src/api-support/README new file mode 100644 index 00000000..90ae9a57 --- /dev/null +++ b/src/api-support/README @@ -0,0 +1,3 @@ +This directory records which versions of libguestfs added which API +calls. Since we don't record this information explicitly, we have to +extract it manually from the tarballs. |