Changeset 131
- Timestamp:
- Mon Sep 26 13:27:50 2005
- Files:
-
- trunk/hooks/hooks-gtk.py (added)
- trunk/doc/CHANGES.txt (modified) (diff)
- trunk/doc/KNOWNBUGS.txt (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
trunk/doc/CHANGES.txt
r108 r131 4 4 ------------------------------------- 5 5 6 + Fix problem with incorrect python path detection. Now using distutils. 6 7 + Fix problem with rare encodings introduced in newer Python versions: now all 7 8 the encodings are automatically found and included, so this problem should -
trunk/doc/KNOWNBUGS.txt
r91 r131 2 2 KNOWN BUGS 3 3 ========== 4 Consult also http://pyinstaller.hpcf.upr.edu/pyinstaller/report/1. This file5 is possibly lagging behind the web (this will be fixed ASAP).6 7 8 4 5 Consult http://pyinstaller.hpcf.upr.edu/cgi-bin/trac.cgi/report/1 for the 6 current list of Known Bugs. 9 7 10 8
