From ea4cf8c67bbceb4b19d56f7f9e1fcdb554ea3443 Mon Sep 17 00:00:00 2001 From: giovannibajo Date: Fri, 22 May 2009 18:54:49 +0000 Subject: [PATCH] Document expected compatibility. git-svn-id: http://svn.pyinstaller.org/trunk@672 8dd32b29-ccff-0310-8a9a-9233e24343b1 --- doc/CHANGES.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES.txt b/doc/CHANGES.txt index c626b65..9a0197f 100644 --- a/doc/CHANGES.txt +++ b/doc/CHANGES.txt @@ -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