From bb5ae31ee01e77fbfd7fe342b95952a8ba26b3de Mon Sep 17 00:00:00 2001 From: giovannibajo Date: Wed, 14 Sep 2005 13:48:42 +0000 Subject: [PATCH] First revision git-svn-id: http://svn.pyinstaller.org/trunk@62 8dd32b29-ccff-0310-8a9a-9233e24343b1 --- doc/CHANGES.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/CHANGES.txt diff --git a/doc/CHANGES.txt b/doc/CHANGES.txt new file mode 100644 index 0000000..b6c94eb --- /dev/null +++ b/doc/CHANGES.txt @@ -0,0 +1,22 @@ +(+ user visible changes, * internal stuff) + + + +PyInstaller 1.0 (with respect to McMillan's Python Installer 5b5): +--------------- + + + Add support for Python 2.3 (fix packaging of codecs). + + Add support for Python 2.4 (under Windows, needed to recompiled the + bootloader with a different compiler version). + + Fix support for Python 1.5.2, should be fully functional now (required + to rewrite some parts of the string module for the bootloader). + + Fix a rare bug in extracting the dependencies of a DLL (bug in PE header + parser). + + Fix packaging of PyQt programs (needed an import hook for a hidden import). + + Fix imports calculation for modules using the "from __init__ import" syntax. + + Fix a packaging bug when a module was being import both through binary + dependency and direct import. + + * Restyle documentation (now using docutils and reStructuredText). + * New Windows build system for automatic compilations of bootloader in all + the required flavours (using Scons)