1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
|
mysql-defaults (1.1.0) unstable; urgency=medium
* Change Debian defaults to MariaDB 10.11 (which no longer
has versioned binary package names and thus this change
will probably stay as-is for years to come)
* Add brackets to paths in overrides to match Lintian v2.115 requirements
* Bump Standards-Version to 4.6.1.0, no changes needed
-- Otto Kekäläinen <otto@debian.org> Sun, 15 Jan 2023 21:18:37 -0800
mysql-defaults (1.0.8) unstable; urgency=medium
* Change Debian defaults to MariaDB 10.6 (Closes: #1004229)
-- Otto Kekäläinen <otto@debian.org> Mon, 31 Jan 2022 12:19:10 -0800
mysql-defaults (1.0.7) unstable; urgency=medium
* Set Ubuntu defaults to the mysql-8.0 family.
* Do not build default-libmysqld-dev on Ubuntu.
* Switch to debhelper-compat (= 13).
* Set Rules-Requires-Root: no.
* Bump Standards-Version to 4.5.1, no changes needed.
-- Andreas Beckmann <anbe@debian.org> Mon, 08 Feb 2021 22:46:21 +0100
mysql-defaults (1.0.6) unstable; urgency=medium
* Change Debian defaults to MariaDB 10.5 as it is now available
in both Debian unstable and Debian testing
-- Otto Kekäläinen <otto@debian.org> Sat, 05 Dec 2020 18:35:44 +0200
mysql-defaults (1.0.5ubuntu1) eoan; urgency=medium
* Bump MySQL to 8.0.
-- Robie Basak <robie.basak@ubuntu.com> Mon, 12 Aug 2019 02:29:20 +0100
mysql-defaults (1.0.5) unstable; urgency=medium
[ Andreas Beckmann ]
* Switch Vcs-* URLs to salsa.debian.org.
* Use dpkg makefile snippets instead of manual changelog parsing.
* Sync debian/copyright with the current dh-make template.
* Switch to debhelper compat level 11.
* Bump Standards-Version to 4.1.4, no changes needed.
[ Otto Kekäläinen ]
* Change Debian dependencies to MariaDB 10.3 series now available in unstable
-- Otto Kekäläinen <otto@debian.org> Tue, 25 Dec 2018 13:57:14 +0200
mysql-defaults (1.0.4) unstable; urgency=medium
* Add frozen mode common documentation.
* Add copyright statement for files in doc/*
-- Robie Basak <robie.basak@ubuntu.com> Fri, 12 Jan 2018 09:43:13 +0000
mysql-defaults (1.0.3) unstable; urgency=medium
[ Andreas Beckmann ]
* default-mysql-server: Add Breaks against the transitional mysql-server
package in stretch to reduce future upgrade problems.
* Use substvars for the defaults and dpkg-vendor to distinguish between
Debian and Ubuntu at build time.
* Set Ubuntu defaults to the mysql-5.7 family.
* Bump Standards-Version to 4.0.0, no changes needed.
[ Pino Toscano ]
* Add default-libmysqld-dev package. (Closes: #852102)
-- Andreas Beckmann <anbe@debian.org> Wed, 28 Jun 2017 13:12:15 +0200
mysql-defaults (1.0.2) unstable; urgency=medium
[ Andreas Beckmann ]
* Do not install alternatives pointing to conffiles that were removed by the
local admin (Closes: #844048)
[ Otto Kekäläinen ]
* Update the versioned dependencies from MariaDB 10.0 to 10.1 now when
MariaDB 10.1 has entered Debian unstable and testing (Closes: #850147)
-- Otto Kekäläinen <otto@debian.org> Sun, 15 Jan 2017 21:46:13 +0200
mysql-defaults (1.0.1) unstable; urgency=low
[ Helmut Grohne ]
* Switch default-libmysqlclient-dev to Architecture: any. (Closes: #842454)
-- Otto Kekäläinen <otto@debian.org> Thu, 10 Nov 2016 22:22:16 +0200
mysql-defaults (1.0.0) unstable; urgency=low
[ Andreas Beckmann ]
* fix the branch in the Vcs-Git URL
[ Otto Kekäläinen ]
* Upload to unstable
-- Otto Kekäläinen <otto@debian.org> Mon, 15 Aug 2016 21:10:41 +0300
mysql-defaults (1.0.0~exp1) experimental; urgency=low
[ Otto Kekäläinen ]
* Initial upload to Debian. This package provides a mysql-common package
that is independent on it's own without the server source packages.
This source package also generates the default-mysql-* metapackages
that have been created to meet the requirements set by the release team.
The package will be first tested in experimental so that any potential
regressions have minimal impact.
.
The mysql-common package replaces the one provided from mysql-5.6/5.7
source package. In the future mysql-common will be provided only from this
source package.
[ Andreas Beckmann ]
* Move mysql-common from src:mysql-5.7 to a separate source package.
* Provide default-mysql-{client,server}{,-core} metapackages corresponding
to virtual-mysql-*. These depend on the respective mariadb-10.0 packages.
[ Robie Basak ]
* Add default-libmysqlclient-dev package
-- Otto Kekäläinen <otto@debian.org> Sat, 09 Jul 2016 00:57:48 +0300
|