-
Notifications
You must be signed in to change notification settings - Fork 11
/
ChangeLog
288 lines (166 loc) · 8.87 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
fullock (1.0.61) unstable; urgency=low
* Added a directory to be created by the package - #120
-- Takeshi Nakatani <[email protected]> Tue, 22 Oct 2024 11:20:54 +0900
fullock (1.0.60) unstable; urgency=low
* Changed supported OS and modified some codes - #117
-- Takeshi Nakatani <[email protected]> Wed, 16 Oct 2024 18:36:00 +0900
fullock (1.0.59) unstable; urgency=low
* Fixed Makefile.am about cppcheck version - #115
-- Takeshi Nakatani <[email protected]> Fri, 08 Mar 2024 08:38:35 +0900
fullock (1.0.58) unstable; urgency=low
* Updated docker/login-action from v2 to v3 - #113
* Fixed cppcheck error and Makefile.am - #111
* Changed support OS (fedora and alpine) - #110
-- Takeshi Nakatani <[email protected]> Thu, 07 Mar 2024 13:03:10 +0900
fullock (1.0.57) unstable; urgency=low
* Fixed build_helper.sh for ruby 2.7 required package_cloud - #108
-- Takeshi Nakatani <[email protected]> Thu, 16 Nov 2023 14:50:49 +0900
fullock (1.0.56) unstable; urgency=low
* Fixed a bug in build_helper.sh - #105
-- Takeshi Nakatani <[email protected]> Thu, 16 Nov 2023 09:44:52 +0900
fullock (1.0.55) unstable; urgency=low
* Fixed build_helper.sh for upgrading ruby required package_cloud - #103
-- Takeshi Nakatani <[email protected]> Fri, 27 Oct 2023 09:16:09 +0900
fullock (1.0.54) unstable; urgency=low
* Changed support OS (fedora and ubuntu) - #101
-- Takeshi Nakatani <[email protected]> Thu, 26 Oct 2023 11:23:26 +0900
fullock (1.0.53) unstable; urgency=low
* Fixed a bug about packaging - #99
-- Takeshi Nakatani <[email protected]> Fri, 25 Aug 2023 20:32:11 +0900
fullock (1.0.52) unstable; urgency=low
* Updated tool scripts and support OSs - #97
-- Takeshi Nakatani <[email protected]> Fri, 25 Aug 2023 18:49:48 +0900
fullock (1.0.51) unstable; urgency=low
* Fixed .gitignore to exclude APKBUILD.templ - #95
-- Takeshi Nakatani <[email protected]> Tue, 20 Jun 2023 19:32:12 +0900
fullock (1.0.50) unstable; urgency=low
* Updated build helper scripts on CI process - #93
-- Takeshi Nakatani <[email protected]> Tue, 28 Feb 2023 15:59:54 +0900
fullock (1.0.49) unstable; urgency=low
* Updated building/packaging logic for ALPINE - #91
-- Takeshi Nakatani <[email protected]> Mon, 27 Feb 2023 17:56:49 +0900
fullock (1.0.48) unstable; urgency=low
* Fixed package dependency and docker image for ALPINE - #89
-- Takeshi Nakatani <[email protected]> Wed, 08 Feb 2023 12:39:22 +0900
fullock (1.0.47) unstable; urgency=low
* Fixed package dependency for ALPINE package - #87
-- Takeshi Nakatani <[email protected]> Mon, 06 Feb 2023 12:26:53 +0900
fullock (1.0.46) unstable; urgency=low
* Fixed bugs in build_helper.sh and imagetypevars.sh - #85
-- Takeshi Nakatani <[email protected]> Fri, 03 Feb 2023 15:25:31 +0900
fullock (1.0.45) unstable; urgency=low
* Fixed a bug about publishing in build_helper.sh - #83
* Supported fedora 37 and dropped support for fedora 35dropped - #81
* Changed CI process flow/OSs and added Alpine OS - #80
* Fixed a bug in rule.in file for debian packaging - #79
* Added gcc -fno-lto option - #78
* [gh-pages] Updated header and footer in comment lines - #77
* Updated header and footer in comment lines - #76
* Updated issue/pullrequest templates - #75
* Updated Makefile.am about cppcheck - #74
* Updated Makefile.am about cppcheck - #73
* Added ShellCheck processing and reviewed cppcheck - #72
* Fixed a bug in build_helper.sh - #71
* Eliminated unnecessary copies in build_helper.sh - #70
* Updated docker/login-action from v1 to v2 - #69
* Fixed a bug in docker_helper.sh and ci.yml - #68
* Shared Docker image build logic with other products - #67
* Re-updated github actions process(3) - #66
* Re-updated github actions process(2) - #65
* Re-updated github actions process - #64
* Updated github actions process and support os, and fixed bugs - #63
* Updated debian_build.sh for changing grep parameter - #62
* Updated common build scripts - #61
* Updated Antpickax common scripts and tools under the buildutils directory - #60
* Fixed errors reported by cppcheck 2.9 - #59
* Updated .gitignore Makefile.am configure.ac - #58
* Fixed build error on CentOS8 - #57
* Fixed configure.ac for making dist archive - #56
* Fixed code for cppcheck 2.7 error - #55
* Enabled external customization of variables in configure.ac - #54
-- Takeshi Nakatani <[email protected]> Thu, 02 Feb 2023 11:18:18 +0900
fullock (1.0.44) unstable; urgency=low
* Fixed Dockerfile template for calling ldconfig - #52
-- Takeshi Nakatani <[email protected]> Fri, 27 Aug 2021 14:25:05 +0900
fullock (1.0.43) unstable; urgency=low
* Fixed a bug in Docker image build - #50
-- Takeshi Nakatani <[email protected]> Tue, 17 Aug 2021 13:56:14 +0900
fullock (1.0.42) unstable; urgency=low
* Fixed to create /var/lib/antpickax at installation - #48
-- Takeshi Nakatani <[email protected]> Fri, 13 Aug 2021 22:35:21
fullock (1.0.41) unstable; urgency=low
* Fixed a bug in Dockerfile.templ.in and updated .gitignore - #46
-- Takeshi Nakatani <[email protected]> Tue, 10 Aug 2021 07:36:28 +0900
fullock (1.0.40) unstable; urgency=low
* Fixed ci.yml for Docker image build/push - #45
* Added docker build and push in Github Actions - #43
* Functional improvements and bug fixes - #42
-- Takeshi Nakatani <[email protected]> Fri, 06 Aug 2021 20:48:16 +0900
fullock (1.0.39) unstable; urgency=low
* Fixed centos8 build and removed centos6 build - #38
-- Takeshi Nakatani <[email protected]> Wed, 16 Dec 2020 09:30:06 +0900
fullock (1.0.38) unstable; urgency=low
* Fixed a bug in build_helper.sh - #36
-- Takeshi Nakatani <[email protected]> Mon, 16 Nov 2020 12:21:05 +0900
fullock (1.0.37) unstable; urgency=low
* Switched Travis CI to Github actions and extended supported OS - #34
* Fixed bugs detected by cppcheck - #33
* Fixes typos. - #32
-- Takeshi Nakatani <[email protected]> Fri, 13 Nov 2020 16:15:21 +0900
fullock (1.0.36) unstable; urgency=low
* Fixed codes for cppcheck 1.87 - #29
-- Takeshi Nakatani <[email protected]> Mon, 11 Mar 2019 13:24:12 +0900
fullock (1.0.35) unstable; urgency=low
* Fixed misspelling, and etc - #26
* Added check using cppcheck - #25
* Changed method name from IsLowRobust to IsRobust - #24
* Reflected the spelling check result for all sources - #23
* Fixed Typo and Comment - #22
-- Takeshi Nakatani <[email protected]> Thu, 17 Jan 2019 07:48:09 +0900
fullock (1.0.34) unstable; urgency=low
* some small fix(typo and optimize code) - #15
-- Takeshi Nakatani <[email protected]> Fri, 28 Dec 2018 08:45:22 +0900
fullock (1.0.33) unstable; urgency=low
* Updated common build tool files
-- Takeshi Nakatani <[email protected]> Tue, 11 Dec 2018 10:45:03 +0900
fullock (1.0.32) unstable; urgency=low
* Fixed RPM packaging about configure.ac and spec file
* Updated some scripts related to packaging
-- Takeshi Nakatani <[email protected]> Tue, 04 Dec 2018 12:00:18 +0900
fullock (1.0.31) unstable; urgency=low
* Changed to strict packaging and changed documents
-- Takeshi Nakatani <[email protected]> Tue, 27 Nov 2018 12:21:28 +0900
fullock (1.0.30) unstable; urgency=low
* Fixed lintian error in man page about wrong word(2)
-- Takeshi Nakatani <[email protected]> Wed, 17 Oct 2018 14:57:02 +0900
fullock (1.0.29) unstable; urgency=low
* Fixed lintian error in man page about wrong word
-- Takeshi Nakatani <[email protected]> Wed, 17 Oct 2018 13:46:05 +0900
fullock (1.0.28) unstable; urgency=low
* avoid static object initialization order problem(SIOF) - #4
-- Takeshi Nakatani <[email protected]> Fri, 29 Jun 2018 09:19:20 +0900
fullock (1.0.27) unstable; urgency=low
* Updated make description script for packaging
* Fixed a bug about packaging for debian
-- Takeshi Nakatani <[email protected]> Tue, 15 May 2018 18:57:18 +0900
fullock (1.0.26) unstable; urgency=low
* Fixed a bug about packaging for debian
-- Takeshi Nakatani <[email protected]> Tue, 15 May 2018 14:54:20 +0900
fullock (1.0.25) unstable; urgency=low
* Cleanup credit comments in sources
* Changed build logic to new for rpm/debian packaging
* Updated the man page
-- Takeshi Nakatani <[email protected]> Tue, 15 May 2018 12:25:30 +0900
fullock (1.0.24) unstable; urgency=low
* Added lib_version_for_link option to make_valiables.sh
* Refixed a bug about deadlock at forking - #1
-- Takeshi Nakatani <[email protected]> Mon, 13 Mar 2017 09:19:48 +0900
fullock (1.0.23) unstable; urgency=low
* Fixed a bug about deadlock at forking
-- Takeshi Nakatani <[email protected]> Mon, 13 Feb 2017 17:08:41 +0900
fullock (1.0.22) unstable; urgency=low
* Changed exclusive control more strictly
-- Takeshi Nakatani <[email protected]> Mon, 06 Feb 2017 13:47:09 +0900
fullock (1.0.21) unstable; urgency=low
* First version of open source on Github
-- Takeshi Nakatani <[email protected]> Wed, 07 Dec 2016 09:11:52 +0900