-
Notifications
You must be signed in to change notification settings - Fork 4
/
ChangeLog
193 lines (109 loc) · 6.1 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
k2htpdtor (1.0.46) unstable; urgency=low
* Changed supported OS and modified some codes - #75
-- Takeshi Nakatani <[email protected]> Mon, 18 Nov 2024 19:37:59 +0900
k2htpdtor (1.0.45) unstable; urgency=low
* Changed support OS and Fixed about cppcheck, etc - #73
-- Takeshi Nakatani <[email protected]> Tue, 12 Mar 2024 09:45:15 +0900
k2htpdtor (1.0.44) unstable; urgency=low
* Updated build_helper.sh for fixing a bug and installing ruby - #71
-- Takeshi Nakatani <[email protected]> Fri, 17 Nov 2023 15:05:24 +0900
k2htpdtor (1.0.43) unstable; urgency=low
* Fixed typo in ChangeLog file - #69
-- Takeshi Nakatani <[email protected]> Mon, 30 Oct 2023 16:15:36 +0900
k2htpdtor (1.0.42) unstable; urgency=low
* Changed support OS (fedora and ubuntu) and updated tool - #67
-- Takeshi Nakatani <[email protected]> Mon, 30 Oct 2023 14:05:29 +0900
k2htpdtor (1.0.41) unstable; urgency=low
* Updated versions of dependent packages - #65
-- Takeshi Nakatani <[email protected]> Mon, 02 Oct 2023 17:11:11 +0900
k2htpdtor (1.0.40) unstable; urgency=low
* Updated tool scripts and support OSs - #63
* Fixed bugs about test scripts - #62
* Fixed .gitignore to exclude APKBUILD.templ - #61
-- Takeshi Nakatani <[email protected]> Thu, 31 Aug 2023 12:58:54 +0900
k2htpdtor (1.0.39) unstable; urgency=low
* Updated versions of dependent packages - #59
-- Takeshi Nakatani <[email protected]> Fri, 12 May 2023 18:45:45 +0900
k2htpdtor (1.0.38) unstable; urgency=low
* Updated building/packaging logic for ALPINE - #57
-- Takeshi Nakatani <[email protected]> Thu, 02 Mar 2023 18:42:42 +0900
k2htpdtor (1.0.37) unstable; urgency=low
* Update package dependencies and remove unnecessary packages - #55
-- Takeshi Nakatani <[email protected]> Fri, 10 Feb 2023 10:22:39 +0900
k2htpdtor (1.0.36) unstable; urgency=low
* Fixed imagetypevars.sh for changing base packages #53
* Changed CI process flow/OSs and added Alpine OS - #51
* Updated header and footer in comment lines - #50
* Updated issue/pullrequest templates - #48
* Added ShellCheck processing and reviewed cppcheck - #47
* Eliminated unnecessary copies in build_helper.sh - #46
* Updated docker/login-action from v1 to v2 - #45
* Shared Docker image build logic with other products - #44
* Updated github actions process and support os, and fixed bugs - #43
* Updated scripts for adding grep params and replacing which to command - #42
* Updated common build scripts - #41
* Updated Antpickax common scripts and tools under the buildutils directory - #40
* Fixed errors reported by cppcheck 2.9 - #39
* Enabled external customization of configure.ac and fixed for building - #38
-- Takeshi Nakatani <[email protected]> Thu, 09 Feb 2023 21:39:19 +0900
k2htpdtor (1.0.35) unstable; urgency=low
* Bumpup for updating the base Docker image becase of CHMPX updated
-- Takeshi Nakatani <[email protected]> Mon, 27 Sep 2021 11:14:33 +0900
k2htpdtor (1.0.34) unstable; urgency=low
* Fixed Dockerfile template for calling ldconfig - #35
-- Takeshi Nakatani <[email protected]> Fri, 27 Aug 2021 17:30:05 +0900
k2htpdtor (1.0.33) unstable; urgency=low
* Added docker build and push in Github Actions - #33
* Functional improvements and bug fixes - #32
-- Takeshi Nakatani <[email protected]> Tue, 17 Aug 2021 20:38:03 +0900
k2htpdtor (1.0.32) unstable; urgency=low
* Fixed centos8 build and removed centos6 build - #29
-- Takeshi Nakatani <[email protected]> Thu, 17 Dec 2020 12:58:43 +0900
k2htpdtor (1.0.31) unstable; urgency=low
* Switched Travis CI to Github actions and extended supported OS - #27
* Fixed bugs detected by cppcheck - #26
-- Takeshi Nakatani <[email protected]> Tue, 17 Nov 2020 15:23:16 +0900
k2htpdtor (1.0.30) unstable; urgency=low
* Updated version of dependency packages - #24
-- Takeshi Nakatani <[email protected]> Fri, 20 Dec 2019 12:21:38 +0900
k2htpdtor (1.0.29) unstable; urgency=low
* Fixed codes for cppcheck 1.87 - #21
-- Takeshi Nakatani <[email protected]> Tue, 12 Mar 2019 18:48:50 +0900
k2htpdtor (1.0.28) unstable; urgency=low
* Fixed misspelling, and etc - #18
* Reflected the spelling check result for all sources(2) - #17
* Added check using cppcheck - #16
* Reflected the spelling check result for all sources - #15
-- Takeshi Nakatani <[email protected]> Thu, 17 Jan 2019 11:04:06 +0900
k2htpdtor (1.0.27) unstable; urgency=low
* Updated common build tool files
-- Takeshi Nakatani <[email protected]> Tue, 11 Dec 2018 14:03:07 +0900
k2htpdtor (1.0.26) unstable; urgency=low
* Changed to strict packaging and changed documents
-- Takeshi Nakatani <[email protected]> Thu, 06 Dec 2018 15:36:40 +0900
k2htpdtor (1.0.25) unstable; urgency=low
* Fixed destructing code for corresponding to SIOF, etc
-- Takeshi Nakatani <[email protected]> Wed, 17 Oct 2018 19:12:19 +0900
k2htpdtor (1.0.24) unstable; urgency=low
* Revert subdir-objects automake option in src directory
* avoid static object initialization order problem(SIOF)
-- Takeshi Nakatani <[email protected]> Mon, 02 Jul 2018 11:11:30 +0900
k2htpdtor (1.0.23) unstable; urgency=low
* Cleanup credit comments in sources and Modified etc
* Changed build logic to new for rpm/debian packaging
* Fixed a filename typo of make_variables.sh
-- Takeshi Nakatani <[email protected]> Thu, 17 May 2018 14:21:10 +0900
k2htpdtor (1.0.22) unstable; urgency=low
* Updated submodule dependency for chmpx/k2hash
-- Hirotaka Wakabayashi <[email protected]> Mon, 26 Mar 2018 15:44:29 +0900
k2htpdtor (1.0.21) unstable; urgency=low
* Added lib_version_for_link option to make_valiables.sh
* Updated submodule dependency for chmpx/k2hash/fullock
-- Takeshi Nakatani <[email protected]> Tue, 28 Mar 2017 13:20:11 +0900
k2htpdtor (1.0.20) unstable; urgency=low
* Updated dependency for fixing bugs in libfullock
* Updated submodules and changed .travis.yaml - #1
-- Takeshi Nakatani <[email protected]> Tue, 14 Feb 2017 16:54:17 +0900
k2htpdtor (1.0.19) unstable; urgency=low
* First version of open source on Github
-- Takeshi Nakatani <[email protected]> Wed, 07 Dec 2016 19:10:45 +0900