commit | 5131925034319a9ebaa21be0db37b5b75db3a697 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Wed Jan 10 20:07:29 2007 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Wed Jan 10 20:07:29 2007 +0000 |
tree | 1f7877e6ba983d64690088045ba434fada1fd153 | |
parent | 346085eb876df482956b66bf4c5aeb8e5a790af7 [diff] [blame] |
Change the ctypes version number to "1.0.2".
diff --git a/Misc/NEWS b/Misc/NEWS index 4df89da..87f1629 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -89,6 +89,8 @@ Extension Modules ----------------- +- The version number of the ctypes package was changed to "1.0.2". + - Patch #1544279: Improve thread-safety of the socket module by moving the sock_addr_t storage out of the socket object.