commit | 06a83e90aa345c27db2652ddccdba683cdfa9311 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Apr 14 10:19:44 2002 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Apr 14 10:19:44 2002 +0000 |
tree | dfe95488425e40028e0d606094d9019736d8d31c | |
parent | 314fc79ce8ffa79fbe42d26a4dc350b901d9341b [diff] |
Patch #543447: Add posix.mknod.
diff --git a/Misc/NEWS b/Misc/NEWS index d3ed145..e6fc808 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -56,6 +56,8 @@ 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