Document expected compatibility.

git-svn-id: http://svn.pyinstaller.org/trunk@672 8dd32b29-ccff-0310-8a9a-9233e24343b1
This commit is contained in:
giovannibajo
2009-05-22 18:54:49 +00:00
parent 99727d5882
commit ea4cf8c67b
+3 -1
View File
@@ -2,6 +2,8 @@
Changes since PyInstaller 1.3
-----------------------------
+ Fully support up to Python 2.6 on Linux/Mac and Python 2.5
on Windows.
+ Preliminar Mac OSX support: both one-file and one-dir is supported;
for non-console applications, a bundle will be created. Thanks
to many people that worked on this across several months (Daniele
@@ -17,7 +19,7 @@ Changes since PyInstaller 1.3
automatically bundle dynamic libraries accessed through ctypes.
(Thanks to Lorenzo Mancini for submitting this). This is very
useful when using ctypes with custom-made dynamic libraries.
+ Add support for absolute imports in Python 2.5 (thanks to Arve
+ Add support for absolute imports in Python 2.5+ (thanks to Arve
Knudsen).
+ Add support for cross-compilation: PyInstaller is now able to
build Windows executables when running under Linux. See documentation