Changelog for
mariadb-errormessages-10.2.13-2.1.noarch.rpm :
* Tue Feb 27 2018 rsalevskyAATTsuse.com- add mariadb-10.2.14-xtrabackup-v2.patch (bsc#1083087)
* Wed Feb 14 2018 kstreitovaAATTsuse.com- update to 10.2.13 GA
* notable changes
* InnoDB updated to 5.7.21
* Galera wsrep library updated to 25.3.23
* MDEV-13869 - MariaDB slow start
* MDEV-14611 - ALTER TABLE EXCHANGE PARTITION does not work properly when used with DATA DIRECTORY
* MDEV-15249 - Crash in MVCC read after IMPORT TABLESPACE
* Foreign key bugs:
* MDEV-15199 - Referential integrity broken in ON DELETE CASCADE/MDEV-14222 Unnecessary \'cascade\' memory allocation for every updated row
* MDEV-15219 - FOREIGN KEY CASCADE or SET NULL operations will not resume after lock wait
* MDEV-15042 - INSERT ON DUPLICATE KEY UPDATE produces error 1032 (Can\'t find record)
* MDEV-13205 - InnoDB: Failing assertion: !dict_index_is_online_ddl(index) upon ALTER TABLE
* MDEV-14958 - Merge new release of InnoDB MySQL 5.7.21 to 10.2
* MDEV-15165 - InnoDB purge for index on virtual column is trying to access an incomplete record
* MDEV-15143 - InnoDB: Rollback of trx with id 0 completed
* MDEV-11415 - Remove excessive undo logging during ALTER TABLE…ALGORITHM=COPY
* MDEV-15016 - multiple page cleaner threads use a lot of CPU
* MDEV-14941 - Timeouts on persistent statistics tables caused by MDEV-14511
* MDEV-14985 - innodb_undo_log_truncate may be blocked if transactions were recovered at startup
* MDEV-14441 - InnoDB hangs when setting innodb_adaptive_hash_index=OFF during UPDATE
* MDEV-14887 - On a 32-bit system, MariaDB 10.2 mishandles data file sizes exceeding 4GiB
* fixes for the following security vulnerabilities:
* CVE-2018-2562, CVE-2018-2622, CVE-2018-2640, CVE-2018-2665, CVE-2018-2668, CVE-2018-2612
* release notes and changelog: https://mariadb.com/kb/en/library/mariadb-10213-release-notes/ https://mariadb.com/kb/en/library/mariadb-10213-changelog/
* fixes [bsc#1058729] and [bsc#1068906]- refresh mariadb-10.2.10-disable_openssl_compatibility_check.patch- refresh mariadb-10.2.3-group.patch
* Mon Feb 12 2018 dmuellerAATTsuse.com- add dependency on which for galera scripts
* Fri Jan 19 2018 kstreitovaAATTsuse.com- change owner of mysql-test directory from root to mysql. It also fixes sys_vars.secure_file_priv running under mysql user (e.g. if ít\'s started via suse-test-run script) that needs to be able to create a test file there during its run [bsc#1012075]
* Fri Jan 05 2018 kstreitovaAATTsuse.com- update to 10.2.12 GA
* release notes and changelog: https://mariadb.com/kb/en/library/mariadb-10212-release-notes/ https://mariadb.com/kb/en/library/mariadb-10212-changelog/- remove mysql-community-server-5.5.6-safe-process-in-bin.patch becuase this moving is done in the specfile- get rid of the archive with patches (remove mysql-patches.tar.xz and series files), handle patches in the standard way mysql-community-server-5.1.45-multi-configuration.patch mariadb-10.2.4-logrotate.patch mariadb-5.5.28-install_db-quiet.patch mariadb-10.1.1-mysqld_multi-features.patch mariadb-5.2.3-cnf.patch mariadb-10.2.3-group.patch mariadb-10.1.12-deharcode-libdir.patch mariadb-10.0.15-logrotate-su.patch mariadb-10.2.4-fortify-and-O.patch mariadb-10.2.8-systemd-cmake.patch mariadb-10.2.3-mysql_install_db-mariadb_dirs.patch mariadb-10.2.9-galera_cnf.patch mariadb-10.2.10-disable_openssl_compatibility_check.patch- add comments to the section with removing unused files (based on https://lists.launchpad.net/maria-developers/msg11028.html)- put rm statements together- install the new upstream systemd-tmpfiles configuration file \'tmpfiles.conf\' and rename it to \'mariadb.conf\' in order to follow the manual- remove the new upstream systemd-sysusers configuration file as we handle creating of mysql user in the specfile- mysql.service: remove calling of the wait function and let systemd to do this job. Switch from \'Type=simple\' to \'Type=notify\' and add TimeoutSec=300- rename unit files from mysql to mariadb and add mysql alias for the backward compatibility [bsc#1067443]
* mysql.service -> mariadb.service
* mysql.target -> mariadb.target
* mysqlAATT.service -> mariadbAATT.service- remove configuration-tweaks.tar.xz and move configuration to my.ini/my.cnf file (omit default_plugins.cnf as all configuration here was commented out)- add a numeric prefix for galera.cnf file in order to allow users to speficy in which order the configs will be loaded within the my.cnf.d directory [bsc#1055268]- add \'bind-address = 127.0.0.1\' as a default option to my.cnf file for security reasons (disable MariaDB to listen for TCP/IP connections by default) [bsc#1058374]- update my.cnf file and add a section with SSL configuration [bsc#1058374]
* Tue Jan 02 2018 kstreitovaAATTsuse.com- switch from deprecated \'net-tools\' to \'iproute2\' for mariadb-galera subpackage. This dependency switch is sufficient for making wsrep_sst_rsync.sh script to use \'ip\' instead of \'ifconfig\' command
* Thu Dec 21 2017 dimstarAATTopensuse.org- Do not manually delete %{_localstatedir}/adm/update-messages/%{name}-%{version}-%{release}-something: The file is listed as ghost and thus properly owned by the package.- Use %tmpfiles_create which can cope with transactional updates.
* Thu Nov 30 2017 kstreitovaAATTsuse.com- update to 10.2.11 GA
* release notes and changelog:
* https://mariadb.com/kb/en/library/mariadb-10211-release-notes/
* https://mariadb.com/kb/en/library/mariadb-10211-changelog/- pack additional mroonga/groonga files- change default charset to utf8mb4 for full Unicode support [fate#324329]- remove mariadb-10.2.10-wsrep_sst_common.patch as it\'s no longer needed
* Wed Nov 29 2017 rhaferAATTsuse.de- Added mariadb-10.2.10-wsrep_sst_common.patch (bsc#1069401). Upstream bug: https://jira.mariadb.org/browse/MDEV-14256
* Wed Nov 29 2017 vcizekAATTsuse.com- Disable openssl compatibility checking
* the check uses CRYPTO_set_mem_functions() to set debugging memory allocation function. The setting only succeeds if no allocation was done before. Our fips self-tests, which are run from the library constructor, however, do allocate memory, so the subsequent call to CRYPTO_set_mem_functions causes the compatibility check to fail
* add mariadb-10.2.10-disable_openssl_compatibility_check.patch
* Tue Oct 31 2017 kstreitovaAATTsuse.com- update to 10.2.10 GA
* release notes and changelogs https://downloads.mariadb.org/mariadb/+releases/
* fixes for the following security vulnerabilities
* 10.2.10: CVE-2017-10378, CVE-2017-10268, CVE-2017-15365
* 10.2.8: CVE-2017-3636, CVE-2017-3641, CVE-2017-3653, CVE-2017-10320, CVE-2017-10365, CVE-2017-10379, CVE-2017-10384, CVE-2017-10286, CVE-2017-3257
* 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
* [bsc#1042632], [bsc#1043328], [bsc#1019948], [fate#323738]- 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- add mariadb-10.2.10.tar.gz.sig signature and mariadb.keyring files- start building without client library part, use mariadb-connector-c for getting libmariadb libraries. Remove libmysclient
* packages- remove baselibs.conf because we no longer build client libraries here- update %{soname} to 19 (libmysqld soname)- change \'=\' to \'>=\' in Requires:mariadb-errormessages for libmysqld%{soname}. Versioned libraries shouldn\'t require regular packages with \'=\'. It also causes problems during update (Problem: libmysqld18-10.1.25-3.1.x86_64 requires mariadb-errormessages = 10.1.25, but this requirement cannot be provided). Also add \"Provides: mariadb-errormessages = 10.1.25\" for errormessages subpackage that solves this problem for the current update.- pack new files, remove mysql specific files- remove README.SUSE as it was outdated- package cleaning
* run spec-cleaner
* renumber sources
* reorganize subpackages order and update summaries, descriptions and groups
* tweak and add some comments to the specfile
* remove warning about mysql-packaging repository that is no longer used for this package
* remove checks whether we build mysql or mariadb (we build mariadb only)- add galera subpackage
* add missing \"Requires:\" (lsof, net-tools, rsync, socat, xtrabackup) for proper wsrep scripts functionality
* add mariadb-10.2.9-galera_cnf.patch that enhances galera.cnf configuration file (add wsrep_on=OFF and set the location of the wsrep library)
* rename README-wsrep to README.wsrep so it corresponds with the other README names
* move galera_new_cluster, galera_recovery, use_galera_new_cluster.conf, wsrep_
* scripts to the galera subpackage- remove the following macros definitions:
* %{_tmpfilesdir} - it\'s been 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 controls the 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 (enable mroonga build for x86_64 archs only)- rename %{with_jemalloc} to %{with_tokudb} and enable tokudb for x86_64 architectures for openSUSE and SLE15 [fate#323280]. Don\'t enable it for SLE12 (missing jemalloc dependency)- add the following BuildRequires:
* unixODBC-devel to allow ODBC support for Connect engine [bsc#1039034]
* krb5-devel to build auth_gssapi.so plugin
* libarchive-devel
* use libboost_headers-devel instead of boost-devel for TW. Boost package has been split up and will migrate to using multibuild. This results in packages that unnecessarily build require boost-devel to cause major bottlenecks [bsc#1062583]- do not use \"BuildRequires: lzo-devel\" for i586 and arm because it makes build fail- add the following Requires:
* hostname - as mariadb_install_db depends on this tool [bsc#1060110]
* libaio-devel for libmysqld-devel because libmysqld depends on libaio- 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\" and \"-DWITH_MARIABACKUP=ON\"
* remove -DWITH_BOOST=../boost/ as we use system boost now- enable OQGRAPH to build (openSUSE only, SLE is missing Judy requirement)- disable Cassandra storage engine build as it\'s no longer actively being developed (See MDEV-4695) [bsc#1055165]
* Remove \"BuildRequires: libthrift-devel\" and %{with_cassandra} macros 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 the fix is in progress)
* adjust mysql-test-run options to skip tests listed there [bsc#1041891]- remove mytop utility that is packaged separately- remove
*.jar files from mysql-test- remove python scripts remains from tokudb upstream- remove generating of the MySQL NDB Cluster filelists- remove removing of manpages for MySQL Carrier Grade Edition- provide a symlink for the 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- README is now README.md- fix \"file listed twice\" build error
* Tue Oct 31 2017 vcizekAATTsuse.com- Also Require: libopenssl-1_0_0-devel from the libmysqlclient-devel package
* Thu Oct 26 2017 bwiedemannAATTsuse.com- Drop INFO_BIN from package because it is not needed and differs for every build (boo#1047218)
* Tue Sep 19 2017 vcizekAATTsuse.com- Explicitly require libopenssl-1_0_0-devel, to successfully build once we switch openssl to 1.1 (bsc#1042632)
* Mon Jul 10 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 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 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 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 03 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 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 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 02 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 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 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 05 2016 dmuellerAATTsuse.com- fix constraints conditions for 32bit architectures
* Tue Feb 02 2016 kstreitovaAATTsuse.com- fix information leak via mysql-systemd-helper script [CVE-2015-5969], [bnc#957174]
* Mon Nov 30 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 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 2015 tchvatalAATTsuse.com- Sync to git state, fixes bnc#937754 too
* Tue Jul 07 2015 tchvatalAATTsuse.com- Sync to git state fixing few triv issues
* Fri Jun 26 2015 tchvatalAATTsuse.com- Enable testsuite
* Thu Jun 25 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 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 2015 michal.hruseckyAATTopensuse.org- fix parent directory has insecure permissions error
* Tue Apr 14 2015 michal.hruseckyAATTopensuse.org- disable optional features for mariadb
* still possible to use them from mariadb_100 package
* Mon Mar 23 2015 dvaleevAATTsuse.com- Adjust _constraints. 11GB is not enough for ppc64 builds, increase to 13GB
* Wed Mar 11 2015 sweet_f_aAATTgmx.de- fix build for openSUSE 13.2 ppc bnc#921955
* Tue Mar 03 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 02 2015 mgorseAATTsuse.com- README.SuSE is now README.SUSE; fix name in some places.
* Fri Jan 23 2015 xrigouAATTotenet.gr- Fix undefined initial status in systemd script (boo #914370)
* Mon Jan 12 2015 xrigouAATTotenet.gr- Fix include dir in alternative cnf files (bnc #859345)
* Sat Dec 06 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 09 2014 Led
- fix bashism in posttrans script
* Thu Oct 09 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 2014 michal.hruseckyAATTopensuse.org- some CentOS/Fedora compatibility
* Wed Sep 24 2014 michal.hruseckyAATTopensuse.org- systemd not depending on SUSE version anymore- fixing build on distributions with %docdir != %datadir/doc/%name
* Fri Sep 19 2014 michal.hruseckyAATTopensuse.org- Get rid of error during update
* Tue Sep 16 2014 michal.hruseckyAATTopensuse.org- Little polishing of rc script
* Wed Sep 03 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 2014 michal.hruseckyAATTopensuse.org- fix privileges as a last step of upgrade
* Mon Aug 18 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 02 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 2014 cooloAATTsuse.com- switch from buildrequire systemd to pkgconfig(systemd) to avoid cycles
* Fri May 23 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 2014 cooloAATTsuse.com- use %_rundir if available
* Wed Nov 13 2013 klaussfreireAATTgmail.com- Fix perl shebangs
* Wed Nov 13 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 2013 bbrunnerAATTsuse.com- bnc#841709: Added libmysqlclient18 as requirement for libmysqlclient_r18
* Thu Sep 19 2013 mhruseckyAATTsuse.com- comment out old settings dir if it doesn\'t exist
* Wed Sep 18 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 09 2013 mhruseckyAATTsuse.cz- better version detection- drop /etc/mysql dir, use upstream /etc/my.cfn.d only
* Thu Aug 22 2013 crrodriguezAATTopensuse.org- Build with -DOPENSSL_LOAD_CONF so mariadb respects and load the system\'s openSSL configuration.
* Wed Aug 21 2013 mhruseckyAATTsuse.cz- fix includedir in configuration file
* Sat Aug 17 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 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 2013 mhruseckyAATTsuse.cz- merge latest packaging fixes
* better handling of libdir
* more cautious upgrades
* Wed Aug 07 2013 roAATTsuse.de- add patch for lib64 on s390x mysql-patches/mariadb-5.5.24-s390x-libdir.patch
* Tue Jul 30 2013 mhruseckyAATTsuse.cz- get rid of info which is not info (bnc#747811)- minor polishing of spec/installation
* Fri Jul 26 2013 mhruseckyAATTsuse.cz- fix ownership of logdir (bnc#763150)
* Thu Jul 25 2013 mhruseckyAATTsuse.cz- avoiding file conflicts with mytop
* Tue Jul 23 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 06 2013 mhruseckyAATTsuse.com- enable support for libaio (bnc#796164)- better rights for logdir (bnc#789263)
* Wed Jun 05 2013 mhruseckyAATTsuse.com- Moving directory with configuration to upstream default (/etc/mysql -> /etc/my.cnf.d)
* Wed Jun 05 2013 mhruseckyAATTsuse.com- New default config file
* Fri May 24 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 2013 mhruseckyAATTsuse.cz- little cleanup of systemd
* Tue Mar 26 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 2013 tpaszkowskiAATTsuse.com- systemd awareness for openSUSE >= 12.1
* Sun Mar 03 2013 schwabAATTsuse.de- Add aarch64 to the list of lib64 platforms
* Sun Feb 03 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 2013 meissnerAATTsuse.com- require the errormessage rpm in libmysqld too for embedded usage like in AmaRoK.
* Thu Jan 17 2013 mhruseckyAATTsuse.cz- making MariaDB default
* Fri Jan 04 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 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 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 02 2012 mhruseckyAATTsuse.com- fixed path for messages from previous commit
* Mon Jun 25 2012 mhruseckyAATTsuse.cz- splitted out error messages and put them into diferent directory
* Sat Jun 23 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 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 09 2012 xgpubAATTtellas.gr- move the dialog.so client plugin to the client library package
* Wed Apr 25 2012 dvaleevAATTsuse.com- fix plugin libdir on ppc64
* Sun Apr 15 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 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 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 2012 mhruseckyAATTsuse.cz- updated license to conform new policy
* Mon Jan 30 2012 mhruseckyAATTsuse.cz- adding /ush/share/aclocal in files- renaming
*-debug package to
*-debug-version to avoid conflicts
* Mon Jan 30 2012 mhruseckyAATTsuse.cz- adding missing buildrequires (fixes build for factory)
* Thu Dec 08 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 2011 cooloAATTsuse.com- add libtool as buildrequire to avoid implicit dependency
* Wed Nov 02 2011 bkutilAATTsuse.com- Fix pretrans script in spec file to use RPM embedded LUA.
* Tue Oct 18 2011 mhruseckyAATTsuse.cz- re-adding static mysql user id
* Sun Oct 02 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 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 2011 mhruseckyAATTsuse.cz- not building embedded server as we don\'t ship it anyway and it adds some unresolvable dependencies
* Wed Jul 27 2011 mhruseckyAATTsuse.cz- requiring %{version} and not %{srv_vers} - dependencies are resolvable now
* Sat Jul 16 2011 crrodriguezAATTopensuse.org- Fix strict-aliasing warnings- allow using the \"pool of threads\" feature that requires libevent
* Wed Jun 22 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 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 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 2011 mhruseckyAATTsuse.cz- fixed init script to - work with SELinux (bnc#635645) - allow running as different user/group - create TMPDIR correctly
* Wed Feb 23 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 07 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 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 2010 mhruseckyAATTsuse.cz- fixed building on Mandriva
* Mon Oct 18 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 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 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 02 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 2010 mhruseckyAATTsuse.cz- Fixed build for Fedora12
* Tue May 25 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 2010 mhruseckyAATTsuse.cz- packaging MariaDB shared libraries to be used by client and tools
* Wed Apr 07 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 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 08 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 09 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 2009 jengelhAATTmedozas.de- add baselibs.conf as a source
* Tue Dec 01 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 2009 mhruseckyAATTsuse.cz- making pid file readable by everybody- fixing \'rcmysql status\' for non-root
* Thu Oct 29 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 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 2009 cooloAATTnovell.com- fix prereq for usermod
* Mon Oct 05 2009 mhruseckyAATTsuse.cz- fixed my.cnf rights (bnc#539249)- fixed restart on update (bnc#520876)
* Tue Sep 15 2009 mhruseckyAATTsuse.cz- Few better formulations in README.SuSE (bnc#539243)
* Tue Aug 25 2009 mhruseckyAATTsuse.cz- Refixing bnc#420313 so mysql_config will return better values
* Wed Aug 12 2009 mhruseckyAATTsuse.cz- Using configure option to enforce pthreads rwlocks on s390 instead of sed substitution
* Tue Jul 28 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 2009 mhruseckyAATTsuse.cz- Applying upstream patch for upstream bug#36259 \'Optimizing with ORDER BY\'
* Fri Jul 24 2009 dmuellerAATTsuse.de- fix baselibs.conf (bnc#525065)
* Tue Jul 07 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 2009 mhruseckyAATTsuse.cz- fixed rcmysql status
* Tue Jun 23 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 2009 mhruseckyAATTsuse.cz- actualized README.SuSE
* Tue Jun 16 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 08 2009 mhruseckyAATTsuse.cz- putting all log files to subdirectory in /var/log
* Mon Jun 01 2009 mhruseckyAATTsuse.cz- moving socket back to /var/lib/mysql for people with old distributions
* Sat May 02 2009 chrisAATTcomputersalat.de- fdupes fix for fedora
* Fri May 01 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 2009 mhruseckyAATTsuse.cz- adding upgrade log
* Tue Apr 28 2009 mhruseckyAATTsuse.cz- fixed update so only one at the time is allowed
* Fri Apr 24 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 2009 mhruseckyAATTsuse.cz- Fixed SSL support on 64-bit machines
* Tue Apr 07 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 2009 crrodriguezAATTsuse.de- configure flag --with-pic is not really used for libmysqld.a restore -fPIC in CFLAGS
* Tue Mar 03 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