diff options
-rw-r--r-- | RELEASE-NOTES | 2 | ||||
-rw-r--r-- | docs/libcurl/opts/Makefile.am | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2cfab4a1a..da6cb4c3c 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 49674d5c7..a3fc0647f 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 \ |