[ python-Bugs-856407 ] Framework Info.plist is out of date
SourceForge.net
noreply at sourceforge.net
Fri Jul 16 00:07:30 CEST 2004
Bugs item #856407, was opened at 2003-12-08 20:40
Message generated for change (Comment added) made by jackjansen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=856407&group_id=5470
Category: Macintosh
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Bob Ippolito (etrepum)
Assigned to: Jack Jansen (jackjansen)
Summary: Framework Info.plist is out of date
Initial Comment:
Version 2.3.0 through CVS HEAD of Python still has
CFBundleShortVersionString and CFBundleVersion of 2.2 in
python/dist/src/Mac/OSXResources/framework/Info.plist.
Here is a breakdown:
Python 2.3.0 (distrib with OS X 10.3):
- framework Info.plist : out of date
- framework version.plist : out of date
- app version.plist : out of date
+ app Info.plist : correct
Python CVS HEAD (Dec 8 2003, anon CVS):
- framework Info.plist : out of date
- framework version.plist : correct
+ app Info.plist : correct
? app version.plist : probably correct? (I don't have a built
version, there is not a separate version.plist sitting around in
CVS)
----------------------------------------------------------------------
>Comment By: Jack Jansen (jackjansen)
Date: 2004-07-16 00:07
Message:
Logged In: YES
user_id=45365
There is now a script Mac/OSX/fixversions.py that updates the plist files
to the correct information, and a note in Mac/OSX/README that this
needs to be done.
----------------------------------------------------------------------
Comment By: Jack Jansen (jackjansen)
Date: 2003-12-08 20:51
Message:
Logged In: YES
user_id=45365
These should have been fixed in the 2.3maint branch (could you
check)?
I haven't changed it yet on the head, because I hope to generate
these files before 2.4final. I did add a note to the readme file
about updating this version number.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=856407&group_id=5470
More information about the Python-bugs-list
mailing list