commit cf199b744e423c554f26f42b5054b469ed142bbd
parent 709837bd458957d4a2f538123d45916184f81c3e
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 10 Nov 2019 14:34:43 +0100
bump version to 0.2
document some BSD functions are used.
Diffstat:
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).