From 06a83e90aa345c27db2652ddccdba683cdfa9311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sun, 14 Apr 2002 10:19:44 +0000 Subject: Patch #543447: Add posix.mknod. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Misc/NEWS') diff --git a/Misc/NEWS b/Misc/NEWS index d3ed145ac2..e6fc808f1b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -56,6 +56,8 @@ Core and builtins Extension modules +- posix.mknod was added. + - The locale module now exposes the C library's gettext interface. - A security hole ("double free") was found in zlib-1.1.3, a popular -- cgit v1.2.1