commit | 77e77a12731ad937e6567a2c0dea7dc51c80c69a | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Sat May 19 23:35:05 2012 -0700 |
committer | Ned Deily <nad@acm.org> | Sat May 19 23:35:05 2012 -0700 |
tree | 0cef57412ee5a597a0b243dc5875aff948f55378 | |
parent | f439a366308f64927d54e03272e8294463b68880 [diff] [blame] |
Issue #14572: Prevent build failures with pre-3.5.0 versions of sqlite3, such as was shipped with Centos 5 and Mac OS X 10.4.
diff --git a/Misc/NEWS b/Misc/NEWS index 3a75453..34c5e47 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -64,6 +64,9 @@ Library ------- +- Issue #14572: Prevent build failures with pre-3.5.0 versions of + sqlite3, such as was shipped with Centos 5 and Mac OS X 10.4. + - Issue #14426: Correct the Date format in Expires attribute of Set-Cookie Header in Cookie.py.