[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.161,
1.831.4.162
kbk at users.sourceforge.net
kbk at users.sourceforge.net
Mon Jan 17 22:08:56 CET 2005
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13270/Misc
Modified Files:
Tag: release23-maint
NEWS
Log Message:
Backport Patch #850977: Detect Tk on FreeBSD and OpenBSD.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.161
retrieving revision 1.831.4.162
diff -u -d -r1.831.4.161 -r1.831.4.162
--- NEWS 4 Jan 2005 16:07:04 -0000 1.831.4.161
+++ NEWS 17 Jan 2005 21:07:52 -0000 1.831.4.162
@@ -7,7 +7,7 @@
What's New in Python 2.3.5?
===========================
-*Release date: xx-xxx-2004*
+*Release date: xx-xxx-2005*
Core and builtins
-----------------
@@ -162,6 +162,8 @@
Build
-----
+- Patch #850977: Detect Tk on FreeBSD and OpenBSD.
+
- Bug #1034496: Use -h instead of -soname for Solaris compatibility.
- Patch #973204: Use -rpath instead of -R for runtime_library_dirs
More information about the Python-checkins
mailing list