-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathnews.html
More file actions
303 lines (303 loc) · 20.3 KB
/
Copy pathnews.html
File metadata and controls
303 lines (303 loc) · 20.3 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ccache — News</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="ccache.css">
</head>
<body>
<header>
<div class="container">
<h1>
<a href="/">
<span style="font-size: 150%; ">Ccache</span> — a fast C/C++ compiler cache
</a>
</h1>
<button class="sidebar-toggle" aria-label="Toggle menu">☰</button>
</div>
</header>
<div class="layout">
<div class="overlay"></div>
<aside class="sidebar">
<nav>
<ul>
<li>
<a href="/">Overview</a>
</li>
<li>
<a href="/download.html">Download</a>
</li>
<li>
<a href="/documentation.html">Documentation</a>
<ul>
<li>
<a href="/platform-compiler-language-support.html">Supported platforms and compilers</a>
</li>
<li>
<a href="/storage-helpers.html">Storage helpers</a>
</li>
<li>
<a href="/performance.html">Performance</a>
</li>
</ul>
</li>
<li>
<a href="/contribution.html">Contribution</a>
<ul>
<li>
<a href="/bugs.html">Bug report</a>
</li>
<li>
<a href="/repo.html">Source repository</a>
</li>
<li>
<a href="https://github.com/ccache/ccache/discussions">Discussions</a>
</li>
<li>
<a href="https://lists.samba.org/mailman/listinfo/ccache/">Mailing list</a>
</li>
</ul>
</li>
<li>
<a class="current" href="/news.html">News</a>
</li>
<li>
<a href="/credits.html">Credits</a>
</li>
<li>
<a href="/license.html">License</a>
</li>
</ul>
</nav>
</aside>
<main class="content">
<h1>News</h1>
<h3 id="2026-05-04">2026-05-04: Version 4.13.6 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_13_6">release notes</a> for details. </p>
<h3 id="2026-04-26">2026-04-26: Version 4.13.5 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_13_5">release notes</a> for details. </p>
<h3 id="2026-04-19">2026-04-19: Version 4.13.4 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_13_4">release notes</a> for details. </p>
<h3 id="2026-04-12">2026-04-12: Version 4.13.3 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_13_3">release notes</a> for details. </p>
<h3 id="2026-03-22">2026-03-22: Version 4.13.2 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_13_2">release notes</a> for details. </p>
<h3 id="2026-03-09">2026-03-09: Version 4.13.1 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_13_1">release notes</a> for details. </p>
<h3 id="2026-03-05">2026-03-05: Version 4.13 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_13">release notes</a> for details. </p>
<h3 id="2026-02-07">2026-02-07: Version 4.12.3 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_12_3">release notes</a> for details. </p>
<h3 id="2025-11-26">2025-11-26: Version 4.12.2 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_12_2">release notes</a> for details. </p>
<h3 id="2025-10-01">2025-10-01: Version 4.12.1 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_12_1">release notes</a> for details. </p>
<h3 id="2025-09-14">2025-09-14: Version 4.12 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_12">release notes</a> for details. </p>
<h3 id="2025-05-03">2025-05-03: Version 4.11.3 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_11_3">release notes</a> for details. </p>
<h3 id="2025-03-22">2025-03-22: Version 4.11.2 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_11_2">release notes</a> for details. </p>
<h3 id="2025-03-17">2025-03-17: Version 4.11.1 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_11_1">release notes</a> for details. </p>
<h3 id="2025-03-09">2025-03-09: Version 4.11 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_11">release notes</a> for details. </p>
<h3 id="2024-07-22">2024-07-22: Version 4.10.2 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_10_2">release notes</a> for details. </p>
<h3 id="2024-06-30">2024-06-30: Version 4.10.1 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_10_1">release notes</a> for details. </p>
<h3 id="2024-05-29">2024-05-29: Version 4.10 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_10">release notes</a> for details. </p>
<h3 id="2024-02-05">2024-02-05: Version 4.9.1 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_9_1">release notes</a> for details. </p>
<h3 id="2023-12-30">2023-12-30: Version 4.9 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_9">release notes</a> for details. </p>
<h3 id="2023-08-29">2023-08-29: Version 4.8.3 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_8_3">release notes</a> for details. </p>
<h3 id="2023-06-12">2023-06-12: Version 4.8.2 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_8_2">release notes</a> for details. </p>
<h3 id="2023-05-19">2023-05-19: Version 4.8.1 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_8_1">release notes</a> for details. </p>
<h3 id="2023-03-20">2023-03-20: Version 4.7.5 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_7_5">release notes</a> for details. </p>
<h3 id="2023-03-12">2023-03-12: Version 4.8 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_8">release notes</a> for details. </p>
<h3 id="2022-11-21">2022-11-21: Version 4.7.4 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_7_4">release notes</a> for details. </p>
<h3 id="2022-11-05">2022-11-05: Version 4.7.3 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_7_3">release notes</a> for details. </p>
<h3 id="2022-10-29">2022-10-29: Version 4.7.2 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_7_2">release notes</a> for details. </p>
<h3 id="2022-10-22">2022-10-22: Version 4.7.1 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_7_1">release notes</a> for details. </p>
<h3 id="2022-10-17">2022-10-17: Version 4.7 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_7">release notes</a> for details. </p>
<h3 id="2022-08-27">2022-08-27: Version 4.6.3 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_6_3">release notes</a> for details. </p>
<h3 id="2022-08-22">2022-08-22: Version 4.6.2 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_6_2">release notes</a> for details. </p>
<h3 id="2022-05-15">2022-05-15: Version 4.6.1 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_6_1">release notes</a> for details. </p>
<h3 id="2022-02-27">2022-02-27: Version 4.6 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_6">release notes</a> for details. </p>
<h3 id="2021-11-17">2021-11-17: Version 4.5.1 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_5_1">release notes</a> for details. </p>
<h3 id="2021-11-13">2021-11-13: Version 4.5 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_5">release notes</a> for details. </p>
<h3 id="2021-09-28">2021-09-28: Version 4.4.2 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_4_2">release notes</a> for details. </p>
<h3 id="2021-09-11">2021-09-11: Version 4.4.1 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_4_1">release notes</a> for details. </p>
<h3 id="2021-08-19">2021-08-19: Version 4.4 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_4">release notes</a> for details. </p>
<h3 id="2021-05-09">2021-05-09: Version 4.3 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_3">release notes</a> for details. </p>
<h3 id="2021-03-27">2021-03-27: Version 4.2.1 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_2_1">release notes</a> for details. </p>
<h3 id="2021-02-02">2021-02-02: Version 4.2 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_2">release notes</a> for details. </p>
<h3 id="2020-12-27">2020-12-27: GitHub Discussions enabled</h3>
<p> You can now discuss ccache or ask questions in <a "href=https://github.com/ccache/ccache/discussions">GitHub Discussions</a>. </p>
<h3 id="2020-11-22">2020-11-22: Version 4.1 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_1">release notes</a> for details. </p>
<h3 id="2020-10-18">2020-10-18: Version 4.0 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_4_0">release notes</a> for details. </p>
<h3 id="2020-10-01">2020-10-01: Version 3.7.12 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_3_7_12">release notes</a> for details. </p>
<h3 id="2020-07-21">2020-07-21: Version 3.7.11 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_3_7_11">release notes</a> for details. </p>
<h3 id="2020-06-22">2020-06-22: Version 3.7.10 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_3_7_10">release notes</a> for details. </p>
<h3 id="2020-03-29">2020-03-29: Version 3.7.9 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_3_7_9">release notes</a> for details. </p>
<h3 id="2020-03-16">2020-03-16: Version 3.7.8 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_3_7_8">release notes</a> for details. </p>
<h3 id="2020-01-05">2020-01-05: Version 3.7.7 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_3_7_7">release notes</a> for details. </p>
<h3 id="2019-11-17">2019-11-17: Version 3.7.6 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_3_7_6">release notes</a> for details. </p>
<h3 id="2019-10-22">2019-10-22: Version 3.7.5 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_3_7_5">release notes</a> for details. </p>
<h3 id="2019-09-12">2019-09-12: Version 3.7.4 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_3_7_4">release notes</a> for details. </p>
<h3 id="2019-08-17">2019-08-17: Version 3.7.3 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_3_7_3">release notes</a> for details. </p>
<h3 id="2019-07-19">2019-07-19: Version 3.7.2 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_3_7_2">release notes</a> for details. </p>
<h3 id="2019-05-01">2019-05-01: Version 3.7.1 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_3_7_1">release notes</a> for details. </p>
<h3 id="2019-04-23">2019-04-23: Version 3.7 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_3_7">release notes</a> for details. </p>
<h3 id="2019-04-03">2019-04-03: Web site moved to ccache.dev</h3>
<p>
The ccache web site has been moved from ccache.samba.org to a new home: <a
href="https://ccache.dev">https://ccache.dev</a>
</p>
<h3 id="2019-01-14">2019-01-14: Version 3.6 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_3_6">release notes</a> for details. </p>
<h3 id="2019-01-02">2019-01-02: Version 3.5.1 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_3_5_1">release notes</a> for details. </p>
<h3 id="2018-10-15">2018-10-15: Version 3.5 has been released</h3>
<p> See the <a href="releasenotes.html#_ccache_3_5">release notes</a> for details. </p>
<h3 id="2018-09-02">2018-09-02: Version 3.4.3 has been released</h3>
<p>Version 3.4.3 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_4_3">release notes</a> for details.</p>
<h3 id="2018-03-25">2018-03-25: Version 3.4.2 has been released</h3>
<p>Version 3.4.2 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_4_2">release notes</a> for details.</p>
<h3 id="2018-02-11">2018-02-11: Version 3.4.1 has been released</h3>
<p>Version 3.4.1 fixes a packaging bug in 3.4. See the <a href="releasenotes.html#_ccache_3_4_1">release notes</a> for details.</p>
<h3 id="2018-02-11">2018-02-11: Version 3.4 has been released</h3>
<p>Version 3.4 is a feature release. See the <a href="releasenotes.html#_ccache_3_4">release notes</a> for details.</p>
<h3 id="2018-01-28">2018-01-28: Version 3.3.6 has been released</h3>
<p>Version 3.3.6 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_3_6">release notes</a> for details.</p>
<h3 id="2018-01-13">2018-01-13: Version 3.3.5 has been released</h3>
<p>Version 3.3.5 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_3_5">release notes</a> for details.</p>
<h3 id="2017-02-17">2017-02-17: Version 3.3.4 has been released</h3>
<p>Version 3.3.4 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_3_4">release notes</a> for details.</p>
<h3 id="2016-10-26">2016-10-26: Version 3.3.3 has been released</h3>
<p>Version 3.3.3 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_3_3">release notes</a> for details.</p>
<h3 id="2016-09-28">2016-09-28: Version 3.3.2 has been released</h3>
<p>Version 3.3.2 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_3_2">release notes</a> for details.</p>
<h3 id="2016-09-28">2016-09-28: Version 3.2.9 has been released</h3>
<p>Version 3.2.9 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_2_9">release notes</a> for details.</p>
<h3 id="2016-09-07">2016-09-07: Version 3.3.1 has been released</h3>
<p>Version 3.3.1 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_3_1">release notes</a> for details.</p>
<h3 id="2016-09-07">2016-09-07: Version 3.2.8 has been released</h3>
<p>Version 3.2.8 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_2_8">release notes</a> for details.</p>
<h3 id="2016-08-27">2016-08-27: Version 3.3 has been released</h3>
<p>Version 3.3 is a feature release. See the <a href="releasenotes.html#_ccache_3_3">release notes</a> for details.</p>
<h3 id="2016-07-20">2016-07-20: Version 3.2.7 has been released</h3>
<p>Version 3.2.7 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_2_7">release notes</a> for details.</p>
<h3 id="2016-07-12">2016-07-12: Version 3.2.6 has been released</h3>
<p>Version 3.2.6 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_2_6">release notes</a> for details.</p>
<h3 id="2016-07-12">2016-07-12: Version 3.1.12 has been released</h3>
<p>Version 3.1.12 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_1_12">release notes</a> for details.</p>
<h3 id="2016-06-06">2016-06-06: Source code and bug tracker moved to github</h3>
<p>The official repository is now <a href="https://github.com/ccache/ccache">hosted on github</a> and bugs are handled by the <a href="https://github.com/ccache/ccache/issues">issue tracker at github</a>.</p>
<h3 id="2016-04-17">2016-04-17: Version 3.2.5 has been released</h3>
<p>Version 3.2.5 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_2_5">release notes</a> for details.</p>
<h3 id="2015-10-08">2015-10-08: Version 3.2.4 has been released</h3>
<p>Version 3.2.4 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_2_4">release notes</a> for details.</p>
<h3 id="2015-08-16">2015-08-16: Version 3.2.3 has been released</h3>
<p>Version 3.2.3 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_2_3">release notes</a> for details.</p>
<h3 id="2015-05-10">2015-05-10: Version 3.2.2 has been released</h3>
<p>Version 3.2.2 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_2_2">release notes</a> for details.</p>
<h3 id="2015-03-07">2015-03-07: Version 3.1.11 has been released</h3>
<p>Version 3.1.11 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_1_11">release notes</a> for details.</p>
<h3 id="2014-12-10">2014-12-10: Version 3.2.1 has been released</h3>
<p>Version 3.2.1 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_2_1">release notes</a> for details.</p>
<h3 id="2014-11-17">2014-11-17: Version 3.2 has been released</h3>
<p>Version 3.2 is a feature release. See the <a href="releasenotes.html#_ccache_3_2">release notes</a> for details.</p>
<h3 id="2014-10-19">2014-10-19: Version 3.1.10 has been released</h3>
<p>Version 3.1.10 is a bug fix release with some minor new features and improvements. See the <a href="releasenotes.html#_ccache_3_1_10">release notes</a> for details.</p>
<h3 id="2013-01-06">2013-01-06: Version 3.1.9 has been released</h3>
<p>Version 3.1.9 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_1_9">release notes</a> for details.</p>
<h3 id="2012-08-11">2012-08-11: Version 3.1.8 has been released</h3>
<p>Version 3.1.8 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_1_8">release notes</a> for details.</p>
<h3 id="2012-01-08">2012-01-08: Version 3.1.7 has been released</h3>
<p>Version 3.1.7 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_1_7">release notes</a> for details.</p>
<h3 id="2011-08-21">2011-08-21: Version 3.1.6 has been released</h3>
<p>Version 3.1.6 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_1_6">release notes</a> for details.</p>
<h3 id="2011-05-29">2011-05-29: Version 3.1.5 has been released</h3>
<p>Version 3.1.5 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_1_5">release notes</a> for details.</p>
<h3 id="2011-01-09">2011-01-09: Version 3.1.4 has been released</h3>
<p>Version 3.1.4 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_1_4">release notes</a> for details.</p>
<h3 id="2010-11-28">2010-11-28: Version 3.1.3 has been released</h3>
<p>Version 3.1.3 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_1_3">release notes</a> for details.</p>
<h3 id="2010-11-21">2010-11-21: Version 3.1.2 has been released</h3>
<p>Version 3.1.2 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_1_2">release notes</a> for details.</p>
<h3 id="2010-11-07">2010-11-07: Version 3.1.1 has been released</h3>
<p>Version 3.1.1 is a bug fix release. See the <a href="releasenotes.html#_ccache_3_1_1">release notes</a> for details.</p>
<h3 id="2010-09-16">2010-09-16: Version 3.1 has been released</h3>
<p>Version 3.1 is a feature and bug fix release. See the <a href="releasenotes.html#_ccache_3_1">release notes</a> for details.</p>
<h3 id="2010-07-15">2010-07-15: Version 3.0.1 has been released</h3>
<p>Version 3.0.1 is a maintenance release containing bug fixes. See the <a href="releasenotes.html#_ccache_3_0_1">release notes</a> for details.</p>
<h3 id="2010-06-20">2010-06-20: Version 3.0 has been released</h3>
<p>Version 3.0 is a major upgrade of the previous 2.4 release. The most notable new features are the <a href="manual/3.0.html#_how_ccache_works">direct mode</a>, which speeds up ccache <a href="performance.html">several times</a>, and the <a href="manual/3.0.html#_compiling_in_different_directories">basedir</a> support, which helps to improve cache hit rate when compiling in different directories using absolute paths. More details can be found in the <a href="releasenotes.html#_ccache_3_0">release notes</a> and the <a href="manual/3.0.html">manual</a>.</p>
<h3 id="2010-05-10">2010-05-10: Version 3.0pre1 has been released</h3>
<p>Version 3.0pre1 is a prerelease of the upcoming 3.0.</p>
<h3 id="2010-02-28">2010-02-28: Version 3.0pre0 has been released</h3>
<p>Version 3.0pre0 is a prerelease of the upcoming 3.0.</p>
<h3 id="2010-02-11">2010-02-11: Searchable mailing list archive</h3>
<p>The <a href="https://lists.samba.org/mailman/listinfo/ccache/">ccache mailing list</a> has been added to mail-archive.com, so now it's <a href="http://www.mail-archive.com/ccache@lists.samba.org">searchable and browsable there</a>.</p>
<h3 id="2010-01-27">2010-01-27: New maintainer</h3>
<p>As <a href="http://www.mail-archive.com/ccache@lists.samba.org/msg00133.html">announced</a> by Andrew Tridgell, Joel Rosdahl is taking over maintenance of ccache.</p>
<h3 id="2004-09-13">2004-09-13: Version 2.4 has been released</h3>
<ul> <li>Added CCACHE_READONLY option</li> <li>Added CCACHE_TEMPDIR option</li> <li>fixed handling of hard-linked compilers on AIX</li> <li>added O_BINARY support, to try and support win32 compiles</li> <li>show cache directory in stats output</li> <li>fixed handling of HOME environment variable</li> </ul>
</main>
</div> <!-- layout -->
<script>
const sidebar = document.querySelector(".sidebar");
const overlay = document.querySelector(".overlay");
const toggle = document.querySelector(".sidebar-toggle");
toggle.addEventListener("click", () => {
sidebar.classList.toggle("show");
overlay.classList.toggle("show");
});
overlay.addEventListener("click", () => {
sidebar.classList.remove("show");
overlay.classList.remove("show");
});
</script>
</body>
</html>