-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog.txt
44 lines (40 loc) · 1.42 KB
/
ChangeLog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
2011-12-20 Hsin-Yi Chen <[email protected]> - 0.7.1
* Fix:
* Missing VERSION.txt, MANIFEST.in
2011-12-20 Hsin-Yi Chen <[email protected]> - 0.7
* New features:
* global_config to change variables
- via_shell: set all command executed in os.system
* support to specifcy current directory when running a command
* regcmds can recongize the commands shold be use CmdDispatcher
class (very limitated)
* New Test Case
* GlobalConfigTestCase
* Enhancement:
* CommandNotFound to knows which command be used
* Fix:
* HelperTestCase don't reset __builtin__ to default
* setup.py - does not include non-ucltip python file in tar bar
2011-10-03 Hsin-Yi Chen <[email protected]> - 0.6
* New features:
* avaliable for setting global configure
* pipeline
* New Class: Pipe
* New Function:global_config
* Enhance class customiz way
* Rename Paramater: interact prammater -> as_process in
ExecutableCmd.execute
* Update README.txt
2011-06-28 Hsin-Yi Chen <[email protected]> - 0.5
* New features:
* create a combined command string for testing
* setting default command options
* New Class: CmdConfiguration, SubCmd
* Rename Function: reg_singlecmds -> regcmds
* Rename Class: SingleCmd -> Cmd
* Change copyright year 2010 to 2011
* New Test: ExecutedCmd, UtilsTestCase, SubCmdTestCase,
CmdDispatcherTestCase, CustomClassTestCase,
HelperTestCase
* Upadte Readme.txt
* Update comments