[Maria-developers] MariaDB 5.5.36 stable and MariaDB Galera 10.0.7 alpha release prep
All, I've completed most of the prep work for the MariaDB 5.5.36 (stable) and MariaDB Galera Cluster 10.0.7 (alpha) releases. Current plan is to activate and announce these releases together on Monday, 24 Feb before noon US Eastern Time (barring any last-minute issues). Draft changelogs and release notes are at the following locations: MariaDB 5.5.36 stable - https://mariadb.com/kb/en/mariadb-5536-release-notes/ - https://mariadb.com/kb/en/mariadb-5536-changelog/ MariaDB Galera Cluster 10.0.7 alpha - https://mariadb.com/kb/en/mariadb-galera-cluster-1007-release-notes/ - https://mariadb.com/kb/en/mariadb-galera-cluster-1007-changelog/ Please let me know ASAP of any additions, changes, typos, etc.... The 5.5.36 release notes in particular are very generic at the moment, so I'm very interested in additions to that page (please jump in and add!). The files for these releases are gradually making their way to MariaDB mirrors world wide. The primary mirror has them now if you want to get a jump on the competition: http://ftp.osuosl.org/pub/mariadb/mariadb-galera-10.0.7 http://ftp.osuosl.org/pub/mariadb/mariadb-5.5.36 Obilgatory note #1: The plan is for these files to be the officially released files without any changes, but that may change if something unexpected comes up (and such things have happened in the past). For those that would like to test the MariaDB Galera Cluster 10.0.7-alpha yum and apt repositories prior to the actual release, because that's just how you roll, the following config entries should get you going (you'll need to copy/paste/edit for whatever distro you are actually using/testing/playing-around-with): # - - Ubuntu - - - - - - - - - - - - - - - - # MariaDB 10.0.8 Ubuntu test mariadb.list w/MGC 10.0.7-alpha deb http://ftp.osuosl.org/pub/mariadb/mariadb-10.0.8/repo/ubuntu saucy main # - - Debian - - - - - - - - - - - - - - - - - # MariaDB 10.0.8 Debian test mariadb.list w/MGC 10.0.7-alpha deb http://ftp.osuosl.org/pub/mariadb/mariadb-10.0.8/repo/debian wheezy main # - - Red Hat - - - - - - - - - - - - - - - - # MariaDB 10.0.8 RedHat MariaDB-test.repo w/ MGC 10.0.7-alpha [mariadb] name = MariaDB baseurl = http://yum.mariadb.org/10.0.8-upd/rhel6-amd64 gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1 # - - Fedora - - - - - - - - - - - - - - - - - # MariaDB 10.0.8 Fedora MariaDB-test.repo w/ MGC 10.0.7-alpha [mariadb] name = MariaDB baseurl = http://yum.mariadb.org/10.0.8-upd/fedora20-amd64 gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1 Obligatory note #2: These test alpha repos, if you use them, should be switched to the official ones (as produced by the repository configuration generator) after the release is officially out. Obligatory disclaimer #1: These test alpha repos are _completely_ untested. They may not work at all. Obligatory disclaimer #2: MariaDB Galera Cluster 10.0.7 is an ALPHA release. You have been warned. You're on your own. Good luck and Godspeed. :) Thanks. -- Daniel Bartholomew MariaDB
On 02/24/2014 05:45 AM, Daniel Bartholomew wrote:
Obilgatory note #1: The plan is for these files to be the officially released files without any changes, but that may change if something unexpected comes up (and such things have happened in the past).
i stumbled across this with 5.5.35 Ubuntu packages yesterday, and it still seems to be an issue with 5.5.36: the embedded server library dev packages are more or less empty. See e.g. http://ftp.osuosl.org/pub/mariadb/mariadb-5.5.36/repo/ubuntu/pool/main/m/mar... Downloads > dpkg-deb -c libmariadbd-dev_5.5.36+maria-1~saucy_amd64.deb drwxr-xr-x root/root 0 2014-02-21 05:15 ./ drwxr-xr-x root/root 0 2014-02-21 05:15 ./usr/ drwxr-xr-x root/root 0 2014-02-21 05:15 ./usr/share/ drwxr-xr-x root/root 0 2014-02-21 05:15 ./usr/share/doc/ drwxr-xr-x root/root 0 2014-02-21 05:15 ./usr/share/doc/libmariadbd-dev/ -rw-r--r-- root/root 2518 2014-02-21 01:30 ./usr/share/doc/libmariadbd-dev/copyright -rw-r--r-- root/root 362 2014-02-21 04:36 ./usr/share/doc/libmariadbd-dev/changelog.Debian.gz Looks as if things were build without -DWITH_EMBEDDED_SERVER before packaging, or the libmysqld.(a|so) files otherwise went missing on their way? According to the upstream ubuntu package information the actual file list should look like this: http://packages.ubuntu.com/trusty/amd64/libmariadbd-dev/filelist /usr/lib/x86_64-linux-gnu/libmysqld.a /usr/lib/x86_64-linux-gnu/libmysqld.so /usr/lib/x86_64-linux-gnu/libmysqld.so.18 /usr/share/doc/libmariadbd-dev/changelog.Debian.gz /usr/share/doc/libmariadbd-dev/copyright /usr/share/lintian/overrides/libmariadbd-dev -- Hartmut Holzgraefe, Principal Support Engineer (EMEA) SkySQL | http://www.skysql.com/
Hi, Hartmut! On Feb 24, Hartmut Holzgraefe wrote:
On 02/24/2014 05:45 AM, Daniel Bartholomew wrote:
Obilgatory note #1: The plan is for these files to be the officially released files without any changes, but that may change if something unexpected comes up (and such things have happened in the past).
i stumbled across this with 5.5.35 Ubuntu packages yesterday, and it still seems to be an issue with 5.5.36: the embedded server library dev packages are more or less empty.
I've built deb packages down to the very first mariadb-5.5.20-alpha - libmariadbd-dev was always empty. I've created MDEV-5725 for this bug. Regards, Sergei
On Feb 24, Hartmut Holzgraefe wrote:
On 02/24/2014 05:45 AM, Daniel Bartholomew wrote:
Obilgatory note #1: The plan is for these files to be the officially released files without any changes, but that may change if something unexpected comes up (and such things have happened in the past).
i stumbled across this with 5.5.35 Ubuntu packages yesterday, and it still seems to be an issue with 5.5.36: the embedded server library dev packages are more or less empty.
I've built deb packages down to the very first mariadb-5.5.20-alpha - libmariadbd-dev was always empty. I've created MDEV-5725 for this bug.
I believe my Debian packaging has had this fixed for a long time. Packages are ~6.5 MB and contain: $ dpkg -L libmariadbd-dev /. /usr /usr/share /usr/share/lintian /usr/share/lintian/overrides /usr/share/lintian/overrides/libmariadbd-dev /usr/share/doc /usr/share/doc/libmariadbd-dev /usr/share/doc/libmariadbd-dev/changelog.Debian.gz /usr/share/doc/libmariadbd-dev/copyright /usr/lib /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/libmysqld.a /usr/lib/x86_64-linux-gnu/libmysqld.so.18 /usr/lib/x86_64-linux-gnu/libmysqld.so File sizes at from http://labs.seravo.fi/~otto/mariadb-repo/sid-amd64/ libmariadbd-dev_5.5.32-1_amd64.deb29-Sep-2013 16:12 6.4M libmariadbd-dev_5.5.34-1_amd64.deb23-Dec-2013 00:48 6.5M libmariadbd-dev_5.5.35-1_amd64.deb13-Feb-2014 15:54 6.5M libmariadbd-dev_5.5.35-2_amd64.deb18-Feb-2014 18:43 6.6M This will be automatically fixed when upstream MariaDB imports the new debian/* stuff (which will happens once the build bot infra is set up and we can test that there are no regressions). If you have more issues, please tag them 'debian' in Atlassian or directly assign to be and I'll check that the new packaging also has them covered. - Otto -- Check out our blog at http://seravo.fi/blog and follow @ottokekalainen
Hi, Otto! On Feb 25, Otto Kekäläinen wrote:
On Feb 24, Hartmut Holzgraefe wrote:
On 02/24/2014 05:45 AM, Daniel Bartholomew wrote:
i stumbled across this with 5.5.35 Ubuntu packages yesterday, and it still seems to be an issue with 5.5.36: the embedded server library dev packages are more or less empty.
I've built deb packages down to the very first mariadb-5.5.20-alpha - libmariadbd-dev was always empty. I've created MDEV-5725 for this bug.
I believe my Debian packaging has had this fixed for a long time. ... If you have more issues, please tag them 'debian' in Atlassian or directly assign to be and I'll check that the new packaging also has them covered.
Great, thanks. I've reassigned it to you. The debian tag was already there. Regards, Sergei
participants (4)
-
Daniel Bartholomew
-
Hartmut Holzgraefe
-
Otto Kekäläinen
-
Sergei Golubchik