summaryrefslogtreecommitdiff
blob: cb2977f7c2a50e1d6412aba3d906dace7dd5ef6e (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
# ChangeLog for dev-db/mariadb
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.7 2010/04/01 20:33:40 robbat2 Exp $

  01 Apr 2010; Robin H. Johnson <robbat2@gentoo.org> mariadb-5.1.42.ebuild,
  mariadb-5.1.42-r1.ebuild:
  Followup on bug #284946, #293801, #310615, #307251: In 5.0.87, the mutex
  locking code was changed a lot again, so that while 5.0.84 required a
  newer GCC due to the HAVE_ATOMIC_BUILTINS error, newer releases do NOT
  need those GCC versions anymore. This also frees up ~hppa to do more
  stabilization.

*mariadb-5.1.42-r1 (24 Mar 2010)

  24 Mar 2010; Robin H. Johnson <robbat2@gentoo.org> files/my.cnf-5.1,
  +mariadb-5.1.42-r1.ebuild:
  Missed copying back last version of the new my.cnf from my personal
  overlay, and caused bug #311151.

  24 Mar 2010; Robin H. Johnson <robbat2@gentoo.org> mariadb-5.1.42.ebuild:
  Bug #310131: fix lineendings in mariadb specific patch that broke compile
  on some systems.

  24 Mar 2010; Robin H. Johnson <robbat2@gentoo.org> +files/my.cnf-5.1:
  Just add new config files that gets rid of some deprecated warnings, so
  the eclass does not break anything.

  22 Mar 2010; Robin H. Johnson <robbat2@gentoo.org> mariadb-5.1.42.ebuild:
  Bug #224751: Fix false positive fail of the profiling tests.

  16 Mar 2010; Robin H. Johnson <robbat2@gentoo.org> Manifest:
  Fix Manifest.

*mariadb-5.1.42 (15 Mar 2010)

  15 Mar 2010; Robin H. Johnson <robbat2@gentoo.org> +files/my.cnf-4.1,
  +mariadb-5.1.42.ebuild, +metadata.xml:
  Add MariaDB. Bug #303130, based on the submission by Brian Evans
  <grknight@scent-team.com>.