From 70f6d66afa2d0b63bca89a82d987ab26eab6310e Mon Sep 17 00:00:00 2001 From: Colas Nahaboo Date: Wed, 13 Dec 2017 20:50:25 +0100 Subject: [PATCH] Official version 1 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34bf1d5..0057415 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,5 @@ E.g: `source /usr/local/bin/cgibashopts` or A test suite is provided, see the README.md in directory `test-suite` ## History of changes -- 2017-12-07 Version 1 +- 2017-12-13 Version 1: fixes for upload of files with various mime-types, library can now be used in scripts using set -u and set -e. +- 2017-12-07 Creation of the project