Changeset 298
- Timestamp:
- Mon Dec 18 07:12:04 2006
- Files:
-
- trunk/doc/CHANGES.txt (modified) (diff)
- trunk/README.txt (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
trunk/doc/CHANGES.txt
r297 r298 1 1 (+ user visible changes, * internal stuff) 2 2 3 Current changes since PyInstaller 1.2 3 4 PyInstaller 1.3 5 --------------- 4 6 + Fix bug with user-provided icons disappearing from built executables 5 7 when these were compressed with UPX. -
trunk/README.txt
r292 r298 1 PyInstaller version 1.0 1 _PyInstaller 1.3_ 2 ================= 2 3 3 Use: 4 see doc/Tutorial.txt 4 Use 5 === 6 See doc/Tutorial.txt 7 8 Installation in brief 9 ===================== 10 Non-Windows users should: 11 cd source/linux 5 12 6 Installation in brief:13 python ./Make.py 6 13 7 Non-Windows users should:8 cd to source/linux9 python Make.py10 14 make 11 15 12 Everyone should: 16 Everyone should: 12 16 python Configure.py 13 17 … … 20 24 .done. 21 25 22 Major changes in this release: 23 * __write_changes_here__ 24 * many bug fixes. 26 Major changes in this release 27 ============================= 28 See doc/CHANGES.txt 29
