-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrelease_note.txt
More file actions
60 lines (40 loc) · 1.69 KB
/
Copy pathrelease_note.txt
File metadata and controls
60 lines (40 loc) · 1.69 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
version 1.2.3 2014/06/30
Features:
1. add reload support
when set the reload element, it will give a reload warning before patch. And will do reload after patch
2. add warn support
when set the warning, it will give a warning before patch, if select no, patch will abort
3. add 'processgrep' element to check processes alive
it will use grep to check
Bugs:
1. patch verify failed when some src file is substring of other src file
2. check process alive fails when the process is substring of the component name
use pidof instead
------------------------------------------------------------------------------------------
version 1.2.2 2014/05/27
Bugs:
1. if service not set check, no need check service enable
------------------------------------------------------------------------------------------
version 1.2.1 2014/05/27
Bugs:
1. must check if service enable before checking process restarted
------------------------------------------------------------------------------------------
version 1.2 2014/05/27
Features:
1. support kofiles patch
2. support device mode setting
3. support service status check
------------------------------------------------------------------------------------------
version 1.1.1 2014/05/14
Bugs:
1. set customer wrong, always Telstra
------------------------------------------------------------------------------------------
version 1.1 2014/05/09-05/12
Bugs:
1. add support running in SE
2. make dst rules more strictly and acurately
3. time_tag should export, or the sub-script won't get this variable
4. not mount when the dst is not in '/sw'
5. add strict parse control, should error and exit when any parsing error
6. add strict parsing for input arguments
Features: