From: Kamil Dudka Date: Thu, 21 Jul 2016 10:49:43 +0000 (+0200) Subject: docs: distribute the CURLINFO_HTTP_VERSION(3) man page, too X-Git-Tag: curl-7_50_1~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b9ba132f0aad9ba1ada8879ab2a9bb03eba57f6;p=thirdparty%2Fcurl.git docs: distribute the CURLINFO_HTTP_VERSION(3) man page, too --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2cfab4a1ab..da6cb4c3cc 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -12,7 +12,7 @@ This release includes the following changes: This release includes the following bugfixes: - o + o include the CURLINFO_HTTP_VERSION(3) man page into the release tarball This release includes the following known bugs: diff --git a/docs/libcurl/opts/Makefile.am b/docs/libcurl/opts/Makefile.am index 49674d5c7e..a3fc0647f4 100644 --- a/docs/libcurl/opts/Makefile.am +++ b/docs/libcurl/opts/Makefile.am @@ -38,6 +38,7 @@ man_MANS = \ CURLINFO_HEADER_SIZE.3 \ CURLINFO_HTTPAUTH_AVAIL.3 \ CURLINFO_HTTP_CONNECTCODE.3 \ + CURLINFO_HTTP_VERSION.3 \ CURLINFO_LASTSOCKET.3 \ CURLINFO_LOCAL_IP.3 \ CURLINFO_LOCAL_PORT.3 \