summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-08-27 09:42:11 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-08-27 10:05:10 +0200
commit0c9211798fc80d5c9cc9bcdc8e11eb485c9c1c5b (patch)
treec0780079495f689e3ea7106b534334ac32c1da94
parent010051c5cd28b78a7f16af55f4df1fe39f80f95a (diff)
downloadcurl-tiny-7.72.tar.gz
tiny-curl: 7.72.0 releasetiny-curl-7_72_0curl-tiny-7.72
-rw-r--r--Makefile.am2
-rw-r--r--TINY-RELEASE-NOTES17
2 files changed, 18 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b9632770d..f33b07a5e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -178,7 +178,7 @@ PLAN9_DIST = plan9/include/mkfile \
plan9/src/mkfile
EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \
- RELEASE-NOTES buildconf libcurl.pc.in MacOSX-Framework \
+ TINY-RELEASE-NOTES RELEASE-NOTES buildconf libcurl.pc.in MacOSX-Framework \
scripts/updatemanpages.pl $(CMAKE_DIST) \
$(VC_DIST) $(WINBUILD_DIST) $(PLAN9_DIST) \
lib/libcurl.vers.in buildconf.bat scripts/coverage.sh scripts/completion.pl
diff --git a/TINY-RELEASE-NOTES b/TINY-RELEASE-NOTES
new file mode 100644
index 000000000..8c60bd155
--- /dev/null
+++ b/TINY-RELEASE-NOTES
@@ -0,0 +1,17 @@
+# tiny-curl 7.72.0
+
+This tiny-curl version includes the following changes (delta from curl
+7.72.0):
+
+ o FreeRTOS support
+ o Micrium OS support
+ o socketpair: allow CURL_DISABLE_SOCKETPAIR
+ o curl_get_line: only build if cookies or alt-svc are enabled
+
+## Full changelog
+
+See RELEASE-NOTES for all changes done since the previous curl release.
+
+## Website
+
+https://curl.haxx.se/tiny/