From e02857e41b1aaffd5c004ff6afa546962a44b63e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 7 Sep 2016 10:45:11 +0200 Subject: Update NEWS files --- NEWS | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4db1de2..6ae4ee0 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,22 @@ Version 0.4.0 - * Add process::current_id(). + * The process class has been redesigned and extended. - * Add temp_directory(), temp_path() utility functions. + * The basic_path class template has been redesigned and extended. The path + representation now stores the directory trailing slash, if present. + + * The fdstream classes have been redesigned and extended. + + * A number of new filesystem manipulation functions have been added. + + * Add path::temp_directory(), path::temp_path() utility functions. * Add base64_encode(), base64_decode() utility functions. + * Add portable ucase(), lcase(), casecmp(), alpha(), digit(), alnum(). + + * The 'freebsd' target triplet class has been changed to 'bsd'. + Version 0.3.0 * Add SHA256 hash calculator based on code from the FreeBSD project. That -- cgit v1.1