Update of /cvsroot/py2exe/py2exe
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9575
Modified Files:
ChangeLog
Log Message:
*** empty log message ***
Index: ChangeLog
===================================================================
RCS file: /cvsroot/py2exe/py2exe/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** ChangeLog 23 Jul 2004 18:33:24 -0000 1.19
--- ChangeLog 30 Jul 2004 16:27:38 -0000 1.20
***************
*** 1,5 ****
2004-07-23 Thomas Heller <theller@...>
! * (Message): py2exe 0.5.3 released.
2004-07-13 Thomas Heller <theller@...>
--- 1,17 ----
+ 2004-07-30 Thomas Heller <theller@...>
+
+ * py2exe\build_exe.py: zipfile can now be specified as None, in
+ this case the Python modules library archive is appended to the
+ exe-files created. Doesn't make too much sense in the normal case
+ probably, but prepares the way to single file executables.
+
+ 2004-07-29 Thomas Heller <theller@...>
+
+ * py2exe\build_exe.py: When using static built
+ templates, python.dll may not be needed anymore.
+
2004-07-23 Thomas Heller <theller@...>
! * (Message): py2exe 0.5.3 released.
2004-07-13 Thomas Heller <theller@...>
|