aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-07 10:45:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-07 10:45:11 +0200
commite02857e41b1aaffd5c004ff6afa546962a44b63e (patch)
tree4b2dddaef011ea34602a8f0889bf604f38610737
parentb81ec7d88716e727fec5248c55d4c7ac9707d2fe (diff)
Update NEWS files0.4.0
-rw-r--r--NEWS15
1 files changed, 13 insertions, 2 deletions
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