/[thuban]/branches/greater-ms3/thuban/ChangeLog
ViewVC logotype

Diff of /branches/greater-ms3/thuban/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 202 by bh, Mon Jul 8 10:51:14 2002 UTC revision 208 by bh, Tue Jul 9 14:57:03 2002 UTC
# Line 1  Line 1 
1    2002-07-09  Bernhard Herzog  <[email protected]>
2    
3            * Examples: New subdirectory for examples.
4    
5            * Examples/simple_extensions/simple_tool.xpm,
6            Examples/simple_extensions/simple_tool.py,
7            Examples/simple_extensions/simple_command.py,
8            Examples/simple_extensions/README: Simple examples showing how to
9            add new commands and tools.
10    
11            * setup.cfg (bdist_rpm): Add the default value for prefix and tell
12            bdist_rpm that we also have an install script.
13            (bdist_inno): Add 2002 to the copyright notice.
14    
15            * setup.py: Create a file in python's site-packages directory to
16            make installation of Thuban as a library easier.
17            (ThubanInstall.user_options): Add two new options,
18            create-init-module and init-module-dir
19            (ThubanInstall.expand_with_pure_python_dirs): New method to expand
20            filenames for installation in the default directories.
21            (ThubanInstall.select_scheme, ThubanInstall.convert_paths): Extend
22            the inherited methods to capture some filenames before they're
23            transformed too much by distutils.
24            (ThubanInstall.run): Create the init module if requested.
25            (ThubanInstall.thuban_init_filename): New method to return the
26            full name of the init module.
27            (ThubanInstall.get_outputs): Append the filename of the init
28            module.
29    
30  2002-07-08  Bernhard Herzog  <[email protected]>  2002-07-08  Bernhard Herzog  <[email protected]>
31    
32            * setup.py (thuban_bdist_rpm): Extend this version of bdist_rpm to
33            handle the prefix properly which means that the default for the
34            installation prefix should be /usr for RPMs and /usr/local when
35            doing a normal source install.
36            (bdist_rpm_install_script): Script to override the default install
37            commands in the specfile generated by the bdist_rpm command.
38            (thuban_bdist_rpm.user_options): Add a prefix option
39            (thuban_bdist_rpm.initialize_options): Init the prefix option.
40            Create the script files for the spec files as empty files here
41            (thuban_bdist_rpm._make_spec_file): Override the inherited method
42            to fill the script files with content.
43    
44          * Thuban/Model/save.py (relative_filename): Wrapper around          * Thuban/Model/save.py (relative_filename): Wrapper around
45          Thuban.Lib.fileutil.relative_filename that accepts an empty dir          Thuban.Lib.fileutil.relative_filename that accepts an empty dir
46          argument. save_session now automatically uses this version,          argument. save_session now automatically uses this version,

Legend:
Removed from v.202  
changed lines
  Added in v.208

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26