SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for mariadb-client-10.2.8-10.1.x86_64.rpm :
Wed Aug 16 14:00:00 2017 kstreitovaAATTsuse.com
- update to 10.2.8 GA

* release notes and changelogs
https://downloads.mariadb.org/mariadb/+releases/

* fixes for the following security vulnerabilities

* 10.2.8: CVE-2017-3636, CVE-2017-3641, CVE-2017-3653

* 10.2.6: CVE-2017-3308, CVE-2017-3309, CVE-2017-3453,
CVE-2017-3456, CVE-2017-3464

* 10.2.5: CVE-2017-3313, CVE-2017-3302
- refresh and rename the following patches:

* mariadb-10.1.4-group.patch to
mariadb-10.2.3-group.patch

* mariadb-10.1.16-systemd-cmake.patch to
mariadb-10.2.8-systemd-cmake.patch

* mariadb-10.1.18-mysql_install_db-mariadb_dirs.patch to
mariadb-10.2.3-mysql_install_db-mariadb_dirs.patch

* mariadb-10.1.12-fortify-and-O.patch to
mariadb-10.2.4-fortify-and-O.patch

* mysql-community-server-5.1.46-logrotate.patch to
mariadb-10.2.4-logrotate.patch
- run spec-cleaner
- add mariadb-10.2.8.tar.gz.sig signature and mariadb.keyring files
- renumber sources
- remove warning about mysql-packaging repository
- pack new files
- remove checks whether we build mysql or mariadb (we build mariadb
only)
- libmysqlclient.so.18 was replaced by libmariadb.so.3

* introduce new libmariadb3 and libmariadb-devel subpackages

* remove libmysqlclient-devel subpackage

* provide symlinks from libmysqlclient
* to libmariadb
*
- disable creating symlinks from libmysqlclient_r.so
* to
libmysqlclient.so.18.0.0 as it\'s no longer present
- update %{soname} macro to 19 (libmysqld)
- update baselibs.conf file
- fix \"file listed twice\" build error
- reorganize subpackages order
- update summaries, descriptions and groups
- tweak and add some comments to the specfile
- remove the following macros definitions:

* %{_tmpfilesdir} - it\'s defined in systemd macros since openSUSE 13.2

* %{preferred} - we no longer need to distinguish between preferred
and not preferred version (we build mariadb only)

* %{with_mandatory_lz4} - mysql specific

* %{build_extras}, %{pretty_name}, %{build_readline},
%{builtin_plugins} and {libname} - they are no longer needed
- add the following macros

* %{run_testsuite} macro that control run of the regression
testsuite

* %{ignore_testsuite_result} macro - when set to 1 it ignores
results from the regression testsuite (debug purposes)

* %{with_mroonga} macro and enable mroonga build for x86_64
archs only

* %{with_pcre} to control PCRE build - MariaDB requires
a particular version of PCRE that is not provided in SLE so
we have to build it statically there
- rename %{with_jemalloc} to %{with_tokudb} and enable tokudb for
x86_64 architectures only. Don\'t enable it for SLE12 (missing
jemalloc dependency)
- add \"BuildRequires: unixODBC-devel\" to allow ODBC support for
Connect engine [bsc#1039034]
- add \"BuildRequires: libarchive-devel\"
- remove \"BuildRequires: lzo-devel\" for i586 in order to fix build
there
- add missing \"Requires:\" (lsof, net-tools, rsync, socat) for proper
wsrep scripts functionality (currently packaged in mariadb-tools)
- tweak build options:

* remove \"DWITH_ASAN=OFF\" - this option was added because of mysql
and it\'s no longer needed

* switch from \"-DWITH_JEMALLOC=auto\" to \"-DWITH_JEMALLOC=system\"

* use \"DCMAKE_SKIP_INSTALL_RPATH\" - this allows to link with -rpath
during build and fixes quite a few test suite failures. When
installing the file -rpath is still disabled, so this should
not have any effect on the installed binaries

* add \"-DWITH_LIBARCHIVE=ON\", \"-DWITH_MARIABACKUP=ON\" and
\"-DWITH_PCRE=system\"

* remove -DWITH_BOOST=../boost/ as we use system boost now
- enable OQGRAPH build (openSUSE only, SLE is missing Judy
requirement)
- disable Cassandra storage engine build as it\'s no longer actively
being developed (See MDEV-4695).

* Remove \"BuildRequires: libthrift-devel\" and %{with_cassandra}
macro that are no longer needed now
- disable make test (Connector/C unit tests) as it requires a
running server. These tests are part of mysql-test-run
now (MDEV-12470)
- add suse_skipped_tests.list - the list of the tests that we want
to skip (they fail correctly or their fixing is in progress)

* adjust mysql-test-run options to skip tests listed there
- remove mytop utility that is packaged separately
- remove JdbcMariaDB.jar from mysql-test
- remove generating of the MySQL NDB Cluster filelists
- remove removing of manpages for MySQL Carrier Grade Edition
- provide a symlink for my_safe_process executable that was moved
from its location to bindir
- update filename in /var/adm/update-messages to match
documentation and build-compare pattern

Mon Jul 10 14:00:00 2017 kstreitovaAATTsuse.com
- update to MariaDB 10.1.25 GA

* notable changes

* MariaDB can no longer be compiled with OpenSSL version 0.9.8
and below. The last 0.9.8 release was in December 2015, it is
out of support and is no longer getting security fixes.

* MariaDB Backup is now beta

* release notes and changelog:

* https://mariadb.com/kb/en/mariadb/mariadb-10125-release-notes

* https://mariadb.com/kb/en/mariadb/mariadb-10125-changelog

* refresh mariadb-10.1.12-fortify-and-O.patch

* remove mariadb-10.1.22-xtradb_null_checks.patch (MDEV-12358),
a fix was merged upstream

* update file lists for new man-pages and tools
- switch from \'Restart=on-failure\' to \'Restart=on-abort\' in
mysql.service in order to follow the upstream

Tue May 30 14:00:00 2017 fvogtAATTsuse.com
- Add mariadb-10.1.22-xtradb_null_checks.patch (boo#1041525)
(See also https://jira.mariadb.org/browse/MDEV-12358)
- switch from \'/var/run\' to \'/run\' as /var/run is just a symlink to /run
- fix permissions for /var/run/mysql that were wrongly set to
700 instead of 755 due to added umask. This prevented non-root
from connecting to the database [bsc#1038740]
- change permissions of the configuration dir/files to 755/644.
Please note that storing the password in the /etc/my.cnf file is
not safe. Use for example an option file that is accessible only
by yourself [bsc#889126]
- set the default umask to 077 in mysql-systemd-helper [bsc#1020976]

Tue Apr 11 14:00:00 2017 kstreitovaAATTsuse.com
- increase required physical memory in _constraints from 5 GB to
7 GB in order to try to fix i586 build that fails because of
\"Out of memory\" error

Wed Mar 15 13:00:00 2017 kstreitovaAATTsuse.com
- update to MariaDB 10.1.22 GA

* notable changes

* XtraDB updated to 5.6.35-80.0

* TokuDB updated to 5.6.35-80.0

* PCRE updated to 8.40

* MDEV-12160: ed25519 authentication plugin

* MDEV-11842: Fix a 10.1.21 regression with failed INSERT, BEFORE
INSERT triggers, and columns with no default value

* MDEV-12075: Fix a 10.1.21 regression in the InnoDB data file
extension code

* MDEV-11027: better InnoDB crash recovery progress reporting

* MDEV-11520: improvements to how InnoDB data files are extended

* Improvements to InnoDB startup/shutdown to make it more robust

* MDEV-11233: fix for FULLTEXT index crash

* MDEV-9734: systemd compatible bintar files now available

* release notes and changelog:

* https://mariadb.com/kb/en/mariadb/mariadb-10122-release-notes/

* https://mariadb.com/kb/en/mariadb/mariadb-10122-changelog/

* fixes the following CVEs:

* CVE-2017-3313 [bsc#1020890], CVE-2017-3302 [bsc#1022428]
- refresh mysql-community-server-5.1.46-logrotate.patch
- refresh mariadb-10.1.16-systemd-cmake.patch
- remove mariadb-10.1.20-incorrect_list_handling.patch that is no
longer needed [bsc#1022428] [CVE-2017-3302]

Fri Feb 3 13:00:00 2017 kstreitovaAATTsuse.com
- update to MariaDB 10.1.21

* notable changes:

* Innodb updated to 5.6.35

* Performance Schema updated to 5.6.35

* release notes and changelog:

* https://mariadb.com/kb/en/mariadb/mariadb-10121-release-notes/

* https://mariadb.com/kb/en/mariadb/mariadb-10121-changelog/

* fixes the following CVEs:
CVE-2017-3318 [bsc#1020896], CVE-2017-3317 [bsc#1020894],
CVE-2017-3312 [bsc#1020873], CVE-2017-3291 [bsc#1020884],
CVE-2017-3265 [bsc#1020885], CVE-2017-3258 [bsc#1020875],
CVE-2017-3257 [bsc#1020878], CVE-2017-3244 [bsc#1020877],
CVE-2017-3243 [bsc#1020891], CVE-2017-3238 [bsc#1020882],
CVE-2016-6664 [bsc#1008253]
- add mariadb.te file to the filelist
- add mysqld_safe_helper to the filelist
- refresh mariadb-10.1.4-group.patch
- add mariadb-10.1.20-incorrect_list_handling.patch to fix incorrect
linked list handling in mysql_prune_stmt_list() function that can
cause use-after-free error [bsc#1022428]

Thu Jan 26 13:00:00 2017 dimstarAATTopensuse.org
- Replace systemd and systemd-devel BuildRequires with
pkgconfig(libsystemd), which matches what the build system is
actually looking for.

Tue Dec 27 13:00:00 2016 13ilyaAATTgmail.com
- update to MariaDB 10.1.20

* notable changes:

* XtraDB updated to 5.6.34-79.1

* TokuDB updated to 5.6.34-79.1

* HeidiSQL updated to 9.4

* The limit for the table_open_cache system variable has been increased to 1024K

* Galera wsrep library updated to 25.3.19

* release notes and changelog:

* https://mariadb.com/kb/en/mariadb/mariadb-10120-release-notes/

* https://mariadb.com/kb/en/mariadb/mariadb-10120-changelog/

Fri Dec 2 13:00:00 2016 kstreitovaAATTsuse.com
- update to MariaDB 10.1.19

* notable changes:

* XtraDB updated to 5.6.33-79.0

* TokuDB updated to 5.6.33-79.0

* release notes and changelog:

* https://mariadb.com/kb/en/mariadb/mariadb-10119-release-notes/

* https://mariadb.com/kb/en/mariadb/mariadb-10119-changelog/

* fixes for the following security vulnerabilities:
CVE-2016-7440 [bsc#1005581]
CVE-2016-5584 [bsc#1005558]
- add mariadb-10.1.18-mysql_install_db-mariadb_dirs.patch to fix
mysql_install_db.sh script to find data files in mariadb
directories when a user uses \"--basedir\" option [bsc#1006539]
- switch to xz compression instead of bz2 for the following tarballs:

* mysql-patches.tar.bz2 renamed to mysql-patches.tar.xz

* configuration-tweaks.tar.bz2 renamed to configuration-tweaks.tar.xz
replace occurrences of \"bzip2\" with \"xz\" in README.debug

Mon Oct 24 14:00:00 2016 kstreitovaAATTsuse.com
- update to 10.1.18

* Release notes:
https://mariadb.com/kb/en/mariadb/mariadb-10118-release-notes/
https://mariadb.com/kb/en/mariadb/mariadb-10117-release-notes/
https://mariadb.com/kb/en/mariadb/mariadb-10116-release-notes/
https://mariadb.com/kb/en/mariadb/mariadb-10115-release-notes/

* Changelog:
https://mariadb.com/kb/en/mariadb/mariadb-10118-changelog/
https://mariadb.com/kb/en/mariadb/mariadb-10117-changelog/
https://mariadb.com/kb/en/mariadb/mariadb-10116-changelog/
https://mariadb.com/kb/en/mariadb/mariadb-10115-changelog/

* fixed CVE\'s:
CVE-2016-8283, CVE-2016-6663, CVE-2016-5629, CVE-2016-5626,
CVE-2016-5624, CVE-2016-5616, CVE-2016-3492, CVE-2016-6662,
CVE-2016-5440, CVE-2016-3615, CVE-2016-3521, CVE-2016-3477

* fix:
[bsc#1005582], [bsc#1001367], [bsc#1005569], [bsc#1005566],
[bsc#1005564], [bsc#1005562], [bsc#1005555], [bnc#998309],
[bsc#989926], [bsc#989922], [bsc#989919], [bsc#989913]

* refresh mariadb-10.1.4-group.patch

* refresh mariadb-10.1.12-fortify-and-O.patch
- requires devel packages for aio and lzo2
- remove mariadb-10.0.21-mysql-test_main_bootstrap.patch that is no
longer needed [bnc#984858]
- append \"--ignore-db-dir=lost+found\" to the mysqld options in
\"mysql-systemd-helper\" script if \"lost+found\" directory is found
in $datadir [bnc#986251]
- remove syslog.target from
*.service files [bsc#983938]
- add BuildRequires: systemd-devel
- make some dependecies switchable
- add systemd to deps to build on leap and friends
- add mariadb-10.1.16-systemd-cmake.patch to allow more
(case-insensitive) values for \'WITH_SYSTEMD\' variable in systemd.cmake
- replace \'%{_libexecdir}/systemd/system\' with %{_unitdir} macro
- remove useless mysqlAATTdefault.service [bsc#971456]
- replace all occurrences of the string \"AATTsysconfdirAATT\" with \"/etc\" in
mysql-community-server-5.1.46-logrotate.patch as it wasn\'t expanded
properly [bsc#990890]

Sun Jun 12 14:00:00 2016 kstreitovaAATTsuse.com
- update to 10.1.14

* What is MariadDB 10.1:
https://mariadb.com/kb/en/mariadb/what-is-mariadb-101/

* CVEs fixed in 10.1.x branch
CVE-2016-2047, CVE-2016-0668, CVE-2016-0651, CVE-2016-0650,
CVE-2016-0649, CVE-2016-0646, CVE-2016-0644, CVE-2016-0642,
CVE-2016-0641, CVE-2016-0640, CVE-2016-0616, CVE-2016-0610,
CVE-2016-0609, CVE-2016-0608, CVE-2016-0606, CVE-2016-0600,
CVE-2016-0598, CVE-2016-0597, CVE-2016-0596, CVE-2016-0546,
CVE-2016-0505, CVE-2015-7744, CVE-2015-4913, CVE-2015-4895,
CVE-2015-4879, CVE-2015-4870, CVE-2015-4866, CVE-2015-4864,
CVE-2015-4861, CVE-2015-4858, CVE-2015-4836, CVE-2015-4830,
CVE-2015-4826, CVE-2015-4819, CVE-2015-4816, CVE-2015-4815,
CVE-2015-4807, CVE-2015-4802, CVE-2015-4792

* adjust mysql-patches.tar.bz2 archive for mariadb-101

* pack new MariaDB 10.1.x files
- remove \'%define _rundir\' as 13.1 is out of support scope
- temporarily disable OQGraph It seems to need the boost library with
the version not earlier than 1.40 and not later than 1.55 (MDEV-9479)
- add \"BuildRequires: systemd-devel\" for SLE12, openSUSE 13.2 and
openSUSE Leap in order to enable systemd features during the build of
mariadb-101 for these products. Otherwise we get \"Performing Test
HAVE_SYSTEMD - Failed\" and systemd files aren\'t installed.
- re-enable profiling support
- don\'t remove HandlerSocket plugin [bnc#979524]
- add \'log-error\' and \'secure-file-priv\' configuration options
(added via configuration-tweaks.tar.bz2) [bsc#963810]

* add \'/etc/my.cnf.d/error_log.conf\' that specifies
\'log-error = /var/log/mysql/mysqld.log\'. If no path is set, the error
log is written to \'/var/lib/mysql/$HOSTNAME.err\', which is not picked
up by logrotate.

* add \'/etc/my.cnf.d/secure_file_priv.conf\' which specifies that
\'LOAD DATA\', \'SELECT ... INTO\' and \'LOAD FILE()\' will only work with
files in the directory specified by \'secure-file-priv\' option
(=\'/var/lib/mysql-files\').
- run \'usermod -g mysql mysql\' only if mysql user is not in mysql group.
Run \'usermod -s /bin/false/ mysql\' only if mysql user doesn\'t have
\'/bin/false\' shell set.
- don\'t delete the log data when migration fails

Thu May 5 14:00:00 2016 dmuellerAATTsuse.com
- fix constraints conditions for 32bit architectures

Tue Feb 2 13:00:00 2016 kstreitovaAATTsuse.com
- fix information leak via mysql-systemd-helper script
[CVE-2015-5969], [bnc#957174]

Mon Nov 30 13:00:00 2015 kstreitovaAATTsuse.com
- update to 10.0.22

* Release notes:
https://kb.askmonty.org/en/mariadb-10022-release-notes/

* Changelog:
https://kb.askmonty.org/en/mariadb-10022-changelog/

* fixed CVEs:
CVE-2015-4802, CVE-2015-4807, CVE-2015-4815, CVE-2015-4826
CVE-2015-4830, CVE-2015-4836, CVE-2015-4858, CVE-2015-4861
CVE-2015-4870, CVE-2015-4913, CVE-2015-4792

* remove the following patches (applied upstream)

* mysql-community-server-5.6.12-srv_buf_size.patch

* mariadb-10.0.16-header_files_const_warnings.patch
- add mariadb-10.0.21-mysql-test_main_bootstrap.patch that fix
main.bootstrap test (change default charset to utf8 in test
result) [bnc#937787]
- add mariadb-10.0.22-fix_build_denabled_profiling_off.patch to
fix compilation with \'-DENABLED_PROFILING=OFF\'

Fri Aug 28 14:00:00 2015 kstreitovaAATTsuse.com
- update to MariaDB 10.0.21

* changes:

* https://mariadb.com/kb/en/mariadb/mariadb-10021-release-notes

* the following patches were processed upstream and are no longer needed:

* mariadb-5.5.28-hotcopy.patch

* mariadb-5.1.50-strncat-overflow.patch

* mysql-community-server-5.1.51-mysql_config.patch

* mariadb-5.5.32-upgrade-exit-status.patch

* mariadb-5.5.41-mariadb-admincrash.patch
- use syntax in mysql-systemd-helper that is accepted by both mariadb
and mysql [bnc#937767]
- fix spurious macro expansion in comment in specfile
- install INFO_BIN and INFO_SRC, noticed in MDEV-6912
- replace readline-devel for readline5-devel (MDEV-6912) [bnc#902396]
- use spec-cleaner
- Tweak some cmake switches to enable more things

* WITH_ASAN=OFF adress sanitization
WITH_LIBWRAP=ON tcp wrappers
ENABLED_PROFILING=OFF profiling disable (for mysql)
ENABLE_DEBUG_SYNC=OFF debug testing sync disable (for mysql)
WITH_PIC=ON by default we want pic generated binaries (for mysql)
- set cmake options for MariaDB Galera Cluster
- remove superfluous \'--group\' parameter from mysql-systemd-helper
- make -devel package installable in the presence of LibreSSL
- cleanup after the update-message if it was displayed
- add \'exec\' to mysql-systemd-helper to shutdown mysql/mariadb cleanly
[bnc#943096]
- remove redundant entry from %{_tmpfilesdir}/mysql.conf. Using both
\'x\' and \'X\' options is redundant and causes a warning message.
Leaving only the \'x\' line fixes this problem. [bnc#942908]

Sat Jul 11 14:00:00 2015 tchvatalAATTsuse.com
- Sync to git state, fixes bnc#937754 too

Tue Jul 7 14:00:00 2015 tchvatalAATTsuse.com
- Sync to git state fixing few triv issues

Fri Jun 26 14:00:00 2015 tchvatalAATTsuse.com
- Enable testsuite

Thu Jun 25 14:00:00 2015 tchvatalAATTsuse.com
- Update to 10.0.20:
https://mariadb.com/kb/en/mariadb/mariadb-10020-release-notes/

* Fixes bnc#934789 Logjam Attack using 512bit dh groups in ssl
- Sync the package to git state, redoing initscripts to be more
robust

Tue Jun 23 14:00:00 2015 tchvatalAATTsuse.com
- Update to 10.0.19, sync to git state of repository:
https://mariadb.com/kb/en/mariadb/mariadb-10019-release-notes/

Tue Apr 14 14:00:00 2015 michal.hruseckyAATTopensuse.org
- fix parent directory has insecure permissions error

Tue Apr 14 14:00:00 2015 michal.hruseckyAATTopensuse.org
- disable optional features for mariadb

* still possible to use them from mariadb_100 package

Mon Mar 23 13:00:00 2015 dvaleevAATTsuse.com
- Adjust _constraints. 11GB is not enough for ppc64 builds,
increase to 13GB

Wed Mar 11 13:00:00 2015 sweet_f_aAATTgmx.de
- fix build for openSUSE 13.2 ppc bnc#921955

Tue Mar 3 13:00:00 2015 michal.hruseckyAATTopensuse.org
- Updated to the version 10.0.17

* Release notes:
http://kb.askmonty.org/v/mariadb-10017-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-10017-changelog
- merged patches to packaging git and regenerated

* few fixes mainly to upgrades

Mon Mar 2 13:00:00 2015 mgorseAATTsuse.com
- README.SuSE is now README.SUSE; fix name in some places.

Fri Jan 23 13:00:00 2015 xrigouAATTotenet.gr
- Fix undefined initial status in systemd script (boo #914370)

Mon Jan 12 13:00:00 2015 xrigouAATTotenet.gr
- Fix include dir in alternative cnf files (bnc #859345)

Sat Dec 6 13:00:00 2014 michal.hruseckyAATTopensuse.org
- run spec cleaner on spec
- update to 10.0.15

* Release notes:
http://kb.askmonty.org/v/mariadb-10015-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-10015-changelog
- conditionally enable more storage engines
- updated packaging to the latest templates

Sun Nov 9 13:00:00 2014 Led
- fix bashism in posttrans script

Thu Oct 9 14:00:00 2014 michal.hruseckyAATTopensuse.org
- update to 10.0.14

* Release notes:
http://kb.askmonty.org/v/mariadb-10014-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-10014-changelog
- fix build thanks to pull request from Andreas Schwab

Wed Sep 24 14:00:00 2014 michal.hruseckyAATTopensuse.org
- some CentOS/Fedora compatibility

Wed Sep 24 14:00:00 2014 michal.hruseckyAATTopensuse.org
- systemd not depending on SUSE version anymore
- fixing build on distributions with %docdir != %datadir/doc/%name

Fri Sep 19 14:00:00 2014 michal.hruseckyAATTopensuse.org
- Get rid of error during update

Tue Sep 16 14:00:00 2014 michal.hruseckyAATTopensuse.org
- Little polishing of rc script

Wed Sep 3 14:00:00 2014 kstreitovaAATTnovell.com
- bnc#894479: fix URL (changed from \"http://www.mariab.org\" to
\"https://www.mariadb.org\")
- README.SuSE renamed to README.SUSE

Tue Aug 19 14:00:00 2014 michal.hruseckyAATTopensuse.org
- fix privileges as a last step of upgrade

Mon Aug 18 14:00:00 2014 michal.hruseckyAATTopensuse.org
- Update to 10.0.13

* Release notes:
http://kb.askmonty.org/v/mariadb-10013-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-10013-changelog

Wed Jul 2 14:00:00 2014 michal.hruseckyAATTopensuse.org
- Update to 10.0.12

* Release notes:
http://kb.askmonty.org/v/mariadb-10012-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-10012-changelog
- Not chowning datadir

Mon Jun 16 14:00:00 2014 cooloAATTsuse.com
- switch from buildrequire systemd to pkgconfig(systemd) to avoid cycles

Fri May 23 14:00:00 2014 mhruseckyAATTsuse.cz
- Updating to 10.0 branch of MariaDB

* https://mariadb.com/kb/en/what-is-mariadb-100/
- Many additional fixes like basic systemd support
- enabled TokuDB storage engine
- warning text about security implications on first install

Wed May 14 14:00:00 2014 cooloAATTsuse.com
- use %_rundir if available

Wed Nov 13 13:00:00 2013 klaussfreireAATTgmail.com
- Fix perl shebangs

Wed Nov 13 13:00:00 2013 klaussfreireAATTgmail.com
- bnc#829430: Move libmysqlclient.so and libmysqlclient_r.so from
libmysqlclient-devel into libmysqlclient18 and libmysqlclient_r18
subpackages respectively

Mon Sep 23 14:00:00 2013 bbrunnerAATTsuse.com
- bnc#841709: Added libmysqlclient18 as requirement for libmysqlclient_r18

Thu Sep 19 14:00:00 2013 mhruseckyAATTsuse.com
- comment out old settings dir if it doesn\'t exist

Wed Sep 18 14:00:00 2013 mhruseckyAATTsuse.cz
- fixed commenting out of incompatible options
- updated to MariaDB 5.5.33

* Release notes:
http://kb.askmonty.org/v/mariadb-5533-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-5533-changelog

* not using TokuDB and jmalloc

Mon Sep 9 14:00:00 2013 mhruseckyAATTsuse.cz
- better version detection
- drop /etc/mysql dir, use upstream /etc/my.cfn.d only

Thu Aug 22 14:00:00 2013 crrodriguezAATTopensuse.org
- Build with -DOPENSSL_LOAD_CONF so mariadb respects
and load the system\'s openSSL configuration.

Wed Aug 21 14:00:00 2013 mhruseckyAATTsuse.cz
- fix includedir in configuration file

Sat Aug 17 14:00:00 2013 hrvoje.senjanAATTgmail.com
- Fix INSTALL_LIBDIR_RPM and INSTALL_PLUGINDIR_RPM, they need to
point to %_lib, not %_libdir
- Drop so symlink generation and removal, that is not necessary and
breaks non x86_64 builds of dependent packages

Mon Aug 12 14:00:00 2013 mhruseckyAATTsuse.cz
- chown --no-dereference instead of chown to improve security

* similar issue as CVE-2013-1976
- fix build for ppc64 using -mminimal-toc

Mon Aug 12 14:00:00 2013 mhruseckyAATTsuse.cz
- merge latest packaging fixes

* better handling of libdir

* more cautious upgrades

Wed Aug 7 14:00:00 2013 roAATTsuse.de
- add patch for lib64 on s390x
mysql-patches/mariadb-5.5.24-s390x-libdir.patch

Tue Jul 30 14:00:00 2013 mhruseckyAATTsuse.cz
- get rid of info which is not info (bnc#747811)
- minor polishing of spec/installation

Fri Jul 26 14:00:00 2013 mhruseckyAATTsuse.cz
- fix ownership of logdir (bnc#763150)

Thu Jul 25 14:00:00 2013 mhruseckyAATTsuse.cz
- avoiding file conflicts with mytop

Tue Jul 23 14:00:00 2013 mhruseckyAATTsuse.cz
- updated to MariaDB 5.5.32

* Release notes:
http://kb.askmonty.org/v/mariadb-5532-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-5532-changelog

Thu Jun 6 14:00:00 2013 mhruseckyAATTsuse.com
- enable support for libaio (bnc#796164)
- better rights for logdir (bnc#789263)

Wed Jun 5 14:00:00 2013 mhruseckyAATTsuse.com
- Moving directory with configuration to upstream default
(/etc/mysql -> /etc/my.cnf.d)

Wed Jun 5 14:00:00 2013 mhruseckyAATTsuse.com
- New default config file

Fri May 24 14:00:00 2013 mhruseckyAATTsuse.cz
- updated to MariaDB 5.5.31

* Release notes:
http://kb.askmonty.org/v/mariadb-5531-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-5531-changelog
- cleanups in upgrade procedure

Tue Mar 26 13:00:00 2013 mhruseckyAATTsuse.cz
- little cleanup of systemd

Tue Mar 26 13:00:00 2013 mhruseckyAATTsuse.cz
- updated to MariaDB 5.5.30

* Release notes:
http://kb.askmonty.org/v/mariadb-5530-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-5530-changelog

Tue Mar 12 13:00:00 2013 tpaszkowskiAATTsuse.com
- systemd awareness for openSUSE >= 12.1

Sun Mar 3 13:00:00 2013 schwabAATTsuse.de
- Add aarch64 to the list of lib64 platforms

Sun Feb 3 13:00:00 2013 mhruseckyAATTsuse.cz
- updated to MariaDB 5.5.29

* Release notes:
http://kb.askmonty.org/v/mariadb-5529-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-5529-changelog

* fixes following CVEs:
CVE-2012-5611, CVE-2012-5627, CVE-2012-5615, CVE-2012-5612

Mon Jan 28 13:00:00 2013 meissnerAATTsuse.com
- require the errormessage rpm in libmysqld too
for embedded usage like in AmaRoK.

Thu Jan 17 13:00:00 2013 mhruseckyAATTsuse.cz
- making MariaDB default

Fri Jan 4 13:00:00 2013 mhruseckyAATTsuse.cz
- updated to MariaDB 5.5.28a

* Release notes:
http://kb.askmonty.org/v/mariadb-5528a-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-5528a-changelog

* fixes CVE-2012-5611 (bnc#792444)

* fixes CVE-2012-4414 (bnc#779476)

Wed Oct 31 13:00:00 2012 mhruseckyAATTsuse.cz
- updated to MariaDB 5.5.28

* Release notes:
http://kb.askmonty.org/v/mariadb-5527-release-notes
http://kb.askmonty.org/v/mariadb-5528-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-5527-changelog
http://kb.askmonty.org/v/mariadb-5528-changelog

Tue Aug 28 14:00:00 2012 xgpubAATTtellas.gr
- Reenable use of initgroups() (revert a temporary workaround
for ancient bmc#3037, search below for bug #39798).
This is necessary if we want to use the auth_pam plugin to
authenticate users against their unix password via pam_unix2.
For that, mysqld must run as group shadow and maintain membership
after forking.

Mon Jul 2 14:00:00 2012 mhruseckyAATTsuse.com
- fixed path for messages from previous commit

Mon Jun 25 14:00:00 2012 mhruseckyAATTsuse.cz
- splitted out error messages and put them into diferent directory

Sat Jun 23 14:00:00 2012 mhruseckyAATTsuse.cz
- updated to MariaDB 5.5.25

* Release notes:
http://kb.askmonty.org/v/mariadb-5525-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-5525-changelog

Tue Jun 19 14:00:00 2012 mhruseckyAATTsuse.cz
- updated to MariaDB 5.5.24

* Release notes:
http://kb.askmonty.org/v/mariadb-5524-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-5524-changelog

Sat Jun 9 14:00:00 2012 xgpubAATTtellas.gr
- move the dialog.so client plugin to the client library package

Wed Apr 25 14:00:00 2012 dvaleevAATTsuse.com
- fix plugin libdir on ppc64

Sun Apr 15 14:00:00 2012 mhruseckyAATTsuse.cz
- migrated to MariaDB 5.5.23, see:
http://kb.askmonty.org/en/what-is-mariadb-55
http://kb.askmonty.org/en/release-notes-mariadb-55-series
http://kb.askmonty.org/en/changelogs-mariadb-55-series

Tue Apr 10 14:00:00 2012 mhruseckyAATTsuse.cz
- updated to MariaDB 5.3.6

* Release notes:
http://kb.askmonty.org/v/mariadb-536-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-536-changelog

Mon Mar 12 13:00:00 2012 mhruseckyAATTsuse.cz
- migrated to MariaDB 5.3.5, see:
http://kb.askmonty.org/en/what-is-mariadb-53
http://kb.askmonty.org/en/release-notes-mariadb-53-series
http://kb.askmonty.org/en/changelogs-mariadb-53-series

Sat Feb 18 13:00:00 2012 mhruseckyAATTsuse.cz
- updated license to conform new policy

Mon Jan 30 13:00:00 2012 mhruseckyAATTsuse.cz
- adding /ush/share/aclocal in files
- renaming
*-debug package to
*-debug-version to avoid conflicts

Mon Jan 30 13:00:00 2012 mhruseckyAATTsuse.cz
- adding missing buildrequires (fixes build for factory)

Thu Dec 8 13:00:00 2011 mhruseckyAATTsuse.cz
- migrated to the new common template
- updated to MariaDB 5.2.10

* Release notes:
http://kb.askmonty.org/v/mariadb-5210-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-5210-changelog

Wed Nov 23 13:00:00 2011 cooloAATTsuse.com
- add libtool as buildrequire to avoid implicit dependency

Wed Nov 2 13:00:00 2011 bkutilAATTsuse.com
- Fix pretrans script in spec file to use RPM embedded LUA.

Tue Oct 18 14:00:00 2011 mhruseckyAATTsuse.cz
- re-adding static mysql user id

Sun Oct 2 14:00:00 2011 mhruseckyAATTsuse.cz
- updated to MariaDB 5.2.9

* Release notes:
http://kb.askmonty.org/v/mariadb-529-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-529-changelog

Wed Aug 24 14:00:00 2011 mhruseckyAATTsuse.cz
- updated to MariaDB 5.2.8

* Release notes:
http://kb.askmonty.org/v/mariadb-528-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-528-changelog

Tue Aug 16 14:00:00 2011 mhruseckyAATTsuse.cz
- not building embedded server as we don\'t ship it anyway and it
adds some unresolvable dependencies

Wed Jul 27 14:00:00 2011 mhruseckyAATTsuse.cz
- requiring %{version} and not %{srv_vers}
- dependencies are resolvable now

Sat Jul 16 14:00:00 2011 crrodriguezAATTopensuse.org
- Fix strict-aliasing warnings
- allow using the \"pool of threads\" feature that requires libevent

Wed Jun 22 14:00:00 2011 mhruseckyAATTsuse.cz
- updated to MariaDB 5.2.7

* Release notes:
http://kb.askmonty.org/v/mariadb-527-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-527-changelog

Sun May 15 14:00:00 2011 mhruseckyAATTsuse.cz
- updated to MariaDB 5.2.6

* Release notes:
http://kb.askmonty.org/v/mariadb-526-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-526-changelog

Mon Mar 14 13:00:00 2011 mhruseckyAATTsuse.cz
- updated to MariaDB 5.2.5

* Release notes:
http://kb.askmonty.org/v/mariadb-525-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-525-changelog

Wed Feb 23 13:00:00 2011 mhruseckyAATTsuse.cz
- fixed init script to
- work with SELinux (bnc#635645)
- allow running as different user/group
- create TMPDIR correctly

Wed Feb 23 13:00:00 2011 adrianAATTsuse.de
- remove runlevel 2 from default start in init script or it isn\'t
usable on openSUSE 11.4 and later

Tue Dec 7 13:00:00 2010 mhruseckyAATTsuse.cz
- updated to MariaDB 5.2.4

* Release notes:
http://kb.askmonty.org/v/mariadb-524-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-524-changelog

Wed Nov 10 13:00:00 2010 mhruseckyAATTsuse.cz
- updated to MariaDB 5.2.3

* Release notes:
http://kb.askmonty.org/v/mariadb-523-release-notes

* Changelog:
http://kb.askmonty.org/v/mariadb-523-changelog

Thu Oct 21 14:00:00 2010 mhruseckyAATTsuse.cz
- fixed building on Mandriva

Mon Oct 18 14:00:00 2010 mhruseckyAATTsuse.cz
- rewritten spec file
- build and install parts are in separate file now
- patches in the archive
- contains more documentation
- contains tags
- adding/removing patches just at in one configuration file

Wed Sep 29 14:00:00 2010 mhruseckyAATTsuse.cz
- updated to MariaDB 5.1.50
- based on MySQL 5.1.50 maintenance update
- changelog:
http://kb.askmonty.org/v/mariadb-5150-changelog
- release notes:
http://kb.askmonty.org/v/mariadb-5150-release-notes
- fixed init script to work on SELinux machines (bnc#635645)

Thu Aug 12 14:00:00 2010 mhruseckyAATTsuse.cz
- updated to MariaDB 5.1.49
- based on MySQL 5.1.49 maintenance update
- changelog:
http://kb.askmonty.org/v/mariadb-5149-changelog
- release notes:
http://kb.askmonty.org/v/mariadb-5149-release-notes

Wed Jun 2 14:00:00 2010 mhruseckyAATTsuse.cz
- updated to MariaDB 5.1.47
- based on MySQL 5.1.47 maintenance update
- changelog:
http://askmonty.org/wiki/Manual:MariaDB_5.1.47_Changelog
- release notes:
http://askmonty.org/wiki/Manual:MariaDB_5.1.47_Release_Notes

Wed May 26 14:00:00 2010 mhruseckyAATTsuse.cz
- Fixed build for Fedora12

Tue May 25 14:00:00 2010 mhruseckyAATTsuse.cz
- updated to MariaDB 5.1.44b
- important security related update
- changelog:
http://askmonty.org/wiki/Manual:MariaDB_5.1.44b_Release_Notes
- not obsoleting mysql, to make sure mysql gets replaced by
mysql-community-server by default

Mon Apr 26 14:00:00 2010 mhruseckyAATTsuse.cz
- packaging MariaDB shared libraries to be used by client and tools

Wed Apr 7 14:00:00 2010 mhruseckyAATTsuse.cz
- updated to MariaDB 5.1.44
- changelog:
http://askmonty.org/wiki/index.php/Manual:MariaDB_5.1.44_Changelog
- release notes:
http://askmonty.org/wiki/index.php/Manual:MariaDB_5.1.44_Release_Notes

Wed Mar 17 13:00:00 2010 mhruseckyAATTsuse.cz
- adapted to MariaDB 5.1.42
- changelog:
http://askmonty.org/wiki/index.php/Manual:MariaDB_5.1.42_Changelog
- release notes:
http://askmonty.org/wiki/index.php/Manual:MariaDB_5.1.42_Release_Notes

Mon Mar 8 13:00:00 2010 mhruseckyAATTsuse.cz
- updated to 5.1.44, see
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-43.html
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-44.html
- splitting out shared libmysqld shared library (quick dirty way)
- preparing spec file to be more general and easily adjustable to
other MySQL flavours

Sat Jan 9 13:00:00 2010 mhruseckyAATTsuse.cz
- updated to 5.1.42, see
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-42.html
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-41.html
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-40.html
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-39.html
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-38.html
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-37.html

Tue Dec 15 13:00:00 2009 jengelhAATTmedozas.de
- add baselibs.conf as a source

Tue Dec 1 13:00:00 2009 mhruseckyAATTsuse.cz
- removing compatibility symlink
- intended for 11.2 but never get there
- fixing various security issues (bnc#557669)
- upstream #47320 - checking server certificates (CVE-2009-4028)
- upstream #48291 - error handling in subqueries (CVE-2009-4019)
- upstream #47780 - preserving null_value flag in GeomFromWKB()
(CVE-2009-4019)
- upstream #39277 - symlink behaviour fixed (CVE-2008-7247)
- upstream #32167 - symlink behaviour refixed (CVE-2009-4030)

Wed Nov 11 13:00:00 2009 mhruseckyAATTsuse.cz
- making pid file readable by everybody
- fixing \'rcmysql status\' for non-root

Thu Oct 29 13:00:00 2009 mhruseckyAATTsuse.cz
- adding /var/lib/mysql/mysql.sock symlink for compatibility with
applications for older versions
- using kill instead of killproc as killproc matches by default all
running MySQL instances (even KDE ones)
- checking for log consistency in rc script instead of post of spec
as it makes more sense

Fri Oct 16 14:00:00 2009 adrianAATTsuse.de
- fix PreRequires or mysql package can\'t be used in build enviroment
- do not fail on usermod call in %pre as specified

Mon Oct 12 14:00:00 2009 cooloAATTnovell.com
- fix prereq for usermod

Mon Oct 5 14:00:00 2009 mhruseckyAATTsuse.cz
- fixed my.cnf rights (bnc#539249)
- fixed restart on update (bnc#520876)

Tue Sep 15 14:00:00 2009 mhruseckyAATTsuse.cz
- Few better formulations in README.SuSE (bnc#539243)

Tue Aug 25 14:00:00 2009 mhruseckyAATTsuse.cz
- Refixing bnc#420313 so mysql_config will return better values

Wed Aug 12 14:00:00 2009 mhruseckyAATTsuse.cz
- Using configure option to enforce pthreads rwlocks on s390 instead
of sed substitution

Tue Jul 28 14:00:00 2009 mhruseckyAATTsuse.cz
- Applying upstream patch for upstream bug#43594
(hotcopy will ignore log tables) (bnc#525325)
- Not using bmove512 as it may slow things down
(see upstream bug#19975)

Mon Jul 27 14:00:00 2009 mhruseckyAATTsuse.cz
- Applying upstream patch for upstream bug#36259
\'Optimizing with ORDER BY\'

Fri Jul 24 14:00:00 2009 dmuellerAATTsuse.de
- fix baselibs.conf (bnc#525065)

Tue Jul 7 14:00:00 2009 mhruseckyAATTsuse.cz
- updated to 5.1.36, see
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-36.html

Fri Jun 26 14:00:00 2009 mhruseckyAATTsuse.cz
- fixed rcmysql status

Tue Jun 23 14:00:00 2009 mhruseckyAATTsuse.cz
- extra escaping in rc script just to be sure
- creating parent directories for logs when they don\'t exists
- rc script didn\'t always exited when it should
- checking for incompatible databases in way it can be logged

Fri Jun 19 14:00:00 2009 mhruseckyAATTsuse.cz
- actualized README.SuSE

Tue Jun 16 14:00:00 2009 mhruseckyAATTsuse.cz
- updated to 5.1.35, see
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-35.html
- fixed some tests

Mon Jun 8 14:00:00 2009 mhruseckyAATTsuse.cz
- putting all log files to subdirectory in /var/log

Mon Jun 1 14:00:00 2009 mhruseckyAATTsuse.cz
- moving socket back to /var/lib/mysql for people with old distributions

Sat May 2 14:00:00 2009 chrisAATTcomputersalat.de
- fdupes fix for fedora

Fri May 1 14:00:00 2009 chrisAATTcomputersalat.de
- beautify spec file
o some if\'s to get Fedora, Centos build
- to minimize effort for admins
o with-charset=utf8
o with-collation=utf8_unicode_ci

Thu Apr 30 14:00:00 2009 mhruseckyAATTsuse.cz
- adding upgrade log

Tue Apr 28 14:00:00 2009 mhruseckyAATTsuse.cz
- fixed update so only one at the time is allowed

Fri Apr 24 14:00:00 2009 mhruseckyAATTsuse.cz
- updated to 5.1.34, see
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-34.html
- added README.SuSE with notes about version 5.1
- fixed migration problem from 5.0.X regarding moved pidfile

Fri Apr 10 14:00:00 2009 mhruseckyAATTsuse.cz
- Fixed SSL support on 64-bit machines

Tue Apr 7 14:00:00 2009 mhruseckyAATTsuse.cz
- Merging with development version of MySQL 5.1
- following changes were committed since
Mon Oct 1 19:55:46 CEST 2007 when package development was
branched

* Fri Apr 3 16:05:02 CEST 2009 - mhruseckyAATTsuse.cz
- better fix for rc status
- my_safe_process moved to %_bindir

* Thu Apr 2 18:41:08 CEST 2009 - mhruseckyAATTsuse.cz
- updated to 5.1.33, see
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-33.html
- fixed path dependent build of scripts

* Tue Mar 17 19:10:09 CET 2009 - mhruseckyAATTsuse.cz
- localstatedir is back to /var/lib/mysql as it is used as
default value for datadir
- fixed upgrade using datadir

* Tue Mar 17 18:23:35 CET 2009 - mhruseckyAATTsuse.cz
- mysql_install_db now uses group option too
- log file migrated to /var/log

* Thu Mar 12 18:07:24 CET 2009 - mhruseckyAATTsuse.cz
- Fixing mysql-test so it can be installed in
/usr/share/mysql-test

* Mon Mar 9 20:17:32 CET 2009 - mhruseckyAATTsuse.cz
- Adjusting suse-test-run as there is no longer mysql-Max
package

* Fri Mar 6 15:59:40 CET 2009 - mhruseckyAATTsuse.cz
- updated to 5.1.32, see
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-32.html
- mysql-5.1.31-test-allowed-packets.patch no longer needed
as it was fixed upstream

* Tue Mar 3 19:53:11 CET 2009 - mhruseckyAATTsuse.cz
- moving tmp and socket/pidfiles directories to the better
location

* Mon Mar 2 14:40:19 CET 2009 - mhruseckyAATTsuse.cz
- dropping mysql-storage-plugins package (now part of mysql
base package)

* Fri Feb 27 16:04:57 CET 2009 - mhruseckyAATTsuse.cz
- fixed main.variables-big test

* Thu Feb 26 17:48:51 CET 2009 - mhruseckyAATTsuse.cz
- fixed federated plugin to avoid versioning
- fixed main.mysqlbinlog_row_big test
- fixed dependencies and other things because of dropped
mysql-Max

* Mon Feb 23 17:28:38 CET 2009 - mhruseckyAATTsuse.cz
- updated to 5.1.31, see
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-31.html

* mysql-5.1.30-test-daemon-sbin.patch no longer needed as
something better was accepted upstream

* mysql-openssl-test.patch is already in upstream too

* Mon Feb 23 15:25:22 CET 2009 - mhruseckyAATTsuse.cz
- dropping unused rc.mysql file
- fixed status detection

* Fri Feb 20 15:06:22 CET 2009 - mhruseckyAATTsuse.cz
- innodb support compiled as a static part of MySQL
- getting rid of sysconfig

* Tue Jan 20 18:39:38 CET 2009 - mhruseckyAATTsuse.cz
- automatic plugins loading

* Mon Jan 5 18:34:40 CET 2009 - mhruseckyAATTsuse.cz
- init script checks for relative paths (bnc#463586)

* Mon Dec 8 17:27:29 CET 2008 - mhruseckyAATTsuse.cz
- updated to 5.1.30, see
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-28.html
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-29.html
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-30.html
- indentation in rc scripts fixed (bnc#435519)
- more comments and minor fixes in spec file
- using symlinks for mysql-test-run and mtr as these are the
same files and they needs some patching
- fixed some of the automatic tests
- dropping some patches which are no longer used

* Thu Sep 25 12:05:46 CEST 2008 - mmarekAATTsuse.cz
- merged init script changes from the 5.0 package

* Wed Jul 30 14:57:46 CEST 2008 - mmarekAATTsuse.cz
- updated to 5.1.26-rc, see
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-26.html

* Fri Jul 4 12:58:41 CEST 2008 - mmarekAATTsuse.cz
- updated to 5.1.25-rc, for changes see
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-24.html
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-25.html

* Fri Mar 14 14:19:36 CET 2008 - mmarekAATTsuse.cz
- fixed mysqld_multi.patch (bnc#371000)

* Fri Mar 14 13:31:01 CET 2008 - mmarekAATTsuse.cz
- add \'user = mysql\' to mysqld_multi example groups

* Fri Mar 14 09:06:11 CET 2008 - mmarekAATTsuse.cz
- dropped README.SUSE (bnc#357634)
- moved mysql_upgrade to the server package (bnc#366820)

* Thu Mar 13 17:29:32 CET 2008 - mmarekAATTsuse.cz
- adjusted license tags

* Wed Mar 12 18:48:52 CET 2008 - mmarekAATTsuse.cz
- finally convert err-log to log-error in my.cnf

* Wed Mar 12 17:58:03 CET 2008 - mmarekAATTsuse.cz
- shortened the comment in sysconfig.mysql, a detailed
description or HOWTO can be added to a README (created a
draft)

* Wed Mar 12 16:03:16 CET 2008 - mmarekAATTsuse.cz
- don\'t preinstall /var/lib/mysql-databases, create datadirs
in mysqld_multi on first startup insteal

* Tue Mar 11 13:38:33 CET 2008 - mmarekAATTsuse.cz
- updated to 5.1.23-rc

* fixes CVE-2007-5970

* for other changes see
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-23.html

* Tue Feb 12 12:00:00 CET 2008 - richardAATTradoeka.nl
- Added multi database support by
o updating /etc/init.d/mysql, it has now 2 legs the existing
one to start a single database, and a new one to start and
stop multiple database.
o Added a sysconfig variable
o Added a directory /var/lib/mysql-databases to hold
databases,
o Updated /etc/my.cnf with some examples database
configurations

* Fri Nov 9 15:51:08 CET 2007 - mmarekAATTsuse.cz
- removed the sles9 workaround that\'s not needed anymore and
breaks sles9 builds instead

* Wed Oct 10 22:30:44 CEST 2007 - mmarekAATTsuse.cz
- merged the standard and Max server packages
- example, csv and federated storage engines are packaged in
mysql-storage-plugins
- build the NDB cluster:

* mysql-ndb-storage

* mysql-ndb-management

* mysql-ndb-tools

* mysql-ndb-extra
- removed libmysqlclient static libraries and .la files
- moved libmysqlclient and libmysqld to %%_libdir, %%_libdir/mysql
will only be used for the server plugins

* Mon Oct 1 19:55:46 CEST 2007 - mmarekAATTsuse.cz
- initial 5.1 packaging (5.1.22-rc)

* ported the 5.0 spec file to make it build at least

* highlights from the \"What\'s New\" list
(http://dev.mysql.com/doc/refman/5.1/en/mysql-nutshell.html):
- table partitioning
- plugin API
- event scheduler
- basic XML functions (ExtractValue() and UpdateXML())
- mysqlslap load emulator

Sun Mar 29 14:00:00 2009 crrodriguezAATTsuse.de
- configure flag --with-pic is not really used for libmysqld.a
restore -fPIC in CFLAGS

Tue Mar 3 13:00:00 2009 crrodriguezAATTsuse.de
- use --disable-static, note that this will only
remove static libraries that have shared counterparts, those
in static form only remain available as usual (saves around 6MB)
- remove \"la\" files


 
ICM