First revision

git-svn-id: http://svn.pyinstaller.org/trunk@62 8dd32b29-ccff-0310-8a9a-9233e24343b1
This commit is contained in:
giovannibajo
2005-09-14 13:48:42 +00:00
parent d963eff26f
commit bb5ae31ee0
+22
View File
@@ -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)