bump version to 0.2 - hurl - Gopher/HTTP/HTTPS file grabber | |
git clone git://git.codemadness.org/hurl | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit cf199b744e423c554f26f42b5054b469ed142bbd | |
parent 709837bd458957d4a2f538123d45916184f81c3e | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 10 Nov 2019 14:34:43 +0100 | |
bump version to 0.2 | |
document some BSD functions are used. | |
Diffstat: | |
M Makefile | 2 +- | |
M README | 2 +- | |
2 files changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -3,7 +3,7 @@ | |
.POSIX: | |
NAME = hurl | |
-VERSION = 0.1 | |
+VERSION = 0.2 | |
PREFIX = /usr/local | |
BINDIR = ${PREFIX}/bin | |
diff --git a/README b/README | |
@@ -20,7 +20,7 @@ Dependencies | |
------------ | |
- C compiler (C99). | |
-- libc | |
+- libc + some BSD functions like err() and strlcat(). | |
- LibreSSL(-portable) | |
- libtls (part of LibreSSL). | |