[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.12, 1.1193.2.13

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Fri Jan 7 15:19:37 CET 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13298

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Started on Macintosh section.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.12
retrieving revision 1.1193.2.13
diff -u -d -r1.1193.2.12 -r1.1193.2.13
--- NEWS	28 Dec 2004 20:12:30 -0000	1.1193.2.12
+++ NEWS	7 Jan 2005 14:19:30 -0000	1.1193.2.13
@@ -62,7 +62,25 @@
   properly, or outdated; the MSI package now does not rely on VB
   anymore.
 
+Macintosh
+---------
+
+- Bug #1091468: make frameworkinstall now works with DESTROOT builds
+
+- On 10.3 and later extensions are built with -undefined dynamic_lookup.
+  This ensures that extensions can be built in older versions of Python after
+  a newer framework has been installed. In addition, an extension will not 
+  accidentally pull in another copy of the Python interpreter.
+  
+  On 10.2 and earlier (or if MACOSX_DEPLOYMENT_TARGET is set to a value <= 10.2)
+  extensions are linked directly to the dylib in the framework, in stead
+  of against the framework itself. This ensures that extensions can be built
+  in older versions of Python after a newer framework has been installed.
 
+- PackageManager and the underlying pimp.py module have been updated to
+  version 0.5, which greatly simplifies maintainance of the package
+  databases.
+  
 What's New in Python 2.4 final?
 ===============================
 



More information about the Python-checkins mailing list