summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-02-10 13:13:30 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-02-10 13:13:30 (GMT)
commit11f7210966d00320e224ee81971f683b026016ab (patch)
treecbfbb17405d390e56d0730097f2a9f88b0900885 /Misc/NEWS
parent7d5e9879e6ef1daadcb13c28b79e8a70b76c8e83 (diff)
downloadcpython-11f7210966d00320e224ee81971f683b026016ab.zip
cpython-11f7210966d00320e224ee81971f683b026016ab.tar.gz
cpython-11f7210966d00320e224ee81971f683b026016ab.tar.bz2
Merged revisions 69489-69490 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69489 | martin.v.loewis | 2009-02-10 14:09:19 +0100 (Di, 10 Feb 2009) | 1 line Issue #5134: Silence compiler warnings when compiling sqlite with VC++. ........ r69490 | martin.v.loewis | 2009-02-10 14:12:12 +0100 (Di, 10 Feb 2009) | 1 line Set eol-style to native ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index efedd79..5970332 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -437,6 +437,8 @@ Tools/Demos
Build
-----
+- Issue #5134: Silence compiler warnings when compiling sqlite with VC++.
+
- Issue #4494: Fix build with Py_NO_ENABLE_SHARED on Windows.
- Issue #4895: Use _strdup on Windows CE.