-
Notifications
You must be signed in to change notification settings - Fork 3
/
ChangeLog
385 lines (214 loc) · 11.9 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
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
chmpx (1.0.106) unstable; urgency=low
* Improved IPv6 support and support for launch host domains - #139
* Changed supported OS and modified some codes - #138
-- Takeshi Nakatani <[email protected]> Tue, 12 Nov 2024 10:47:22 +0900
chmpx (1.0.105) unstable; urgency=low
* Changed support OS and Fixed about cppcheck, etc - #136
-- Takeshi Nakatani <[email protected]> Mon, 11 Mar 2024 11:03:05 +0900
chmpx (1.0.104) unstable; urgency=low
* Updated build_helper.sh for fixing a bug and installing ruby - #134
-- Takeshi Nakatani <[email protected]> Fri, 17 Nov 2023 09:06:23 +0900
chmpx (1.0.103) unstable; urgency=low
* Changed support OS (fedora and ubuntu) and updated tool - #132
-- Takeshi Nakatani <[email protected]> Fri, 27 Oct 2023 17:58:32 +0900
chmpx (1.0.102) unstable; urgency=low
* Changed handling certificates for NSS and updated dependencies - #130
-- Takeshi Nakatani <[email protected]> Fri, 29 Sep 2023 14:43:37 +0900
chmpx (1.0.101) unstable; urgency=low
* Updated tool scripts and support OSs - #128
* Fixed .gitignore to exclude APKBUILD.templ - #127
-- Takeshi Nakatani <[email protected]> Wed, 30 Aug 2023 19:10:54 +0900
chmpx (1.0.100) unstable; urgency=low
* Fixed a bug in script for systemd - #125
-- Takeshi Nakatani <[email protected]> Wed, 19 Jul 2023 08:55:45 +0900
chmpx (1.0.99) unstable; urgency=low
* Fixed bugs about connecting with SSL by gnuTLS - #123
-- Takeshi Nakatani <[email protected]> Thu, 11 May 2023 16:32:27 +0900
chmpx (1.0.98) unstable; urgency=low
* Updated building/packaging logic for ALPINE - #121
-- Takeshi Nakatani <[email protected]> Tue, 28 Feb 2023 18:50:35 +0900
chmpx (1.0.97) unstable; urgency=low
* Changed CI process flow/OSs and added Alpine OS - #119
* Updated header and footer in comment lines - #118
* Updated issue/pullrequest templates - #116
* Fixed a bug in test.sh - #115
* Added ShellCheck processing and reviewed cppcheck - #114
* Eliminated unnecessary copies in build_helper.sh - #113
* Updated docker/login-action from v1 to v2 - #112
* Shared Docker image build logic with other products - #111
* Fixed ostypevars.sh script - #110
* Updated github actions process and support os, and fixed bugs - #109
* Updated scripts for adding grep params and replacing which to command - #108
* Updated common build scripts - #107
* Updated Antpickax common scripts and tools under the buildutils directory - #106
* Fixed errors reported by cppcheck 2.9 - #105
* Fixed packaging process and files for debian/ubuntu - #104
* Enabled external customization of configure.ac and fixed for building - #103
-- Takeshi Nakatani <[email protected]> Thu, 09 Feb 2023 13:16:00 +0900
chmpx (1.0.96) unstable; urgency=low
* Fixed a bug that a case of registered multi-FQDNs in DNS - #101
-- Takeshi Nakatani <[email protected]> Wed, 08 Sep 2021 10:29:12 +0900
chmpx (1.0.95) unstable; urgency=low
* Fixed Dockerfile template for calling ldconfig - #99
-- Takeshi Nakatani <[email protected]> Fri, 27 Aug 2021 16:20:41 +0900
chmpx (1.0.94) unstable; urgency=low
* Fixed docker image build for ubuntu - #97
-- Takeshi Nakatani <[email protected]> Fri, 27 Aug 2021 11:41:37 +0900
chmpx (1.0.93) unstable; urgency=low
* Added docker build and push in Github Actions - #95
* Functional improvements and bug fixes - #94
-- Takeshi Nakatani <[email protected]> Tue, 17 Aug 2021 16:19:55 +0900
chmpx (1.0.92) unstable; urgency=low
* Fixed a bug in chmpx-service-helper - #92
-- Takeshi Nakatani <[email protected]> Fri, 05 Feb 2021 07:57:49 +0900
chmpx (1.0.91) unstable; urgency=low
* Fixed an issue with stopping service subprocesses - #90
* Bypass a specific version of cppcheck due to poor performance - #89
-- Takeshi Nakatani <[email protected]> Thu, 04 Feb 2021 12:13:09 +0900
chmpx (1.0.90) unstable; urgency=low
* Enhanced confirmation of wait process for chmpx.service - #87
-- Takeshi Nakatani <[email protected]> Wed, 03 Feb 2021 19:19:49 +0900
chmpx (1.0.89) unstable; urgency=low
* Updated files for systemd service - #84
-- Takeshi Nakatani <[email protected]> Tue, 26 Jan 2021 14:43:10 +0900
chmpx (1.0.88) unstable; urgency=low
* Added dh-systemd pakacge for building a package - #81
-- Takeshi Nakatani <[email protected]> Thu, 17 Dec 2020 09:56:01 +0900
chmpx (1.0.87) unstable; urgency=low
* Added systemd service files to package - #79
* Fixed centos8 build and removed centos6 build - #78
-- Takeshi Nakatani <[email protected]> Wed, 16 Dec 2020 18:48:13 +0900
chmpx (1.0.86) unstable; urgency=low
* Fixed a error by cppcheck 2.2 - #76
-- Takeshi Nakatani <[email protected]> Tue, 24 Nov 2020 11:56:24 +0900
chmpx (1.0.85) unstable; urgency=low
* Switched Travis CI to Github actions and extended supported OS - #74
* Fixed bugs detected by cppcheck - #73
-- Takeshi Nakatani <[email protected]> Tue, 17 Nov 2020 10:33:11 +0900
chmpx (1.0.84) unstable; urgency=low
* Enhanced inspection for hostnames that cannot be resolved - #71
-- Takeshi Nakatani <[email protected]> Thu, 29 Oct 2020 17:06:38 +0900
chmpx (1.0.83) unstable; urgency=low
* Reverted and fixed again about the shared lock - #68
-- Takeshi Nakatani <[email protected]> Mon, 31 Aug 2020 13:54:48 +0900
chmpx (1.0.82) unstable; urgency=low
* Fixed chmpxlinetool bug for nodes with different resolv - #66
* Fixed slave node startup failure when resolv is different - #65
* Fixed merge failure at discarding internal data of DOWN snode - #64
-- Takeshi Nakatani <[email protected]> Wed, 26 Aug 2020 20:05:20 +0900
chmpx (1.0.81) unstable; urgency=low
* Fixed a bug of dynamic addition/deletion of server nodes - #62
-- Takeshi Nakatani <[email protected]> Tue, 18 Aug 2020 09:43:42 +0900
chmpx (1.0.80) unstable; urgency=low
* Fixed a bug of adding server node when updating conf - #60
-- Takeshi Nakatani <[email protected]> Fri, 14 Aug 2020 14:24:59 +0900
chmpx (1.0.79) unstable; urgency=low
* Enhanced logic for initial connection of server nodes - #58
-- Takeshi Nakatani <[email protected]> Wed, 12 Aug 2020 13:30:49 +0900
chmpx (1.0.78) unstable; urgency=low
* Fixed some warning in travis.yml - #56
* Fixed a parameter and display host format - #55
* Fixed the process in adding/removing nodes to/from a running cluster - #54
* Changed the file descriptor etc. used in the shared lock - #53
-- Takeshi Nakatani <[email protected]> Thu, 06 Aug 2020 10:42:23 +0900
chmpx (1.0.77) unstable; urgency=low
* Order of server is by CUSTOM_ID_SEED when CHMPXIDTYPE=CUSTOM - #51
-- Takeshi Nakatani <[email protected]> Thu, 30 Jul 2020 14:39:42 +0900
chmpx (1.0.76) unstable; urgency=low
* Delete server nodes when updating the configuration - #49
* Allowed unspecified CUSTOM_ID_SEED of slave node - #48
* Supported regular expression to CUK in slave setting - #47
-- Takeshi Nakatani <[email protected]> Tue, 21 Jul 2020 15:14:06 +0900
chmpx (1.0.75) unstable; urgency=low
* Added checking resolv for hostname - #45
-- Takeshi Nakatani <[email protected]> Tue, 09 Jun 2020 12:47:04 +0900
chmpx (1.0.74) unstable; urgency=low
* Fixed bugs about reverse peer and etc - #43
* Changed to not check expiration date in merge process - #42
* Fixed code for cppcheck 1.90 - #41
-- Takeshi Nakatani <[email protected]> Fri, 03 Apr 2020 17:54:26 +0900
chmpx (1.0.73) unstable; urgency=low
* Fixed a bug about complete auto merging - #38
-- Takeshi Nakatani <[email protected]> Tue, 24 Dec 2019 14:17:33 +0900
chmpx (1.0.72) unstable; urgency=low
* Fixed a bug and updated version of dependency packages - #36
-- Takeshi Nakatani <[email protected]> Fri, 20 Dec 2019 10:53:09 +0900
chmpx (1.0.71) unstable; urgency=low
* Enhanced feature about IPv6 and NAT support - #34
-- Takeshi Nakatani <[email protected]> Fri, 20 Dec 2019 07:44:37 +0900
chmpx (1.0.70) unstable; urgency=low
* Host matching improvements and fixes bugs - #32
* Enhanced node discovery of hostnames and IP addresses - #31
-- Takeshi Nakatani <[email protected]> Mon, 02 Dec 2019 11:18:59 +0900
chmpx (1.0.69) unstable; urgency=low
* Updated chmpxstatus man page - #28
* Added status wait mode to chmpxstatus command - #27
-- Takeshi Nakatani <[email protected]> Mon, 25 Mar 2019 09:08:31 +0900
chmpx (1.0.68) unstable; urgency=low
* Fixed codes for cppcheck 1.87 - #23
-- Takeshi Nakatani <[email protected]> Tue, 12 Mar 2019 16:51:53 +0900
chmpx (1.0.67) unstable; urgency=low
* Fixed misspelling, and etc - #20
* Added check using cppcheck - #19
* Reflected the spelling check result for all sources - #18
-- Takeshi Nakatani <[email protected]> Thu, 17 Jan 2019 10:06:43 +0900
chmpx (1.0.66) unstable; urgency=low
* Fixed build warning about comparison of pointer with integer
-- Takeshi Nakatani <[email protected]> Wed, 26 Dec 2018 17:30:12 +0900
chmpx (1.0.65) unstable; urgency=low
* Updated common build tool files
-- Takeshi Nakatani <[email protected]> Tue, 11 Dec 2018 12:54:15 +0900
chmpx (1.0.64) unstable; urgency=low
* Fixed some compile warnings and updated AUTHOR
* Changed to strict packaging and changed documents
-- Takeshi Nakatani <[email protected]> Wed, 05 Dec 2018 18:51:46 +0900
chmpx (1.0.63) unstable; urgency=low
* Fixed spec file and updated dependency
-- Takeshi Nakatani <[email protected]> Wed, 17 Oct 2018 15:51:04 +0900
chmpx (1.0.62) unstable; urgency=low
* avoid static object initialization order problem(SIOF)
-- Takeshi Nakatani <[email protected]> Mon, 02 Jul 2018 08:58:47 +0900
chmpx (1.0.61) unstable; urgency=low
* Fixed bugs about implementation some functions, etc
-- Takeshi Nakatani <[email protected]> Tue, 26 Jun 2018 14:53:05 +0900
chmpx (1.0.60) unstable; urgency=low
* Supports multiple SSL/TLS libraries and associated implementation
-- Takeshi Nakatani <[email protected]> Thu, 21 Jun 2018 19:26:58 +0900
chmpx (1.0.59) unstable; urgency=low
* Cleanup credit comments in sources and Modified etc
* Changed build logic to new for rpm/debian packaging
* Fixed filename typo from make_valiables.sh to make_variables.sh
* Fixed build error with openssl 1.1.0
-- Takeshi Nakatani <[email protected]> Thu, 17 May 2018 09:25:41 +0900
chmpx (1.0.58) unstable; urgency=low
* Update dependency on k2hash v1.0.57
-- Takeshi Nakatani <[email protected]> Mon, 26 Mar 2018 11:47:56 +0900
chmpx (1.0.57) unstable; urgency=low
* Improved the appearance of chmpxlinetool
* Added chmpxlinetool and changed some logic/codes, fixed bugs
-- Takeshi Nakatani <[email protected]> Fri, 23 Mar 2018 08:00:46 +0900
chmpx (1.0.56) unstable; urgency=low
* Fixed bugs about connecting SSL and invalid result on ctlport
-- Takeshi Nakatani <[email protected]> Tue, 13 Mar 2018 11:13:16 +0900
chmpx (1.0.55) unstable; urgency=low
* Fixed bugs about status and updating status flow etc
-- Takeshi Nakatani <[email protected]> Wed, 07 Mar 2018 10:17:05 +0900
chmpx (1.0.54) unstable; urgency=low
* Enhanced status and status flow and Fixed bugs about status
-- Takeshi Nakatani <[email protected]> Tue, 27 Feb 2018 15:26:35 +0900
chmpx (1.0.53) unstable; urgency=low
* Force to set SERVICE OUT/DOWN status when all server chmpx down
-- Takeshi Nakatani <[email protected]> Tue, 13 Feb 2018 15:41:08 +0900
chmpx (1.0.52) unstable; urgency=low
* Updated fullock and k2hash submodule version
* Updated k2hash submodule v1.0.56
* Updated fullock submodule v1.0.24
* Added lib_version_for_link option to make_valiables.sh
-- Takeshi Nakatani <[email protected]> Tue, 28 Mar 2017 12:25:11 +0900
chmpx (1.0.51) unstable; urgency=low
* Updated dependency for fixing bugs in libfullock
* Fixed error/warning for compiling and changed travis.yaml - #2
-- Takeshi Nakatani <[email protected]> Tue, 14 Feb 2017 13:01:55 +0900
chmpx (1.0.50) unstable; urgency=low
* First version of open sorce on Github
-- Takeshi Nakatani <[email protected]> Wed, 07 Dec 2016 18:31:17 +0900