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