From ac2cc3df612e9d44b2fac6ff23a29d8c4d66a27e Mon Sep 17 00:00:00 2001 From: giovannibajo Date: Fri, 21 May 2010 00:15:50 +0000 Subject: [PATCH] Update Changelog git-svn-id: http://svn.pyinstaller.org/trunk@846 8dd32b29-ccff-0310-8a9a-9233e24343b1 --- doc/CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/CHANGES.txt b/doc/CHANGES.txt index b04c770..e51de7a 100644 --- a/doc/CHANGES.txt +++ b/doc/CHANGES.txt @@ -2,8 +2,13 @@ Changes since PyInstaller 1.4 ----------------------------- + + Full support for Python 2.6 on Windows. No manual redistribution + of DLLs, CRT, manifest, etc. is required: PyInstaller is able to + bundle all required dependencies (thanks to Florian Hoech). * Fix spurious KeyError when using dbhash * Fix import of nested packages made from Pyrex-generated files. + * PyInstaller is now able to follow dependencies of binary extensions + (.pyd/.so) compressed within .egg-files. + Add import hook for PyTables.