Update of /cvsroot/py2exe/py2exe
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8960
Modified Files:
ANNOUNCE
Log Message:
0.6.2 release.
Index: ANNOUNCE
===================================================================
RCS file: /cvsroot/py2exe/py2exe/ANNOUNCE,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** ANNOUNCE 5 Sep 2005 18:44:05 -0000 1.10
--- ANNOUNCE 7 Sep 2005 13:36:52 -0000 1.11
***************
*** 1,3 ****
! py2exe 0.6.1 released
=====================
--- 1,3 ----
! py2exe 0.6.2 released
=====================
***************
*** 7,11 ****
NT services, exe and dll COM servers are supported.
! Changes in this release:
* py2exe can now bundle binary extensions and dlls into the
--- 7,26 ----
NT services, exe and dll COM servers are supported.
! Changes in 0.6.2:
!
! * Several important bugfixes:
!
! - bundled extensions in packages did not work correctly, this
! made the wxPython single-file sample fail with newer wxPython
! versions.
!
! - occasionally dlls/pyds were loaded twice, with very strange
! effects.
!
! - the source distribution was not complete.
!
! - it is now possible to build a debug version of py2exe.
!
! Changes in 0.6.1:
* py2exe can now bundle binary extensions and dlls into the
|