diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-08-27 09:42:11 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-09-28 15:30:11 +0200 |
commit | eacc69258fcc184edbd412ef46e2f72cafd6cb18 (patch) | |
tree | 7b5bbe3e458ee28c07d92bfb9064154a31e3bba1 | |
parent | 9b254c40c3b382d431400941fe78148294007048 (diff) | |
download | curl-eacc69258fcc184edbd412ef46e2f72cafd6cb18.tar.gz |
tiny-curl: 7.79.1 releasetiny-curl-7_79
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | TINY-RELEASE-NOTES | 15 |
2 files changed, 16 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 16adc9833..c435dc8a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -181,7 +181,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..e1ce09df5 --- /dev/null +++ b/TINY-RELEASE-NOTES @@ -0,0 +1,15 @@ +# tiny-curl 7.79.1 + +This tiny-curl version includes the following changes (delta from curl +7.79.1): + + o FreeRTOS support + o Micrium OS support + +## Full changelog + +See RELEASE-NOTES for all changes done since the previous curl release. + +## Website + +https://curl.se/tiny/ |