Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: b55d07312376ed761f75b2111534cec90468a71c
      
https://github.com/pyinstaller/pyinstaller/commit/b55d07312376ed761f75b2111534cec90468a71c
  Author: dhyams <[email protected]>
  Date:   2013-04-25 (Thu, 25 Apr 2013)

  Changed paths:
    M PyInstaller/build.py

  Log Message:
  -----------
  OSX: strip does not work when forming a bundle.  Fixed.

The underlying problem was that the BUNDLE class did not draw files
from the appropriate cache; it always uses the "00" cache.  Now,
BUNDLE obeys the strip/upx flags that the input COLL or EXE object
has, which in turn depends on the command line options passed to
pyinstaller.


  Commit: 97529018433e855f1d5a3d2c153cf1b78e645bf3
      
https://github.com/pyinstaller/pyinstaller/commit/97529018433e855f1d5a3d2c153cf1b78e645bf3
  Author: dhyams <[email protected]>
  Date:   2013-04-26 (Fri, 26 Apr 2013)

  Changed paths:
    M PyInstaller/build.py

  Log Message:
  -----------
  Changed initializations of upx and strip variables to True/False
as appropriate.  Also keyworded the arguments to checkCache for
better explicitness.


  Commit: 792352102504961ecd416421a027008f5b563eaa
      
https://github.com/pyinstaller/pyinstaller/commit/792352102504961ecd416421a027008f5b563eaa
  Author: Martin Zibricky <[email protected]>
  Date:   2013-04-26 (Fri, 26 Apr 2013)

  Changed paths:
    M PyInstaller/build.py

  Log Message:
  -----------
  Merge pull request #55 from dhyams/fix_bundle_strip_bug

OSX: strip does not work when forming a bundle.  Fixed.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/366140875daa...792352102504

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to