forked from projectceladon/device-androidia-mixins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
123 lines (63 loc) · 3.09 KB
/
ChangeLog
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
2018-01-23 Chen Lin Z <[email protected]>
* Version 2.0.0
* Started ChangeLog
* Add mixinsctl flag parse to remove redundant files under product folder
* Add [devicefiles] and [mapping] section parse in files.spec to support file/folder
copy to product folder and file name mapping
* extrafiles will go to a dedicated folder under product folder
* Support mixin parameter in files.spec file & extrafiles & devicefiles
* Support non-text(binray) file in extrafiles & devicefiles
* Mixin will not add comment in extrafiles & devicefiles
* Mixin will not support file concatenation function in extrafiles & devicefiles
* Add doc.spec syntax check function
* Support fstabl.recovery file default
2018-04-23 Chen Lin Z <[email protected]>
* Version 2.0.1
* Fix "dry-run" option doesn't return error code issue if any file is out of date
2018-05-22 Chen Lin Z <[email protected]>
* Version 2.0.2
* skip file that with suffix ".bin" render as some bin files may end up with new line character
and cause rendor error.
2018-07-26 Chen Lin Z <[email protected]>
* Version 2.0.3
* Fix mixin update error when comment some groups in external version
2018-08-01 Chen Lin Z <[email protected]>
* Version 2.0.4
* Add false option in all groups in external version
2018-08-07 Chen Lin Z <[email protected]>
* Version 2.0.5
* Make option names in spec file case sensitive
2018-08-28 Chen Lin Z <[email protected]>
* Version 3.0.0
* Restrucure code into modular to maintain easily
* Improve script execution performance
* Add rule check module to check new creation group rule mandatory and remove doc.spec file check option
* Add -g option to print verbose debug log
* Support mixin release for Celadon project
* Move mixins dry_run check from source stage into lunch stage
* mixinup will only update valide targets' configuration files if valid_targets.spec file exists
* Add template groups for new mixins group creation
2018-09-03 Chen Lin Z <[email protected]>
* Version 3.0.1
* Don't remove files that suffix with ".spec" when mixinsctl is set
2018-09-04 Chen Lin Z <[email protected]>
* Version 3.1.0
* Add '-t' option to get valid lunch targets from valid_targets.spec file
2018-09-06 Chen Lin Z <[email protected]>
* Version 3.1.1
* Optimize log output
2018-09-10 Chen Lin Z <[email protected]>
* Version 3.1.2
* Fix mixins error when using -w option and removing exempt_groups.txt file
2018-12-20 Chen Lin Z <[email protected]>
* Version 3.2.0
* Only keep valid mixin group options for external release on non-celadon projects
2019-01-14 Chen Lin Z <[email protected]>
* Version 3.2.1
* Remove device-specific first order when sorting
2019-01-16 Chen Lin Z <[email protected]>
* Version 3.2.2
* Fix double remove in same list issue
2019-03-15 Chen Lin Z <[email protected]>
* Version 3.2.3
* Move file stat operation under conditional statement