Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: b65ef01da18f3935ff7d2561aad7a57f75f23978
      
https://github.com/pyinstaller/pyinstaller/commit/b65ef01da18f3935ff7d2561aad7a57f75f23978
  Author: Martin Zibricky <[email protected]>
  Date:   2013-05-17 (Fri, 17 May 2013)

  Changed paths:
    A tests/basic/data_assignment.py
    M tests/basic/test_onefile_chdir_meipass.py

  Log Message:
  -----------
  Fix: Test test_onefile_chdir_meipass.py.


  Commit: 44ba327570c5384bd1cb203c326bbf75dbe6dba3
      
https://github.com/pyinstaller/pyinstaller/commit/44ba327570c5384bd1cb203c326bbf75dbe6dba3
  Author: Martin Zibricky <[email protected]>
  Date:   2013-06-07 (Fri, 07 Jun 2013)

  Changed paths:
    A PyInstaller/bootloader/images/icon-console.icns
    A PyInstaller/bootloader/images/icon-console.ico
    A PyInstaller/bootloader/images/icon-console.svg
    A PyInstaller/bootloader/images/icon-windowed.icns
    A PyInstaller/bootloader/images/icon-windowed.ico
    A PyInstaller/bootloader/images/icon-windowed.svg
    M PyInstaller/build.py
    M PyInstaller/makespec.py
    R bootloader/images/icon-console.icns
    R bootloader/images/icon-console.ico
    R bootloader/images/icon-console.svg
    R bootloader/images/icon-windowed.icns
    R bootloader/images/icon-windowed.ico
    R bootloader/images/icon-windowed.svg
    M bootloader/windows/run.rc
    M bootloader/windows/runw.rc

  Log Message:
  -----------
  Merge branch 'develop' of github.com:matysek/pyinstaller into develop


  Commit: f02e036fb3004e653f1a9e9029599dfd047a4fd4
      
https://github.com/pyinstaller/pyinstaller/commit/f02e036fb3004e653f1a9e9029599dfd047a4fd4
  Author: Martin Zibricky <[email protected]>
  Date:   2013-06-07 (Fri, 07 Jun 2013)

  Changed paths:
    A PyInstaller/hooks/hook-gst._gst.py
    A PyInstaller/hooks/hook-gst.py
    M PyInstaller/loader/rthooks.dat
    A PyInstaller/loader/rthooks/pyi_rth_gstreamer.py
    M doc/CHANGES.txt
    M doc/source/Manual.rst
    A tests/libraries/test_gst.py
    M tests/runtests.py

  Log Message:
  -----------
  Merge branch 'develop' of github.com:matysek/pyinstaller into develop


  Commit: edb5d438d8df5255a5c8f70f42f11f75aa4e08cf
      
https://github.com/pyinstaller/pyinstaller/commit/edb5d438d8df5255a5c8f70f42f11f75aa4e08cf
  Author: Martin Zibricky <[email protected]>
  Date:   2013-07-10 (Wed, 10 Jul 2013)

  Changed paths:
    M PyInstaller/build.py
    A tests/basic/test_option_verbose.py
    A tests/basic/test_option_verbose.spec
    M tests/runtests.py

  Log Message:
  -----------
  Issue #737: Fix None value in run-time Python options and add a testcase.


  Commit: acc1ebc77ce21bdab1604ab4fc923432e1422704
      
https://github.com/pyinstaller/pyinstaller/commit/acc1ebc77ce21bdab1604ab4fc923432e1422704
  Author: Martin Zibricky <[email protected]>
  Date:   2013-07-24 (Wed, 24 Jul 2013)

  Changed paths:
    M PyInstaller/cliutils/grab_version.py
    M PyInstaller/utils/versioninfo.py

  Log Message:
  -----------
  Issue #87: Fix reading version info, containing unicode resource strings.


  Commit: cca4c2c90952a19d96b577781e489d7143c4f7d0
      
https://github.com/pyinstaller/pyinstaller/commit/cca4c2c90952a19d96b577781e489d7143c4f7d0
  Author: Martin Zibricky <[email protected]>
  Date:   2013-07-24 (Wed, 24 Jul 2013)

  Changed paths:
    M PyInstaller/utils/versioninfo.py

  Log Message:
  -----------
  Issue #87: Fix writing version info containing unicode characters.


  Commit: e786efb26f5c216b2db6c0dcac9550ec0e7ffd46
      
https://github.com/pyinstaller/pyinstaller/commit/e786efb26f5c216b2db6c0dcac9550ec0e7ffd46
  Author: Martin Zibricky <[email protected]>
  Date:   2013-07-24 (Wed, 24 Jul 2013)

  Changed paths:
    A PyInstaller/cliutils/set_version.py
    A utils/set_version.py

  Log Message:
  -----------
  Issue #87: Add utility to set version info for exe file.


  Commit: dc02e3d60098024c83aac1de3629619916652def
      
https://github.com/pyinstaller/pyinstaller/commit/dc02e3d60098024c83aac1de3629619916652def
  Author: Martin Zibricky <[email protected]>
  Date:   2013-07-25 (Thu, 25 Jul 2013)

  Changed paths:
    M PyInstaller/utils/versioninfo.py
    A old/examples/file_version_info.txt
    M setup.py

  Log Message:
  -----------
  Issue #87: Add some commens to the generated versionFile output. Install 
set_version with setup.py.


  Commit: 36d0435f46769b146c4dc98165090b89bb6a5efd
      
https://github.com/pyinstaller/pyinstaller/commit/36d0435f46769b146c4dc98165090b89bb6a5efd
  Author: Martin Zibricky <[email protected]>
  Date:   2013-07-26 (Fri, 26 Jul 2013)

  Changed paths:
    M PyInstaller/build.py
    M PyInstaller/cliutils/grab_version.py
    A PyInstaller/cliutils/set_version.py
    M PyInstaller/utils/versioninfo.py
    A old/examples/file_version_info.txt
    M setup.py
    A tests/basic/data_assignment.py
    M tests/basic/test_onefile_chdir_meipass.py
    A tests/basic/test_option_verbose.py
    A tests/basic/test_option_verbose.spec
    M tests/runtests.py
    A utils/set_version.py

  Log Message:
  -----------
  Merge pull request #64 from matysek/develop

Fix None in Python run-time options and add unicode support for exe version 
info resource on Windows.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/61571d693787...36d0435f4676

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to