summaryrefslogtreecommitdiff
blob: 4ad09948590a2997c7effcbf3034a7236cebbdaf (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
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
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
# ChangeLog for dev-db/mysql
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.178 2005/02/28 09:51:49 hansmi Exp $

  28 Feb 2005; Michael Hanselmann <hansmi@gentoo.org> mysql-4.1.8-r1.ebuild:
  Added to ~ppc.

  26 Feb 2005; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.22-r1.ebuild,
  mysql-4.0.22-r2.ebuild, mysql-4.0.22.ebuild, mysql-4.0.23-r1.ebuild,
  mysql-4.0.23-r2.ebuild, mysql-4.0.23.ebuild, mysql-4.1.7.ebuild,
  mysql-4.1.8-r1.ebuild, mysql-4.1.8.ebuild:
  Bug #83431, fix since 4.0.24 seems to be a long time in releasing.

  20 Feb 2005; Aron Griffis <agriffis@gentoo.org> mysql-4.0.22-r2.ebuild,
  mysql-4.1.8-r1.ebuild:
  4.0.22-r2 stable on ia64 #77805.  Add ~ia64 to 4.1.8-r1

  14 Feb 2005; Guy Martin <gmsoft@gentoo.org> mysql-4.0.22-r2.ebuild:
  Stable on hppa.

  06 Feb 2005; Joshua Kinard <kumba@gentoo.org> mysql-4.0.22-r2.ebuild:
  Marked stable on mips.

  01 Feb 2005; Robin H. Johnson <robbat2@gentoo.org> files/logrotate.mysql:
  Bug #76909 redux.

  01 Feb 2005; Robin H. Johnson <robbat2@gentoo.org> files/logrotate.mysql:
  Bug #80308.

  29 Jan 2005; Robin H. Johnson <robbat2@gentoo.org>
  mysql-3.23.52-r1.ebuild, mysql-3.23.56.ebuild, mysql-3.23.57-r1.ebuild,
  mysql-3.23.57.ebuild, mysql-3.23.58-r1.ebuild, mysql-3.23.58.ebuild,
  mysql-4.0.22-r1.ebuild, mysql-4.0.22-r2.ebuild, mysql-4.0.22.ebuild,
  mysql-4.0.23-r1.ebuild, mysql-4.0.23-r2.ebuild, mysql-4.0.23.ebuild,
  mysql-4.1.7.ebuild, mysql-4.1.8-r1.ebuild, mysql-4.1.8.ebuild:
  Add warning about InnoDB, bug #44592.

  23 Jan 2005; Robin H. Johnson <robbat2@gentoo.org>
  mysql-3.23.52-r1.ebuild, mysql-3.23.56.ebuild, mysql-3.23.57-r1.ebuild,
  mysql-3.23.57.ebuild, mysql-3.23.58-r1.ebuild, mysql-3.23.58.ebuild,
  mysql-4.0.22-r1.ebuild, mysql-4.0.22-r2.ebuild, mysql-4.0.22.ebuild,
  mysql-4.0.23-r1.ebuild, mysql-4.0.23-r2.ebuild, mysql-4.0.23.ebuild,
  mysql-4.1.7.ebuild, mysql-4.1.8-r1.ebuild, mysql-4.1.8.ebuild:
  Fix bug #79216.

  21 Jan 2005; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.22-r2.ebuild,
  mysql-4.0.23-r2.ebuild:
  Stupid bug for older libtool versions, that leaves out .so again :-(.

  21 Jan 2005; Simon Stelling <blubb@gentoo.org> mysql-4.0.22-r2.ebuild:
  stable on amd64 wrt 77805

  21 Jan 2005; Luca Barbato <lu_zero@gentoo.org> mysql-4.0.22-r2.ebuild:
  Marked ppc

  20 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> mysql-4.1.8-r1.ebuild:
  Keyworded ~sparc

  20 Jan 2005; Bryan Østergaard <kloeri@gentoo.org> mysql-4.0.22-r2.ebuild:
  Stable on alpha, bug 77805.

  20 Jan 2005; Olivier Crête <tester@gentoo.org> mysql-4.0.22-r2.ebuild:
  Stable on x86 wrt 77805

  20 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> mysql-4.0.22-r2.ebuild:
  Stable on sparc wrt #77805

  20 Jan 2005; Markus Rothe <corsair@gentoo.org> mysql-4.0.22-r2.ebuild:
  Stable on ppc64; bug #77805

*mysql-4.0.23-r2 (19 Jan 2005)
*mysql-4.0.22-r2 (19 Jan 2005)

  19 Jan 2005; Robin H. Johnson <robbat2@gentoo.org>
  +mysql-4.0.22-r2.ebuild, +mysql-4.0.23-r2.ebuild:
  Bug #77805 and #78678, roll out new versions of 4.0.22, 4.0.23. DO NOT USE
  4.0.23 ON STABLE SYSTEMS, returns the incorrect value for from_unixtime(0).

  19 Jan 2005; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.23-r1.ebuild:
  Undo stable masking on 4.0.23 for nasty upstream bug.
  http://bugs.mysql.com/bug.php?id=7515. Patched 4.0.22 to come out shortly.

  19 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> mysql-4.0.23-r1.ebuild:
  Stable on sparc wrt #77805

  19 Jan 2005; Markus Rothe <corsair@gentoo.org> mysql-4.0.23-r1.ebuild:
  Stable on ppc64; bug #78620

  19 Jan 2005; Olivier Crête <tester@gentoo.org> mysql-4.0.23-r1.ebuild:
  Stable on x86 wrt security bug 77805

*mysql-4.1.8-r1 (18 Jan 2005)

  18 Jan 2005; Robert Coie <rac@gentoo.org> +files/mysql-accesstmp.patch,
  +mysql-4.0.23-r1.ebuild, +mysql-4.1.8-r1.ebuild:
  Fix tempfile handling in mysqlaccess, bug 77805

  06 Jan 2005; Robin H. Johnson <robbat2@gentoo.org> files/logrotate.mysql:
  Bug #76909, logrotate missingok.

  29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
  Change encoding to UTF-8 for GLEP 31 compliance

  25 Dec 2004; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.23.ebuild,
  mysql-4.1.8.ebuild:
  Bug #75524.

*mysql-4.0.22-r1 (23 Dec 2004)

  23 Dec 2004; Robin H. Johnson <robbat2@gentoo.org>
  +mysql-4.0.22-r1.ebuild:
  Roll out a temp version of 4.0.22-r1 for testing with bug 65587.

*mysql-4.1.8 (23 Dec 2004)
*mysql-4.0.23 (23 Dec 2004)

  23 Dec 2004; Robin H. Johnson <robbat2@gentoo.org> +files/logrotate.mysql,
  +files/mysql-4.0.23-install-db-sh.diff, +mysql-4.0.23.ebuild,
  +mysql-4.1.7.ebuild, +mysql-4.1.8.ebuild:
  New versions, and bugs fixed 74248, 74742, 70122, 58469, 50921, 60869.

*mysql-4.1.7 (17 Nov 2004)

  17 Nov 2004; Robin H. Johnson <robbat2@gentoo.org> +mysql-4.1.7.ebuild:
  bug #62582, new major version, package.masked.

  12 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> -mysql-4.0.12.ebuild,
  -mysql-4.0.13-r4.ebuild, -mysql-4.0.14-r1.ebuild, -mysql-4.0.14-r2.ebuild,
  -mysql-4.0.14.ebuild, -mysql-4.0.15-r1.ebuild, -mysql-4.0.15.ebuild,
  -mysql-4.0.16.ebuild, -mysql-4.0.17.ebuild, -mysql-4.0.18-r1.ebuild,
  -mysql-4.0.18-r2.ebuild, -mysql-4.0.18.ebuild, -mysql-4.0.19.ebuild,
  -mysql-4.0.20-r1.ebuild, -mysql-4.0.20.ebuild, -mysql-4.0.21.ebuild:
  cleaned out old 4.0 ebuilds (ok'd by rac)

  03 Nov 2004; Bret Curtis <psi29a@gentoo.org> mysql-4.0.22.ebuild:
  marked as stable on mips

  02 Nov 2004; Markus Rothe <corsair@gentoo.org> mysql-4.0.22.ebuild:
  Marked ppc64; bug #69668

  02 Nov 2004; Bryan Østergaard <kloeri@gentoo.org> mysql-4.0.22.ebuild:
  Stable on alpha, bug 69668.

  02 Nov 2004; Lars Weiler <pylon@gentoo.org> mysql-4.0.22.ebuild:
  Stable on ppc.  Bug #69668.

  01 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org>
  mysql-4.0.22.ebuild:
  Stable amd64.  Bug #69668.

  01 Nov 2004; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.22.ebuild:
  added texinfo dep for bug #69701.

  01 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org> mysql-4.0.22.ebuild:
  Stable on sparc

  31 Oct 2004; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.22.ebuild:
  push 4.0.22 to x86, see bug #69668.

*mysql-4.0.22 (30 Oct 2004)

  30 Oct 2004; Robin H. Johnson <robbat2@gentoo.org> +mysql-4.0.22.ebuild:
  Version bump.

  26 Oct 2004; Michele Noberasco <s4t4n@gentoo.org> mysql-4.0.21.ebuild:
  Removed COPYING.LIB from dodoc as the file doesn't exist.

  22 Oct 2004; Danny van Dyk <kugelfang@gentoo.org> mysql-4.0.21.ebuild:
  Marked stable on amd64.

  22 Oct 2004; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.21.ebuild:
  stabilize on x86.

  20 Oct 2004; Hardave Riar <hardave@gentoo.org> mysql-4.0.21.ebuild:
  Stable on mips, bug #67062.

  19 Oct 2004; Guy Martin <gmsoft@gentoo.org> mysql-4.0.21.ebuild:
  Stable on hppa.

  18 Oct 2004; Tom Gall <tgall@gentoo.org> mysql-4.0.21.ebuild:
  stable on ppc64, bug #67062

  18 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> mysql-4.0.21.ebuild:
  Stable on alpha, bug 67062.

  18 Oct 2004; Gustavo Zacarias <gustavoz@gentoo.org> mysql-4.0.21.ebuild:
  Stable on sparc wrt #67062

  18 Oct 2004; <SeJo@gentoo.org> mysql-4.0.21.ebuild:
  stable on ppc : 67062

*mysql-4.0.21 (12 Oct 2004)

  12 Oct 2004; Robin H. Johnson <robbat2@gentoo.org>
  +files/mysql-4.0.21-install-db-sh.diff, +files/mysql-4.0.21-thrssl.patch,
  +mysql-4.0.21.ebuild:
  Bug #63523, version bump.

  26 Sep 2004; Tom Gall <tgall@gentoo.org> mysql-4.0.20-r1.ebuild:
  stable on ppc64, bug #60744

  06 Sep 2004; Robin H. Johnson <robbat2@gentoo.org> files/mysql-4.0.15.rc6:
  Use net, not need net.

  06 Sep 2004; Robin H. Johnson <robbat2@gentoo.org> files/mysql-4.0.15.rc6:
  Fix #62603, #62903.

  06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> mysql-4.0.12.ebuild,
  mysql-4.0.13-r4.ebuild, mysql-4.0.14-r1.ebuild, mysql-4.0.14-r2.ebuild,
  mysql-4.0.14.ebuild, mysql-4.0.15-r1.ebuild, mysql-4.0.15.ebuild,
  mysql-4.0.16.ebuild, mysql-4.0.17.ebuild, mysql-4.0.18-r1.ebuild,
  mysql-4.0.18-r2.ebuild, mysql-4.0.18.ebuild, mysql-4.0.19.ebuild,
  mysql-4.0.20-r1.ebuild, mysql-4.0.20.ebuild:
  Switch to use epause and ebeep, bug #62950.

  01 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> :
  get_libdir lovin'.

  28 Aug 2004; Robin H. Johnson <robbat2@gentoo.org> mysql-3.23.58-r1.ebuild,
  mysql-4.0.20-r1.ebuild:
  Stable on x86. Bug #60744.

  25 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> mysql-3.23.58-r1.ebuild,
  mysql-4.0.20-r1.ebuild:
  Stable on alpha, bug 60744.

  24 Aug 2004; Hardave Riar <hardave@gentoo.org> mysql-4.0.20-r1.ebuild:
  Stable on mips. Bug #60744.

  24 Aug 2004; Gustavo Zacarias <gustavoz@gentoo.org> mysql-3.23.58-r1.ebuild,
  mysql-4.0.20-r1.ebuild:
  Stable on sparc wrt #60744

*mysql-4.0.20-r1 (23 Aug 2004)
*mysql-3.23.58-r1 (23 Aug 2004)

  23 Aug 2004; Robin H. Johnson <robbat2@gentoo.org>
  +files/mysql-4.0-mysqlhotcopy-security.patch, +mysql-3.23.58-r1.ebuild,
  +mysql-4.0.20-r1.ebuild:
  Bug #60744, security.

  22 Aug 2004; Joshua Kinard <kumba@gentoo.org> mysql-4.0.20.ebuild:
  Marked stable on mips.

  21 Aug 2004; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.20.ebuild:
  Bug #60869, gnuconfig.

  16 Jul 2004; Gustavo Zacarias <gustavoz@gentoo.org> mysql-4.0.20.ebuild:
  Stable on sparc and hppa

  14 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> mysql-4.0.20.ebuild:
  Stable on alpha.

  10 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.20.ebuild:
  4.0.20 stable on x86.

*mysql-3.23.58 (04 Jul 2004)

  04 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> mysql-3.23.58.ebuild:
  version bump.

  29 Jun 2004; Aron Griffis <agriffis@gentoo.org> mysql-3.23.52-r1.ebuild,
  mysql-3.23.56.ebuild, mysql-3.23.57-r1.ebuild, mysql-3.23.57.ebuild,
  mysql-4.0.12.ebuild, mysql-4.0.13-r4.ebuild, mysql-4.0.14-r1.ebuild,
  mysql-4.0.14-r2.ebuild, mysql-4.0.14.ebuild, mysql-4.0.15-r1.ebuild,
  mysql-4.0.15.ebuild, mysql-4.0.16.ebuild, mysql-4.0.17.ebuild,
  mysql-4.0.18-r1.ebuild, mysql-4.0.18-r2.ebuild, mysql-4.0.18.ebuild,
  mysql-4.0.19.ebuild, mysql-4.0.20.ebuild:
  remove bogus use sparc64

  29 Jun 2004; Aron Griffis <agriffis@gentoo.org> mysql-3.23.56.ebuild,
  mysql-3.23.57-r1.ebuild, mysql-3.23.57.ebuild, mysql-4.0.12.ebuild:
  sync IUSE (+perl)

  06 Jun 2004; Aron Griffis <agriffis@gentoo.org> mysql-4.0.17.ebuild:
  Fix use invocation

  01 Jun 2004; Tom Gall <tgall@gentoo.org> mysql-4.0.20.ebuild:
  stable on ppc64, bug #52701

  24 May 2004; Joshua Kinard <kumba@gentoo.org> mysql-4.0.18-r1.ebuild,
  mysql-4.0.18-r2.ebuild, mysql-4.0.18.ebuild, mysql-4.0.19.ebuild,
  mysql-4.0.20.ebuild:
  Marked 4.0.18-r2 stable on mips, removed berkdb check on mips from pkg_setup,
  and added mips to list of arches that need to build w/o berkdb.

  19 May 2004; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.18-r2.ebuild,
  mysql-4.0.20.ebuild:
  move to enewuser/enewgroup for bug #51533.

*mysql-4.0.20 (19 May 2004)

  19 May 2004; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.20.ebuild:
  version bump again, this is prefered over 4.0.19 due to some new upstream bugs.

*mysql-4.0.19 (17 May 2004)
*mysql-4.0.18-r2 (17 May 2004)

  17 May 2004; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.18-r2.ebuild,
  mysql-4.0.19.ebuild, files/mysql-4.0.18-mysqldmultisecurity.diff:
  bug #46242, fix a security hole in mysqld_multi. ansl new 4.0.19.

  29 Apr 2004; Guy Martin <gmsoft@gentoo.org> mysql-4.0.18-r1.ebuild:
  Marked stable on hppa.

  29 Apr 2004; Jon Portnoy <avenj@gentoo.org> mysql-4.0.18-r1.ebuild :
  Stable on AMD64 and x86.

  14 Apr 2004; Jason Wever <weeve@gentoo.org> mysql-4.0.18-r1.ebuild:
  Stable on sparc wrt bug #46242.

  14 Apr 2004; Bryan Østergaard,,, <kloeri@gentoo.org> mysql-4.0.18-r1.ebuild:
  Stable on Alpha.

  14 Apr 2004; Michael McCabe <randy@gentoo.org> mysql-4.0.18-r1.ebuild:
  Marking as stable on s390

*mysql-4.0.18-r1 (13 Apr 2004)

  13 Apr 2004; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.18-r1.ebuild,
  files/mysql-4.0.18-mysqlbugsecurity.diff:
  add in -r1 for bug #46242, needs more testing first for the automake change

  02 Apr 2004; <randy@gentoo.org> mysql-4.0.18.ebuild:
  adding s390 keywords

  21 Mar 2004; Joshua Kinard <kumba@gentoo.org> mysql-4.0.17.ebuild:
  Marked stable on mips.

  10 Mar 2004; Robin Johnson <robbat2@gentoo.org>
  mysql-4.0.18.ebuild:
  bug #44308, bump 4.0.18 to same stable level as 4.0.17, strongly recommended
  that ppc/alpha/mips move to 4.0.18 as well

*mysql-4.0.18 (04 Mar 2004)

  04 Mar 2004; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.18.ebuild,
  files/mysql-4.0.18-gentoo-nptl.diff, files/mysql-4.0.18-install-db-sh.diff,
  files/mysql-4.0.18-mysqld-safe-sh.diff, files/mysql-4.0.18-thrssl.patch:
  Update to latest version from upstream, bug #41465.

  26 Feb 2004; Sven Blumenstein <bazik@gentoo.org> mysql-4.0.17.ebuild:
  Stable on sparc.

  25 Feb 2004; root <root@gentoo.org> mysql-4.0.17.ebuild:
  Marked stable on hppa.

  24 Feb 2004; Martin Holzer <mholzer@gentoo.org> mysql-4.0.17.ebuild:
  x86 stable

  07 Feb 2004; Brad House <brad_mssw@gentoo.org> mysql-4.0.17.ebuild,
  files/mysql-gentoo-nptl.diff:
  make mysql compile with nptl-enabled glibc

  04 Feb 2004; Joshua Kinard <kumba@gentoo.org> mysql-4.0.17.ebuild:
  Added ~mips to KEYWORDS and added a check for the berkdb USE flag if we're on
  a mips system. MySQL apparently has issues when linked to berkeley db.

*mysql-4.0.17 (10 Jan 2004)

  10 Jan 2004; Aron Griffis <agriffis@gentoo.org> mysql-4.0.16.ebuild,
  mysql-4.0.17.ebuild:
  add alpha/~alpha keywords

  07 Jan 2004; Jason Wever <weeve@gentoo.org> mysql-4.0.16.ebuild:
  Marked stable on sparc.

  25 Dec 2003; Robin H. Johnson <robbat2@gentoo.org> :
  version bump

  18 Dec 2003; Guy Martin <gmsoft@gentoo.org> mysql-4.0.16.ebuild:
  Marked stable on hppa.

  16 Dec 2003; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.15.ebuild,
  mysql-4.0.16.ebuild:
  move 4.0.16 and 4.0.15 to stable x86

  05 Dec 2003; Robin H. Johnson <robbat2@gentoo.org> mysql-3.23.52-r1.ebuild,
  mysql-3.23.56.ebuild, mysql-3.23.57-r1.ebuild, mysql-3.23.57.ebuild,
  mysql-4.0.12.ebuild, mysql-4.0.13-r4.ebuild, mysql-4.0.14-r1.ebuild,
  mysql-4.0.14-r2.ebuild, mysql-4.0.14.ebuild:
  fix all chown calls as per bug #35127

  27 Oct 2003; Martin Holzer <mholzer@gentoo.org> metadata.xml,
  mysql-4.0.13-r4.ebuild, mysql-4.0.14-r1.ebuild, mysql-4.0.14-r2.ebuild,
  mysql-4.0.14.ebuild, mysql-4.0.15-r1.ebuild, mysql-4.0.15.ebuild,
  mysql-4.0.16.ebuild:
  metadata + nomirror

*mysql-4.0.16 (26 Oct 2003)

  26 Oct 2003; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.16.ebuild,
  files/mysql-4.0.16-install-db-sh.diff,
  files/mysql-4.0.16-mysqld-safe-sh.diff:
  version bump as per bug 31806, re-did patching code to use epatch and
  re-diffed some patches for the new version

*mysql-4.0.15-r1 (26 Oct 2003)

  26 Oct 2003; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.15-r1.ebuild:
  bump revision and add docs patch from bug #31995

  20 Oct 2003; Christian Birchinger <joker@gentoo.org> mysql-4.0.14-r2.ebuild:
  Added sparc stable keyword

  19 Oct 2003; Heinrich Wendel <lanius@gentoo.org> mysql-4.0.14-r1.ebuild,
  mysql-4.0.14-r2.ebuild, mysql-4.0.14.ebuild, mysql-4.0.15.ebuild:
  fixed MIRRORS dodoc

  13 Oct 2003; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.14-r2.ebuild:
  bump 4.0.14-r2 to stable

  07 Oct 2003; John Mylchreest <johnm@gentoo.org>; mysql-4.0.15.ebuild:
  fixing POSIX 1003.1-2001 chown change. '.' now ':'

*mysql-4.0.15 (17 Sep 2003)

  17 Sep 2003; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.14-r1.ebuild,
  mysql-4.0.14-r2.ebuild, mysql-4.0.15.ebuild, files/mysql-4.0.15.rc6:
  version bump to 4.0.15 (improved init.d script included).
  properly install updated config file (>=4.0.14-r1).
  ensure correct permissions on data directory after ebuild config (>=4.0.14-r1).

*mysql-3.23.57-r1 (15 Sep 2003)

  15 Sep 2003; Daniel Ahlberg <aliz@gentoo.org> mysql-3.23.57-r1.ebuild:
  Security update

*mysql-4.0.14-r2 (11 Sep 2003)

  11 Sep 2003; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.14-r2.ebuild:
  fix bug #28421

*mysql-4.0.13-r4 (10 Sep 2003)

  10 Sep 2003; <solar@gentoo.org> mysql-4.0.13-r4.ebuild,
  mysql-4.0.14-r2.ebuild, files/mysql-4.0.14-security-28394.patch:
  secuirty fixes for stable and non stable branches of mysql, see bug 28394 for
  more info

  27 Aug 2003; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.14-r1.ebuild:
  Fix bug  #27204, thanks to help from forums while I was away on holiday.

  17 Aug 2003; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.14-r1.ebuild,
  files/mysql-4.0.14-r1-tcpd-vars-fix.diff:
  fix source on patch mysql-4.0.14-r1.ebuild

  11 Aug 2003; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.14-r1.ebuild,
  files/mysql-4.0.14-r2-tcpd-vars-fix.diff:
  fix bug #22571

*mysql-4.0.14-r1 (11 Aug 2003)

  11 Aug 2003; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.14-r1.ebuild,
  files/my.cnf-4.0.14-r1:
  fix bugs #26131 and #24826

  31 Jul 2003; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.14.ebuild:
  Remove extraneous warning about a bug that was fixed between .13 and .14

  28 Jul 2003; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.14.ebuild,
  files/mysql-4.0.14-mysqld-safe-sh.diff:
  Finish Fixing 4.0.14 and release

*mysql-4.0.14 (23 Jul 2003)

  04 Aug 2003; Guy Martin <gmsoft@gentoo.org> mysql-4.0.14.ebuild :
  Added ~hppa to KEYWORDS.

  23 Jul 2003; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.14.ebuild:
  Version bump

  16 Jul 2003; Christian Birchinger <joker@gentoo.org> mysql-4.0.13-r3.ebuild:
  Added sparc stable keyword

  12 Jul 2003; Donny Davies <woodchip@gentoo.org> mysql-4.0.13-r3.ebuild:
  Marked x86 stable.

  12 Jul 2003; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.13-r3.ebuild:
  Change note about rebuilder.sh to revdep-rebuild.

*mysql-3.23.57 (17 Mar 2003)

  12 Jun 2003; Robin H. Johnson <robbat2@gentoo.org> mysql-3.23.57.ebuild:
  Version bump.

*mysql-4.0.13-r3 (12 Jun 2003)

  04 Aug 2003; Guy Martin <gmsoft@gentoo.org> mysql-4.0.13-r3.ebuild :
  Added hppa to KEYWORDS.

  3 Jun 2003; Robin Johnson <robbat2@gentoo.org> mysql-4.0.13-r3.ebuild:
  Add SSL warning as per bug #22964.

  12 Jun 2003; Robin Johnson <robbat2@gentoo.org> mysql-4.0.13-r3.ebuild:
  Show a sensible error message and die if the user has USE="static ssl" as
  MySQLv4 doesn't support these simultanoeusly.

  12 Jun 2003; <rac@gentoo.org> mysql-4.0.13-r3.ebuild,
  files/mysql-4.0.13-thrssl.patch:
  Attempt to make libmysqlclient_r.so link with -lssl

*mysql-4.0.13-r2 (11 Jun 2003)

  11 Jun 2003; <rac@gentoo.org> mysql-4.0.13-r2.ebuild:
  Allow user CFLAGS to determine -O level, instead of imposing -O3

*mysql-4.0.13-r1 (31 May 2003)

  11 Jun 2003; Donny Davies <woodchip@gentoo.org> mysql-4.0.13-r1.ebuild:
  Small housecleaning-type fixes.

  31 May 2003; Robin Johnson <robbat2@gentoo.org> mysql-4.0.13-r1.ebuild:
  Large ebuild cleanup.

*mysql-4.0.13 (21 May 2003) 

  09 May 2003; Robin Johnson <robbat2@gentoo.org> mysql-4.0.13.ebuild:
  Version bump. Moved to to using mirror:// syntax to support all of the MySQL
  mirrors.

*mysql-4.0.12 (22 Mar 2003)

  09 May 2003; Robin Johnson <robbat2@gentoo.org> mysql-4.0.12.ebuild,
  file/rebuilder.sh:
  Some users still complaining about rebuilder.sh not working. Adding
  gentoolkit to DEPEND now.
  rebuilder.sh has been modified to be significently faster and more accurate
  now.
  
  05 May 2003; Caleb Tennis <caleb@gentoo.org> files/rebuilder.sh:
  Fix bug #17723 by posting a note to the user that they need to have
  gentoolkit emerged before running this script.  Also fix bug #18605 by
  having the script scan the qt directory too.

  22 Apr 2003; Robin Johnson <robbat2@gentoo.org> files/mysql-4.0.rc6,
  files/mysql.init:
  Change dir=`awk...` line to use sed instead in a more reliable manner
  fixes bug #18833

  06 Apr 2003; Zach Welch <zwelch@gentoo.org> mysql-4.0.12.ebuild:
  add arm keyword

  22 Mar 2003; Donny Davies <woodchip@gentoo.org> : Version bump, removed
  from package.mask.  If you're upgrading from MySQL-3.x you can use the
  "/usr/portage/dev-db/mysql/files/rebuilder.sh" script to obtain the list
  of packages you'll need to rebuild on your system.

*mysql-3.23.56 (17 Mar 2003)

  17 Mar 2003; Daniel Ahlberg <aliz@gentoo.org> :
  Security update.

*mysql-4.0.11a-r1 (09 Mar 2003)

  09 Mar 2003; Joshua Brindle <method@gentoo.org> mysql-4.0.11a-r1.ebuild:
  bug fix for #15099 thanks to dragon

*mysql-3.23.54a-r1 (04 Mar 2003)

  04 Mar 2003; Robert Coie <rac@gentoo.org> mysql-3.23.54a-r1.ebuild:
  Add PDEPENDs on dev-perl/DBI and dev-perl/DBD-mysql, contingent on
  USE="perl".  If USE="-perl", take /usr/bin/mysql_setpermission out of
  the installed files (bug #16301).

*mysql-4.0.11a (01 Mar 2003)

  01 Mar 2003; Donny Davies <woodchip@gentoo.org> : Version bump.
  Add glibc-2.3.2_pre fix; -DHAVE_ERRNO_AS_DEFINE=1.  Fix readline
  configure flags.  Add --enable-local-infile to configure.

  23 Feb 2003; Guy Martin <gmsoft@gentoo.org> mysql-3.23.54a.ebuild,
  mysql-3.23.55.ebuild :  Added --without-berkeley-db to configure for
  hppa since it's not yet supported on this platform. Added hppa to
  keywords too.

*mysql-4.0.10 (17 Jan 2003)

  17 Feb 2003; Joshua Brindle <method@gentoo.org> : Latest 'gamma' release.
  Version bump.

*mysql-3.23.55 (29 Jan 2003)

  11 Mar 2003; Donny Davies <woodchip@gentoo.org> mysql-3.23.55.ebuild:
  Fix CXXFLAGS; #16767.  Add the PDEPEND from #16301.

  01 Mar 2003; Donny Davies <woodchip@gentoo.org> : mysql-3.23.55.ebuild :
  Add a build fix for glibc-2.3.2_pre.  Fix readline configure flags, sigh.

  06 Feb 2003; Will Woods <wwoods@gentoo.org>: mysql-3.23.54a.ebuild, mysql-3.23.54a.ebuild
  Disable berkdb on alpha, since it's not supported there.

  29 Jan 2003; Donny Davies <woodchip@gentoo.org> : New testing release.
  Fix #12933, #13429.

*mysql-4.0.7 (04 Jan 2003)

  04 Jan 2003; Donny Davies <woodchip@gentoo.org> : Latest 'gamma' release.
  Sync initscript.

*mysql-3.23.54a (16 Dec 2002)

  16 Dec 2002; Donny Davies <woodchip@gentoo.org> : Version bump.

  15 Dec 2002; Bjoern Brauel <bjb@gentoo.org> mysql-3.23.52-r1.ebuild :
  Add alpha to KEYWORDS

*mysql-3.23.54 (13 Dec 2002)

  13 Dec 2002; Donny Davies <woodchip@gentoo.org> : Update to latest.
  This release fixes a remote DoS vulnerability; upgrade reccomended.

  07 Dec 2002; Jack Morgan <jmorgan@gentoo.org> mysql-3.23.52-r1.ebuild : 
  Changed sparc64 to sparc keyword
 
  07 Dec 2002; Jack Morgan <jmorgan@gentoo.org> mysql-3.23.53.ebuildi, mysql-4.0.5_beta.ebuild :
  Changed ~sparc64 to ~sparc keyword

*mysql-4.0.5_beta (29 Nov 2002)

  29 Nov 2002; Donny Davies <woodchip@gentoo.org> : Chase latest.
  Closes #11011, #11233.  The new initscript still needs to be synced with
  the old one.

  03 Nov 2002; Nicholas Henke <roughneck@gentoo.org> mysql-3.23.52-r2.ebuild  :
  added ppc to keywords

  28 Oct 2002; Donny Davies <woodchip@gentoo.org> mysql.init :
  Behave more carefully in stop().  Thanks psi-jack@myrealbox.com.

*mysql-4.0.1 (19 Nov 2002)

  19 Nov 2002; Ryan Phillips <rphillips@gentoo.org> mysql-4.0.1_alpha.ebuild :
  Fixed DB dep. Fixes #10839

*mysql-3.23.53 (27 Oct 2002)

  27 Oct 2002; Donny Davies <woodchip@gentoo.org> : Chase latest release.
  Close #9481, #9335.

*mysql-3.23.52-r1 (29 Sep 2002)
  
  20 Oct 2002; Seemant Kulleen <seemant@gentoo.org> mysql-3.23.52-r1.ebuild :
  Changed the sparc USE check per bug #9372 by torgeir@trenger.ro (Torgeir
  Hansen)

  15 Oct 2002; <mcummings@datanode.net> mysql-3.23.52-r1.ebuild :
  Changed the BDB check due to a bug in BDB on sparc's. See notes in ebuild
  for reference URL.

  29 Sep 2002; Ryan Phillips <rphillips@gentoo.org> mysql-3.23.52-r1.ebuild :
  Added thread-safe client support... MyODBC package needs this flag compiled
  into mysql to work correctly.  Fixes #8411. Submitted by Peter Ruskin

*mysql-3.23.52 (25 Aug 2002)

  25 Aug 2002; Donny Davies <woodchip@gentoo.org> mysql-3.23.52.ebuild,
  mysql-3.23.52-install-db-sh.diff :
  Update to latest stable release.  Fix mysql_install_db patch.

*mysql-3.23.51-r4 (28 Jul 2002)

  28 Jul 2002; Jon Nelson <jnelson@gentoo.org> mysql-3.23.51-r4.ebuild:  
  Add back in the tcpd patch -- seems to cause compile failure  

*mysql-3.23.51-r3 (25 Jul 2002)

  25 Jul 2002; Donny Davies <woodchip@gentoo.org> mysql-3.23.51-r3.ebuild :
  Fix initscript install.  s/mysql.rc6/mysql.init/

  25 Jul 2002; Jon Nelson <jnelson@gentoo.org> mysql-3.23.51-r3.ebuild files/digest-mysql-3.23.51-r3 files/mysql.init:
  Fixed 5152 - used some fancy awk to extract the datadir from
  /etc/mysql/my.cnf -- new init file is mysql.init

*mysql-3.23.51-r2 (07 Jul 2002)

  25 Jul 2002; Ryan Phillips <rphillips@gentoo.org> mysql-3.23.51-r2.ebuild :
  The -tcpd- patch appears to have been fixed upstream.  It has been
  removed from the ebuild

  07 Jul 2002; Jon Nelson <jnelson@gentoo.org> mysql-3.23.51-r2.ebuild :
  Attempt to fix problem with mysql compile *not* using provided bdb.
  Also, add users in preinst, not pkg_setup, as per policy.

*mysql-3.23.51-r1 (02 Jul 2002)

  02 Jul 2002; Ryan Phillips <rphillips@gentoo.org> mysql-3.23.51-r1.ebuild :
  Added symlink to libmysqlclient_r.so

*mysql-4.0.1 (27 Jun 2002)

  27 June 2002; Ryan Phillips <rphillips@gentoo.org> :
  Added the unreleased mysql for development purposes and testing.
  Currently masked in portage.mask
  
*mysql-3.23.51 (22 Jun 2002)

  22 June 2002; Donny Davies <woodchip@gentoo.org> :
  Update to latest stable release; 3.23.51.
  - Important!  On >=gentoo-1.3, the bundled 3.2.9a bezerkeley db will be
    built if you have USE berkdb.  On <gentoo-1.3, the sys-libs/db-3.2.9
    system version is used.
  - added a small patch for tcpd; looks like an upstream bug?
  - sync the compiler flags with their "official" spec ;)
  - cleaned up the ebuild a little.

*mysql-3.23.49-r2 (16 June 2002)

  16 June 2002; Bart Verwilst <verwilst@gentoo.org> :
  Made sure that mysql compiled on gentoo 1.3+ as well, where db 4.0.14 is 
  the default... Stayed off 3.23.50, whoever updates mysql next, please 
  take my changes here in account as well plz

*mysql-3.23.49-r1 (3 May 2002)

  3 May 2002; Donny Davies <woodchip@gentoo.org> :
  Added LICENSE, SLOT, $Headers.

*mysql-3.23.49 (18 Feb 2002)

  18 Feb 2002; Donny Davies <woodchip@gentoo.org> mysql-3.23.49.ebuild,
  files/mysql-3.23-db-3.2.3.diff :
  Updated to latest release.  Tweaked the db patch to apply properly to
  this version.  Some cosmetic fixies.

*mysql-3.23.47 (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.