Changeset 256
- Timestamp:
- Wed Feb 8 07:34:16 2006
- Files:
-
- trunk/doc/CHANGES.txt (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
trunk/doc/CHANGES.txt
r254 r256 4 4 ------------------------------------- 5 5 6 + (Windows) Make single-file packages not depend on MSVCRT71.DLL anymore, 7 even under Python 2.4. You can eventually ship your programs really as 8 single-file executables, even when using the newest Python version! 6 9 + Fix problem with incorrect python path detection. Now using helpers from 7 10 distutils. … … 14 17 afterwise. This allows to package SQLObject applications under Windows 15 18 with Python 2.4 and above. 19 + Add import hook for the following packages: 20 + GTK 21 + PyOpenGL (tested 2.0.1.09) 22 + dsnpython (tested 1.3.4) 23 + KInterasDB (courtesy of Eugene Prigorodov) 16 24 + Fix packaging of code using "time.strptime" under Python 2.3+. 17 + Add import hook for GTK.18 + Add import hook for PyOpenGL.19 + Add import hook for dnspython (tested with 1.3.4)20 + Add import hook for KInterbasDB (courtesy of Eugene Prigorodov)21 + (Windows) Make single-file packages not depend on MSVCRT71.DLL anymore,22 even under Python 2.4. You can eventually ship your programs really as23 single-file executables, even when using the newest Python version!24 25 + (Linux) Ignore linux-gate.so while calculating dependencies (fix provided 25 26 by Vikram Aggarwal). 26 27 + (Windows) With Python 2.4, setup UPX properly so to be able to compress 27 28 binaries generated with Visual Studio .NET 2003 (such as most of the 28 extensions). 29 extensions). UPX 1.92+ is needed for this. 28 29 29 30
