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
|
# ChangeLog for dev-db/mariadb
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.17 2012/04/18 02:14:09 robbat2 Exp $
*mariadb-5.3.6 (18 Apr 2012)
*mariadb-5.2.12 (18 Apr 2012)
*mariadb-5.5.23 (18 Apr 2012)
*mariadb-5.1.62 (18 Apr 2012)
18 Apr 2012; Robin H. Johnson <robbat2@gentoo.org> +mariadb-5.1.62.ebuild,
+mariadb-5.2.12.ebuild, +mariadb-5.3.6.ebuild, +mariadb-5.5.23.ebuild,
metadata.xml:
Update MariaDB packages from overlay.
13 Apr 2012; Ulrich Müller <ulm@gentoo.org> mariadb-5.1.42.ebuild,
mariadb-5.1.42-r1.ebuild, mariadb-5.1.50.ebuild, mariadb-5.1.55.ebuild,
mariadb-5.2.9.ebuild:
Move EAPI assignment to top of ebuild, bug 411875.
08 Jan 2012; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
mariadb-5.1.42.ebuild, mariadb-5.1.42-r1.ebuild, mariadb-5.1.50.ebuild:
[dev-db/mariadb] Bumping EAPI to 4 on ebuilds using mysql.eclass - fixes bug
398025.
06 Jan 2012; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
mariadb-5.1.55.ebuild, -mariadb-5.2.7.ebuild, -mariadb-5.2.8.ebuild,
mariadb-5.2.9.ebuild:
[dev-db/mariadb] Bumped EAPI to 4 on ebuilds inheriting the mysql-v2 eclass
as I'm going to push the overlay eclasses with prefix support.
Dropped old 5.2 series versions.
*mariadb-5.2.9 (30 Sep 2011)
30 Sep 2011; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+mariadb-5.2.9.ebuild:
[dev-db/mariadb] Bumped to 5.2.9 release.
*mariadb-5.2.8 (19 Aug 2011)
19 Aug 2011; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+mariadb-5.2.8.ebuild:
[dev-db/maria] Bumped to release 5.2.8.
19 Aug 2011; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
mariadb-5.2.7.ebuild:
Added patch by Diego to fix the multiple install of files - fixes bug 379059.
*mariadb-5.2.7 (15 Jul 2011)
*mariadb-5.1.55 (15 Jul 2011)
15 Jul 2011; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+mariadb-5.1.55.ebuild, +mariadb-5.2.7.ebuild, metadata.xml:
[dev-db/mariadb] Add 5.1.55 and 5.2.7 bumps from the mysql overlay.
07 Oct 2010; Robin H. Johnson <robbat2@gentoo.org> mariadb-5.1.50.ebuild:
We need a newer libtool now, bug #339717 comment #3.
*mariadb-5.1.50 (06 Oct 2010)
06 Oct 2010; Robin H. Johnson <robbat2@gentoo.org> +mariadb-5.1.50.ebuild:
Version bump. Amarok use of embedded libmysqld.so is supported again.
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>.
|