From: Michael W. Hudson Date: Tue, 26 Mar 2002 11:51:46 +0000 (+0000) Subject: Add another line. X-Git-Tag: v2.2.1c2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c92fa0eed2979ff2a99232202856fe0979fca5f;p=thirdparty%2FPython%2Fcpython.git Add another line. --- diff --git a/Misc/NEWS b/Misc/NEWS index 05876989ec60..e5f3f7128370 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -5,6 +5,8 @@ Release date: 26-Mar-2002 There were a bunch of mostly minor fixes between 2.2.1c1 and 2.2.1c2, including: +- I remembered to run autoconf before cutting the release tarball. + Core and builtins - The floating point behavoiur fix-up continued into complex_pow.