mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
Document expected compatibility.
git-svn-id: http://svn.pyinstaller.org/trunk@672 8dd32b29-ccff-0310-8a9a-9233e24343b1
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user