-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathnews.html
240 lines (240 loc) · 18.4 KB
/
news.html
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Ccache — News</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://ccache.dev/ccache.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div id="banner">
<a href=".">
<span style="font-size: 500%; text-shadow: 5px 5px 5px #aaa">Ccache</span>
<span style="font-size: 150%">— a fast C/C++ compiler cache</span>
</a>
</div>
<div id="navigation">
<div class="group" style="margin-top: 0">About it:</div>
<ul>
<li><a href="/">Overview</a></li>
<li><a href="/platform-compiler-language-support.html">Supported platforms and compilers</a></li>
<li><a href="/performance.html">Performance</a></li>
<li class="current"><a href="/news.html">News</a></li>
<li><a href="/credits.html">Credits</a></li>
<li><a href="/license.html">License</a></li>
</ul>
<div class="group">Get it:</div>
<ul>
<li><a href="/download.html">Download</a></li>
</ul>
<div class="group">Use it:</div>
<ul>
<li><a href="/documentation.html">Documentation</a></li>
</ul>
<div class="group">Discuss it:</div>
<ul>
<li class="level1"><a href="https://github.com/ccache/ccache/discussions">Discussions</a></li>
<li class="level1"><a href="https://lists.samba.org/mailman/listinfo/ccache/">Mailing list</a></li>
<li class="level2"><a href="http://www.mail-archive.com/ccache@lists.samba.org">– Archive</a></li>
</ul>
<div class="group">Improve it:</div>
<ul>
<li><a href="/bugs.html">Bug report</a></li>
<li class="level2"><a href="https://github.com/ccache/ccache/issues">– View existing</a></li>
<li><a href="/repo.html">Source repository</a></li>
<li class="level2"><a href="https://github.com/ccache/ccache">– Browse</a></li>
</ul>
</div>
<div id="content">
<h1>News</h1>
<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>
</div>
</body>
</html>