~toolpart/+junk/pythoncard

« back to all changes in this revision

Viewing changes to tools/standaloneBuilder/changelog.txt

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2010-03-04 23:55:10 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100304235510-3v6lbhzwrgm0pcca
Tags: 0.8.2-1
* QA upload.
* New upstream release
* debian/control
  - set maintainer to QA group
  - set Homepage field, removing the URL from packages description
  - bump versioned b-d-i on python-support, to properly support Python module
  - replace b-d on python-all-dev with python-all, since building only
    arch:all packages
  - replace Source-Version substvar with source:Version
  - add ${misc:Depends} to binary packages Depends
* debian/watch
  - updated to use the SourceForge redirector; thanks to Raphael Geissert for
    the report and to Dario Minnucci for the patch; Closes: #449904
* debian/{pythoncard-doc, python-pythoncard}.install
  - use wildcards instead of site-packages to fix build with python 2.6;
    thanks to Ilya Barygin for the report and patch; Closes: #572332
* debian/pythoncard-doc.doc-base
  - set section to Programmin/Python
* debian/pythoncard-tools.menu
  - set menu main section to Applications
* debian/pythoncard-tools.postinst
  - removed, needed only to update the menu, but it's now created by debhelper

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
standaloneBuilder Version 0.2.0 release date May 10 2006
 
2
--------------------------------------------------------
 
3
    - Added a temporary fix to prevent projects being created outside
 
4
      the main projects directory specified in prefs. I shall fix this
 
5
      limitation in the next release!
 
6
    - Made the MacOS-specific error message slightly narrower so it
 
7
      looks neater
 
8
 
 
9
 
 
10
standaloneBuilder Version 0.1.4 release date May 08 2006
 
11
--------------------------------------------------------
 
12
    - Version number updated in the Help --> About dialog
 
13
    - GTK resource file for the output window was missing from the
 
14
      project file
 
15
    - Menu items now get enabled/disabled correctly when projects get
 
16
      opened/saved
 
17
    - File --> Exit menu item was not working :oops:
 
18
    - Fix bug in createProject routine which was not converting the
 
19
      project basepath correctly
 
20
    - Menu items now in synch with rest of the program
 
21
    - the licence text file was being created with lines of dashes at the
 
22
      end of the file due to a coding error
 
23
    - changelog files were not being created in the right format in new
 
24
      projects
 
25
    - Program now disables spec file edit button if py2exe is selected in
 
26
      prefs as the build mechanism
 
27
    - Fixed bug where Inno compile would abort if AppPublisher had not
 
28
      been set in preferences
 
29
    - Component import check function now lets the import line be copied
 
30
      to the Windows clipboard for easier pasting into the code
 
31
 
 
32
 
 
33
standaloneBuilder Version 0.1.3 release date May 02 2006
 
34
--------------------------------------------------------
 
35
    - Added new menu item to allow the component imports to be checked
 
36
    - Added function to check for PythonCard components import line
 
37
    - Program now copes with the scenario where the final executable
 
38
      name is different to the main script name
 
39
    - Entry for versionInfo.py was missing from the project file
 
40
    - Cosmetic changes to the preferences dialog
 
41
    - program now checks to see that Inno Setup is still in
 
42
      the same place it was the last time the program was run
 
43
    - prefs dialog does some better error checking when selecting the build
 
44
      mechanism
 
45
    - program now checks to see that pyInstaller and/or py2exe is still in
 
46
      the same place it was the last time the program was run
 
47
    - All 'edit' buttons now work when using the standard PythonCard
 
48
      codeEditor and resourceEditor tools
 
49
    - Made some cosmetic changes to the resource files to improve the
 
50
      layout slightly
 
51
 
 
52
 
 
53
standaloneBuilder Version 0.1.2 release date April 11 2006
 
54
----------------------------------------------------------
 
55
    - fixed bug with Inno script file trying to include empty directories
 
56
    - program creates a new copy of setup.py when building with py2exe
 
57
    - fixed bug in pyInstaller build which was corrupting the executable by
 
58
      trying to set the version info twice in some cases
 
59
    - py2exe build routine was leaving some temporary files behind
 
60
    - added dropdown to prefsDialog to allow the preferred build mechanism to
 
61
      be selected
 
62
    - revamp to build mechanism to work with pyInstaller
 
63
    - program detects if win32 extensions are missing and aborts cleanly
 
64
 
 
65
standaloneBuilder version Version 0.1.1 release date April 03 2006
 
66
-------------------------------------------------------------------
 
67
    - Fixed bug caused by trying to import win32api under Linux
 
68
    - added code to ensure that the dist and build sub-directories get
 
69
      removed prior to a rebuild
 
70
    - added code to allow the py2exe setup script to build either a console
 
71
      app or a GUI app
 
72
    - path to project base directory is now saved correctly as a relative
 
73
      path
 
74
    - Can now build standalone apps using py2exe
 
75
    - Amended project creation code so that existing files are not silently
 
76
      overwritten
 
77
    - Added a button to allow the main script to be edited
 
78
    - Project base direcotry was not being saved correctly under certain
 
79
      circumstances
 
80
    - Now gives a warning message if you try to release a project with
 
81
      the console and/or debug options switched on
 
82
    - Project build number no longer gets updated if you rebuild a
 
83
      frozen project
 
84
    - Pressing cancel in the run options dialog would run the script
 
85
      anyway... :-(
 
86
    - Updated documentation to clarify why and when extra scripts might
 
87
      need to be added
 
88
    - Adding a script now pops up a dialog asking if you want to add the
 
89
      matching resource file if one exists
 
90
    - Updated copyright message and removed innacurate list of
 
91
      Pythoncard developers
 
92
    - Program now prevents invalid filenames being entered into any of
 
93
      the script, resource, pixmap or other files boxes
 
94
    - Added some error trapping to the rebuild routine to deal with the
 
95
      case where the main script has not been specified
 
96
    - Fixed a bug where the project licence file name was being added
 
97
      incorrectly when running the new project wizard
 
98
    - Moved the check for whether the project needs to be saved into a
 
99
      single function
 
100
    - Added a run button and stole the run options dialog from the
 
101
      resource editor :-)
 
102
    - Added a workaround for a GTK bug which affects the fileSaveDialog
 
103
    - Fixed an UnboundLocalError when rebuilding projects
 
104
    - Fixed bug in spec file generation which was causing an exception
 
105
      in McMillan Installer when no Windows icon file had been selected
 
106
      in the project
 
107
    - Fixed a bug which was causing an exception when creating a new
 
108
      project due to trying to incorrectly make a relative path out of a
 
109
      file name
 
110
    - Cosmetic fixes to button layouts and icons
 
111
    - Fixed a bug in the rebuild process which was causing the wrong
 
112
      text fields to be shown when doing more than one rebuild in a
 
113
      single session
 
114
    - rebuild process now working under Linux, just builds a tarball
 
115
    - Help --> About dialog now works
 
116
    - The rebuild process now works 100% reliably
 
117
    - the project changelog.txt file can now be maintained from within
 
118
      the standaloneBuilder app pitself