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
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
|
# ChangeLog for dev-libs/openssl
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.110 2005/04/20 17:24:19 solar Exp $
20 Apr 2005; <solar@gentoo.org> openssl-0.9.7e-r1.ebuild:
- clean out patent or otherwise encumbered code when USE=bindist is set
08 Apr 2005; Markus Rothe <corsair@gentoo.org> openssl-0.9.7e.ebuild:
Stable on ppc64
29 Mar 2005; Mamoru KOMACHI <usata@gentoo.org> openssl-0.9.7d.ebuild,
openssl-0.9.7d-r1.ebuild, openssl-0.9.7d-r2.ebuild, openssl-0.9.7e.ebuild,
openssl-0.9.7e-r1.ebuild:
Install elisp file only if emacs USE flag is set; bug #85944.
22 Mar 2005; Jeremy Huddleston <eradicator@gentoo.org>
openssl-0.9.7e-r1.ebuild:
Use correct toolchain CC.
13 Mar 2005; Mike Frysinger <vapier@gentoo.org>
+files/openssl-0.9.7e-no-fips.patch, openssl-0.9.7e-r1.ebuild:
Dont install the fips stuff #80878 by Kaiting Chen.
02 Mar 2005; Daniel Goller <morfic@gentoo.org> openssl-0.9.7e.ebuild:
Stable on ppc
14 Feb 2005; Gustavo Zacarias <gustavoz@gentoo.org> openssl-0.9.7e.ebuild:
Stable on sparc
*openssl-0.9.7e-r1 (14 Feb 2005)
14 Feb 2005; Robin H. Johnson <robbat2@gentoo.org>
+openssl-0.9.7e-r1.ebuild:
Bug #69550, make sure openssl is built correctly to work with unstripped
/lib/ld.so.
07 Feb 2005; Bryan Østergaard <kloeri@gentoo.org> openssl-0.9.7e.ebuild:
Stable on alpha.
13 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org>
openssl-0.9.7d-r2.ebuild, openssl-0.9.7e.ebuild:
Added support for sparc64-multilib.
*openssl-0.9.7e (12 Dec 2004)
12 Dec 2004; Mike Frysinger <vapier@gentoo.org>
+files/openssl-0.9.7-alpha-default-gcc.patch,
+files/openssl-0.9.7-arm-big-endian.patch,
+files/openssl-0.9.7-hppa-fix-detection.patch,
+files/openssl-0.9.7e-gentoo.patch, +openssl-0.9.7e.ebuild:
Version bump #68983 by Lars. Also cleanup the sed-scripts to be patches and
add an arm big endian fix #74054.
07 Nov 2004; Joshua Kinard <kumba@gentoo.org> openssl-0.9.7d-r2.ebuild:
Marked stable on mips.
05 Nov 2004; Jason Wever <weeve@gentoo.org> openssl-0.9.7d-r2.ebuild:
Stable on sparc wrt security bug #68407.
06 Nov 2004; Bryan Østergaard <kloeri@gentoo.org>
openssl-0.9.7d-r2.ebuild:
Stable on alpha, bug 68407.
05 Nov 2004; Karol Wojtaszek <sekretarz@gentoo.org>
openssl-0.9.7d-r2.ebuild:
Stable on amd64
05 Nov 2004; Markus Rothe <corsair@gentoo.org> openssl-0.9.7d-r2.ebuild:
Stable on ppc64; bug #68407
*openssl-0.9.7d-r2 (06 Nov 2004)
06 Nov 2004; Daniel Black <dragonheart@gentoo.org>
+files/openssl-0.9.7c-tempfile.patch, +openssl-0.9.7d-r2.ebuild:
Fixed insecure temp file creation as per bug #68407. stable on x86 and ppc
21 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org>
openssl-0.9.7d-r1.ebuild:
error check sed
01 Sep 2004; Travis Tilley <lv@gentoo.org> openssl-0.9.7d-r1.ebuild:
made openssl use $(get_libdir) to optionally install to lib64/lib32
19 Jul 2004; Mike Frysinger <vapier@gentoo.org> openssl-0.9.7d-r1.ebuild:
Move `make test` out of src_compile() and into src_test() where it should be.
13 Jul 2004; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.7d-r1.ebuild:
Change back to single make.
Added diffutils to DEPEND, closing #55560.
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
openssl-0.9.6m.ebuild, openssl-0.9.7c-r1.ebuild, openssl-0.9.7c.ebuild,
openssl-0.9.7d-r1.ebuild, openssl-0.9.7d.ebuild:
virtual/glibc -> virtual/libc
28 Jun 2004; <solar@gentoo.org> openssl-0.9.7d-r1.ebuild:
added missing uclibc to IUSE
25 Jun 2004; <solar@gentoo.org> openssl-0.9.7d-r1.ebuild:
uclibc update
15 Jun 2004; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.7d-r1.ebuild,
openssl-0.9.7d.ebuild:
Fall back to single thread make if parallell fails. Hopefully closing #48475.
15 Jun 2004; <solar@gentoo.org> openssl-0.9.7d.ebuild:
remove dep of bc when uclibc is used
*openssl-0.9.7d-r1 (14 Jun 2004)
14 Jun 2004; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.7d-r1.ebuild,
Add smime patch from CVS, closing #50440.
06 Jun 2004; Aron Griffis <agriffis@gentoo.org> openssl-0.9.7c-r1.ebuild,
openssl-0.9.7d.ebuild:
Fix use invocation
16 May 2004; Luca Barbato <lu_zero@gentoo.org> openssl-0.9.7d.ebuild:
Minor workaround for ppc and ppc64 gcc-3.3.3 and gcc-3.4
10 May 2004; Tom Gall <tgall@gentoo.org> openssl-0.9.7d.ebuild:
fix for ppc64, bug #50637
28 Apr 2004; Tom Gall <tgall@gentoo.org> openssl-0.9.7d.ebuild:
patch fix ppc64, bug #49102
25 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.7d.ebuild:
Install emacs files, from #47854.
20 Apr 2004; Tom Gall <tgall@gentoo.org> openssl-0.9.7d.ebuild:
fix for ppc64 support see #45463
30 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.7d.ebuild:
+ use gcc eclass instead of gcc-dumpversion.
+ filter -funroll-loops, closing #45600.
+ use emake of 0.9.7, closing #45002.
*openssl-0.9.6m (17 Mar 2004)
*openssl-0.9.7d (17 Mar 2004)
17 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.7d.ebuild,
openssl-0.9.6m.ebuild:
Security update, also removed some old ebuilds.
01 Mar 2004; Tom Gall <tgall@gentoo.org> openssl-0.9.7c-r1.ebuild:
remove call to make test for ppc64 for now. This is problematic, as
we have some bug running around for ppc64 but we also need to move
forward.
16 Feb 2004; Gustavo Zacarias <gustavoz@gentoo.org>
openssl-0.9.7c-r1.ebuild:
Fixed compilation of sparc32 target on sparc64
10 Feb 2004; Bartosch Pixa <darkspecter@gentoo.org>
openssl-0.9.7c-r1.ebuild:
set ppc in keywords
28 Jan 2004; Aron Griffis <agriffis@gentoo.org> openssl-0.9.7c-r1.ebuild:
stable on alpha and ia64
18 Jan 2004; Jason Wever <weeve@gentoo.org> openssl-0.9.7c-r1.ebuild:
Marked stable on sparc.
18 Jan 2004; Martin Guy <gmsoft@gentoo.org> openssl-0.9.7c-r1.ebuild:
Marked stable on hppa.
*openssl-0.9.7b-r3 (17 Jan 2004)
17 Jan 2004; Joshua Kinard <kumba@gentoo.org> openssl-0.9.6k-r1.ebuild,
openssl-0.9.6k.ebuild, openssl-0.9.6l.ebuild, openssl-0.9.7b-r3.ebuild,
openssl-0.9.7b.ebuild, openssl-0.9.7c-r1.ebuild, openssl-0.9.7c.ebuild:
Bumped mips to stable, fixed copyright headers, & Removed inherit on gcc.eclass
and replaced $(gcc-version) calls with a ${gcc_version} variable defined by
calling gcc -dumpversion directly. The reason for this was to resolve
dependency issues reported by repoman.
17 Jan 2004; Guy Martin <gmsoft@gentoo.org> openssl-0.9.7c-r1.ebuild:
Fixed detection of the target on hppa smp box.
13 Jan 2004; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.7c-r1.ebuild:
More CFLAGS filtering, Closing #34261.
09 Jan 2004; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.7c-r1.ebuild:
Update the way CFLAGS are changed.
08 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> openssl-0.9.7c-r1.ebuild:
fix bug #37600
03 Jan 2004; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.7c-r1.ebuild:
Better filtering of existing cflags to be replaced by our own. Closing #35283.
16 Dec 2003; Joshua Kinard <kumba@gentoo.org> openssl-0.9.7c-r1.ebuild:
Made a change to the mips detection so we can differentiate betweem mips and
mipsel machines, and pass the apropriate configure target, otherwise the
testsuite fails
*openssl-0.9.6l (04 Nov 2003)
*openssl-0.9.7c-r1 (04 Nov 2003)
8 Dec 2003; Guy Martin <gmsoft@gentoo.org> openssl-0.9.6k.ebuild,
openssl-0.9.6k-r1.ebuild, openssl-0.9.6l.ebuild :
Forcing target linux-parisc even on 32bit kernel because detection fail
on multicpu box.
25 Nov 2003; Guy Martin <gmsoft@gentoo.org> openssl-0.9.7c-r1.ebuild :
Fix detection of parisc64 boxes.
17 Nov 2003; Joshua Kinard <kumba@gentoo.org> openssl-0.9.7c-r1.ebuild:
Made a tweak to allow openssl to build on mips64 platforms (64-bit kernel,
32-bit userland)
12 Nov 2003; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.7c.ebuild, openssl-0.9.7c-r1.ebuild :
Make test removes the built libraries to be rebuilt later with make install, this was not the case with
0.9.6 libraries as they where only inserted into ${D}. Now we run make again before installing those
libraries to make sure they exist. Closing #32858.
06 Nov 2003; Paul de Vrieze <pauldv@gentoo.org> openssl-0.9.7c-r1.ebuild:
Add checks so that missing 0.9.6 libs when they should be there will cause the
ebuild to fail, so saving from mishap
04 Nov 2003; Daniel AHlberg <aliz@gentoo.org> openssl-0.9.7c-r1.ebuild openssl-0.9.6l.ebuild :
Security update.
28 Oct 2003; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.7c.ebuild :
Add make test to compile process. Closes #30066.
*openssl-0.9.6k-r1 (10 Oct 2003)
10 Oct 2003; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.6k-r1.ebuild:
Adding the fix for bn.h to the 0.9.6k series
01 Oct 2003; Jon Portnoy <avenj@gentoo.org> openssl-0.9.7c.ebuild :
Stable for ia64
30 Sep 2003; <rac@gentoo.org> openssl-0.9.7c.ebuild:
Keyword amd64
30 Sep 2003; Christian Birchinger <joker@gentoo.org> openssl-0.9.6k.ebuild:
Added sparc stable keyword
*openssl-0.9.7c (30 Sep 2003)
*openssl-0.9.6k (30 Sep 2003)
30 Sep 2003; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.7c.ebuild, openssl-0.9.6k.ebuild :
Security update.
*openssl-0.9.7b-r2 (16 Sep 2003)
24 Sep 2003; Martin Schlemmer <azarah@gentoo.org> openssl-0.9.7b-r1.ebuild,
openssl-0.9.7b-r2.ebuild, openssl-0.9.7b.ebuild:
Breaks things one some boxen, bug #13795. The problem is that if we have
a 'gcc fixed' version in $(gcc-config -L) from 0.9.6, then breaks as it was
defined as 'int BN_mod(...)' and in 0.9.7 it is a #define with BN_div(...).
19 Sep 2003; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.7b-r2.ebuild :
Filter "-fprefetch-loop-arrays" for all GCC 3.3 versions.
Closing #28997.
17 Sep 2003; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.7b-r2.ebuild :
Closing #12971 and #25461. Removing from packages.mask
16 Sep 2003; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.7b-r2.ebuild :
This version optionally installs openssl-0.9.6 if upgrading, and leaves it out
if installing from scratch. Libraries from openssl-0.9.6 are needed becuse every
program linking to openssl links directly to the version named library instead of
the symlink.
*openssl-0.9.7b-r1 (02 Sep 2003)
02 Sep 2003; Mike Frysinger <vapier@gentoo.org> :
Add a version so ppl running ~ can unmask/emerge it.
29 Jul 2003; Will Woods <wwoods@gentoo.org> openssl-0.9.6j.ebuild:
Use SSH_TARGET on alpha to force it to honor CHOST, marked stable.
*openssl-0.9.6j (23 May 2003)
29 Sep 2003; Joshua Kinard <kumba@gentoo.org> openssl-0.9.6j.ebuild:
Changes ~mips to mips in KEYWORDS
23 Sep 2003; Bartosch Pixa <darkspecter@gentoo.org> openssl-0.9.6j.ebuild:
set ppc in keywords
23 Jul 2003; Guy Martin <gmsoft@gentoo.org> openssl-0.9.6j.ebuild :
Marked stable on hppa.
01 Jul 2003; Todd Sunderlin <todd@gentoo.org> openssl-0.9.6j.ebuild :
set stable on sparc
14 Jun 2003; Guy Martin <gmsoft@gentoo.org> openssl-0.9.6j.ebuild :
Added a build fix for people running a 64bit kernel.
23 May 2003; Brandon Low <lostlogic@gentoo.org> openssl-0.9.6j.ebuild:
Bump, lots of nice security fixes, several patches from 0.9.6i-r2 are merged
in here
20 May 2003; Tavis Ormandy <taviso@gentoo.org> openssl-0.9.6i-r2.ebuild,
openssl-0.9.7b.ebuild:
ccc/openssl co-existance fixes.
18 May 2003; Tavis Ormandy <taviso@gentoo.org> openssl-0.9.6i-r2.ebuild:
making ccc usable.
*openssl-0.9.7b (10 Apr 2003)
17 Apr 2003; Tavis Ormandy <taviso@gentoo.org> openssl-0.9.6i-r2.ebuild,
openssl-0.9.7b.ebuild:
Setting openssl-0.9.6i-r2 to completely ignore ccc, even if found - if used, result wont be
backward compatible.
Produce libssl.so on linux-alpha*-ccc in openssl-0.9.7b.
10 Apr 2003; Brandon Low <lostlogic@gentoo.org> Manifest,
openssl-0.9.7b.ebuild:
Bump
*openssl-0.9.6i-r2 (24 Mar 2003)
14 Jun 2003; Guy Martin <gmsoft@gentoo.org> openssl-0.9.6i-r2.ebuild :
Added a build fix for people running a 64bit kernel.
19 Mar 2003; Daniel Ahlberg <aliz@gentoo.org> :
Security update. Added patch against Klima-Pokorny-Rosa attack.
*openssl-0.9.7a-r2 (24 Mar 2003)
19 Mar 2003; Daniel Ahlberg <aliz@gentoo.org> :
Security update. Added patch against Klima-Pokorny-Rosa attack.
*openssl-0.9.6i-r1 (19 Mar 2003)
19 Mar 2003; Daniel Ahlberg <aliz@gentoo.org> :
Security update.
*openssl-0.9.7a-r1 (19 Mar 2003)
19 Mar 2003; Daniel Ahlberg <aliz@gentoo.org> :
Security update.
13 Mar 2003; Guy Martin <gmsoft@gento.org> openssl-0.9.6i.ebuild :
Now produce also libssl.so on hppa.
28 Feb 2003; Maarten Thibaut <murphy@gentoo.org> openssl-0.9.6i.ebuild :
Add code to detect sparc32 build on sparc64. Add code to compile for
sparc32 on sparc64 depending on PROFILE_ARCH environment variable.
23 Feb 2003; Zach Welch <zwelch@gentoo.org> openssl-0.9.6i.ebuild :
Add arm patch to ebuild to fix problems linking aginst libcrypto.so
Cleanup several lintool violations
21 Feb 2003; Zach Welch <zwelch@gentoo.org> openssl-0.9.6i.ebuild :
Added arm to keywords.
21 Feb 2003; Jan Seidel <tuxus@gentoo.org> openssl-0.9.6g-r1.ebuild openssl-0.9.6i.ebuild :
added a patch for mips
12 Feb 2003; Guy Martin <gmsoft@gentoo.org> :
Added -fPIC to CFLAGS for hppa needed by many apps linking to openssl.
09 Feb 2003; Guy Martin <gmsoft@gentoo.org> :
Added hppa to keywords.
07 Jan 2003; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.7.ebuild :
Added warning message and some info on how to successfully emerge new version.
*openssl-0.9.7 (05 Jan 2003)
05 Jan 2003; Daniel Ahlberg <aliz@gentoo.org> files/digest-openssl-0.9.7 :
Version bump. Found by jochem prins <j.prins@gmx.net> in #12973. Masked.
05 Jan 2003; Daniel Ahlberg <aliz@gentoo.org> files/digest-openssl-0.9.6h :
Removed masking in packages.mask and marked it unstable.
19 Dec 2002; Daniel Ahlberg <aliz@gentoo.org> files/digest-openssl-0.9.6h :
Re-made digest. The new md5 sum is the same as the md5sum in the announcement
mail. I must have made the old digest against a bad archive.
*openssl-0.9.6h (16 Dec 2002)
16 Dec 2002; Daniel Ahlberg <aliz@gentoo.org> :
Version bump. Masked in packages.mask. NOT binary compatible with g so it will break things
unless you re-emerge does packages failing.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*openssl-0.9.6g-r1 (04 Nov 2002)
21 Feb 2003; Jan Seidel <tuxus@gentoo.org> :
Added a patch for mips
25 Nov 2002; Nick Hadaway <raker@gentoo.org> openssl-0.9.6g-r1.ebuild :
Updated ebuild so the certs directory is created.
04 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> :
Changed openssldir to /etc as suggested by Corporate Gadfly <corporate_gadfly@hotmail.com> in #9315.
*opessl-0.9.6g (29 Aug 2002)
09 Feb 2003; Jan Seidel <tuxus@gentoo.org> :
Added a patch for mips (apache2 with openssl)
19 Jan 2003; Jan Seidel <tuxus@gentoo.org> :
Added mips to keywords
06 Oct 2002; Jack Morgan <jmorgan@gentoo.org> :
Added sparc/sparc64 keywords
27 Sep 2002; Daniel Ahlberg <aliz@gentoo.org> :
Cleaned out files/.
Made OpenSSL use native crypt() instead of built-in. Thanks to Jason Jeremias
<jason@penguinsolutions.com> in #8438.
17 Sep 2002; Mark Guertin <gerk@gentoo.org> openssl-0.9.6g.ebuild :
Added ppc to keywords
29 Aug 2002; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.6g.ebuild :
Version bump, closes #6290. Ebuild contributed by hannes@mehnert.org.
*openssl-0.9.6e (30 Jul 2002)
2 Aug 2002; Calum Selkirk <cselkirk@gentoo.org> openssl-0.9.6e.ebuild :
Added ppc to KEYWORDS.
30 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.6e.ebuild :
New version to fix security, http://www.openssl.org/news/secadv_20020730.txt
*openssl-0.9.6d-r1 (10 Jul 2002)
10 Jul 2002; Josh Tegart <jtegart@gentoo.org> :
Fixed problem that prevented openssl-0.9.6d from building on sparc. The
Configure script incorrectly set the SHARED_LDFLAGS in the Makefile. The new
ebuild simply removes the incorrect value if ARCH="sparc".
*openssl-0.9.6d (13 May 2002)
13 May 2002; Donny Davies <woodchip@gentoo.org> :
Update to latest. Added LICENSE, SLOT. Use make vs. emake.
*openssl-0.9.6c-r1 (3 Apr 2002)
patch from src_unpack; it was redundant. Remove the manpage sed stuff
and pass MANDIR to make install instead. Fix a longstanding annoyance
with the support scripts getting installed into /usr/ssl and install
them in the proper place: /usr/lib/ssl. Add a patch for compiling with
gcc-3. Fix a glitch with the html docs getting installed into a redundant
'doc' subdirectory. Remove all old patches, digests and ebuilds.
21 Mar 2002; Daniel Robbins <drobbins@gentoo.org> : Fixed 0.9.6c ebuild so
that it doesn't do 'sed -e "foo" | cat > Makefile', which breaks often. Now
it is a standard 2-liner.
21 Mar 2002; Seemant Kulleen <seemant@gentoo.org> openssl-0.9.6c.ebuild :
Fixed so that html documentation is no longer gzipped. Small enough to not
warrant a revision bump on the ebuild.
*openssl-0.9.6c (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|