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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4bcf7e9e..51bf45c6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -42,7 +42,10 @@ EXTRA_DIST = \ $(BUILT_SOURCES) \ MAX_PROC_NR \ libguestfs.3 \ - guestfs.pod + guestfs.pod \ + api-support/added \ + api-support/README \ + api-support/update-from-tarballs.sh include_HEADERS = guestfs.h guestfs-actions.h guestfs-structs.h |