summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.txt
blob: e1cfab0626508ccdb8a249617c295e7b93f17013 (plain)
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
2022-10-30	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20221030.

	[ Daniel Baumann ]
	* Merging the different extra certificate files into one dehydrated hook handling all extra copies.
	* Reworking chrony workaround (#1013882) now that we know it's going to be permanent.
	* Adding postfix to service-reload dehydrated hook.
	* Reworking service-reload dehydrated hook.
	* Reworking fix-permission dehydrated hook.
	* Improving wording of TSIG lookup hierarchy in dehydrated-nsupdate.1.
	* Temporarily passing tsig string to bind in dehydrated-nsupdate to unbreak bind support, bind requires a different keyfile format as knot.
	* Updating dig alternative handling similar to nsupdate for consistency.
	* Updating dehydrated TODO file.
	* Updating license with newer GPL-3 version containing https instead of http links.
	* Using variable for service-tools in makefile.
	* Providing individual root and intermediate certificate files in dehydrated extra hook.
	* Reworking knot-zones-reset script.
	* Adding kea tools.

2022-07-04	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20220704.

	[ Daniel Baumann ]
	* Adding privkey-fullchain hooks as used by postfix for dehydrated.

2022-06-26	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20220626.

	[ Daniel Baumann ]
	* Updating dehydrated-tools TODO file.
	* Adding dehydrated hook to workaround certificate handling in chrony (#1013882).
	* Updating upload url in makefile.

2022-06-24	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20220624.

	[ Daniel Baumann ]
	* Correcting loop over subdirectories to exclude all dot-directories, not just the one for git.

2022-06-15	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20220615.

	[ Daniel Baumann ]
	* Correcting breaking extra-quotes in dnsdist-console.
	* Adding git commands to release target in top-level Makefile.

2022-06-14	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20220614.

	[ Daniel Baumann ]
	* Only restarting kresd in dehydrated exit_hook.service-reload if tls is configured.
	* Adding test target in apache-tools makefile.
	* Adding top-level makefile.
	* Adding quotes arround some variables in dehydrated-tools to prevent globbing and word splitting.
	* Adding quotes arround some variables in dnsdist-tools to prevent globbing and word splitting.
	* Adding quotes arround some variables in linux-tools to prevent globbing and word splitting.
	* Removing unused color definitions in linux-tools.
	* Adding shellcheck exception in irker-tools for variable sourced from configuration file.
	* Using read -r to not mangle backslashes in git-tools.
	* Adding quotes arround some variables in git-tools to prevent globbing and word splitting.
	* Changing default value handling for variables in git-whoami to more portable format.
	* Consistently using curly braces for variables in git-whoami.
	* Adding support for individual TSIG files per record, zone, and nameserver rather than having one global key for all updates in dehydrated-nsupdate.
	* Handling comments in TSIG keyfiles in dehydrated-nsupdate to support disabling TSIG for individual records.
	* Completing existing dehydrated-tools manpages.
	* Updating dehydrated-tools TODO file.

2022-06-09	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20220609.

	[ Daniel Baumann ]
	* Handling ipv4-only/ipv6-only nameservers on ipv4-only/ipv6-only systems.
	* Adding dnsdist tools.

2022-05-25	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20220525.

	[ Daniel Baumann ]
	* Renaming ethtools to linux since it's about kernel module options for now.
	* Adding link-down-on-close=on in linux-i40e.
	* Refactoring linux-i40e for start/stop/status actions.
	* Adding linux-i40e manpage.

2022-05-24	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20220524.

	[ Daniel Baumann ]
	* Updating dehydrated todo file.
	* Adding ethtool-i40e.

2022-04-30	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20220430.

	[ Daniel Baumann ]
	* Using localhost as fallback in kresd-cache-clear.
	* Avoid failing if /var/lib/dehydrated/certs doesn't exist in dehydrated fix-permissions hook.
	* Restarting kresd threads only if at least one exists to support building chroots in dehydrated service-reload hook.

2022-04-14	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20220414.

	[ Daniel Baumann ]
	* Adding knot to list of services to restart in dehydrated hook.
	* Adding knot-resolver handling in dehydrated service-reload hook.
	* Using a variable to keep the list of services to restart in dehydrated hook for easier readability.

2022-01-05	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20220105.

	[ Daniel Baumann ]
	* Updating copyright notices for 2022.
	* Temporarily reverting json support in dehydrated-nsupdate, not ready just yet.

2021-12-31	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20211231.

	[ Daniel Baumann ]
	* Using long-options for dehydrated in its cronjob.
	* Running dehydrated with keep-going to ensure as much certificates are fetched as possible.
	* Adding support for kdigs out-of-tree json output to dehydrated-nsupdate.
	* Updating dehydrated TODO file.
	* Completing clean targets in dehydrated Makefile.
	* Harmonizing dehydrated manpage Makefile.
	* Adding reference to dehydrated.log in dehydrated-cron manpage.
	* Simplifying quiet output handling in git-repo-repack.

2021-12-13	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20211213.

	[ Daniel Baumann ]
	* Correcting current and default branch handling in git-checkout-branches.
	* Adding vim-tools.

2021-09-28	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20210928.

	[ Daniel Baumann ]
	* Changing variable usage and quoting for 'git gc' options to fix git-repo-repack with newer git versions.
	* Actually run dehydrated in dehydrated-cron.

2021-09-26	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20210926.

	[ Daniel Baumann ]
	* Correcting wrong directory-name when installing git hooks.

2021-09-08	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20210908.

	[ Daniel Baumann ]
	* Handling IDN domains in dehydrated-nsupdate by not expanding the punycode.

2021-09-07	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20210907.

	[ Daniel Baumann ]
	* Updating knot-zone-reset to really remove all in-memory data completely.
	* Renaming knot-zone-reset to knot-reset-zones for consistency.
	* Adding manpage tooling for dehydrated-tools.
	* Adding initial dehydrated-hook manpage.
	* Adding initial dehydrated-nsupdate manpage.
	* Adding initial dehydrated-cron manpage.
	* Updating dehydrated todo file.

2021-09-06	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20210906.

	[ Daniel Baumann ]
	* Adding knot-reset-zone cron.
	* Making dehydrated-nsupdate more robust and cope with local but not-cached authoritative zone outputs.

2021-09-05	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20210905.

	[ Daniel Baumann ]
	* Renaming dehydrated-hook.d to dehydrated-hook for consistency.
	* Renaming giit-hook.d to git-hook for consistency.
	* Updating dehydrated todo file.
	* Adding tsig keyfile support to dehydrated-nsupdate.

2021-09-04	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20210904.

	[ Daniel Baumann ]
	* Adding dehydrated TODO file.
	* Adding knot tools.
	* Reading configuration files in dehydrated-nsupdate for future tsig support.
	* Using less confusing variable name for the txt record to update in dehydrated-nsupdate.
	* Improving message when update txt records in dehydrated-nsupdate.
	* Harmonizing copyright headers.
	* Correcting typo in date of previous changelog entry.

2021-08-28	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20210828.

	[ Daniel Baumann ]
	* Moving apache files to subdirectory.
	* Using rst instead of asciidoc for manpage generation.
	* Adding dehydrated tools.
	* Adding git tools.
	* Adding irker tools.
	* Adding knot-resolver tools.

2019-03-01	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20190301.

	[ Daniel Baumann ]
	* Adding SPDX License Identifiers.
	* Updating blank.svg.
	* Switching from font-awesome to fork-awesome.
	* Updating Makefile for rename to service-tools.
	* Updating manpage for rename to service-tools.
	* Updating apache configs for rename to service-tools.
	* Updating copyright headers for 2019.

2017-07-01	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20170701.

	[ Daniel Baumann ]
	* Updating SVGs to inkscape 0.92 format.
	* Updating link to Git repository for the Debian packaging in apache-icons manpage.
	* Correcting wrong manpage source reference in apache-icons manpage.

2017-04-05	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20170405.

	[ Daniel Baumann ]
	* Updating year in copyright information for 2017.
	* Completing uninstall target in makefile.
	* Shortening manpage parts in uninstall target in makefile.

2016-12-10	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20161210.

	[ Daniel Baumann ]
	* Correcting filename of version file.
	* Adding note about installation on ubuntu in readme file.
	* Updating development section in readme file.
	* Adding note about installation on ubuntu in manpage.
	* Updating development section in manpage.
	* Harmonizing asciidoc formatting in manpage.
	* Replacing README.txt with a copy of apache-tools.7 manpage.
	* Installing README.txt into documentation directory.
	* Installing all generic text files as documentation.

2016-11-01	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20161101.

	[ Daniel Baumann ]
	* Adding icon for optical media images.
	* Adding icon for harddisk media images.
	* Adding dedicated icon for checksum and signature files.
	* Adding filename suffix for checksums.
	* Adding author name to changelog file.

2016-07-01	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20160701.

	[ Daniel Baumann ]
	* Added further file suffixes for text icon.
	* Correcting and updating existing documentation.
	* Adding apache-icons manpage.

2016-06-01	Daniel Baumann <daniel.baumann@open-infrastructure.net>

	* Releasing version 20160601.