~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): James Page, Akhil Mohan, Bjoern Boschman
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-0vst0nnto99pc2su
Tags: 5.6.15-0ubuntu1
[ Akhil Mohan ]
* added libmysqlclient.so link to libmysqlclient18.1-dev package
* revisited patches in d/patches/series; removed extra patches not needed
* some patches were modified to handle 5.6 issues
* mysql-server-5.6 and mysql-client-5.6 now depend on mysql-common (>= 5.5)
* mysql-server-5.6 now provides only virtual-mysql-server
* mysql-client-5.6 now provides only virtual-mysql-client
* MySQL 5.6 now contains mysql-common-5.6 which is only suggested
* moved mysql-common/etc/mysql/my.cnf to
    mysql-common-5.6/usr/share/mysql/my.cnf
* MySQL 5.6 now gives libmysqlclient18.1, libmysqlclient18.1-dev,
    libmysqld-5.6-dev and libmysqld-5.6-pic
* libmysqlclient18.1-dev, libmysqld-5.6-dev and libmysqld-5.6-pic packages
    conflict with their respective counterparts from MySQL 5.5
* link traversal for libmysqlclient is
    libmysqlclient.so (contained in libmysqclient18.1-dev)  ->
    libmysqlclient.so.18 (contained in libmysqclient18.1)   ->
    libmysqlclient.so.18.1 (contained in libmysqclient18.1) ->
    libmysqlclient.so.18.1.0 (contained in libmysqclient18.1)
* Placeholder packages mysql-server, mysql-client, mysql-testsuite 
  have been discontinued
* d/rules, d/control removed gcc-4.4 dependency and disable X86 assembly in
  taocrypt.
  - Cherry-pick from Debian svn r2231 with thanks to Clint Byrum.
* changed mirror to download source tar
* replaced mysql_install_db script with small shell script to create
  root accounts. This avoids creating anonymous users which were
  security concern.
* Docs/mysql.info has been removed in the mysql 5.6.15 source
* removed debian/repack.* and 'DFSG and repacking' section in
  debian/README.source because repack not needed
* dropped '+dfsg' from version in changelog since there is no repack
* simplified debian/watch since there is no repack
* removed redundant *_r* links to mysql client library in libmysqlclient18
  and libmysqlclient-dev packages
* updated debian/control to allow mysql-*-5.6 packages upgrade/ replace
  an existing installation of mysql-*-5.5 packages
* modified debian/rules to use system zlib library, install additional
  man pages and remove execute bit on few test and result files
* added patches to fix link path in man page mysql_client_test_embedded.1
  and mysqltest_embedded.1
* added man page for mysql_config_pic at debian/additions/mysql_config_pic.1
* added man page for mysql_embedded at debian/additions/mysql_embedded.1
* moved libmysqlcient.so link from libmysqlclient18 to libmysqlclient-dev
  based on lintian warning non-dev-pkg-with-shlib-symlink
* moved mysql_client_test_embedded binary from mysql-testsuite-5.6 
  package to mysql-client-5.6 package
* moved mysql_config_editor.1 man page to mysql-client-5.6 package
* moved mysql_embedded from mysql-testsuite-5.6 package to mysql-client-5.6
  package
* moved mysqltest_embedded binary from mysql-testsuite-5.6
  package to mysql-server-5.6 package
* removed absolute path for mysql_install_db script in mysql-server-5.6
  postinst script based on lintian warning

[ Bjoern Boschman ]
* Initial release of mysql-5.6 package.
* mysql_install_db is now a perl script. Do not run it with bash.
* added innodb_data_file_path to my.cnf for mysql-5.1 => mysql-5.6 upgrade
  path.
* added multiarch support 
* do not include .a files within libmysqlclient18

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mysql-5.6 (5.6.15-0ubuntu1) trusty; urgency=low
 
2
 
 
3
  [ Akhil Mohan ]
 
4
  * added libmysqlclient.so link to libmysqlclient18.1-dev package
 
5
  * revisited patches in d/patches/series; removed extra patches not needed
 
6
  * some patches were modified to handle 5.6 issues
 
7
  * mysql-server-5.6 and mysql-client-5.6 now depend on mysql-common (>= 5.5)
 
8
  * mysql-server-5.6 now provides only virtual-mysql-server
 
9
  * mysql-client-5.6 now provides only virtual-mysql-client
 
10
  * MySQL 5.6 now contains mysql-common-5.6 which is only suggested
 
11
  * moved mysql-common/etc/mysql/my.cnf to
 
12
      mysql-common-5.6/usr/share/mysql/my.cnf
 
13
  * MySQL 5.6 now gives libmysqlclient18.1, libmysqlclient18.1-dev,
 
14
      libmysqld-5.6-dev and libmysqld-5.6-pic
 
15
  * libmysqlclient18.1-dev, libmysqld-5.6-dev and libmysqld-5.6-pic packages
 
16
      conflict with their respective counterparts from MySQL 5.5
 
17
  * link traversal for libmysqlclient is
 
18
      libmysqlclient.so (contained in libmysqclient18.1-dev)  ->
 
19
      libmysqlclient.so.18 (contained in libmysqclient18.1)   ->
 
20
      libmysqlclient.so.18.1 (contained in libmysqclient18.1) ->
 
21
      libmysqlclient.so.18.1.0 (contained in libmysqclient18.1)
 
22
  * Placeholder packages mysql-server, mysql-client, mysql-testsuite 
 
23
    have been discontinued
 
24
  * d/rules, d/control removed gcc-4.4 dependency and disable X86 assembly in
 
25
    taocrypt.
 
26
    - Cherry-pick from Debian svn r2231 with thanks to Clint Byrum.
 
27
  * changed mirror to download source tar
 
28
  * replaced mysql_install_db script with small shell script to create
 
29
    root accounts. This avoids creating anonymous users which were
 
30
    security concern.
 
31
  * Docs/mysql.info has been removed in the mysql 5.6.15 source
 
32
  * removed debian/repack.* and 'DFSG and repacking' section in
 
33
    debian/README.source because repack not needed
 
34
  * dropped '+dfsg' from version in changelog since there is no repack
 
35
  * simplified debian/watch since there is no repack
 
36
  * removed redundant *_r* links to mysql client library in libmysqlclient18
 
37
    and libmysqlclient-dev packages
 
38
  * updated debian/control to allow mysql-*-5.6 packages upgrade/ replace
 
39
    an existing installation of mysql-*-5.5 packages
 
40
  * modified debian/rules to use system zlib library, install additional
 
41
    man pages and remove execute bit on few test and result files
 
42
  * added patches to fix link path in man page mysql_client_test_embedded.1
 
43
    and mysqltest_embedded.1
 
44
  * added man page for mysql_config_pic at debian/additions/mysql_config_pic.1
 
45
  * added man page for mysql_embedded at debian/additions/mysql_embedded.1
 
46
  * moved libmysqlcient.so link from libmysqlclient18 to libmysqlclient-dev
 
47
    based on lintian warning non-dev-pkg-with-shlib-symlink
 
48
  * moved mysql_client_test_embedded binary from mysql-testsuite-5.6 
 
49
    package to mysql-client-5.6 package
 
50
  * moved mysql_config_editor.1 man page to mysql-client-5.6 package
 
51
  * moved mysql_embedded from mysql-testsuite-5.6 package to mysql-client-5.6
 
52
    package
 
53
  * moved mysqltest_embedded binary from mysql-testsuite-5.6
 
54
    package to mysql-server-5.6 package
 
55
  * removed absolute path for mysql_install_db script in mysql-server-5.6
 
56
    postinst script based on lintian warning
 
57
 
 
58
  [ Bjoern Boschman ]
 
59
  * Initial release of mysql-5.6 package.
 
60
  * mysql_install_db is now a perl script. Do not run it with bash.
 
61
  * added innodb_data_file_path to my.cnf for mysql-5.1 => mysql-5.6 upgrade
 
62
    path.
 
63
  * added multiarch support 
 
64
  * do not include .a files within libmysqlclient18
 
65
 
 
66
 -- James Page <james.page@ubuntu.com>  Wed, 12 Feb 2014 11:54:27 +0000
 
67
 
 
68
mysql-5.5 (5.5.25+dfsg-2) quantal; urgency=low
 
69
 
 
70
  [ Nicholas Bamber ]
 
71
  * Made DFSG repacking mechanism independent of local installs and improved
 
72
    the documentation
 
73
  * Setting the gcc/g++ version to 4.4 on i386 platforms (Closes: #674267)
 
74
    but see #678252 for follow up from upstream
 
75
  * Danish debconf translation (Closes: #599483)
 
76
  * Spanish debconf translation (Closes: #679053)
 
77
 
 
78
  [ Bjoern Boschman ]
 
79
  * mysqld_safe is now running as User 'mysql' (Closes: 664639)
 
80
  * logrotate now handles all /var/log/mysql/*log files
 
81
 
 
82
 -- Bjoern Boschman <bjoern.boschman@nfon.net>  Wed, 09 Jan 2013 11:15:29 +0100
 
83
 
 
84
mysql-5.5 (5.5.25+dfsg-1) experimental; urgency=low
 
85
 
 
86
  * Fixing regular expression in tests to guard against build path containing
 
87
    the '+' symbol (Closes: #674210)
 
88
  * Setting the gcc/g++ version to 4.5 on i386 platforms (cf. #674267)
 
89
  * Removed main_openssl_1 patch
 
90
  * Set SYSTEM_TYPE according to GNU Build System
 
91
  * In an effort to get a better handle on test coverage, made test failures
 
92
    on kfreebsd-i386 fatal and re-enabled full tests on hurd, skipped certain
 
93
    tests on kfreebsd and changed disabled tests to selectively skipped tests
 
94
  * Updated French translation (Closes: #674025)
 
95
  * Updated Dutch translation (Closes: #674124)
 
96
  * Updated Russian translation (Closes: #674189)
 
97
  * Updated Portuguese translation (Closes: #674953)
 
98
  * Updated Swedish translation (Closes: #675108)
 
99
  * Updated German translation (Closes: #675766)
 
100
  * Migrated libmysqlclient-dev, mysql-client-5.5, mysql-server-core-5.5
 
101
    and mysql-server-5.5 off dh_movefiles
 
102
  * Removed dh_movefiles override
 
103
  * Rewrote libmysqlclient_r linking stuff to generate
 
104
    ephemeral dh_link files so that the hack is more comprehensible
 
105
  * Stopped attempts to install non-existent files for libmysqlclient-dev
 
106
    and mysql-server-5.5
 
107
  * Added --fail-missing to dh_install to catch executables not being installed
 
108
  * Distributed unused resources amongst packages appropriately
 
109
  * Added fixes to mop up various permissions issues in auto-install rule
 
110
  * Enhanced documentation around the source package and the reasons for it
 
111
    being arch:any
 
112
  * Removed source cruft: debian/additions/*.1 (apart from mysqlreport.1)
 
113
  * Restored zlib1g-dev build dependency pending further investigation
 
114
  * Removed the numerical prefix from the patch files
 
115
  * Applied fix-mysqldump-test.patch from Ubuntu
 
116
  * Applied mysql-testsuite and mysql-client-core-5.5 package definitions
 
117
    from Ubuntu
 
118
  * Located and installed upstream changelog
 
119
  * Removed doxygen-latex, ghostscript as build dependency
 
120
    as these were needed only for the NDB docs
 
121
  * Added lintian overrides
 
122
    - spelling false positive: yuR
 
123
    - long lines in man pages that cannot be reformatted
 
124
    - missing symbols file (cf. #590905)
 
125
  * Added patch for hyphen/minus sign confusion
 
126
  * Dropped mailx to Suggests clause (Closes: #535496)
 
127
  * New upstream source
 
128
  * Refreshed patches
 
129
  * Standardized debian/watch and get-orig-source and made DFSG exclusion
 
130
    of Docs/mysql.info explicit (Closes: #673528)
 
131
  * Revert having libssl-dev as a build dependency and changed
 
132
    WITH_SSL option to 'bundled' from 'yes' (Closes: #590905)
 
133
    and (Closes: #673865)
 
134
  * Added patch to libmysql/CMakeLists.txt to restore symbol versioning
 
135
    and bumped dependency in shlibs (Closes: #660686)
 
136
  * Ensured that /etc/mysql/conf.d is installed as part of mysql-common
 
137
    so that client programs work without a co-located server (Closes: #672359)
 
138
  * Added versioned dependency on initscripts and revert /var/run
 
139
    to /run change (Closes: #676560)
 
140
 
 
141
 -- Nicholas Bamber <nicholas@periapt.co.uk>  Wed, 13 Jun 2012 16:09:54 +0100
 
142
 
 
143
mysql-5.5 (5.5.23-2) unstable; urgency=low
 
144
 
 
145
  * Stopped overriding the -j build parameter (Closes: #512964)
 
146
  * Stopped testing for /proc filesystem. It is no longer used
 
147
    for determining the number of CPUs.
 
148
  * Removed unnecessary build dependencies:
 
149
    - procps as it is required by cmake, cf. #96768
 
150
    - zlib1g newer version required by cmake
 
151
    - libtool obsoleted by cmake
 
152
    - file required by debhelper
 
153
  * Migrated libmysqld-dev, libmysqld-pic, libmysqlclient18 to using
 
154
    dh_install rather than dh_movefiles
 
155
  * Changed /var/run to /run as required by Debian Policy 3.9.3 (9.1.1)
 
156
  * Raised standards version to 3.9.3
 
157
  * Moved '-e' from shebang line to explicit 'set -e' as requested by lintian
 
158
  * Restored ha_example.so to mysql-server-5.5 but added Breaks/Replaces
 
159
    clauses (cf. LP: #912487) and (Closes: #666721)
 
160
  * Added additional Breaks/Replaces clauses for other clashes:
 
161
    - mysql-server-5.5 overwrites perror from mysql-client-5.1
 
162
    - mysql-server-core-5.5 overwrites my_print_defaults from mysql-client-5.1
 
163
 
 
164
 -- Nicholas Bamber <nicholas@periapt.co.uk>  Tue, 08 May 2012 05:59:09 +0100
 
165
 
 
166
mysql-5.5 (5.5.23-1) experimental; urgency=low
 
167
 
 
168
  * Added patch to test suite to accept socket paths less than 40
 
169
    characters long (Closes: #540153)
 
170
  * Disabled some more tests including some reported by Olaf van der Speck
 
171
  * Removed ha_example.so from mysql-server-5.5 install (Closes: #666721)
 
172
  * New upstream release: unspecified security issues CVE-2012-1697,
 
173
    CVE-2012-1696 
 
174
  * Added patch to correct spelling mistakes: preceeding -> preceding
 
175
 
 
176
 -- Nicholas Bamber <nicholas@periapt.co.uk>  Thu, 03 May 2012 18:03:34 +0100
 
177
 
 
178
mysql-5.5 (5.5.20-1) experimental; urgency=low
 
179
 
 
180
  [ Guillaume Plessis ]
 
181
  * d/rules: Enabling ARCHIVE, BLACKHOLE, and FEDERATED engines.
 
182
    (Closes: #649484)
 
183
  * d/rules: Turn off embedded libedit/readline.(Closes: #659566)
 
184
 
 
185
  [ Clint Byrum ]
 
186
  * New Upstream Release
 
187
  * d/copyright: rearranging to have standalone license paragraphs
 
188
    silencing lintian complaints about missing paragraphs.
 
189
  * d/mysql-client-5.5.files: add mysql_plugin
 
190
  * d/rules, d/control: 5.5.20 Fixes segfault on tests with gcc 4.6,
 
191
    change compiler back to system default.
 
192
  * Sync changes back from Ubuntu:
 
193
      * d/control: need to also break mysql-client-core-5.1 and
 
194
        mysql-server-core-5.1 as well so that apt knows not to
 
195
        remove mysql-server/mysql-client.
 
196
      * d/control: convert mysql-server back to a meta-package
 
197
      * d/control: convert mysql-client back to a meta-package as well.
 
198
      * d/patches/72_fix_standalone_tests.patch: fix testsuite so it
 
199
        will run all tests when run from system /usr/lib/mysql-testsuite
 
200
        directory.
 
201
        5.1 is removed from the archive.
 
202
      * d/control: mysql-common includes configuration items that only
 
203
        work on mysql 5.5, so adding Breaks: for client and server 5.1.
 
204
        This will make mysql-server-5.1 and mysql-client-5.1 
 
205
        uninstallable which is actually desired.
 
206
      * d/patches/71_disable_rpl_tests.patch: disables this test until
 
207
        Ubuntu bug #894146 can be triaged.
 
208
      * d/mysql-client-5.5.files: add missing mysql_plugin
 
209
      * d/libmysqlcient18.files,libmysqlclient-dev.files,d/rules: re-add
 
210
        libmysqlclient_r. In hindsight, removing it was not a productive
 
211
        change.
 
212
      * d/libmysqlclient-dev.files: ship entire contents of include dir,
 
213
        some of these files are included internally by others in the 
 
214
        main dir.
 
215
      * d/patches/70_mysql_va_list.patch: cherry pick patch from
 
216
        upstream bug tracker to fix ARM build failure. (LP: #700982)
 
217
 
 
218
  [ Nicholas Bamber ]
 
219
  * Added myself to Uploaders
 
220
  * Added libssl-dev as a build dependency and patched main.openssl_1 test
 
221
    so that it works with that library (Closes: #660799)
 
222
  * Added patch to provide cmake options for GNU/Hurd (Closes: #651002)
 
223
    and tweaked debian/rules so that only 'make test' is run on Hurd.
 
224
  * Tweaked debian/rules to make build logs verbose (Closes: #651003)
 
225
  * Refreshed patches - and added a new patch to disable a further flurry
 
226
    of failing tests
 
227
  * Switched on native AIO in linux builds (Closes: #659565)
 
228
  * Numerous minor changes to improve lintian cleanliness (Closes: #663354)
 
229
    - Added dh_lintian lines to debian/rules to ensure that lintian
 
230
      overrides take effect and removed old commented out lines
 
231
    - Clarified Hurd procps dependency in debian/control
 
232
    - Rewrote short description of the libmysqld-pic package to be more accurate
 
233
    - Depersonalised long description of mysql-client
 
234
    - Removed dependencies relating to mysql-common-4.1
 
235
    - Tightened Breaks clauses for mysql-common
 
236
    - Removed duplicate entry from Replaces clauses for mysql-server-core-5.5
 
237
    - Rexpressed Conflicts clause as versioned dependency
 
238
      for mysql-testsuite-5.5
 
239
    - Added DEP-5 header fields to two patches
 
240
    - Refreshed and commented all lintian overrides and added override
 
241
      concerning lack of upstream changelog to all packages
 
242
    - Cleaned up debian/copyright
 
243
      * upgraded to latest version of DEP-5
 
244
      * encoding issues
 
245
      * out of date FSF address
 
246
      * Updated License short name from "PD" to "public-domain"
 
247
  * Converted to short form debhelper rules
 
248
    - Renamed stamp files to end in '-stamp' so that they are cleaned up
 
249
      automatically by dh_clean
 
250
    - Removed commented out lines
 
251
    - Removed obsolete -DINSTALL_LIBDIR clause from pic build
 
252
    - Overrode dh_auto_install so that the rules only run once
 
253
    - Migrated mysql-source, mysql-testsuite, mysql-common from
 
254
    dh_movefiles to dh_install
 
255
 
 
256
 -- Nicholas Bamber <nicholas@periapt.co.uk>  Sat, 28 Apr 2012 15:02:16 +0100
 
257
 
 
258
mysql-5.5 (5.5.17-4) experimental; urgency=low
 
259
 
 
260
  * d/control: Pre-Depend on multiarch-support and misc:Pre-Depends.
 
261
    also bump debhelper Build-Dep for multiarch.
 
262
    d/compat: raise to 9 for multiarch support.
 
263
 
 
264
 -- Clint Byrum <clint@ubuntu.com>  Thu, 17 Nov 2011 17:38:19 -0800
 
265
 
 
266
mysql-5.5 (5.5.17-3) experimental; urgency=low
 
267
 
 
268
  [Clint Byrum]
 
269
  * d/control: setting Multi-Arch fields where appropriate.
 
270
 
 
271
  [Norbert Tretkowski]
 
272
  * Add Clint Byrum to Uploaders.
 
273
 
 
274
 -- Clint Byrum <clint@ubuntu.com>  Thu, 17 Nov 2011 14:36:50 -0800
 
275
 
 
276
mysql-5.5 (5.5.17-2) experimental; urgency=low
 
277
 
 
278
  * d/rules, d/control: Build with gcc 4.5 to avoid
 
279
    gcc 4.6 compile problems (see Debian bug number 630471)
 
280
  * d/rules, d/libmysqlclient*.files: changes to support
 
281
    multiarch.
 
282
  * d/libmysqlclient18.files, d/libmysqlclient-dev.files: install
 
283
    symlinks to dev libraries properly and remove libmysqlclient_r
 
284
    since it is no longer needed. libmysqlclient is now perfectly
 
285
    thread safe. This will cause FTBFS but can be corrected by simply
 
286
    removing _r, and avoids uncomfortable problem of trying to properly
 
287
    mangle libmysqlclient_r symlinks to libmysqlclient.so.
 
288
 
 
289
 -- Clint Byrum <clint@ubuntu.com>  Wed, 09 Nov 2011 23:27:36 -0800
 
290
 
 
291
mysql-5.5 (5.5.17-1) experimental; urgency=low
 
292
 
 
293
  [Norbert Tretkowski]
 
294
  * New upstream release.
 
295
  * Fix empty libmysqld-pic package.
 
296
  * Run dh_apparmor on Ubuntu only.
 
297
 
 
298
  [Clint Byrum]
 
299
  * Rewrote debian/copyright file from scratch.
 
300
 
 
301
 -- Clint Byrum <clint@ubuntu.com>  Tue, 08 Nov 2011 11:31:13 -0800
 
302
 
 
303
mysql-5.5 (5.5.13-1) experimental; urgency=low
 
304
 
 
305
  [Clint Byrum]
 
306
  * New upstream major release. Changing source name to mysql-5.5.
 
307
    (closes: #609592, #637274)
 
308
  * Dropping usr/lib/libmysqlclient*.la as they are no longer built
 
309
    by the cmake build, and are not necessary for linking properly.
 
310
  * Removing obsolete automake and dpatch build deps.
 
311
  * Converted source format to 3.0 (quilt).
 
312
  * debian/patches: Converted to quilt, and removed all except disable
 
313
    long filename check to allow building on sbuild/chroots.
 
314
  * Renamed packages with -5.1 suffix to -5.5.
 
315
  * Renaming mysql-testsuite to mysql-testsuite-5.5.
 
316
  * Dropping unneeded docs files.
 
317
  * Dropping libmysqlclient16-dev as transition is complete.
 
318
  * Bumping libmysqlclient to v18 for new SONAME.
 
319
 
 
320
  [Norbert Tretkowski]
 
321
  * Update my.cnf to use --lc-messages-dir instead --language.
 
322
 
 
323
 -- Norbert Tretkowski <norbert@tretkowski.de>  Thu, 23 Jun 2011 10:25:33 +0200
 
324
 
 
325
mysql-5.1 (5.1.58-1) unstable; urgency=low
 
326
 
 
327
  * New upstream release.
 
328
 
 
329
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sun, 17 Jul 2011 17:26:27 +0200
 
330
 
 
331
mysql-5.1 (5.1.57-3) unstable; urgency=low
 
332
 
 
333
  * Really fix syntax warning in preinst. (closes: #630672)
 
334
 
 
335
 -- Norbert Tretkowski <norbert@tretkowski.de>  Tue, 21 Jun 2011 10:33:25 +0200
 
336
 
 
337
mysql-5.1 (5.1.57-2) unstable; urgency=low
 
338
 
 
339
  * Acknowledge NMUs. (closes: #614044)
 
340
  * Fix syntax warning in preinst. (closes: #630672)
 
341
 
 
342
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sat, 18 Jun 2011 19:28:35 +0200
 
343
 
 
344
mysql-5.1 (5.1.57-1.3) unstable; urgency=high
 
345
 
 
346
  * Non-maintainer upload.
 
347
  * Use correct DEB_HOST_GNU_TYPE and not DEB_HOST_BUILD_TYPE.
 
348
 
 
349
 -- Ondřej Surý <ondrej@debian.org>  Mon, 13 Jun 2011 17:02:50 +0200
 
350
 
 
351
mysql-5.1 (5.1.57-1.2) unstable; urgency=high
 
352
 
 
353
  * Non-maintainer upload.
 
354
  * Prefix gcc-4.5 and g++-4.5 with DEB_BUILD_GNU_TYPE to fix FTBFS on
 
355
    ia64, s390 and maybe more.
 
356
 
 
357
 -- Ondřej Surý <ondrej@debian.org>  Mon, 13 Jun 2011 13:20:37 +0200
 
358
 
 
359
mysql-5.1 (5.1.57-1.1) unstable; urgency=high
 
360
 
 
361
  * Non-maintainer upload (with permission of maintainer).
 
362
  * Build with gcc-4.5 (Closes: #614044)
 
363
  * Revert: "Build with -O2 instead -O3, MySQL seems not yet ready for -
 
364
    O3 when using gcc-4.6." since we are building with gcc-4.5.
 
365
 
 
366
 -- Ondřej Surý <ondrej@debian.org>  Mon, 13 Jun 2011 08:51:51 +0200
 
367
 
 
368
mysql-5.1 (5.1.57-1) unstable; urgency=medium
 
369
 
 
370
  * Bump libmysqlclient16 shlibs to 5.1.50-1 as it introduced a new symbol.
 
371
    (closes: #617240)
 
372
  * Build with -O2 instead -O3, MySQL seems not yet ready for -O3 when using
 
373
    gcc-4.6. (closes: #614044)
 
374
  * Ignore errors in testsuite run on ia64.
 
375
 
 
376
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sat, 14 May 2011 14:56:13 +0200
 
377
 
 
378
mysql-5.1 (5.1.56-1) unstable; urgency=low
 
379
 
 
380
  * New upstream release.
 
381
  * Replace doxygen and texlive-latex-base build-deps with doxygen-latex.
 
382
    (closes: #616270)
 
383
 
 
384
 -- Norbert Tretkowski <norbert@tretkowski.de>  Tue, 08 Mar 2011 20:59:41 +0100
 
385
 
 
386
mysql-5.1 (5.1.55-1) unstable; urgency=low
 
387
 
 
388
  * New upstream release.
 
389
 
 
390
 -- Norbert Tretkowski <norbert@tretkowski.de>  Tue, 08 Feb 2011 12:56:42 +0100
 
391
 
 
392
mysql-5.1 (5.1.54-2) unstable; urgency=low
 
393
 
 
394
  * Upload to unstable.
 
395
  * Add mysql-source-5.1 package, patch from Clint Byrum. (closes: #611965)
 
396
  * Update debconf translations:
 
397
    - Dutch, from Eric Spreen. (closes: #605590)
 
398
    - Slovak, from Slavko. (closes: #608885)
 
399
  * Fix minor grammar infelicity in debian-start script. (closes: #582955)
 
400
 
 
401
 -- Norbert Tretkowski <norbert@tretkowski.de>  Fri, 04 Feb 2011 16:28:08 +0100
 
402
 
 
403
mysql-5.1 (5.1.54-1) experimental; urgency=low
 
404
 
 
405
  * New upstream release.
 
406
 
 
407
 -- Norbert Tretkowski <norbert@tretkowski.de>  Fri, 17 Dec 2010 06:06:18 +0100
 
408
 
 
409
mysql-5.1 (5.1.53-1) experimental; urgency=low
 
410
 
 
411
  * New upstream release.
 
412
 
 
413
 -- Norbert Tretkowski <norbert@tretkowski.de>  Wed, 01 Dec 2010 12:41:28 +0100
 
414
 
 
415
mysql-5.1 (5.1.51-1) experimental; urgency=low
 
416
 
 
417
   * New upstream release.
 
418
 
 
419
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sat, 02 Oct 2010 16:18:30 +0200
 
420
 
 
421
mysql-5.1 (5.1.50-1) experimental; urgency=low
 
422
 
 
423
   * New upstream release.
 
424
 
 
425
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sun, 12 Sep 2010 20:13:25 +0200 
 
426
 
 
427
mysql-5.1 (5.1.49-3) unstable; urgency=high
 
428
 
 
429
  * SECURITY UPDATE: denial of service via incorrect propagation of type
 
430
    errors.
 
431
    - debian/patches/61_CVE-2010-3833.dpatch: properly check for execution
 
432
      errors in sql/item_func.cc. Add tests to mysql-test/*.
 
433
    - CVE-2010-3833
 
434
  * SECURITY UPDATE: denial of service via derived table materializing.
 
435
    - debian/patches/61_CVE-2010-3834.dpatch: handle temporary tables in
 
436
      sql/field.cc, sql/sql_select.*. Add tests to mysql-test/*.
 
437
    - CVE-2010-3834
 
438
  * SECURITY UPDATE: denial of service via user-variable assignment
 
439
    expression.
 
440
    - debian/patches/61_CVE-2010-3835.dpatch: fix logic in sql/item_func.*,
 
441
      Add tests to mysql-test/*.
 
442
    - CVE-2010-3835
 
443
  * SECURITY UPDATE: denial of service via pre-evaluation of LIKE
 
444
    predicates during view preparation.
 
445
    - debian/patches/61_CVE-2010-3836.dpatch: make sure we're not in view
 
446
      preparation mode in sql/item_cmpfunc.cc. Add tests to mysql-test/*.
 
447
    - CVE-2010-3836
 
448
  * SECURITY UPDATE: denial of service via use of GROUP_CONCAT() and
 
449
    WITH ROLLUP together.
 
450
    - debian/patches/61_CVE-2010-3837.dpatch: create a copy of the order
 
451
      structures in sql/item_sum.cc, sql/table.h. Add tests to
 
452
      mysql-test/*.
 
453
    - CVE-2010-3837
 
454
  * SECURITY UPDATE: denial of service via longblob and union or update
 
455
    with subquery.
 
456
    - debian/patches/61_CVE-2010-3838.dpatch: handle REAL_RESULT in
 
457
      sql/item_func.cc. Add tests to mysql-test/*.
 
458
    - CVE-2010-3838
 
459
  * SECURITY UPDATE: denial of service via certain queries with nested
 
460
    joins.
 
461
    - debian/patches/61_CVE-2010-3839.dpatch: fix nesting in
 
462
      sql/sql_select.cc. Add tests to mysql-test/*.
 
463
    - CVE-2010-3839
 
464
  * SECURITY UPDATE: denial of service via PolyFromWKB() function and
 
465
    improper data.
 
466
    - debian/patches/61_CVE-2010-3840.dpatch: improve data handling in
 
467
      sql/spatial.cc. Add tests to mysql-test/*.
 
468
    - CVE-2010-3840
 
469
 
 
470
  * Patches and changelog entries taken from Ubuntu. (closes: #599937)
 
471
  * Import and ACK NMU 5.1.49-2.1. (closes: #595120, #601152)
 
472
 
 
473
 -- Norbert Tretkowski <norbert@tretkowski.de>  Tue, 30 Nov 2010 09:20:33 +0100
 
474
 
 
475
mysql-5.1 (5.1.49-2.1) unstable; urgency=high
 
476
 
 
477
  * Non-maintainer upload.
 
478
  * debian/mysql-server-5.1.mysql.init: Remove $named from
 
479
    Should-Start/Should-Stop (closes: #595120).
 
480
    Thanks for Clint Byrum <clint@ubuntu.com> patch.
 
481
  * Update Portuguese translation (closes: #601152).
 
482
    Thanks for Miguel Figueiredo <elmig@debianpt.org> patch.
 
483
 
 
484
 -- Xavier Oswald <xoswald@debian.org>  Sat, 27 Nov 2010 17:43:13 +0100
 
485
 
 
486
mysql-5.1 (5.1.49-2) unstable; urgency=low
 
487
 
 
488
  * Check for server binary before executing any script. (closes: #583611)
 
489
  * Move my_print_defaults and perror from mysql-server-5.1 to mysql-client-5.1
 
490
    package. (closes: #591373)
 
491
  * Update debconf translations:
 
492
    - Spanish, from Javier Fernández-Sanguino. (closes: #592171)
 
493
    - Galician, from Jorge Barreiro. (closes: #592813)
 
494
    - Arabic, from Ossama Khayat. (closes: #596169, #600884)
 
495
    - Czech, from Miroslav Kure. (closes: #598339)
 
496
    - Danish, from Joe Dalton. (closes: #599483)
 
497
    - Portuguese, from Rui Branco. (closes: #599759)
 
498
    - Catalan, from Jordi Mallach. (closes: #601098)
 
499
  * Add patch 99_fix_testsuite_for_installed_env.dpatch from Ubuntu to fix
 
500
    mysql-testsuite to work with the installation location.
 
501
  * Add README.source file to make lintian happy.
 
502
  * Update Standards-Version to 3.9.1, no changes required.
 
503
 
 
504
 -- Norbert Tretkowski <norbert@tretkowski.de>  Wed, 27 Oct 2010 14:41:19 +0200
 
505
 
 
506
mysql-5.1 (5.1.49-1) unstable; urgency=low
 
507
 
 
508
  * New upstream release.
 
509
 
 
510
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sat, 31 Jul 2010 12:34:43 +0200
 
511
 
 
512
mysql-5.1 (5.1.48-1) unstable; urgency=low
 
513
 
 
514
  * New upstream release.
 
515
 
 
516
 -- Norbert Tretkowski <norbert@tretkowski.de>  Thu, 17 Jun 2010 22:38:56 +0200
 
517
 
 
518
mysql-5.1 (5.1.47-1) unstable; urgency=low
 
519
 
 
520
  * New upstream release. (closes: #582526)
 
521
  * Add patch to fix compile issue with embedded enabled.
 
522
 
 
523
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sat, 22 May 2010 08:59:41 +0200
 
524
 
 
525
mysql-5.1 (5.1.46-1) unstable; urgency=low
 
526
 
 
527
  * New upstream release.
 
528
 
 
529
 -- Norbert Tretkowski <norbert@tretkowski.de>  Tue, 11 May 2010 18:47:32 +0200
 
530
 
 
531
mysql-5.1 (5.1.45-3) unstable; urgency=low
 
532
 
 
533
  * Upload to unstable.
 
534
 
 
535
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sat, 10 Apr 2010 19:22:55 +0200
 
536
 
 
537
mysql-5.1 (5.1.45-2) experimental; urgency=low
 
538
 
 
539
  * Add mysql-server-core-5.1 package, containing the package and its manpage,
 
540
    to let packages like akonadi use the mysqld binary without using system
 
541
    databases. Thanks to Didier Raboud for the patch! (closes: #548419)
 
542
  * Add libterm-readkey-perl suggestion to mysql-client-5.1 package.
 
543
    (closes: #574505, #575769)
 
544
 
 
545
 -- Norbert Tretkowski <norbert@tretkowski.de>  Wed, 31 Mar 2010 11:36:25 +0200
 
546
 
 
547
mysql-5.1 (5.1.45-1) unstable; urgency=low
 
548
 
 
549
  * New upstream release.
 
550
  * Drop patch 10_readline_build_fix.dpatch.
 
551
  * Rename source package to mysql-5.1.
 
552
 
 
553
 -- Norbert Tretkowski <norbert@tretkowski.de>  Wed, 17 Mar 2010 14:56:02 +0100
 
554
 
 
555
mysql-dfsg-5.1 (5.1.44-3) unstable; urgency=low
 
556
 
 
557
  * Add patch that reinstates the reloading of character set data when a
 
558
    mysql_library_init() is done after a mysql_library_end().
 
559
    (closes: #569549, #569595)
 
560
 
 
561
 -- Norbert Tretkowski <norbert@tretkowski.de>  Mon, 01 Mar 2010 18:22:35 +0100
 
562
 
 
563
mysql-dfsg-5.1 (5.1.44-2) unstable; urgency=low
 
564
 
 
565
  * Disable innodb.innodb_information_schema test in testsuite run, it fails
 
566
    randomly on at least i386. (closes: #570693)
 
567
 
 
568
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sun, 21 Feb 2010 20:45:59 +0100
 
569
 
 
570
mysql-dfsg-5.1 (5.1.44-1) unstable; urgency=low
 
571
 
 
572
  * New upstream release.
 
573
 
 
574
 -- Norbert Tretkowski <norbert@tretkowski.de>  Thu, 18 Feb 2010 21:38:09 +0100
 
575
 
 
576
mysql-dfsg-5.1 (5.1.43-1) unstable; urgency=low
 
577
 
 
578
  * New upstream release.
 
579
  * Drop patches:
 
580
    + 11_binlog_wrong_offset.dpatch
 
581
    + 96_SECURITY_CVE-2009-4484.dpatch
 
582
  * Disable SSL related test in the testsuite until MySQL gets shipped with an
 
583
    updated SSL certificate.
 
584
  * Include symlinks for mysqlcheck manpages. (closes: #558760)
 
585
  * Fix some lintian warnings:
 
586
    + debian-news-entry-has-unknown-version
 
587
    + postinst-has-useless-call-to-ldconfig
 
588
    + postrm-has-useless-call-to-ldconfig
 
589
  * Bump Standards-Version to 3.8.4, no changes required.
 
590
 
 
591
 -- Norbert Tretkowski <norbert@tretkowski.de>  Mon, 01 Feb 2010 22:03:42 +0100
 
592
 
 
593
mysql-dfsg-5.1 (5.1.41-4) unstable; urgency=high
 
594
 
 
595
  * SECURITY:
 
596
    Fix for CVE-2009-4484: Copying name tags into an internal buffer from
 
597
    incoming stream we didn't check the buffer overflow. That may lead to
 
598
    memory overrun, crash etc.
 
599
  * Add -fno-strict-aliasing to $CFLAGS to get around testsuite errors when
 
600
    building with gcc 4.4.x. (closes: #554207)
 
601
 
 
602
 -- Norbert Tretkowski <norbert@tretkowski.de>  Mon, 18 Jan 2010 19:03:25 +0100
 
603
 
 
604
mysql-dfsg-5.1 (5.1.41-3) unstable; urgency=low
 
605
 
 
606
  * Let mysql-server-5.1 replace libmysqlclient-dev (>= 5.1.41-1) because of
 
607
    moved InnoDB plugin. (closes: #557806)
 
608
 
 
609
 -- Norbert Tretkowski <norbert@tretkowski.de>  Tue, 24 Nov 2009 19:20:36 +0100
 
610
 
 
611
mysql-dfsg-5.1 (5.1.41-2) unstable; urgency=low
 
612
 
 
613
  * Move InnoDB plugin into -server package.
 
614
  * Fix some lintian errors and warnings:
 
615
    + weak-library-dev-dependency
 
616
    + dir-or-file-in-var-run
 
617
    + command-with-path-in-maintainer-script
 
618
  * Ignore errors in testsuite run on s390.
 
619
 
 
620
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sat, 21 Nov 2009 13:37:17 +0100
 
621
 
 
622
mysql-dfsg-5.1 (5.1.41-1) unstable; urgency=medium
 
623
 
 
624
  * New upstream release.
 
625
  * Drop patch 60_zlib_innodb_workaround.dpatch, merged upstream.
 
626
  * Make $DATADIR readable/writeable only for user mysql. (closes: #555626)
 
627
  * Build with --without-readline to use system readline instead of bundled
 
628
    copy. (closes: #552003)
 
629
 
 
630
 -- Norbert Tretkowski <norbert@tretkowski.de>  Fri, 20 Nov 2009 17:35:42 +0100
 
631
 
 
632
mysql-dfsg-5.1 (5.1.40-1) unstable; urgency=low
 
633
 
 
634
  * New upstream release.
 
635
  * Set thread_stack size to 192K rather than 128K.
 
636
 
 
637
 -- Norbert Tretkowski <norbert@tretkowski.de>  Fri, 23 Oct 2009 19:12:45 +0200
 
638
 
 
639
mysql-dfsg-5.1 (5.1.39-1) unstable; urgency=low
 
640
 
 
641
  * New upstream release.
 
642
  * New patch 60_zlib_innodb_workaround.dpatch to fix an incompatibility
 
643
    between zlib and innodb during testsuite run.
 
644
  * Wait in the SIGHUP trap to avoid killing an existing mysqld process when a
 
645
    HUP signal is sent to mysqld_safe, patch based based on Mathias Gug's fix
 
646
    from 5.0 series. (closes: #545044)
 
647
  * Update debconf translations:
 
648
    - Japanese, from Hideki Yamane. (closes: #545329)
 
649
    - Swedish, from Martin Bagge. (closes: #545731)
 
650
  * Fix some options in my.cnf about log_file have their named changed, patch
 
651
    from Mathias Gug. (closes: #545761)
 
652
  * Do not upgrade if there is an ndb management node configured, patch from
 
653
    Mathias Gug. (closes: #545760)
 
654
  * Switch build-dependency from libreadline5-dev to libreadline-dev.
 
655
 
 
656
 -- Norbert Tretkowski <norbert@tretkowski.de>  Mon, 28 Sep 2009 17:41:51 +0200
 
657
 
 
658
mysql-dfsg-5.1 (5.1.37-2) unstable; urgency=low
 
659
 
 
660
  * Update debconf translations:
 
661
    - Swedish, from Martin Bagge. (closes: #539207)
 
662
    - Russian, from Yuri Kozlov. (closes: #540216)
 
663
    - French, from Christian Perrier. (closes: #540508)
 
664
    - Italian, from Luca Monducci. (closes: #541465)
 
665
    - German, from Thomas Mueller. (closes: #544477)
 
666
  * Handle DEB_BUILD_OPTIONS correctly, patch from Stephen Depooter.
 
667
    (closes: #523928)
 
668
  * Support ANSI mode in debian-start.inc.sh, patch from Mathias Gug.
 
669
    (closes: #534606)
 
670
  * Enable hardening. (closes: #542746)
 
671
  * Drop old_passwords option. (closes: #540366)
 
672
 
 
673
 -- Norbert Tretkowski <norbert@tretkowski.de>  Wed, 02 Sep 2009 20:26:59 +0200
 
674
 
 
675
mysql-dfsg-5.1 (5.1.37-1) unstable; urgency=low
 
676
 
 
677
  * New upstream release.
 
678
  * Drop empty transitional package libmysqlclient15-dev, and provide/replace
 
679
    it with libmysqlclient-dev. (closes: #538659)
 
680
  * Ignore errors in testsuite on all archs but amd64, i386, ia64 and s390.
 
681
    (closes: #539679)
 
682
  * Update debconf translations:
 
683
    - French, from Christian Perrier. (closes: #539703)
 
684
  * Fixed typo regarding log_type in my.cnf.
 
685
 
 
686
 -- Norbert Tretkowski <norbert@tretkowski.de>  Tue, 04 Aug 2009 19:25:45 +0200
 
687
 
 
688
mysql-dfsg-5.1 (5.1.36-5) unstable; urgency=low
 
689
 
 
690
  [ Christian Hammers ]
 
691
  * Applied debconf template patch from debian-l10n-english (thanks to
 
692
    Justin B Rye).
 
693
  * Added a missing misc:Depends to debian/control for lintian.
 
694
  * Fixes typo in initscript (thanks to Gaspar Lajos).
 
695
 
 
696
  [ Norbert Tretkowski ]
 
697
  * Ignore errors in testsuite run on mips. (closes: #539095)
 
698
  * Update debconf translations:
 
699
    - Basque, from Piarres Beobide. (closes: #539130)
 
700
    - Russian, from Yuri Kozlov. (closes: #539459)
 
701
 
 
702
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sat, 01 Aug 2009 11:13:55 +0200
 
703
 
 
704
mysql-dfsg-5.1 (5.1.36-4) unstable; urgency=low
 
705
 
 
706
  * dpkg-gensymbols caused a lot of FTBFS because the C++ libraries have
 
707
    slightly different symbol names on other archs (long vs. int somebody
 
708
    told me on IRC). We now limit the ABI compatibility check to amd64.
 
709
 
 
710
 -- Christian Hammers <ch@debian.org>  Sun, 26 Jul 2009 11:46:20 +0200
 
711
 
 
712
mysql-dfsg-5.1 (5.1.36-3) unstable; urgency=low
 
713
 
 
714
  * Moving from experimental to unstable!
 
715
 
 
716
 -- Christian Hammers <ch@debian.org>  Sat, 25 Jul 2009 20:42:39 +0200
 
717
 
 
718
mysql-dfsg-5.1 (5.1.36-2) experimental; urgency=low
 
719
 
 
720
  * Build both -fPIC (libmysql_pic.a) and non -fPIC (libmysqld.a) as
 
721
    some packages seem to need the -fPIC variant for their own build
 
722
    process. Documented in README.Debian. Thanks to Modestas Vainius
 
723
    for the patch. Closes: #508406
 
724
  * Switch to out-of-source true build mode was a side effect of this change.
 
725
  * Added libmysqlclient16.symbols file (thanks to Raphael Hertzog).
 
726
  * Raised debian/compat from 4 to 7.
 
727
  * Updated innotop to 1.7.1.
 
728
  * Minor cleanups that lintian suggested.
 
729
 
 
730
 -- Christian Hammers <ch@debian.org>  Sun, 19 Jul 2009 18:48:53 +0200
 
731
 
 
732
mysql-dfsg-5.1 (5.1.36-1) experimental; urgency=low
 
733
 
 
734
  * Ex-maintainer upload :)
 
735
  * New upstream release.
 
736
  * SECURITY: Upstream fix for "mysql client does not escape strings in 
 
737
    --html mode." (CVE-2008-4456) Closes: #526254
 
738
  * Upstream fixes REPEAT() function. Closes: #447028
 
739
  * Upstream fixes problems when mixing ORDER and GROUP BY. Closes: #470854
 
740
  * There were many innodb fixes in the last two years, probably
 
741
    also for this unreproducible crash. CLoses: #447713
 
742
  * Removed amd64 specific -fPIC compiler option that was introduced
 
743
    especially for building the NDB cluster module which is no longer
 
744
    part of this package (thanks to Modestas Vainius). Closes: #508406
 
745
  * Put /etc/mysql/conf.d to mysql-server-5.1.dirs (thanks to Alexander 
 
746
    Gerasiov). Closes: #515145
 
747
  * Fixed mysql-test suite by adding 50_mysql-test__db_test.dpatch.
 
748
    It now passes 100% of the tests again. Also Closes: #533999
 
749
  * Preinst now prevents Installation if NDB configuration is detected.
 
750
  * Applied Ubuntu patch that fixes privilege bootstrapping in postinst
 
751
    (thanks to Mathias Gug). Closes: #535492
 
752
  * Applied Ubuntu patch that sets the debconf prio for the root password
 
753
    question to high and prevents it from being asked on 5.0 -> 5.1 upgrades
 
754
    (thanks to Mathias Gug). Closes: #535500
 
755
  * Removed the check for ISAM tables as the only supported upgrade path is
 
756
    from lenny's MySQL-5.0.
 
757
  * Added /etc/mysql/conf.d/mysqld_safe_syslog.cnf which enables mysqld_safe
 
758
    to pipe all mysqld output into the syslog. The reason for not letting dpkg
 
759
    handle it via a normal config file change was that my.cnf is usually
 
760
    heavily tuned by the admin so the setting would go lost too easily.
 
761
  * Updated mysqlreport to version 3.5 (including two minor patches by me).
 
762
 
 
763
 -- Christian Hammers <ch@debian.org>  Wed, 01 Jul 2009 20:54:58 +0200
 
764
 
 
765
mysql-dfsg-5.1 (5.1.34-1) experimental; urgency=low
 
766
 
 
767
  * New upstream release.
 
768
 
 
769
 -- Norbert Tretkowski <norbert@tretkowski.de>  Mon, 20 Apr 2009 20:23:10 +0200
 
770
 
 
771
mysql-dfsg-5.1 (5.1.33-2) experimental; urgency=low
 
772
 
 
773
  * Remove no longer active developers from uploaders field.
 
774
  * Drop workaround for upgrades from MySQL 3.23, not necessary any more.
 
775
 
 
776
 -- Norbert Tretkowski <norbert@tretkowski.de>  Tue, 07 Apr 2009 11:23:25 +0200
 
777
 
 
778
mysql-dfsg-5.1 (5.1.33-1) experimental; urgency=low
 
779
 
 
780
  * New upstream release.
 
781
 
 
782
 -- Norbert Tretkowski <norbert@tretkowski.de>  Thu, 02 Apr 2009 21:12:23 +0200
 
783
 
 
784
mysql-dfsg-5.1 (5.1.32-1) experimental; urgency=low
 
785
 
 
786
  * New upstream release.
 
787
 
 
788
 -- Norbert Tretkowski <norbert@tretkowski.de>  Fri, 06 Mar 2009 18:48:23 +0100
 
789
 
 
790
mysql-dfsg-5.1 (5.1.31-2) experimental; urgency=low
 
791
 
 
792
  * Update SSL certificates, and re-enable SSL related tests when running
 
793
    the testsuite.
 
794
 
 
795
 -- Norbert Tretkowski <norbert@tretkowski.de>  Tue, 10 Feb 2009 16:08:42 +0100
 
796
 
 
797
mysql-dfsg-5.1 (5.1.31-1) experimental; urgency=low
 
798
 
 
799
  * New upstream release.
 
800
 
 
801
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sun, 08 Feb 2009 17:07:11 +0100
 
802
 
 
803
mysql-dfsg-5.1 (5.1.30-2) experimental; urgency=low
 
804
 
 
805
  * Drop MySQL Cluster support, it's deprecated since 5.1.24-RC.
 
806
  * Fix FTBFS if build twice in a row. (closes: #487091)
 
807
 
 
808
 -- Norbert Tretkowski <norbert@tretkowski.de>  Fri, 05 Dec 2008 21:04:55 +0100
 
809
 
 
810
mysql-dfsg-5.1 (5.1.30-1) experimental; urgency=low
 
811
 
 
812
  * New upstream release.
 
813
 
 
814
 -- Norbert Tretkowski <norbert@tretkowski.de>  Thu, 27 Nov 2008 09:09:55 +0100
 
815
 
 
816
mysql-dfsg-5.1 (5.1.29rc-1) experimental; urgency=low
 
817
 
 
818
  * New upstream release.
 
819
 
 
820
 -- Norbert Tretkowski <norbert@tretkowski.de>  Mon, 27 Oct 2008 20:00:43 +0100
 
821
 
 
822
mysql-dfsg-5.1 (5.1.26rc-1) experimental; urgency=low
 
823
 
 
824
  * New upstream release.
 
825
 
 
826
 -- Norbert Tretkowski <norbert@tretkowski.de>  Mon, 14 Jul 2008 21:46:59 +0200
 
827
 
 
828
mysql-dfsg-5.1 (5.1.25rc-1) experimental; urgency=low
 
829
 
 
830
  * New upstream release.
 
831
 
 
832
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sat, 21 Jun 2008 13:55:02 +0200
 
833
 
 
834
mysql-dfsg-5.1 (5.1.24rc-1) experimental; urgency=low
 
835
 
 
836
  * New upstream release.
 
837
  * Ignore errors in testsuite on ia64 and s390.
 
838
 
 
839
 -- Norbert Tretkowski <norbert@tretkowski.de>  Wed, 16 Apr 2008 22:03:44 +0200
 
840
 
 
841
mysql-dfsg-5.1 (5.1.23rc-1) experimental; urgency=low
 
842
 
 
843
  * New upstream release.
 
844
 
 
845
  [ Christian Hammers ]
 
846
  * Add PIC support for NDB libraries on amd64 (thanks to Monty Taylor).
 
847
  * Add extra information when aborting due to a detected downgrade (thanks to
 
848
    Raphael Pinson).
 
849
  * Move libndbclient.so.3 to its own package as it now has a version != 0
 
850
    (thanks to Raphael Pinson for reminding me).
 
851
 
 
852
  [ Monty Taylor ]
 
853
  * Remove 85_ndb__staticlib.dpatch since we have a libndbclient package now.
 
854
  * Add myself to the uploaders so that I don't get complaints about package
 
855
    signing.
 
856
  * Add libndbclient-dev package to go with libndbclient3.
 
857
 
 
858
  [ Norbert Tretkowski ]
 
859
  * Update patches:
 
860
    + 41_scripts__mysql_install_db.sh__no_test.dpatch
 
861
  * Drop patches:
 
862
    + 70_upstream_debian__configure.dpatch
 
863
    + 71_upstream_debian__Makefile.in.dpatch
 
864
    + 99_TEMP_minmax.dpatch
 
865
  * Remove Adam Conrad from uploaders on his request. Thanks for your work in
 
866
    the past!
 
867
  * Ignore errors in testsuite on amd64 and i386.
 
868
 
 
869
 -- Norbert Tretkowski <norbert@tretkowski.de>  Fri, 29 Feb 2008 10:38:27 +0100
 
870
 
 
871
mysql-dfsg-5.1 (5.1.22rc-1) experimental; urgency=low
 
872
 
 
873
  * New upstream version.
 
874
  * Let mysql-server-5.1 pre-depend on debconf as it uses it in the preinst.
 
875
  * Fixed mysql-client-5.1 menu entry for upcoming menu policy 1.4.
 
876
 
 
877
 -- Christian Hammers <ch@debian.org>  Tue, 02 Oct 2007 22:45:37 +0200
 
878
 
 
879
mysql-dfsg-5.1 (5.1.21beta-1) experimental; urgency=low
 
880
 
 
881
  * My "Greetings from FrOSCon!" release.
 
882
  * New upstream version.
 
883
  * libmysqlclient.so.15 has been superseded by libmysqlclient.so.16.
 
884
  * Renamed libmysqlclient15-dev to libmysqlclient-dev but added an empty
 
885
    package libmysqlclient15-dev to ease the transition for packages with
 
886
    a versioned build-dep to libmysqlclient15-dev which is something that
 
887
    currently does not work with "Provides:".
 
888
  * Synced with 5.0 branch up to subversion release r909.
 
889
  * Commented out most of the compile conditionals in the hope that
 
890
    all architectures can be build the same way.
 
891
  * Added a lot of new binaries and manpages.
 
892
  * Switched to plugin based engines.
 
893
 
 
894
 -- Christian Hammers <ch@debian.org>  Sat, 25 Aug 2007 14:24:40 +0200
 
895
 
 
896
mysql-dfsg-5.1 (5.1.19beta-1) experimental; urgency=low
 
897
 
 
898
  * New upstream release.
 
899
 
 
900
 -- Christian Hammers <ch@debian.org>  Mon, 11 Jun 2007 23:18:35 +0200
 
901
 
 
902
mysql-dfsg-5.1 (5.1.16beta-4) experimental; urgency=high
 
903
 
 
904
  * Merged with 5.0 r850:
 
905
    * SECURITY:
 
906
      In some previous versions mysql_install_db was not idempotent and did
 
907
      always create passwordless root accounts although it should only on
 
908
      initial installs (thanks to Olaf van der Spek). Closes: #418672
 
909
    * Added check for passwordless root accounts to debian-start.
 
910
    * As MySQL-5.0 is, at least currently, incompatible with Kernel 2.4 the
 
911
      installation is aborted for such old kernels. Debian Etch does not
 
912
      support them anyway according to the release notes but this might be 
 
913
      unexpected and many production servers still have self build ones 
 
914
      installed (thanks to Marc-Christian Petersen). See: #416841
 
915
    * Adjusted TeX build-deps to texlive.
 
916
    * Added innotop. 
 
917
    * Changed maintainer email address to
 
918
      pkg-mysql-commits@lists.alioth.debian.org 
 
919
 
 
920
 -- Christian Hammers <ch@debian.org>  Thu, 19 Apr 2007 19:29:29 +0200
 
921
 
 
922
mysql-dfsg-5.1 (5.1.16beta-3) experimental; urgency=low
 
923
 
 
924
  * Merged with 5.0 r837:
 
925
    * Activated the blackhole engine as it's needed for replicating partition
 
926
      designs (thanks to Cyril SCETBON). 
 
927
    * Fixed segfault on i486 systems without cpuid instruction (thanks to
 
928
      Lennart Sorensen). Closes: #410474
 
929
    * Only use of the non-essential debconf package in postrm if it is
 
930
      still installed (thanks to Michael Ablassmeier). Closes: #416838
 
931
 
 
932
 -- Christian Hammers <ch@debian.org>  Sun, 18 Mar 2007 21:48:11 +0100
 
933
 
 
934
mysql-dfsg-5.1 (5.1.16beta-2) experimental; urgency=low
 
935
 
 
936
  * Merged with 5.0 r818:
 
937
    * Fixed FTBFS on Sparc introduced with the "make -j" trick in
 
938
      5.0.32-8 (thanks to Frank Lichtenheld). Closes: #415026
 
939
 
 
940
 -- Christian Hammers <ch@debian.org>  Sun, 18 Mar 2007 21:20:11 +0100
 
941
 
 
942
mysql-dfsg-5.1 (5.1.16beta-1) experimental; urgency=low
 
943
 
 
944
  * New upstream release. 
 
945
    * SECURITY: Using an INFORMATION_SCHEMA table with ORDER BY in a subquery
 
946
      could cause a server crash (CVE-2007-1420).
 
947
    * Added temporary patch 90_TEMP_sqlparse-ifdef to avoid build problems.
 
948
  * Merged with 5.0 r809:
 
949
    * Updated mysqlreport to latest upstream (and patched --help usage
 
950
      message and "return if qcache_size==0").
 
951
  * Merged with 5.0 r798:
 
952
    * Adapt MAKE_J to use the -j option with the number of available
 
953
      processors. (thanks to Raphael Pinson).
 
954
  * Merged with 5.0 r758:
 
955
    * Changed minimum required version in dh_makeshlibs to 5.0.27-1 as
 
956
      5.0.26 had an ABI breakage in it!
 
957
      This is the cause for Perl programs crashing with the following error: 
 
958
      Transactions not supported by database at /usr/lib/perl5/DBI.pm line 672
 
959
    * Added some more comments to the default my.cnf.
 
960
    * Added support for /etc/mysql/conf.d/.
 
961
    * The debian-start script that runs on every server start now first upgrades
 
962
      the system tables (if neccessary) and then check them as it sometimes did
 
963
      not work the other way around (e.g. for MediaWiki). The script now uses 
 
964
      mysql_update instead of mysql_update_script as recommended. See: 409780
 
965
 
 
966
 -- Christian Hammers <ch@debian.org>  Fri,  2 Mar 2007 01:00:55 +0100
 
967
 
 
968
mysql-dfsg-5.1 (5.1.15beta-1) experimental; urgency=low
 
969
 
 
970
  * New upstream release.
 
971
  [Monty Taylor]
 
972
  * Removed patches/25_mysys__default.c - fixed upstream.
 
973
  * Removed patches/26_client__mysql_upgrade.c - fixed upstream.
 
974
  * Removed patches/29_scripts__mysqlbug.sh - fixed upstream.
 
975
  * Removed patches/39_scripts__mysqld_safe.sh__port_dir - fixed upstream.
 
976
  * Removed patches/42_scripts__mysqldumpslow__slowdir - fixed upstream.
 
977
  * Removed patches/45_warn-CLI-passwords - fixed upstream.
 
978
  * Removed patches/89_ndb__records.dpatch - fixed upstream.
 
979
  * Removed patches/86_ndbapi_tc_selection.dpatch - fixed upstream.
 
980
  [Christian Hammers]
 
981
  * Synced with 5.0.32-4.
 
982
    * mysql-server-5.0 pre-depends on adduser now and has --disabled-login
 
983
      explicitly added to be on the safe side (thanks to the puiparts team).
 
984
      Closes: #408362
 
985
    * Corrections the terminology regarding NDB in the comments of all config
 
986
      files and init scripts (thanks to Geert Vanderkelen of MySQL).
 
987
 
 
988
 -- Christian Hammers <ch@debian.org>  Wed,  7 Feb 2007 11:34:52 -0200
 
989
 
 
990
mysql-dfsg-5.1 (5.1.14beta-2) experimental; urgency=low
 
991
 
 
992
  [Christian Hammers]
 
993
  * Readded 85_ndb__staticlib.dpatch with slight modifications. 
 
994
  * Backported debian-start scripts from 5.0.
 
995
  [Monty Taylor]
 
996
  * Now build-depends on bison.
 
997
  * Updated to standards 3.7.2.
 
998
  * Removed references to comp_err.
 
999
  * build-depend on automake1.9 to match upstream 
 
1000
  * Merged runlevel changes from 5.0.
 
1001
  * Added 26_client__mysql_upgrade.c.dpatch to fix a segfault in mysql_upgrade
 
1002
    when using a password. It's been fixed upstream in 5.1.15. 
 
1003
  * Moved BDB check to sanity_checks() and added a note about deprecation.
 
1004
  * Use my_print_defaults instead of mysqld --print-defaults
 
1005
  * Changed NDB Data and Management node startup seqence. Prevented both
 
1006
    from restarting on upgrade to address rolling upgrade issues.
 
1007
  * Added a "start-initial" option to the Data Node init script to support
 
1008
    initial node starts.
 
1009
  * Added 86_ndbapi_tc_selection.dpatch to fix a bug that causes a segfault
 
1010
    when using the NdbApi. http://bugs.mysql.com/bug.php?id=24914
 
1011
    Fixed in 5.1.15
 
1012
  * Added 89_ndb__records.dpatch to fix
 
1013
    http://bugs.mysql.com/bug.php?id=25567, which causes a table scan per
 
1014
    table per query.
 
1015
 
 
1016
 -- Christian Hammers <ch@debian.org>  Wed, 31 Jan 2007 01:17:35 +0100
 
1017
 
 
1018
mysql-dfsg-5.1 (5.1.14beta-1) experimental; urgency=low
 
1019
 
 
1020
  * New upstream.
 
1021
  * Removed references to mysql_explain_log
 
1022
  * Changed context for patch to mysqld_multi.1
 
1023
  * Removed 70_kfreebsd.dpatch - applied to upstream
 
1024
  * Removed 87_ps_Hurd - applied to upstream
 
1025
  * Replaced --without-readline to --with-libedit to configure options, as
 
1026
    --without-readline doesn't seem to do the right thing anymore.
 
1027
 
 
1028
 -- Monty Taylor <mordred@inaugust.com>  Wed, 10 Jan 2007 12:59:55 -0800
 
1029
 
 
1030
mysql-dfsg-5.1 (5.1.11beta-1) experimental; urgency=low
 
1031
 
 
1032
  * Starting new 5.1 branch!
 
1033
  * FIXME: Following patch couldn't be applied:
 
1034
      ## 85_ndb__staticlib.dpatch by  <ch@debian.org>
 
1035
  * FIXME: Following patch couldn't be applied:
 
1036
      ## 86_PATH_MAX.dpatch
 
1037
 
 
1038
 -- Christian Hammers <ch@debian.org>  Sat, 29 Jul 2006 11:35:42 +0200
 
1039
 
 
1040
mysql-dfsg-5.0 (5.0.84-1) unstable; urgency=low
 
1041
 
 
1042
  * New upstream release.
 
1043
  * Update patches:
 
1044
    + debian/patches/60_disabled_tests.dpatch
 
1045
 
 
1046
 -- Norbert Tretkowski <norbert@tretkowski.de>  Fri, 24 Jul 2009 18:05:11 +0200
 
1047
 
 
1048
mysql-dfsg-5.0 (5.0.83-1) unstable; urgency=low
 
1049
 
 
1050
  * New upstream release.
 
1051
  * Update patches:
 
1052
    + debian/patches/45_warn-CLI-passwords.dpatch (closes: #536548)
 
1053
    + debian/patches/60_disabled_tests.dpatch
 
1054
 
 
1055
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sat, 18 Jul 2009 08:18:53 +0200
 
1056
 
 
1057
mysql-dfsg-5.0 (5.0.81-1) unstable; urgency=low
 
1058
 
 
1059
  * New upstream release.
 
1060
  * Remove patches:
 
1061
    + debian/patches/63_update_ssl_certs.dpatch
 
1062
 
 
1063
 -- Norbert Tretkowski <norbert@tretkowski.de>  Mon, 04 May 2009 18:53:05 +0200
 
1064
 
 
1065
mysql-dfsg-5.0 (5.0.77-1) unstable; urgency=low
 
1066
 
 
1067
  * New upstream release.
 
1068
 
 
1069
 -- Norbert Tretkowski <norbert@tretkowski.de>  Tue, 17 Feb 2009 18:42:46 +0100
 
1070
 
 
1071
mysql-dfsg-5.0 (5.0.75-1) unstable; urgency=low
 
1072
 
 
1073
  * New upstream release.
 
1074
  * Update patches:
 
1075
    + debian/patches/33_scripts__mysql_create_system_tables__no_test.dpatch
 
1076
  * Remove patches:
 
1077
    + debian/patches/50_fix_agg_functions.dpatch
 
1078
 
 
1079
 -- Norbert Tretkowski <norbert@tretkowski.de>  Mon, 22 Dec 2008 11:01:38 +0100
 
1080
 
 
1081
mysql-dfsg-5.0 (5.0.67-3) unstable; urgency=low
 
1082
 
 
1083
  * Really apply patch from 5.0.74 to fix check for non-aggregated columns
 
1084
    in queries.
 
1085
 
 
1086
 -- Norbert Tretkowski <norbert@tretkowski.de>  Tue, 16 Dec 2008 07:19:23 +0100
 
1087
 
 
1088
mysql-dfsg-5.0 (5.0.67-2) unstable; urgency=low
 
1089
 
 
1090
  * New patch from 5.0.74 to fix check for non-aggregated columns in queries.
 
1091
    (closes: #505179, #505181)
 
1092
  * Add patch from Dan Munckton:
 
1093
    + Clearly indicate that we do not support running multiple instances
 
1094
      of mysqld by duplicating the init script.
 
1095
      (closes: #314785, #324834, #435165, #444216)
 
1096
    + Properly parameterize all existing references to the mysql config
 
1097
      file (/etc/mysql/my.cnf).
 
1098
  * Really fix FTBFS if build twice in a row. (closes: #442684)
 
1099
 
 
1100
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sun, 14 Dec 2008 10:12:30 +0100
 
1101
 
 
1102
mysql-dfsg-5.0 (5.0.67-1) unstable; urgency=low
 
1103
 
 
1104
  * New upstream release.
 
1105
  * Update patches:
 
1106
    + debian/patches/25_mysys__default.c.dpatch
 
1107
    + debian/patches/80_fix_user_setup_on_localhost.dpatch
 
1108
  * Remove patches:
 
1109
    + debian/patches/50_fix_mysqldump.dpatch
 
1110
    + debian/patches/51_incorrect-order.dpatch
 
1111
    + debian/patches/52_ndb-gcc-4.2.dpatch
 
1112
    + debian/patches/53_integer-gcc-4.2.dpatch
 
1113
    + debian/patches/54_ssl-client-support.dpatch
 
1114
    + debian/patches/55_testsuite-2008.dpatch
 
1115
    + debian/patches/56_fix_order_by.dpatch
 
1116
    + debian/patches/57_fix_mysql_replication.dpatch
 
1117
    + debian/patches/58_disable-ndb-backup-print.dpatch
 
1118
    + debian/patches/59_fix_relay_logs_corruption.dpatch
 
1119
    + debian/patches/60_rpl_test_failure.dpatch
 
1120
    + debian/patches/90_upstreamdebiandir.dpatch
 
1121
    + debian/patches/91_SECURITY_CVE-2007-5925.dpatch
 
1122
    + debian/patches/92_SECURITY_CVE-2008-2079.dpatch
 
1123
    + debian/patches/93_SECURITY_CVE-2008-3963.dpatch
 
1124
  * Fix FTBFS if build twice in a row. (closes: #442684)
 
1125
 
 
1126
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sun, 02 Nov 2008 13:51:50 +0100
 
1127
 
 
1128
mysql-dfsg-5.0 (5.0.51a-24) testing-proposed-updates; urgency=low
 
1129
 
 
1130
  * Update SSL certificates, and re-enable SSL related tests when running
 
1131
    the testsuite.
 
1132
 
 
1133
 -- Norbert Tretkowski <norbert@tretkowski.de>  Tue, 03 Feb 2009 15:40:47 +0100
 
1134
 
 
1135
mysql-dfsg-5.0 (5.0.51a-23) testing-proposed-updates; urgency=medium
 
1136
 
 
1137
  * Reset debconf password variable root_password_again immediately after
 
1138
    using it. (closes: #513262)
 
1139
  * Disable SSL related tests when running the testsuite until MySQL bug
 
1140
    #42366 gets fixed.
 
1141
 
 
1142
 -- Norbert Tretkowski <norbert@tretkowski.de>  Thu, 29 Jan 2009 14:07:32 +0100
 
1143
 
 
1144
mysql-dfsg-5.0 (5.0.51a-22) testing-proposed-updates; urgency=low
 
1145
 
 
1146
  * New patch 10_mysql_secure_installation.dpatch to fix failure on passwords
 
1147
    which need quoting. (closes: #511929)
 
1148
  * New patch 62_delete_with_self-join.dpatch from 5.0.54 to fix MyISAM
 
1149
    storage engine error (134) doing delete with self-join. (closes: #512651)
 
1150
 
 
1151
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sun, 25 Jan 2009 10:02:35 +0100
 
1152
 
 
1153
mysql-dfsg-5.0 (5.0.51a-21) testing-proposed-updates; urgency=low
 
1154
 
 
1155
  * Ask for MySQL root password at high priority, because otherwise all
 
1156
    default installations will miss this question, thanks to Thijs Kinkhorst
 
1157
    for the patch. (closes: #510875)
 
1158
  * Do not fail checking tables when using sql-mode ansi-quotes, thanks to
 
1159
    Renato Alves for the patch. (closes: #507049)
 
1160
 
 
1161
 -- Norbert Tretkowski <norbert@tretkowski.de>  Fri, 09 Jan 2009 10:24:23 +0100
 
1162
 
 
1163
mysql-dfsg-5.0 (5.0.51a-20) testing-proposed-updates; urgency=low
 
1164
 
 
1165
  * New patch 60_fix_leap_seconds.dpatch from 5.0.74 to return leap second
 
1166
    values with a time part that ends with :59:59. (closes: #510177)
 
1167
 
 
1168
 -- Norbert Tretkowski <norbert@tretkowski.de>  Tue, 30 Dec 2008 10:32:46 +0100
 
1169
 
 
1170
mysql-dfsg-5.0 (5.0.51a-19) testing-proposed-updates; urgency=low
 
1171
 
 
1172
  * New patch 50_fix_mysqldump2.dpatch from 5.0.60 to fix dumping databases
 
1173
    from mysql 4.0 server. (closes: #507789)
 
1174
  * Do not create a guest account during bootstrap. (closes: #463704)
 
1175
 
 
1176
 -- Norbert Tretkowski <norbert@tretkowski.de>  Thu, 04 Dec 2008 23:07:19 +0100
 
1177
 
 
1178
mysql-dfsg-5.0 (5.0.51a-18) testing-proposed-updates; urgency=high
 
1179
 
 
1180
  * SECURITY:
 
1181
    Fix for CVE-2008-4098: Inadequate validation of paths used in DATA
 
1182
    DIRECTORY and INDEX DIRECTORY clauses of CREATE TABLE statements enabled
 
1183
    attackers to write to tables in other databases to which they could not
 
1184
    ordinarily have access.
 
1185
 
 
1186
 -- Devin Carraway <devin@debian.org>  Tue, 25 Nov 2008 05:38:45 +0000
 
1187
 
 
1188
mysql-dfsg-5.0 (5.0.51a-17) testing-proposed-updates; urgency=low
 
1189
 
 
1190
  * Don't use commented out passwords from debian.cnf. (closes: #453820)
 
1191
  * Update watch file to recognize releases > 5.0.45.
 
1192
 
 
1193
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sun, 02 Nov 2008 13:31:32 +0100
 
1194
 
 
1195
mysql-dfsg-5.0 (5.0.51a-16) unstable; urgency=low
 
1196
 
 
1197
  * New patch 60_rpl_test_failure.dpatch from 5.0.54 to fix a race condition
 
1198
    with the rpl_packet test in some cases. (closes: #501413)
 
1199
 
 
1200
 -- Norbert Tretkowski <norbert@tretkowski.de>  Thu, 09 Oct 2008 08:50:43 +0200
 
1201
 
 
1202
mysql-dfsg-5.0 (5.0.51a-15) unstable; urgency=high
 
1203
 
 
1204
  * SECURITY:
 
1205
    Fix for CVE-2008-3963: An empty bit-string literal (b'') caused a server
 
1206
    crash. Now the value is parsed as an empty bit value (which is treated as
 
1207
    an empty string in string context or 0 in numeric context).
 
1208
    (closes: #498362)
 
1209
 
 
1210
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sun, 14 Sep 2008 18:27:46 +0200
 
1211
 
 
1212
mysql-dfsg-5.0 (5.0.51a-14) unstable; urgency=low
 
1213
 
 
1214
  * Update debconf translations:
 
1215
    - Swedish, from Martin Bagge. (closes: #491688)
 
1216
    - Netherlands, from Thijs Kinkhorst. (closes: #492723)
 
1217
 
 
1218
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sun, 07 Sep 2008 20:18:31 +0200
 
1219
 
 
1220
mysql-dfsg-5.0 (5.0.51a-13) unstable; urgency=medium
 
1221
 
 
1222
  * New patch 59_fix_relay_logs_corruption.dpatch from 5.0.56 to fix
 
1223
    corruption in relay logs. (closes: #463515)
 
1224
 
 
1225
 -- Norbert Tretkowski <norbert@tretkowski.de>  Wed, 03 Sep 2008 09:13:46 +0200
 
1226
 
 
1227
mysql-dfsg-5.0 (5.0.51a-12) unstable; urgency=low
 
1228
 
 
1229
  * Disable rpl_ndb_innodb_trans test when running the testsuite, fails
 
1230
    randomly on i386. (closes: #494238)
 
1231
 
 
1232
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sat, 09 Aug 2008 15:56:45 +0200
 
1233
 
 
1234
mysql-dfsg-5.0 (5.0.51a-11) unstable; urgency=low
 
1235
 
 
1236
  * Disable innodb_handler test when running the testsuite, fails randomly
 
1237
    on s390. (closes: #491363)
 
1238
 
 
1239
 -- Norbert Tretkowski <norbert@tretkowski.de>  Wed, 23 Jul 2008 08:34:51 +0200
 
1240
 
 
1241
mysql-dfsg-5.0 (5.0.51a-10) unstable; urgency=high
 
1242
 
 
1243
  * Merge testing-security upload to finally fix CVE-2008-2079, thanks to
 
1244
    Devin Carraway and Steffen Joeris. (closes: #480292)
 
1245
  * New patch 58_disable-ndb-backup-print.dpatch from 5.0.54 to disable
 
1246
    ndb_backup_print, ndb_alter_table and ndb_replace tests when running the
 
1247
    testsuite. (closes: #474893)
 
1248
  * Reenable error handling in testsuite on i386, disabling it was just a
 
1249
    workaround for the problem which is now fixed with the above patch.
 
1250
  * Update debconf translations:
 
1251
    - Vietnamese, from Clytie Siddall. (closes: #486443)
 
1252
    - Spanish, from Javier Fernández-Sanguino Peña. (closes: #488740)
 
1253
    - Slovak, from helix84. (closes: #489266)
 
1254
  * Make lintian happy:
 
1255
    - Fix build-dependency on -1 revision.
 
1256
    - Fix deprecated chown usage.
 
1257
    - Fix spelling error in description.
 
1258
 
 
1259
 -- Norbert Tretkowski <norbert@tretkowski.de>  Tue, 15 Jul 2008 19:37:35 +0200
 
1260
 
 
1261
mysql-dfsg-5.0 (5.0.51a-9+lenny2) testing-security; urgency=high
 
1262
 
 
1263
  * Non-maintainer upload by the security team.
 
1264
  * Correct error number in symlink.test to avoid FTBFS on some archs.
 
1265
 
 
1266
 -- Steffen Joeris <white@debian.org>  Sun, 13 Jul 2008 11:44:57 +0000
 
1267
 
 
1268
mysql-dfsg-5.0 (5.0.51a-9+lenny1) testing-security; urgency=high
 
1269
 
 
1270
  * Non-maintainer upload by the security team.
 
1271
  * Correct and expand 92_SECURITY_CVE-2008-2079.dpatch to cover all symlinks
 
1272
    and check the output of fn_format(). (closes: #480292)
 
1273
    Fixes: CVE-2008-2079
 
1274
 
 
1275
 -- Steffen Joeris <white@debian.org>  Sat, 12 Jul 2008 05:30:39 +0000
 
1276
 
 
1277
mysql-dfsg-5.0 (5.0.51a-9) unstable; urgency=low
 
1278
 
 
1279
  * Ignore errors in testsuite on i386. (workaround for #474893)
 
1280
 
 
1281
 -- Norbert Tretkowski <norbert@tretkowski.de>  Wed, 25 Jun 2008 15:07:03 +0200
 
1282
 
 
1283
mysql-dfsg-5.0 (5.0.51a-8) unstable; urgency=low
 
1284
 
 
1285
  * New patch 80_fix_user_setup_on_localhost.dpatch from Daniel Hahler to fix
 
1286
    a duplicate key error when install MySQL server on a host with hostname
 
1287
    localhost. (closes: #478319)
 
1288
  * Really fix build on non-linux systems, this time without producing a build
 
1289
    error on some architectures. (closes: #485971)
 
1290
  * Update debconf translations:
 
1291
    - French, from Christian Perrier. (closes: #478553)
 
1292
    - German, from Alwin Meschede. (closes: #478672)
 
1293
    - Italian, from Luca Monducci. (closes: #479363)
 
1294
    - Czech, from Miroslav Kure. (closes: #480924)
 
1295
    - Galician, from Jacobo Tarrio. (closes: #480965)
 
1296
    - Basque, from Piarres Beobide. (closes: #481840)
 
1297
    - Swedish, from Martin Bagge. (closes: #482466, #486307)
 
1298
    - Turkish, from Mert Dirik. (closes: #484704)
 
1299
    - Russian, from Yuri Kozlov. (closes: #486149)
 
1300
    - Finnish, from Esko Arajärvi. (closes: #486554)
 
1301
    - Portuguese, from Miguel Figueiredo. (closes: #486709)
 
1302
    - Romanian, from Eddy Petrișor. (closes: #486944)
 
1303
    - Japanese, from Hideki Yamane. (closes: #487270)
 
1304
 
 
1305
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sat, 21 Jun 2008 19:20:48 +0200
 
1306
 
 
1307
mysql-dfsg-5.0 (5.0.51a-7) unstable; urgency=high
 
1308
 
 
1309
  [ Norbert Tretkowski ]
 
1310
  * SECURITY:
 
1311
    Fix for CVE-2008-2079: It was possible to circumvent privileges through
 
1312
    the creation of MyISAM tables employing the DATA DIRECTORY and INDEX
 
1313
    DIRECTORY options to overwrite existing table files in the MySQL data
 
1314
    directory. Use of the MySQL data directory in DATA DIRECTORY and INDEX
 
1315
    DIRECTORY is now disallowed. Patch from openSUSE 11.0, thanks to Michal
 
1316
    Marek. (closes: #480292)
 
1317
  * Fix build on non-linux systems, like hurd-i386. (closes: #480362)
 
1318
  * Include symlinks for mysqlcheck. (closes: #480647)
 
1319
 
 
1320
  [ Monty Taylor ]
 
1321
  * Remove ndb_cpcd, as it is only for the NDB test suite and not useful as a
 
1322
    public program.
 
1323
  * Fix debian-start.inc.sh for table names with characters needing quotes.
 
1324
    Thanks Felix Rublack! (closes: #480525, #481154, #481303, #484012) 
 
1325
  * Delete mysql-common.README.Debian. Nothing in it was relevant, and the
 
1326
    useful information is in mysql-server anyway. (closes: #480940)
 
1327
  * Remove a spurious HOME= in logrotate script.  
 
1328
 
 
1329
 -- Norbert Tretkowski <norbert@tretkowski.de>  Thu, 05 Jun 2008 11:49:45 +0200
 
1330
 
 
1331
mysql-dfsg-5.0 (5.0.51a-6) unstable; urgency=low
 
1332
 
 
1333
  * Fix debian-start.inc.sh to not print the row counts of the tables
 
1334
    queried. (closes: #478256, #479697)
 
1335
 
 
1336
 -- Monty Taylor <mordred@inaugust.com>  Wed, 14 May 2008 00:47:46 -0700
 
1337
 
 
1338
mysql-dfsg-5.0 (5.0.51a-5) unstable; urgency=medium
 
1339
 
 
1340
  * New patch 57_fix_mysql_replication.dpatch from 5.0.54 to fix directory for
 
1341
    relay logs when using replication.
 
1342
 
 
1343
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sun, 27 Apr 2008 13:55:04 +0200
 
1344
 
 
1345
mysql-dfsg-5.0 (5.0.51a-4) unstable; urgency=low
 
1346
 
 
1347
  [ Monty Taylor ]
 
1348
  * Remove build of ndb docs, since they are not installed. Removed build deps
 
1349
    on TeX and doxygen since that's all they were there for.
 
1350
  * Replace script in check_for_crashed_tables with a myisam-recover option
 
1351
    and a script to trigger a check of those tables. (thanks HarrisonF and
 
1352
    kolbe)
 
1353
  * Replace direct calls to test suite with calls to the make targets used by
 
1354
    the MySQL build and qa teams for releases.
 
1355
  * Add --skip-ndbcluster to the postinst bootstrap command. It's really a
 
1356
    workaround for a bug in 5.1, but it's probably a good idea anyway since we
 
1357
    certainly don't need cluster to spin up, and if people have enabled
 
1358
    cluster in their my.cnf file, there could be postinst issues if cluster
 
1359
    isn't running.
 
1360
  * Remove reference to configure options that no longer exist.
 
1361
  * Add myself to uploaders.
 
1362
 
 
1363
  [ Norbert Tretkowski ]
 
1364
  * New patch 56_fix_order_by.dpatch from Ubuntu to fix ORDER BY not working
 
1365
    with GROUP BY. (closes: #471737)
 
1366
  * Add note about filename extensions in the /etc/mysql/conf.d/ directory in
 
1367
    my.cnf. (closes: #461759)
 
1368
  * Confirm password on install, patch from Nicolas Valcárcel.
 
1369
    (closes: #471887)
 
1370
  * Remove Adam Conrad from uploaders on his request. Thanks for your work in
 
1371
    the past!
 
1372
  * Use lsb_release to detect distribution.
 
1373
 
 
1374
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sat, 05 Apr 2008 21:51:43 +0200
 
1375
 
 
1376
mysql-dfsg-5.0 (5.0.51a-3) unstable; urgency=low
 
1377
 
 
1378
  * Disable patch 60_raise-max-keylength.dpatch in default build, but still
 
1379
    ship it in the source package.
 
1380
 
 
1381
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sun, 17 Feb 2008 18:54:42 +0100
 
1382
 
 
1383
mysql-dfsg-5.0 (5.0.51a-2) unstable; urgency=low
 
1384
 
 
1385
  * Replace 54_ssl-client-support.dpatch added in 5.0.51-2 with patch from
 
1386
    upstream.
 
1387
  * Ignore errors in testsuite on powerpc.
 
1388
 
 
1389
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sun, 17 Feb 2008 12:42:58 +0100
 
1390
 
 
1391
mysql-dfsg-5.0 (5.0.51a-1) unstable; urgency=low
 
1392
 
 
1393
  [ Norbert Tretkowski ]
 
1394
  * New upstream security hotfix release. Low priority upload anyway because
 
1395
    5.0.51-3 already contained all security fixes.
 
1396
  * Remove patches:
 
1397
    + debian/patches/51_mysqlcheck-result.dpatch
 
1398
    + debian/patches/92_SECURITY_CVE-2007-6303.dpatch
 
1399
    + debian/patches/93_SECURITY_CVE-2007-6304.dpatch
 
1400
    + debian/patches/94_SECURITY_CVE-2008-0226+0227.dpatch
 
1401
  * Add recommendation on libhtml-template-perl to -server package, used by
 
1402
    ndb_size. (closes: #462265)
 
1403
  * New patch 60_raise-max-keylength.dpatch to raise the maximum key length to
 
1404
    4005 bytes or 1335 UTF-8 characters. (closes: #463137)
 
1405
  * New patch 51_sort-order.dpatch from 5.0.52 to fix incorrect order when
 
1406
    using range conditions on 2 tables or more.
 
1407
  * Support DEB_BUILD_OPTIONS option 'nocheck' to skip tests.
 
1408
  * Update mysqlreport to 3.4a release.
 
1409
 
 
1410
  [ Luk Claes ]
 
1411
  * Updated Japanese debconf translation. (closes: #462158)
 
1412
 
 
1413
 -- Norbert Tretkowski <norbert@tretkowski.de>  Wed, 06 Feb 2008 11:57:45 +0100
 
1414
 
 
1415
mysql-dfsg-5.0 (5.0.51-3) unstable; urgency=high
 
1416
 
 
1417
  * SECURITY:
 
1418
    Fix for CVE-2008-0226 and CVE-2008-0227: Three vulnerabilities in yaSSL
 
1419
    versions 1.7.5 and earlier were discovered that could lead to a server
 
1420
    crash or execution of unauthorized code. The exploit requires a server
 
1421
    with yaSSL enabled and TCP/IP connections enabled, but does not require
 
1422
    valid MySQL account credentials. The exploit does not apply to OpenSSL.
 
1423
    (closes: #460873)
 
1424
  * Fix LSB header in init scripts (patch from Petter Reinholdtsen).
 
1425
    (closes: #458798)
 
1426
  * Run testsuite on all archs, but ignore errors on alpha, arm, armel, hppa,
 
1427
    mipsel and sparc. (closes: #460402)
 
1428
 
 
1429
 -- Norbert Tretkowski <norbert@tretkowski.de>  Wed, 23 Jan 2008 11:37:11 +0100
 
1430
 
 
1431
mysql-dfsg-5.0 (5.0.51-2) unstable; urgency=low
 
1432
 
 
1433
  [ Monty Taylor ]
 
1434
  * Added --with-system-type to set the version_compile_os field.
 
1435
  * Cleaned up some lintian warnings.
 
1436
  * Removed 43_scripts__mysql_update__password.dpatch since we don't use
 
1437
    mysql_upgrade_shell anymore and use mysql_upgrade instead.
 
1438
  * Removed 88_mctype_attrib.dpatch, http://bugs.mysql.com/bug.php?id=25118 is
 
1439
    closed with http://lists.mysql.com/commits/24337
 
1440
  * Added mysql-community/mysql-enterprise virtual packages in provides and
 
1441
    conflicts to ease transitions between versions.
 
1442
 
 
1443
  [ Norbert Tretkowski ]
 
1444
  * Add -fPIC to CFLAGS to allow other packages to be built against
 
1445
    libmysqld.a on amd64. (closes: #457915)
 
1446
  * New patch 55_testsuite-2008.dpatch to fix FTBFS in testsuite.
 
1447
    (closes: #458695)
 
1448
  * New patch 54_ssl-client-support.dpatch to fix SSL client support.
 
1449
  * Don't run testsuite on alpha, arm, hppa, mipsel and sparc.
 
1450
 
 
1451
 -- Norbert Tretkowski <norbert@tretkowski.de>  Wed, 02 Jan 2008 18:40:04 +0100
 
1452
 
 
1453
mysql-dfsg-5.0 (5.0.51-1) unstable; urgency=low
 
1454
 
 
1455
  * New upstream release.
 
1456
    + Fix a crash in mysql_client_test due to gcc 4.x optimizations.
 
1457
      (closes: #452558)
 
1458
  * Update patches:
 
1459
    + debian/patches/41_scripts__mysql_install_db.sh__no_test.dpatch
 
1460
    + debian/patches/89_ndb__staticlib.dpatch
 
1461
  * Run testsuite after build.
 
1462
  * Re-add manpages, they are licensed under GPL now and redistribution is
 
1463
    permitted.
 
1464
  * Drop linux-libc-dev build-dependency, it's now being pulled by libc-dev
 
1465
    which is build-essential. (closes: #431018)
 
1466
  * Remove old optimizations for MySQL 3.23.x, they are no longer required.
 
1467
    (closes: #436552)
 
1468
  * Don't fail when upgrading mysql-common if $datadir is empty or not defined
 
1469
    (patch from Edward Allcutt). (closes: #453127)
 
1470
  * New patch from 5.0.52 to fix mysqldump because 'null' is shown as type of
 
1471
    fields for view with bad definer. (closes: #454227)
 
1472
  * New patch from 5.0.52 to fix mysqlcheck test result.
 
1473
  * New patch from 5.0.52 to fix wrong optimization in ndb code when building
 
1474
    with gcc 4.2.x.
 
1475
  * New patch from 5.0.54 to fix wrong number output due to integer overflow
 
1476
    when building with gcc 4.2.x.
 
1477
  * New Finnish debconf translation from Esko Arajärvi. (closes: #448776)
 
1478
  * Update Basque debconf translation from Aitor Ibañez. (closes: #456193)
 
1479
  * Add Vcs-* and Homepage fields to source stanza in control file.
 
1480
  * Update mysqlreport to 3.2 release.
 
1481
  * Let mysql-server-5.0 pre-depend on debconf, because it's preinst is using
 
1482
    it.
 
1483
  * Drop menu item for innotop.
 
1484
 
 
1485
 -- Norbert Tretkowski <norbert@tretkowski.de>  Fri, 14 Dec 2007 09:59:36 +0100
 
1486
 
 
1487
mysql-dfsg-5.0 (5.0.45-5) unstable; urgency=high
 
1488
 
 
1489
  * SECURITY:
 
1490
    Fix for CVE-2007-6303: ALTER VIEW retained the original DEFINER value,
 
1491
    even when altered by another user, which could allow that user to gain the
 
1492
    access rights of the view. Now ALTER VIEW is allowed only to the original
 
1493
    definer or users with the SUPER privilege. (closes: #455737)
 
1494
  * SECURITY:
 
1495
    Fix for CVE-2007-6304: When using a FEDERATED table, the local server can
 
1496
    be forced to crash if the remote server returns a result with fewer columns
 
1497
    than expected.
 
1498
 
 
1499
 -- Norbert Tretkowski <norbert@tretkowski.de>  Wed, 12 Dec 2007 20:23:43 +0100
 
1500
 
 
1501
mysql-dfsg-5.0 (5.0.45-4) unstable; urgency=high
 
1502
 
 
1503
  * SECURITY:
 
1504
    Fix for CVE-2007-5969: Using RENAME TABLE against a table with explicit
 
1505
    DATA DIRECTORY and INDEX DIRECTORY options can be used to overwrite system
 
1506
    table information by replacing the file to which the symlink points.
 
1507
    (closes: #455010)
 
1508
 
 
1509
 -- Norbert Tretkowski <norbert@tretkowski.de>  Sun, 09 Dec 2007 12:29:54 +0100
 
1510
 
 
1511
mysql-dfsg-5.0 (5.0.45-3) unstable; urgency=high
 
1512
 
 
1513
  * SECURITY:
 
1514
    Fix for CVE-2007-5925: The convert_search_mode_to_innobase function in
 
1515
    ha_innodb.cc in the InnoDB engine in MySQL 5.1.23-BK and earlier allows
 
1516
    remote authenticated users to cause a denial of service (database crash)
 
1517
    via a certain CONTAINS operation on an indexed column, which triggers an
 
1518
    assertion error. (closes: #451235)
 
1519
 
 
1520
 -- Norbert Tretkowski <norbert@tretkowski.de>  Thu, 15 Nov 2007 18:40:11 +0100
 
1521
 
 
1522
mysql-dfsg-5.0 (5.0.45-2) unstable; urgency=low
 
1523
 
 
1524
  * Package is now team-maintained. (closes: #421026)
 
1525
 
 
1526
  [ Sean Finney ]
 
1527
  * New/updated debconf translations:
 
1528
    - Spanish, from Javier Fernández-Sanguino Peña (closes: #426442).
 
1529
    - German, from Alwin Meschede (closes: #426545).
 
1530
    - Danish, from Claus Hindsgaul (closes: #426783).
 
1531
    - French, from Christian Perrier (closes: #430944).
 
1532
  * Add Recommends on libterm-readkey-perl for mysql-client-5.0 package, used
 
1533
    by mysqlreport add-on to mask password entry (closes: #438375).
 
1534
 
 
1535
  [ Norbert Tretkowski ]
 
1536
  * Add myself to uploaders.
 
1537
  * Suggest usage of an update statement on the user table to change the mysql
 
1538
    root user password instead using mysqladmin, to catch all root users from
 
1539
    all hosts. (closes: #435744)
 
1540
  * Remove informations about a crash in the server during flush-logs when
 
1541
    having expire_logs_days enabled but log-bin not, this bug was fixed in
 
1542
    5.0.32 already. (closes: #368547)
 
1543
  * Disable log_bin option in default config file and add a note to the NEWS
 
1544
    file. (closes: #349661)
 
1545
  * Fix FTBFS if build twice in a row. (closes: #442684)
 
1546
  * Remove check for buggy options from init script.
 
1547
  * Update innotop to 1.6.0 release.
 
1548
  * Add mysqlreport and innotop to mysql-client description.
 
1549
  * Use shorter server version string.
 
1550
 
 
1551
 -- Norbert Tretkowski <norbert@tretkowski.de>  Wed, 14 Nov 2007 20:00:06 +0100
 
1552
 
 
1553
mysql-dfsg-5.0 (5.0.45-1) unstable; urgency=low
 
1554
 
 
1555
  * New upstream release.
 
1556
 
 
1557
  [sean finney]
 
1558
  * removed patches that are incorporated into the latest release:
 
1559
    - 70_cpuid_on_i486.dpatch
 
1560
    - 91_SECURITY_CVE-2007-2691_alter-drop
 
1561
  * new patch 90_upstreamdebiandir.dpatch to keep a few lingering references
 
1562
    to the upstream ./debian dir out of the build, at least until we find
 
1563
    a nice way to collaborate on sharing the directory.
 
1564
  * updated CRUFT list to fix double-build breakage (closes: #424590).
 
1565
  * add conditional build-deps for linux-libc-dev to fix FTBFS for
 
1566
    non-linux arch's (closes: #431018).
 
1567
  * added notes to my.cnf and README.Debian about setting tmpdir when
 
1568
    configuring a replication slave.  thanks to Rudy Gevaert for pointing
 
1569
    this out (closes: #431825).
 
1570
 
 
1571
 -- sean finney <seanius@debian.org>  Tue, 17 Jul 2007 23:50:33 +0200
 
1572
 
 
1573
mysql-dfsg-5.0 (5.0.41a-1) unstable; urgency=high
 
1574
 
 
1575
  [sean finney]
 
1576
  * SECURITY:
 
1577
    Fix for CVE-2007-2691: DROP/RENAME TABLE statements (closes: #424778).
 
1578
  [Christian Hammers]
 
1579
  * Removed all manpages from the source (therefore the "41a") as they 
 
1580
    are not licensed under the GPL and redistribution is not permitted
 
1581
    (thanks to Mathias Gug). Closes: #430018
 
1582
  * Added linux-libc-dev to the build-depends as else an illegal dependency to
 
1583
    asm/atomic.h is generated in /usr/include/mysql/my_global.h. Closes: 424276
 
1584
  [Christian Perrier]
 
1585
  * Debconf templates and debian/control reviewed by the debian-l10n-
 
1586
    english team as part of the Smith review project. Closes: #419974
 
1587
  * Debconf translation updates:
 
1588
    - French. Closes: #422187
 
1589
    - Galician. Closes: #420118
 
1590
    - Italian. Closes: #421349
 
1591
    - Brazilian Portuguese. Closes: #421516
 
1592
    - Arabic. Closes: #421751
 
1593
    - Czech. Closes: #421766
 
1594
    - Portuguese. Closes: #422428
 
1595
 
 
1596
 -- Christian Hammers <ch@debian.org>  Sun, 24 Jun 2007 21:12:42 +0200
 
1597
 
 
1598
mysql-dfsg-5.0 (5.0.41-2) unstable; urgency=low
 
1599
 
 
1600
  * the previous "translation changes" inadvertently introduced unrelated
 
1601
    changes in the package control file.
 
1602
 
 
1603
 -- sean finney <seanius@debian.org>  Sun, 13 May 2007 12:32:45 +0200
 
1604
 
 
1605
mysql-dfsg-5.0 (5.0.41-1) unstable; urgency=low
 
1606
 
 
1607
  * New upstream release
 
1608
  [sean finney]
 
1609
  * Bump the priority of the debconf prompt for the root password to high, to 
 
1610
    ensure the question shows up in a default installation (closes: #418672).
 
1611
  * Debconf templates and debian/control reviewed by the debian-l10n-
 
1612
    english team as part of the Smith review project. Closes: #419974
 
1613
  * Debconf translation updates:
 
1614
    - French. Closes: #422187
 
1615
    - Galician. Closes: #420118
 
1616
    - Italian. Closes: #421349
 
1617
    - Brazilian Portuguese. Closes: #421516
 
1618
    - Arabic. Closes: #421751
 
1619
    - Czech. Closes: #421766
 
1620
    - Portuguese. Closes: #422428
 
1621
  * massaged the local PATH_MAX patch.
 
1622
  * removed temp sql parsing patch which has been incorporated upstream
 
1623
  * upstream no longer includes the mysql_create_system_tables command,
 
1624
    so removed our local patches for it.
 
1625
  * the following issues may have been fixed in a previous version of
 
1626
    mysql-server-5.0, but the exact version is not clear so they will be
 
1627
    marked as fixed in this version. 
 
1628
  * lots of NDB-related fixes, including those related to problems with
 
1629
    AUTO_INCREMENT (closes: #310878).
 
1630
  * fix for "connections remaining in sleep state" (closes: #318011).
 
1631
  * fix for "denies queries randomly" (closes: #399602).
 
1632
  * problems indexing on char() binary fields were ISAM specific, which is
 
1633
    no longer supported (closes: #326698).
 
1634
  * fix for problems with "complicated joins" (closes: 348682).
 
1635
  * fix for problems with "flushing logs, server crash" (closes: #348682).
 
1636
  * fix for AUTO_INCREMENT and duplicate keys (closes: #416145).
 
1637
  * fix for "DROP FUNCTIONS doesn't work" (closes: #290670).
 
1638
 
 
1639
 -- sean finney <seanius@debian.org>  Sat, 12 May 2007 12:10:20 +0200
 
1640
 
 
1641
mysql-dfsg-5.0 (5.0.38-3) unstable; urgency=low
 
1642
 
 
1643
  * Added innotop. 
 
1644
  * Changed maintainer email address to
 
1645
    pkg-mysql-commits@lists.alioth.debian.org 
 
1646
 
 
1647
 -- Christian Hammers <ch@debian.org>  Thu, 19 Apr 2007 19:21:15 +0200
 
1648
 
 
1649
mysql-dfsg-5.0 (5.0.38-2) unstable; urgency=high
 
1650
 
 
1651
  * SECURITY:
 
1652
    In some previous versions mysql_install_db was not idempotent and did
 
1653
    always create passwordless root accounts although it should only on
 
1654
    initial installs (thanks to Olaf van der Spek). Closes: #418672
 
1655
  * Added check for passwordless root accounts to debian-start.
 
1656
  * As MySQL-5.0 is, at least currently, incompatible with Kernel 2.4 the
 
1657
    installation is aborted for such old kernels. Debian Etch does not support
 
1658
    them anyway according to the release notes but this might be unexpected
 
1659
    and many production servers still have self build ones installed (thanks
 
1660
    to Marc-Christian Petersen). See: #416841
 
1661
  * Adjusted TeX build-deps to texlive.
 
1662
 
 
1663
 -- Christian Hammers <ch@debian.org>  Tue, 17 Apr 2007 01:00:41 +0200
 
1664
 
 
1665
mysql-dfsg-5.0 (5.0.38-1) unstable; urgency=low
 
1666
 
 
1667
  * New upstream release.
 
1668
  * Activated the blackhole engine as it's needed for replicating partition
 
1669
    designs (thanks to Cyril SCETBON). 
 
1670
  * Fixed segfault on i486 systems without cpuid instruction (thanks to
 
1671
    Lennart Sorensen). Closes: #410474
 
1672
  * Only use of the non-essential debconf package in postrm if it is still
 
1673
    installed (thanks to Michael Ablassmeier). Closes: #416838
 
1674
 
 
1675
 -- Christian Hammers <ch@debian.org>  Thu,  5 Apr 2007 22:43:41 +0200
 
1676
 
 
1677
mysql-dfsg-5.0 (5.0.36-1) unstable; urgency=low
 
1678
 
 
1679
  * New upstream release.
 
1680
    Closes: #400460, #408159, #408533
 
1681
 
 
1682
 -- Christian Hammers <ch@debian.org>  Thu, 22 Mar 2007 22:16:31 +0100
 
1683
 
 
1684
mysql-dfsg-5.0 (5.0.32-10) unstable; urgency=high
 
1685
 
 
1686
  * Really fixed FTBFS on Sparc introduced with the "make -j" trick in 
 
1687
    5.0.32-8 (thanks to Frank Lichtenheld). Closes: #415026
 
1688
 
 
1689
 -- Christian Hammers <ch@debian.org>  Sun, 18 Mar 2007 20:52:33 +0100
 
1690
 
 
1691
mysql-dfsg-5.0 (5.0.32-9) unstable; urgency=high
 
1692
 
 
1693
  * Fixed FTBFS on Sparc introduced with the "make -j" trick in 5.0.32-8
 
1694
    (thanks to Frank Lichtenheld). Closes: #415026
 
1695
 
 
1696
 -- Christian Hammers <ch@debian.org>  Tue, 15 Mar 2007 18:55:42 +0100
 
1697
 
 
1698
mysql-dfsg-5.0 (5.0.32-8) unstable; urgency=high
 
1699
 
 
1700
  [Sean Finney]
 
1701
  * SECURITY:
 
1702
    - CVE-2007-1420: Single Row Subselect DoS.  Specially crafted subselect
 
1703
      queries could crash the mysql server.  Patch backported from upstream
 
1704
      changeset 19685 (46_CVE-2007-1420_subselect_dos.dpatch) 
 
1705
      closes: #414790.
 
1706
  [Christian Hammers]
 
1707
  * Adapt MAKE_J to use the -j option with the number of available processors.
 
1708
    (thanks to Raphael Pinson).
 
1709
  * Updated mysqlreport to latest upstream (and patched --help usage message
 
1710
    and "return if qcache_size==0").
 
1711
 
 
1712
 -- sean finney <seanius@debian.org>  Wed, 14 Mar 2007 20:19:08 +0100
 
1713
 
 
1714
mysql-dfsg-5.0 (5.0.32-7) unstable; urgency=low
 
1715
 
 
1716
  * Updated French Debconf translation (thanks to Christian Perrier).
 
1717
    Closes: #411330
 
1718
  * Updated Danish Debconf translation (thanks to Claus Hindsgaul).
 
1719
    Closes: #411328
 
1720
  * Updated Portuguese Debconf translation (thanks to "Traduz").
 
1721
    Closes: #411339
 
1722
  * Updated Czech Debconf translation (thanks to Miroslav Kure).
 
1723
    Closes: #411341
 
1724
  * Added Norwegian Debconf translation (thanks to Bjorn Steensrud).
 
1725
    Closes: #411345
 
1726
  * Updated Spanish Debconf translation (thanks to Javier Fernandez-Sanguino
 
1727
    Pena). Closes: #411347
 
1728
  * Updated Japanese Debconf translation (thanks to Hideki Yamane).
 
1729
    Closes: #411368
 
1730
  * Updated Swedish Debconf translation (thanks to Andreas Henriksson).
 
1731
    Closes: #411370
 
1732
  * Updated Italian Debconf translation (thanks to Luca Monducci).
 
1733
    Closes: #411377
 
1734
  * Updated Galician Debconf translation (thanks to Jacobo Tarrio).
 
1735
    Closes: #411379
 
1736
  * Updated Russian Debconf translation (thanks to Yuriy Talakan).
 
1737
    Closes: #411442
 
1738
  * Updated Basque Debconf translation (thanks to Piarres Beobide).
 
1739
    Closes: #411457
 
1740
  * Updated German Debconf translation (thanks to Alwin Meschede).
 
1741
    Closes: #411480
 
1742
  * Updated Dutch Debconf translation (thanks to Thijs Kinkhorst).
 
1743
  * Updated Brazilian Portuguese translation (thanks to Andre Luis Lopes).
 
1744
    Closes: #411536
 
1745
  * Updated Romanian Debconf translation (thanks to Stan Ioan-Eugen). 
 
1746
    Closes: #411764
 
1747
 
 
1748
 -- Christian Hammers <ch@debian.org>  Fri, 16 Feb 2007 23:20:42 +0100
 
1749
 
 
1750
mysql-dfsg-5.0 (5.0.32-6) unstable; urgency=low
 
1751
 
 
1752
  * Changed wording in Debconf templates to better fit to the graphical
 
1753
    interface (thanks to Frank Kuester). Closes: #411165
 
1754
  * Lintian suggested style changes to some other Debconf questions.
 
1755
  * Removed accidently stdout output from init script.
 
1756
 
 
1757
 -- Christian Hammers <ch@debian.org>  Fri, 16 Feb 2007 20:29:18 +0100
 
1758
 
 
1759
mysql-dfsg-5.0 (5.0.32-5) unstable; urgency=medium
 
1760
 
 
1761
  * Backported upstream patch for a bug that crashed the server when using
 
1762
    certain join/group/limit combinations. 
 
1763
    Users of the Joomla CMS seemed to be affected by this. Closes: #403721
 
1764
  * The debian-start script that runs on every server start now first upgrades
 
1765
    the system tables (if neccessary) and then check them as it sometimes did
 
1766
    not work the other way around (e.g. for MediaWiki). The script now uses 
 
1767
    mysql_update instead of mysql_update_script as recommended. Closes: 409780
 
1768
  * Remove the Debconf generated config file in postrm.
 
1769
 
 
1770
 -- Christian Hammers <ch@debian.org>  Thu, 15 Feb 2007 04:47:04 +0100
 
1771
 
 
1772
mysql-dfsg-5.0 (5.0.32-4) unstable; urgency=high
 
1773
 
 
1774
  [Christian Hammers]
 
1775
  * Changed minimum required version in dh_makeshlibs to 5.0.27-1 as
 
1776
    5.0.26 had an ABI breakage in it!
 
1777
    This is the cause for Perl programs crashing with the following error: 
 
1778
    "Transactions not supported by database at /usr/lib/perl5/DBI.pm line 672"
 
1779
  * The old_passwords setting that is set according to a Debconf question is
 
1780
    now written to /etc/mysql/conf.d/old_passwords.cnf instead directly to the
 
1781
    conffile /etc/mysql/my.cnf which would be fobidden by policy (thanks to
 
1782
    Robert Bihlmeyer). Closes: #409750
 
1783
  * Added some more comments to the default my.cnf.
 
1784
  [Monty Taylor]
 
1785
  * Added bison to build dependencies.
 
1786
  * Added a "start-initial" option to the Data Node init script to support
 
1787
    initial node starts.
 
1788
  * Changed NDB Data and Management node startup seqence. Prevented both from
 
1789
    restarting on upgrade to address rolling upgrade issues.
 
1790
  * Updated build-depends to depend on automake1.9 instead of automake1.8
 
1791
    to match what upstream uses. 
 
1792
 
 
1793
 -- Christian Hammers <ch@debian.org>  Wed, 31 Jan 2007 01:14:09 +0100
 
1794
 
 
1795
mysql-dfsg-5.0 (5.0.32-3) unstable; urgency=high
 
1796
 
 
1797
  * mysql-server-5.0 pre-depends on adduser now and has --disabled-login
 
1798
    explicitly added to be on the safe side (thanks to the puiparts team).
 
1799
    Closes: #408362
 
1800
  * Corrections the terminology regarding NDB in the comments of all config
 
1801
    files and init scripts (thanks to Geert Vanderkelen of MySQL).
 
1802
  * Updated Swedish Debconf translation (thanks to Andreas Henriksson).
 
1803
    Closes: #407859
 
1804
  * Updated Czech Debconf translation (thanks to Miroslav Kure).
 
1805
    Closes: #407809
 
1806
 
 
1807
 -- Christian Hammers <ch@debian.org>  Thu, 11 Jan 2007 11:18:47 +0100
 
1808
 
 
1809
mysql-dfsg-5.0 (5.0.32-2) unstable; urgency=high
 
1810
 
 
1811
  * The last upload suffered from a regression that made NDB totally
 
1812
    unusable and caused a dependency to libmysqlclient15-dev in the
 
1813
    mysql-server-5.0 package. The relevant 85_* patch was re-added again.
 
1814
    Closes: #406435
 
1815
  * Added lintian-overrides for an error that does not affect our packages.
 
1816
    There are now only warnings and not errors left.
 
1817
 
 
1818
 -- Christian Hammers <ch@debian.org>  Tue,  9 Jan 2007 23:55:10 +0100
 
1819
 
 
1820
mysql-dfsg-5.0 (5.0.32-1) unstable; urgency=high
 
1821
 
 
1822
  * New upstream version.
 
1823
    * SECURITY: mysql_fix_privilege_tables.sql altered the 
 
1824
      table_privs.table_priv column to contain too few privileges, causing
 
1825
      loss of the CREATE VIEW and SHOW VIEW privileges. (MySQL Bug#20589)
 
1826
    * SECURITY (DoS): ALTER TABLE statements that performed both RENAME TO
 
1827
      and {ENABLE|DISABLE} KEYS operations caused a server crash. (MySQL
 
1828
      Bug#24089)
 
1829
    * SECURITY (DoS): LAST_DAY('0000-00-00') could cause a server crash.
 
1830
      (MySQL Bug#23653)
 
1831
    * SECURITY (DoS): Using EXPLAIN caused a server crash for queries that 
 
1832
      selected from INFORMATION_SCHEMA in a subquery in the FROM clause.
 
1833
      (MySQL Bug#22413)
 
1834
    * SECURITY (DoS): Invalidating the query cache (e.g. when using stored procedures) 
 
1835
      caused a server crash for INSERT INTO ... SELECT statements that 
 
1836
      selected from a view. (MySQL Bug#20045)
 
1837
    * Using mysql_upgrade with a password crashed the server. Closes: #406229
 
1838
    * yaSSL crashed on pre-Pentium Intel and Cyrix CPUs. (MySQL Bug#21765)
 
1839
      Closes: #383759
 
1840
    * Lots of small fixes to the NDB cluster storage engine.
 
1841
  * Updated Japanese Debconf template (thanks to Hideki Yamane).
 
1842
    Closes: #405793
 
1843
  * Fixed comment regarding "mycheck" in debian-start (thanks to
 
1844
    Enrico Zini). Closes: #405787
 
1845
 
 
1846
 -- Christian Hammers <ch@debian.org>  Sat,  6 Jan 2007 14:26:20 +0100
 
1847
 
 
1848
mysql-dfsg-5.0 (5.0.30-3) unstable; urgency=low
 
1849
 
 
1850
  * Updated Brazilian Debconf translation (thanks to Andre Luis Lopes).
 
1851
    Closes: #403821
 
1852
  * Added Romanian Debconf translation (thanks to Stan Ioan-Eugen).
 
1853
    Closes: #403943
 
1854
  * Updated Spanish Debconf translation (thanks to Javier Fernandez-Sanguino
 
1855
    Pena). Closes: #404084
 
1856
  * Updated Galician Debconf translation (thanks to Jacobo Tarrio).
 
1857
    Closes: #404318
 
1858
  * Updated Dutch Debconf translation (thanks to Vincent Zweije).
 
1859
    Closes: #404566
 
1860
  * Updated Danish Debconf translation (thanks to Claus Hindsgaul).
 
1861
    Closes: #405018
 
1862
 
 
1863
 -- Christian Hammers <ch@debian.org>  Thu, 21 Dec 2006 21:35:09 +0100
 
1864
 
 
1865
mysql-dfsg-5.0 (5.0.30-2) unstable; urgency=high
 
1866
 
 
1867
  * Fixed upstream regression in header files that lead to FTBFS for
 
1868
    mysql-admin, mysql-query-browser and probably other pacakges.
 
1869
    (thanks to Andreas Henriksson). Closes: #403081, #403082
 
1870
  * Fixed some upstream scripts by replacing /etc by /etc/mysql (thanks to
 
1871
    Julien Antony). Closes: #401083
 
1872
  * Updated French Debconf translation (thanks to Christian Perrier).
 
1873
    Closes: #401434
 
1874
  * Added Spanish Debconf translation (thanks to Javier Fernandez-Sanguino
 
1875
    Pena). Closes: #401953
 
1876
  * Marked a Debconf question that is just a dummy and only internally
 
1877
    used as not-needing-translation. Closes: #403163
 
1878
  * Fixed mysqlslowdump patch to not remove the usage() function (thanks 
 
1879
    to Monty Tailor).
 
1880
 
 
1881
 -- Christian Hammers <ch@debian.org>  Sun,  3 Dec 2006 19:20:10 +0100
 
1882
 
 
1883
mysql-dfsg-5.0 (5.0.30-1) unstable; urgency=low
 
1884
 
 
1885
  * New upstream version (switch to the MySQL Enterprise branch).
 
1886
  * Upstream bugfix for the Innodb performance bug:
 
1887
    "Very poor performance with multiple queries running
 
1888
     concurrently (Bug#15815)".
 
1889
  * Upstream bugfix for a possible server crash:
 
1890
    "Selecting from a MERGE table could result in a server crash if the
 
1891
     underlying tables had fewer indexes than the MERGE table itself
 
1892
     (Bug#22937)"
 
1893
  * Upstream bugfies for *lot* of NDB problems.
 
1894
  * Upstream bugfix for Innodb optimizer bug. Closes: #397597
 
1895
  * Updated Italian Debconf translation (thanks to Luca Monducci).
 
1896
    Closes: #401305 
 
1897
  * Updated debian/watch file to MySQL Enterprise branch.
 
1898
 
 
1899
 -- Christian Hammers <ch@debian.org>  Sat,  2 Dec 2006 16:36:38 +0100
 
1900
 
 
1901
mysql-dfsg-5.0 (5.0.27-2) unstable; urgency=medium
 
1902
 
 
1903
  * Disabled YaSSL x86 assembler as it was reported to crash applications
 
1904
    like pam-mysql or proftpd-mysql which are linked against libmysqlclient
 
1905
    on i486 and Cyrix (i586) CPUs. Closes: #385147
 
1906
  * Adjusted mysql-server-4.1 priority to extra and section to oldlibs
 
1907
    according to the ftp masters overrides.
 
1908
  * Updated German Debconf translation (thanks to Alwin Meschede).
 
1909
    Closes: #400809
 
1910
 
 
1911
 -- Christian Hammers <ch@debian.org>  Wed, 22 Nov 2006 13:36:31 +0100
 
1912
 
 
1913
mysql-dfsg-5.0 (5.0.27-1) unstable; urgency=medium
 
1914
 
 
1915
  * New upstream version (but no codechange, the only difference to 5.0.26
 
1916
    was a patch to the ABI change which Debian already included.
 
1917
  * When dist-upgrading from mysql-server-4.1/sarge dpkg does not longer
 
1918
    ask unnecessary "config file has changed" questions regarding
 
1919
    /etc/init.d/mysql, /etc/logrotate.d/mysql-server and
 
1920
    /etc/mysql/debian-start just because these files previously belonged
 
1921
    to mysql-server-4.1 and not to mysql-server-5.0.
 
1922
    To archive this mysql-server-5.0 now pre-depends on mysql-common which
 
1923
    provides current versions of those files.
 
1924
  * The automatic run mysql_upgrade now works with non-standard datadir
 
1925
    settings, too (thanks to Benjami Villoslada). Closes: #394607
 
1926
  * Debconf now asks if the old_passwords option is really needed.
 
1927
  * Improved explanations of the old_passwords variable in my.cnf.
 
1928
  * Removed possibly leftover cron script from MySQL-4.1 (thanks to
 
1929
    Mario Oyorzabal Salgado). Closes: #390889
 
1930
  * Postrm ignores failed "userdel mysql".
 
1931
  * Updated Danish Debconf translation (thanks to Claus Hindsgaul).
 
1932
    Closes: #398784
 
1933
  * Added Euskarian Debconf translation (thanks to Piarres Beobide).
 
1934
    Closes: #399045
 
1935
  * Updated Japanese Debconf translation (thanks to Hideki Yamane).
 
1936
    Closes: #399074
 
1937
  * Updated German Debconf translation (thanks to Alwin Meschede).
 
1938
    Closes: #399087
 
1939
  * New Portuguese debconf translations from Miguel Figueiredo. 
 
1940
    Closes: #398186
 
1941
 
 
1942
 -- Christian Hammers <ch@debian.org>  Tue,  7 Nov 2006 21:26:25 +0100
 
1943
 
 
1944
mysql-dfsg-5.0 (5.0.26-3) unstable; urgency=high
 
1945
 
 
1946
  [sean finney]
 
1947
  * Fix for the deadly ISAM trap.  Now during upgrades we will do our
 
1948
    very best to convert pre-existing ISAM format tables using the
 
1949
    binaries from the previous package.  Success is not guaranteed, but
 
1950
    this is probably as good as it gets.  Note that this also necessitates
 
1951
    re-introducing an (empty transitional) mysql-server-4.1 package.
 
1952
    Closes: #354544, #354850
 
1953
  * Remove a couple spurious and wrongly placed WARNING statements from
 
1954
    45_warn-CLI-passwords.dpatch.  thanks to Dan Jacobsen for pointing these
 
1955
    out.  Closes: #394262
 
1956
 
 
1957
 -- sean finney <seanius@debian.org>  Fri, 03 Nov 2006 18:34:46 +0100
 
1958
 
 
1959
mysql-dfsg-5.0 (5.0.26-2) unstable; urgency=high
 
1960
 
 
1961
  * Fixed FTBFS for Alpha by applying an upstream patch (thanks to Falk
 
1962
    Hueffner). Closes: #395921
 
1963
 
 
1964
 -- Christian Hammers <ch@debian.org>  Sat, 28 Oct 2006 20:13:46 +0200
 
1965
 
 
1966
mysql-dfsg-5.0 (5.0.26-1) unstable; urgency=high
 
1967
 
 
1968
  * SECURITY: 
 
1969
    This combined release of 5.0.25 and 5.0.26 fixes lot of possible server
 
1970
    crashs so it should get into Etch. Quoting the changelog (bug numbers are
 
1971
    bugs.mysql.com ones):
 
1972
    - character_set_results can be NULL to signify no conversion, but some
 
1973
      code did not check for NULL, resulting in a server crash. (Bug#21913)
 
1974
    - Using cursors with READ COMMITTED isolation level could cause InnoDB to
 
1975
      crash. (Bug#19834)
 
1976
    - Some prepared statements caused a server crash when executed a second
 
1977
      time. (Bug#21166)
 
1978
    - When DROP DATABASE or SHOW OPEN TABLES was issued while concurrently 
 
1979
      issuing DROP TABLE (or RENAME TABLE, CREATE TABLE LIKE or any other 
 
1980
      statement that required a name lock) in another connection, the server 
 
1981
      crashed. (Bug#21216)
 
1982
    - Use of zero-length variable names caused a server crash. (Bug#20908)
 
1983
    - For InnoDB tables, the server could crash when executing NOT IN () 
 
1984
      subqueries. (Bug#21077) 
 
1985
    - Repeated DROP TABLE statements in a stored procedure could sometimes
 
1986
      cause the server to crash. (Bug#19399)
 
1987
    - Performing an INSERT on a view that was defined using a SELECT that 
 
1988
      specified a collation and a column alias caused the server to crash 
 
1989
      (Bug#21086).
 
1990
    - A query of the form shown here caused the server to crash. (Bug#21007)
 
1991
    - NDB Cluster: Some queries involving joins on very large NDB tables could
 
1992
      crash the MySQL server. (Bug#21059)
 
1993
    - The character set was not being properly initialized for CAST() with a
 
1994
      type like CHAR(2) BINARY, which resulted in incorrect results or even a 
 
1995
      server crash. (Bug#17903)
 
1996
    - For certain queries, the server incorrectly resolved a reference to an
 
1997
      aggregate function and crashed. (Bug#20868)
 
1998
    - The server crashed when using the range access method to execut a
 
1999
      subquery with a ORDER BY DESC  clause. (Bug#20869)
 
2000
    - Triggers on tables in the mysql database caused a server crash. Triggers
 
2001
      for tables in this database now are disallowed. (Bug#18361)
 
2002
    - Using SELECT on a corrupt MyISAM table using the dynamic record format 
 
2003
      could cause a server crash. (Bug#19835) 
 
2004
    - Use of MIN() or MAX()  with GROUP BY on a ucs2  column could cause a
 
2005
      server crash. (Bug#20076)
 
2006
    - Selecting from a MERGE table could result in a server crash if the
 
2007
      underlying tables had fewer indexes than the MERGE table itself. 
 
2008
      (Bug#21617, Bug#22937)
 
2009
 
 
2010
  * New upstream release.
 
2011
    - This bug would cause trouble for Sarge->Etch upgrades, it was supposed to
 
2012
      have been fixed in 5.0.16 but that apparently did not fix the whole
 
2013
      problem:
 
2014
      Using tables from MySQL 4.x in MySQL 5.x, in particular those with VARCHAR
 
2015
      fields and using INSERT DELAYED to update data in the table would result in
 
2016
      either data corruption or a server crash. (Bug#16611, Bug#16218, Bug#17294) 
 
2017
      Closes: #386337
 
2018
    - Fixes data corruption as an automatic client reconnect used to set
 
2019
      the wrong character set. Closes: #365050
 
2020
    - Fixes an undefined ulong type in an include file. Closes: #389102
 
2021
    - Fixes wrong output format when using Unicode characters. Closes: #355302
 
2022
    - Fixes mysql_upgrade when using a password. Closes: #371841
 
2023
 
 
2024
  [Christian Hammers]
 
2025
  * Removed --sysconfdir from debian/rules as it puts /etc/mysql/ at the
 
2026
    end of the my.cnf search patch thus overriding $HOME/my.cnf
 
2027
    (thanks to Christoph Biedl). Closes: #394992
 
2028
  * The provided patch from bug #385947 was wrong, the variable is called
 
2029
    BLOCKSIZE not BLOCK_SIZE according to "strings `which df`" (thanks to
 
2030
    Bruno Muller). Closes: #385947
 
2031
 
 
2032
  [sean finney]
 
2033
  * new dutch debconf translations from Vincent Zweije (closes: #392809).
 
2034
  * new japanese debconf translations from Hideki Yamane (closes: #391625).
 
2035
  * new italian debconf translations from Luca Monducci (closes: #391741).
 
2036
  * new french debconf translations from Christian Perrier (closes: #393334).
 
2037
  * ran debconf-updatepo to merge the fuzzies into svn.
 
2038
  * massage the following patches so they continue to apply cleanly:
 
2039
    - 44_scripts__mysql_config__libs.dpatch to cleanly apply.
 
2040
    - 45_warn-CLI-passwords.dpatch
 
2041
    - 96_TEMP__libmysqlclient_ssl_symbols.dpatch (note, this patch might
 
2042
      no longer be needed, but is retained "just in case" after massaging it)
 
2043
  * the following patches have been incorporated upstream:
 
2044
    - 70_kfreebsd.dpatch
 
2045
    - 80_hurd_mach.dpatch
 
2046
    - 87_ps_Hurd.dpatch
 
2047
    - 90_TEMP__client__mysql_upgrade__O_EXEC.dpatch
 
2048
    - 91_TEMP__client__mysql_upgrade__password.dpatch
 
2049
    - 92_TEMP__client__mysql_upgrade__defaultgroups.dpatch
 
2050
    - 94_TEMP__CVE-2006-4227.dpatch
 
2051
    - 95_TEMP__CVE-2006-4226.dpatch
 
2052
  * the udf_example.cc has disappeared from the source code, but there's
 
2053
    a udf_example.c which seems to be a good example to use instead :)
 
2054
  * update documentation in the configuration to no longer reference
 
2055
    using my.cnf in the DATADIR, as it's never been the recommended
 
2056
    method for debian systems and hasn't worked since 5.0 was released
 
2057
    anyway (closes: #393868).
 
2058
 
 
2059
 -- Christian Hammers <ch@debian.org>  Wed, 25 Oct 2006 19:54:04 +0200
 
2060
 
 
2061
mysql-dfsg-5.0 (5.0.24a-9) unstable; urgency=medium
 
2062
 
 
2063
  * Having expire_logs_days enabled but log-bin not crashes the server. Using
 
2064
    both or none of those options is safe. To prevent this happening during the 
 
2065
    nightly log rotation via /etc/logrotate.d/mysql the initscript checks for 
 
2066
    malicious combination of options. See: #368547
 
2067
  * The Sarge package "mysql-server" which used to include the mysqld daemon
 
2068
    may still be in unselected-configured state (i.e. after a remove but not
 
2069
    purge) in which case its now obsolete cronscript has to be moved away
 
2070
    (thanks to Charles Lepple). Closes: #385669
 
2071
  * Updated Danish Debconf translation (thanks to Claus Hindsgaul).
 
2072
    Closes: #390315
 
2073
  * Updated Frensh Debconf translation (thanks to Christian Perrier).
 
2074
    Closes: #390980
 
2075
 
 
2076
 -- Christian Hammers <ch@debian.org>  Tue,  3 Oct 2006 14:55:31 +0200
 
2077
 
 
2078
mysql-dfsg-5.0 (5.0.24a-8) unstable; urgency=low
 
2079
 
 
2080
  * (broken upload)
 
2081
 
 
2082
 -- Christian Hammers <ch@debian.org>  Tue,  3 Oct 2006 14:55:31 +0200
 
2083
 
 
2084
mysql-dfsg-5.0 (5.0.24a-7) unstable; urgency=low
 
2085
 
 
2086
  * Stopped mysql_config from announcing unnecessary library dependencies
 
2087
    which until now cause "NEEDED" dependencies in the "readelf -d" output
 
2088
    of libraries who only depend on libmysqlclient.so (thanks to Michal
 
2089
    Cihar). Closes: #390692
 
2090
 
 
2091
 -- Christian Hammers <ch@debian.org>  Sun,  1 Oct 2006 23:59:43 +0200
 
2092
 
 
2093
mysql-dfsg-5.0 (5.0.24a-6) unstable; urgency=low
 
2094
 
 
2095
  [sean finney]
 
2096
  * finally add support for setting a root password at install.
 
2097
    while this is not a random password as requested in one bug
 
2098
    report, we believe it is the best solution and provides a
 
2099
    means to set a random password via preseeding if it's really
 
2100
    desired (Closes: #316127, #298295).
 
2101
 
 
2102
 -- sean finney <seanius@debian.org>  Sun, 01 Oct 2006 23:34:30 +0200
 
2103
 
 
2104
mysql-dfsg-5.0 (5.0.24a-5) unstable; urgency=low
 
2105
 
 
2106
  * Added ${shlibs:Depends} to debian/control section libmysqlclient-dev as it
 
2107
    contains the experimental /usr/lib/mysql/libndbclient.so.0.0.0.
 
2108
  * Bumped standards version to 3.7.2.
 
2109
  * Added LSB info section to init scripts.
 
2110
  * Rephrased Debconf templates as suggested by lintian.
 
2111
  * Added benchmark suite in /usr/share/mysql/sql-bench/.
 
2112
  * The mysql.timezone* tables are now filled by the postinst script (thanks
 
2113
    to Mark Sheppard). Closes: #388491
 
2114
  * Moved Debconf install notes to README.Debian. Displaying them with
 
2115
    medium priority was a bug anyway. Closes: #388941
 
2116
  * Replaced /usr/bin/mysql_upgrade by /usr/bin/mysql_upgrade_shell in
 
2117
    /etc/mysql/debian-start.sh as it works without errors (thanks to Javier
 
2118
    Kohen). Closes: #389443
 
2119
 
 
2120
 -- Christian Hammers <ch@debian.org>  Wed, 20 Sep 2006 15:01:42 +0200
 
2121
 
 
2122
mysql-dfsg-5.0 (5.0.24a-4) unstable; urgency=high
 
2123
 
 
2124
  * libmysqlclient.so.15 from 5.0.24 accidentaly exports some symbols that are
 
2125
    historically exported by OpenSSL's libcrypto.so. This bug was supposed to
 
2126
    be fixed in 5.0.24a bug according to the mysql bug tracking system will
 
2127
    only be fixed in 5.0.25 so I backported the patch. People already reported
 
2128
    crashing apps due to this (thanks to Duncan Simpson). See also: #385348
 
2129
    Closes: #388262
 
2130
  * Fixed BLOCKSIZE to BLOCK_SIZE in initscript (thanks to Bruno Muller).
 
2131
    Closes: #385947
 
2132
  * Added hint to "--extended-insert=0" to mysqldump manpage (thanks to Martin
 
2133
    Schulze).
 
2134
  * Documented the meaning of "NDB" in README.Debian (thanks to Dan Jacobson).
 
2135
    Closes: #386274
 
2136
  * Added patch to build on hurd-i386 (thanks to Cyril Brulebois). Closes: #387369
 
2137
  * Fixed debian-start script to work together with the recend LSB modifications in
 
2138
    the initscript (thanks to wens). Closes: #387481
 
2139
  * Reverted tmpdir change in my.cnf back to /tmp to comply with FHS (thanks
 
2140
    to Alessandro Valente). Closes: #382778
 
2141
  * Added logcheck filter rule (thanks to Paul Wise). Closes: #381043
 
2142
  * I will definetly not disable InnoDB but added a note to the default my.cnf
 
2143
    that disabling it saves about 100MB virtual memory (thanks to Olivier
 
2144
    Berger). Closes: #384399
 
2145
  * Added thread_cache_size=8 to default my.cnf as this variable seems to have
 
2146
    a negligible memory footprint but can improve performance when lots of
 
2147
    threads connect simultaneously as often seen on web servers.
 
2148
 
 
2149
 -- Christian Hammers <ch@debian.org>  Mon,  4 Sep 2006 00:21:50 +0200
 
2150
 
 
2151
mysql-dfsg-5.0 (5.0.24a-3) unstable; urgency=low
 
2152
 
 
2153
  * Fixed potential tempfile problem in the newly added mysqlreport script.
 
2154
 
 
2155
 -- Christian Hammers <ch@debian.org>  Sun,  3 Sep 2006 23:17:24 +0200
 
2156
 
 
2157
mysql-dfsg-5.0 (5.0.24a-2) unstable; urgency=low
 
2158
 
 
2159
  * Added "mysqlreport" (GPL'ed) from hackmysql.com.
 
2160
  * Temporarily disabled expire_days option as it causes the server
 
2161
    to crash. See #368547
 
2162
  * Made output of init scripts LSB compliant (thanks to David Haerdeman).
 
2163
    Closes: #385874
 
2164
 
 
2165
 -- Christian Hammers <ch@debian.org>  Sun,  3 Sep 2006 19:06:53 +0200
 
2166
 
 
2167
mysql-dfsg-5.0 (5.0.24a-1) unstable; urgency=high
 
2168
 
 
2169
  * New upstream version.
 
2170
  * The shared library in the 5.0.24 upstream release accidently exported 
 
2171
    some symbols that are also exported by the OpenSSL libraries (notably
 
2172
    BN_bin2bn) causing unexpected behaviour in applications using these 
 
2173
    functions (thanks to Peter Cernak). Closes: #385348
 
2174
  * Added note about possible crash on certain i486 clone CPUs.
 
2175
  * Made recipient address of startup mysqlcheck output configurable
 
2176
    (thanks to Mattias Guns). Closes: #385119
 
2177
 
 
2178
 -- Christian Hammers <ch@debian.org>  Mon, 28 Aug 2006 01:22:12 +0200
 
2179
 
 
2180
mysql-dfsg-5.0 (5.0.24-3) unstable; urgency=high
 
2181
 
 
2182
  * SECURITY:
 
2183
    CVE-2006-4226:
 
2184
    When run on case-sensitive filesystems, MySQL allows remote
 
2185
    authenticated users to create or access a database when the database 
 
2186
    name differs only in case from a database for which they have
 
2187
    permissions.
 
2188
    CVE-2006-4227:
 
2189
    MySQL evaluates arguments of suid routines in the security context of
 
2190
    the routine's definer instead of the routine's caller, which allows
 
2191
    remote authenticated users to gain privileges through a routine that 
 
2192
    has been made available using GRANT EXECUTE.
 
2193
    Thanks to Stefan Fritsch for reporting. Closes: #384798
 
2194
 
 
2195
 -- Christian Hammers <ch@debian.org>  Sat, 26 Aug 2006 04:55:17 +0200
 
2196
 
 
2197
mysql-dfsg-5.0 (5.0.24-2) unstable; urgency=high
 
2198
 
 
2199
  * 5.0.24-1 introduced an ABI incompatibility, which this patch reverts.
 
2200
    Programs compiled against 5.0.24-1 are not compatible with any other
 
2201
    version and needs a rebuild.
 
2202
    This bug already caused a lot of segfaults and crashes in various 
 
2203
    programs. Thanks to Chad MILLER from MySQL for quickly providing a patch.
 
2204
    The shlibdeps version has been increased to 5.0.24-2.
 
2205
    Closes: #384047, #384221, #383700
 
2206
 
 
2207
 -- Christian Hammers <ch@debian.org>  Fri, 25 Aug 2006 21:47:35 +0200
 
2208
 
 
2209
mysql-dfsg-5.0 (5.0.24-1) unstable; urgency=high
 
2210
 
 
2211
  * SECURITY: Upstream fixes a security bug which allows a user to continue
 
2212
    accessing a table using a MERGE TABLE after the right to direct access to
 
2213
    the database has been revoked (CVE-2006-4031, MySQL bug #15195).
 
2214
    (Well they did not exactly fixed it, they documented the behaviour and
 
2215
    allow the admin to disable merge table alltogether...). Closes: #380271
 
2216
  * SECURITY: Applied patch that fixes a possibly insecure filehandling
 
2217
    in the recently added mysql_upgrade binary file (MySQL bug #10320).
 
2218
  * New upstream version.
 
2219
    - Fixes nasty MySQL bug #19618 that leads to crashes when using
 
2220
      "SELECT ... WHERE ... not in (1, -1)" (e.g. vbulletin was affected).
 
2221
    - Fixes upstream bug #16803 so that linking ~/.mysql_history to /dev/null
 
2222
      now has the desired effect of having no history.
 
2223
  * Really fixed the runlevels. Closes: #377651
 
2224
  * Added patch for broken upstream handling of "host=" to mysql_upgrade.c.
 
2225
  * Adjusted /etc/mysql/debian-start to new mysql_upgrade.c
 
2226
 
 
2227
 -- Christian Hammers <ch@debian.org>  Tue,  8 Aug 2006 00:44:13 +0200
 
2228
 
 
2229
mysql-dfsg-5.0 (5.0.22-5) unstable; urgency=low
 
2230
 
 
2231
  * Added further line to the logcheck ignore files (thanks to Paul Wise).
 
2232
    Closes: #381038
 
2233
 
 
2234
 -- Christian Hammers <ch@debian.org>  Wed,  2 Aug 2006 00:28:50 +0200
 
2235
 
 
2236
mysql-dfsg-5.0 (5.0.22-4) unstable; urgency=low
 
2237
 
 
2238
  * Upstream fixes a bug in the (never released) version 5.0.23 which could
 
2239
    maybe used to crash the server if the mysqlmanager daemon is in use
 
2240
    which is not yet the default in Debian. (CVE-2006-3486 *DISPUTED*)
 
2241
  * Changed runlevel priority of mysqld from 20 to 19 so that it gets started
 
2242
    before apache and proftpd etc. which might depend on an already running
 
2243
    database server (thanks to Martin Gruner). Closes: #377651
 
2244
  * Added patch which sets PATH_MAX in ndb (thanks to Cyril Brulebois).
 
2245
    Closes: #378949
 
2246
  * Activated YaSSL as licence issues are settled according to:
 
2247
    http://bugs.mysql.com/?id=16755. This also closes the FTBFS bug
 
2248
    regarding OpenSSL as it is discouraged to use now. Closes: #368639
 
2249
  * Removed SSL-MINI-HOWTO as the official documentation is good enough now.
 
2250
  * mysql_upgrade no longer gives --password on the commandline which would
 
2251
    be insecure (thanks to Dean Gaudet). Closes: #379199
 
2252
  * Adjusted debian/patches/45* to make consecutive builds in the same source
 
2253
    tree possible (thanks to Bob Tanner). Closes: #368661
 
2254
  * mysql-server-5.0 is now suggesting tinyca as yaSSL is enabled and tinyca
 
2255
    was found to be really cool :)
 
2256
  * Moved tempdir from /tmp to /var/tmp as it will more likely have enough
 
2257
    free space as /tmp is often on the root partition and /var or at least
 
2258
    /var/tmp is on a bigger one.
 
2259
 
 
2260
 -- Christian Hammers <ch@debian.org>  Mon, 10 Jul 2006 23:30:26 +0200
 
2261
 
 
2262
mysql-dfsg-5.0 (5.0.22-3) unstable; urgency=low
 
2263
 
 
2264
  * Added patch for MySQL bug #19618: "select x from x
 
2265
    where x not in(1,-1)" may crash the server" (thanks to
 
2266
    Ruben Puettmann).
 
2267
 
 
2268
 -- Christian Hammers <ch@debian.org>  Fri,  9 Jun 2006 01:41:44 +0200
 
2269
 
 
2270
mysql-dfsg-5.0 (5.0.22-2) unstable; urgency=high
 
2271
 
 
2272
  * Fixed debian-sys-maint related bug in postinst (thanks to
 
2273
    Jean-Christophe Dubacq). Closes: #369970
 
2274
  * The last upload was a security patch (which I did not know as I
 
2275
    uploaded before the announcement came). I now added the CVE id for
 
2276
    reference and set urgency to high as the last entry did not.
 
2277
 
 
2278
 -- Christian Hammers <ch@debian.org>  Wed, 31 May 2006 01:04:11 +0200
 
2279
 
 
2280
mysql-dfsg-5.0 (5.0.22-1) unstable; urgency=low
 
2281
 
 
2282
  * SECURITY: This upstream release fixes an SQL-injection with multibyte 
 
2283
    encoding problem. (CVE-2006-2753)
 
2284
  * New upstream release.
 
2285
  * Upstream fixes REPAIR TABLE problem. Closes: #354300
 
2286
  * Upstream fixes problem that empty strings in varchar and text columns
 
2287
    are displayed as NULL. Closes: #368663
 
2288
 
 
2289
 -- Christian Hammers <ch@debian.org>  Tue, 30 May 2006 23:43:24 +0200
 
2290
 
 
2291
mysql-dfsg-5.0 (5.0.21-4) unstable; urgency=low
 
2292
 
 
2293
  * Added "BLOCKSIZE=" to the diskfree check (thanks to Farzad FARID).
 
2294
    Closes: #367027, #367083
 
2295
  * Further fixed mysql_upgrade upstream script (thanks to Andreas Pakulat)
 
2296
    Closes: #366155
 
2297
  * Adjusted the /proc test in debian/rules from /proc/1 to /proc/self
 
2298
    to make building on grsec systems possible (thanks to K. Rosenegger).
 
2299
    Closes: #366824
 
2300
  * Updated Russion Debconf translation (thanks to Yuriy Talakan).
 
2301
    Closes: #367141
 
2302
  * Updated Czech Debconf translation (thanks to Kiroslav Kure).
 
2303
    Closes: #367160
 
2304
  * Updated Galician Debconf translation (thanks to Jacobo Tarrio).
 
2305
    Closes: #367384
 
2306
  * Updated Swedish Debconf translation (thanks to Daniel Nylander).
 
2307
    Closes: #368186
 
2308
 
 
2309
 -- Christian Hammers <ch@debian.org>  Wed, 10 May 2006 08:45:42 +0200
 
2310
 
 
2311
mysql-dfsg-5.0 (5.0.21-3) unstable; urgency=low
 
2312
 
 
2313
  * Fixed FTBFS problem which was caused by a patch that modifies Makefile.am
 
2314
    as well as Makefile.in and was not deteced because my desktop was fast
 
2315
    enough to patch both files within the same second and so fooled automake.
 
2316
    (thanks to Blars Blarson for notifying me). Closes: #366534
 
2317
 
 
2318
 -- Christian Hammers <ch@debian.org>  Sat,  6 May 2006 19:03:58 +0200
 
2319
 
 
2320
mysql-dfsg-5.0 (5.0.21-2) unstable; urgency=low
 
2321
 
 
2322
  * Fixed bug in postinst that did not correctly rewrite 
 
2323
    /etc/mysql/debian.cnf (thanks to Daniel Leidert). 
 
2324
    Closes: #365433, #366155
 
2325
 
 
2326
 -- Christian Hammers <ch@debian.org>  Thu,  4 May 2006 02:37:03 +0200
 
2327
 
 
2328
mysql-dfsg-5.0 (5.0.21-1) unstable; urgency=high
 
2329
 
 
2330
  * SECURITY: New upstream release with some security relevant bugfixes:
 
2331
    * "Buffer over-read in check_connection with usernames lacking a
 
2332
      trailing null byte" (CVE-2006-1516)
 
2333
    * "Anonymous Login Handshake - Information Leakage" (CVE-2006-1517)
 
2334
    * "COM_TABLE_DUMP Information Leakage and Arbitrary command execution"
 
2335
       (CVE-2006-1518)
 
2336
    Closes: #365938, #365939
 
2337
  * Added diskfree check to the init script (thanks to Tim Baverstock).
 
2338
    Closes: #365460
 
2339
  * First amd64 upload!
 
2340
 
 
2341
 -- Christian Hammers <ch@debian.org>  Sat, 29 Apr 2006 04:31:27 +0200
 
2342
  
 
2343
mysql-dfsg-5.0 (5.0.20a-2) unstable; urgency=low
 
2344
 
 
2345
  * The new mysql-upgrade which is started from /etc/mysql/debian-start
 
2346
    does now use the debian-sys-maint user for authentication (thanks to
 
2347
    Philipp). Closes: #364991
 
2348
  * Wrote patch debian/patches/43* which adds a password option to
 
2349
    mysql_update. See MySQL bug #19400.
 
2350
  * Added "Provides: libmysqlclient-dev" to libmysqlclient15-dev as I saw no
 
2351
    obvious reasons against it (problems should be documented in
 
2352
    debian/README.Maintainer!) (thanks to Olaf van der Spek). Closes: #364899
 
2353
  * Updated Netherlands debconf translation (thanks to Vincent Zweije)
 
2354
    Closes: #364464
 
2355
  * Updated French debconf translation (thanks to Christian Perrier)
 
2356
    Closes: #364401
 
2357
  * Updated Danish debconf translation (thanks to Claus Hindsgaul)
 
2358
    Closes: #365135
 
2359
 
 
2360
 -- Christian Hammers <ch@debian.org>  Wed, 26 Apr 2006 01:14:53 +0200
 
2361
 
 
2362
mysql-dfsg-5.0 (5.0.20a-1) unstable; urgency=low
 
2363
 
 
2364
  * New upstream release.
 
2365
  * Added the new mysql_upgrade script and added it to
 
2366
    /etc/mysql/debian-start (thanks to Alessandro Polverini). 
 
2367
    The script is currently very noise that is a known bug and will be
 
2368
    fixed in the next release!
 
2369
    Closes: #363458
 
2370
  * No longer creates the "test" database. This actuallay had been tried
 
2371
    to archive before (at least patches) exists but apparently was not the
 
2372
    case in the last versions (thanks to Olaf van der Spek). Closes: #362126
 
2373
  * Reformatted libmysqlclient15off.NEWS.Debian to changelog format
 
2374
    (thanks to Peter Palfrader). Closes: #363062
 
2375
 
 
2376
 -- Christian Hammers <ch@debian.org>  Sat, 15 Apr 2006 13:05:22 +0200
 
2377
 
 
2378
mysql-dfsg-5.0 (5.0.20-1) unstable; urgency=high
 
2379
 
 
2380
  * Upstream contains a fix for a nasty bug (MySQL#18153) that users 
 
2381
    already experienced and that caused corrupted triggers after
 
2382
    REPAIR/OPTIMIZE/ALTER TABLE statements.
 
2383
    (thanks to Jerome Despatis for pointing out)
 
2384
  * Added patch for the "updates on multiple tables is buggy after 
 
2385
    upgrading from 4.1 to 5.0" problem which MySQL has been committed
 
2386
    for the upcoming 5.0.21 release. Closes #352704
 
2387
  * Added Netherlands debconf translation (thanks to Vincent Zweije).
 
2388
    Closes: #360443
 
2389
  * Added Galician debconf translation (thanks to Jacobo Tarrio).
 
2390
    Closes: #361257
 
2391
 
 
2392
 -- Christian Hammers <ch@debian.org>  Fri,  7 Apr 2006 00:00:43 +0200
 
2393
 
 
2394
mysql-dfsg-5.0 (5.0.19-3) unstable; urgency=high
 
2395
 
 
2396
  [ Christian Hammers ]
 
2397
  * Fixed libmysqlclient15.README.Debian regarding package name changes
 
2398
    (thanks to Leppo).
 
2399
  * Moved libheap.a etc. back to /usr/lib/mysql/ as their names are just
 
2400
    too generic. Closes: #353924
 
2401
  [ Sean Finney ]
 
2402
  * updated danish debconf translation, thanks to Claus Hindsgaul
 
2403
    (closes: #357424).
 
2404
  [ Adam Conrad ]
 
2405
  * Send stderr from 'find' in preinst to /dev/null to tidy up chatter.
 
2406
  * Backport patch for CVE-2006-0903 from the upcoming release to resolve
 
2407
    a log bypass vulnerability when using non-binary logs (closes: #359701)
 
2408
 
 
2409
 -- Adam Conrad <adconrad@0c3.net>  Tue,  4 Apr 2006 15:23:18 +1000
 
2410
 
 
2411
mysql-dfsg-5.0 (5.0.19-2) unstable; urgency=medium
 
2412
 
 
2413
  * New upstream release.
 
2414
  * Renamed package libmysqlclient15 to libmysqlclient15off due to
 
2415
    binary incompatible changes.
 
2416
    See /usr/share/doc/libmysqlclient15off/README.Debian
 
2417
  * Updated Czech debconf translation (thanks to Miroslav Kure).
 
2418
    Closes: #356503
 
2419
  * Updated French debconf translation (thanks to Christian Perrier).
 
2420
    Closes: #356332
 
2421
  * Improved README.Debian (thanks to Olaf van der Spek). Closes: #355702
 
2422
  * Fixed 5.0.18-8 changelog by saying in which package the NEWS.Debian
 
2423
    file is (thanks to Ross Boylan). Closes: #355978
 
2424
 
 
2425
 -- Christian Hammers <ch@debian.org>  Fri, 17 Mar 2006 02:32:19 +0100
 
2426
 
 
2427
mysql-dfsg-5.0 (5.0.19-1) experimental; urgency=medium
 
2428
 
 
2429
  * New upstream release.
 
2430
  * SECURITY: CVE-2006-3081: A bug where str_to_date(1,NULL) lead to a 
 
2431
    server crash has been fixed. 
 
2432
    (this note has been added subsequently for reference)
 
2433
  * Renamed package libmysqlclient15 to libmysqlclient15off.
 
2434
    See /usr/share/doc/libmysqlclient15off/NEWS.Debian
 
2435
  * Updated Czech debconf translation (thanks to Miroslav Kure).
 
2436
    Closes: #356503
 
2437
  * Updated French debconf translation (thanks to Christian Perrier).
 
2438
    Closes: #356332
 
2439
  * Improved README.Debian (thanks to Olaf van der Spek). Closes: #355702
 
2440
  * Fixed 5.0.18-8 changelog by saying in which package the NEWS.Debian
 
2441
    file is (thanks to Ross Boylan). Closes: #355978
 
2442
 
 
2443
 -- Christian Hammers <ch@debian.org>  Tue, 14 Mar 2006 22:56:13 +0100
 
2444
 
 
2445
mysql-dfsg-5.0 (5.0.18-9) unstable; urgency=medium
 
2446
 
 
2447
  [ Christian Hammers ]
 
2448
  * When using apt-get the check for left-over ISAM tables can abort the
 
2449
    installation of mysql-server-5.0 but not prevent the mysql-server-4.1
 
2450
    package from getting removed. The only thing I can do is reflect this
 
2451
    in the Debconf notice that is shown and suggest to reinstall
 
2452
    mysql-server-4.1 for converting. See: #354850
 
2453
  * Suggests removing of /etc/cron.daily/mysql-server in last NEWS message
 
2454
    (thanks to Mourad De Clerck). Closes: #354111
 
2455
  * Added versioned symbols for kfreebsd and Hurd, too (thanks to Aurelien
 
2456
    Jarno and Michael Bank). Closes: #353971 
 
2457
  * Added versioned symbols for kfreebsd, too (thanks to Aurelien Jarno).
 
2458
    Closes: #353971
 
2459
  [ Adam Conrad ]
 
2460
  * Add 39_scripts__mysqld_safe.sh__port_dir.dpatch to ensure that the
 
2461
    permissions on /var/run/mysqld are always correct, even on a tmpfs.
 
2462
 
 
2463
 -- Christian Hammers <ch@debian.org>  Mon,  6 Mar 2006 21:42:13 +0100
 
2464
 
 
2465
mysql-dfsg-5.0 (5.0.18-8) unstable; urgency=low
 
2466
 
 
2467
  * The rotation of the binary logs is now configured via
 
2468
    expire-logs-days in /etc/mysql/my.cnf and handled completely
 
2469
    by the server and no longer in configured in debian-log-rotate.conf
 
2470
    and handled by a cron job. Thanks to David Johnson.
 
2471
    See /usr/share/doc/mysql-server-5.0/NEWS.Debian
 
2472
  * Ran aspell over some files in debian/ and learned a lot :)
 
2473
  * debian/rules: Added check if versioned symbols are really there.
 
2474
  * Updated SSL-MINI-HOWTO.
 
2475
  * Updated copyright (removed the parts regarding the now removed
 
2476
    BerkeleyDB table handler and mysql-doc package).
 
2477
  * Relocated a variable in preinst (thanks to Michael Heldebrant).
 
2478
    Closes: #349258, #352587, #351216
 
2479
  * Updated Danish debconf translation (thanks to Claus Hindsgaul).
 
2480
    Closes: #349013  
 
2481
  * Updated Swedish debconf translation (thanks to Daniel Nylander).
 
2482
    Closes: #349522
 
2483
  * Updated French debconf translation (thanks to Christian Perrier).
 
2484
    Closes: #349592
 
2485
  * Fixed typo in README.Debian (thanks to Vincent Ricard).
 
2486
  * Prolonged waiting time for mysqld in the init script. Closes: #352070
 
2487
 
 
2488
 -- Christian Hammers <ch@debian.org>  Mon, 23 Jan 2006 23:13:46 +0100
 
2489
 
 
2490
mysql-dfsg-5.0 (5.0.18-7) unstable; urgency=low
 
2491
 
 
2492
  * Made mailx in debian-start.inc.sh optional and changed the dependency on it
 
2493
    on it to a mere recommendation. Closes: #316297
 
2494
  * the previous FTBFS patches for GNU/Hurd inadvertently led to configure
 
2495
    being regenerating, losing a couple trivial things like our versioned
 
2496
    symbols patch, causing many nasty problems (closes: #348854).
 
2497
 
 
2498
 -- sean finney <seanius@debian.org>  Fri, 20 Jan 2006 20:59:27 +0100
 
2499
 
 
2500
mysql-dfsg-5.0 (5.0.18-6) unstable; urgency=low
 
2501
 
 
2502
  * Added version comment (thanks to Daniel van Eeden). 
 
2503
  * Added two patches to build on GNU/Hurd (thanks to Michael Bank).
 
2504
    Closes: #348182
 
2505
  * Abort upgrade if old and now unsupported ISAM tables are present
 
2506
    (thanks to David Coe). Closes: #345895
 
2507
 
 
2508
 -- Christian Hammers <ch@debian.org>  Tue, 17 Jan 2006 19:25:59 +0100
 
2509
 
 
2510
mysql-dfsg-5.0 (5.0.18-5) unstable; urgency=low
 
2511
 
 
2512
  * Bump shlibdeps for libmysqlclient15 to (>= 5.0.15-1), which was
 
2513
    the first non-beta release from upstream, as well as being shortly
 
2514
    after we broke the ABI in Debian by introducing versioned symbols.
 
2515
 
 
2516
 -- Adam Conrad <adconrad@0c3.net>  Fri, 13 Jan 2006 13:18:03 +1100
 
2517
 
 
2518
mysql-dfsg-5.0 (5.0.18-4) unstable; urgency=low
 
2519
 
 
2520
  * Munge our dependencies further to smooth upgrades even more, noting
 
2521
    that we really need 5.0 to conflict with 4.1, and stealing a page from
 
2522
    the book of mysql-common, it doesn't hurt to hint package managers in
 
2523
    the direction of "hey, this stuff is a complete replacement for 4.1"
 
2524
  * Change the description of mysql-server and mysql-client to remove the
 
2525
    references to it being "transition", and instead point out that it's
 
2526
    the way to get the "current best version" of each package installed.
 
2527
 
 
2528
 -- Adam Conrad <adconrad@0c3.net>  Wed, 11 Jan 2006 11:39:45 +1100
 
2529
 
 
2530
mysql-dfsg-5.0 (5.0.18-3) unstable; urgency=low
 
2531
 
 
2532
  * Make the mysql-{client,server}-5.0 conflict against mysql-{client,server}
 
2533
    versioned, so they can be installed side-by-side and upgrade properly.
 
2534
  * Add myself to Uploaders; since I have access to the alioth repository.
 
2535
 
 
2536
 -- Adam Conrad <adconrad@0c3.net>  Tue, 10 Jan 2006 19:15:48 +1100
 
2537
 
 
2538
mysql-dfsg-5.0 (5.0.18-2) unstable; urgency=low
 
2539
 
 
2540
  * Removed the transitional package that forced an upgrade from
 
2541
    mysql-server-4.1 to mysql-server-5.0 as I was convinced that
 
2542
    having a general "mysql-server" package with adjusted dependencies
 
2543
    is enough (thanks to Adam Conrad).
 
2544
  * Updated logcheck.ignore files (thanks to Jamie McCarthy). Closes: #340193
 
2545
 
 
2546
 -- Christian Hammers <ch@debian.org>  Mon,  9 Jan 2006 21:54:53 +0100
 
2547
 
 
2548
mysql-dfsg-5.0 (5.0.18-1) unstable; urgency=low
 
2549
 
 
2550
  * New upstream version. 
 
2551
  * Added empty transitional packages that force an upgrade from the
 
2552
    server and client packages that have been present in Sarge.
 
2553
  * Fixed SSL-MINI-HOWTO (thanks to Jonas Smedegaard). Closes: #340589 
 
2554
 
 
2555
 -- Christian Hammers <ch@debian.org>  Mon,  2 Jan 2006 21:17:51 +0100
 
2556
 
 
2557
mysql-dfsg-5.0 (5.0.17-1) unstable; urgency=low
 
2558
 
 
2559
  * Never released as Debian package.
 
2560
 
 
2561
 -- Christian Hammers <ch@debian.org>  Thu, 22 Dec 2005 07:49:52 +0100
 
2562
 
 
2563
mysql-dfsg-5.0 (5.0.16-1) unstable; urgency=low
 
2564
 
 
2565
  * New upstream version.
 
2566
  * Removed the error logs from the logrotate script as Debian does
 
2567
    not use them anymore. Closes: #339628
 
2568
 
 
2569
 -- Christian Hammers <ch@debian.org>  Tue, 22 Nov 2005 01:19:11 +0100
 
2570
 
 
2571
mysql-dfsg-5.0 (5.0.15-2) unstable; urgency=medium
 
2572
 
 
2573
  * Added 14_configure__gcc-atomic.h.diff to fix FTBFS on m68k
 
2574
    (thanks to Stephen R Marenka). Closes: #337082
 
2575
  * Removed dynamic linking against libstdc++ as it was not really
 
2576
    needed (thanks to Adam Conrad). Closes: #328613
 
2577
  * Fixed the "/var/lib/mysql is a symlink" workaround that accidently
 
2578
    left a stalled symlink (thanks to Thomas Lamy). Closes: #336759
 
2579
  * As the init script cannot distinguish between a broken startup and
 
2580
    one that just takes very long the "failed" message now says
 
2581
    "or took more than 6s" (thanks to Olaf van der Spek). Closes: #335547
 
2582
 
 
2583
 -- Christian Hammers <ch@debian.org>  Thu,  3 Nov 2005 22:00:15 +0100
 
2584
 
 
2585
mysql-dfsg-5.0 (5.0.15-1) unstable; urgency=low
 
2586
 
 
2587
  * New upstream version. 5.0 has finally been declared STABLE!
 
2588
  * Added small patch to debian/rules that fixed sporadic build errors
 
2589
    where stdout and stderr were piped together, got mixed up and broke
 
2590
  * Added --with-big-tables to ./configure (thanks to tj.trevelyan).
 
2591
    Closes: #333090
 
2592
  * Added capability to parse "-rc" to debian/watch.
 
2593
  * Fixed cronscript (thanks to Andrew Deason). Closes: #335244
 
2594
  * Added Swedish debconf translation (thanks to Daniel Nylander).
 
2595
    Closes: #333670
 
2596
  * Added comment to README.Debian regarding applications that manually
 
2597
    set new-style passwords... Closes: #334444
 
2598
  * Sean Finney:
 
2599
    - Fix duplicate reference to [-e|--extended-insert]. Closes: #334957
 
2600
    - Fix default behavior for mysqldumpslow. Closes: #334517
 
2601
    - Reference documentation issue in mysql manpage. Closes: #335219
 
2602
 
 
2603
 -- Christian Hammers <ch@debian.org>  Fri, 30 Sep 2005 00:10:39 +0200
 
2604
 
 
2605
mysql-dfsg-5.0 (5.0.13rc-1) unstable; urgency=low
 
2606
 
 
2607
  * New upstream release. Now "release-candidate"! 
 
2608
  * Removed any dynamic link dependencies to libndbclient.so.0 which
 
2609
    is due to its version only distributed as a static library.
 
2610
  * Sean Finney:
 
2611
    - FTBFS fix related to stripping rpath in debian/rules
 
2612
 
 
2613
 -- Christian Hammers <ch@debian.org>  Mon, 26 Sep 2005 22:09:26 +0200
 
2614
 
 
2615
mysql-dfsg-5.0 (5.0.12beta-5) unstable; urgency=low
 
2616
 
 
2617
  * The recent FTBFS were probably result of a timing bug in the
 
2618
    debian/patches/75_*.dpatch file where Makefile.in got patched just
 
2619
    before the Makefile.shared which it depended on. For that reason
 
2620
    only some of the autobuilders failed. Closes: #330149
 
2621
  * Fixed chrpath removal (option -k had to be added).
 
2622
  * Corrected debconf dependency as requested by Joey Hess.
 
2623
 
 
2624
 -- Christian Hammers <ch@debian.org>  Mon, 26 Sep 2005 18:37:07 +0200
 
2625
 
 
2626
mysql-dfsg-5.0 (5.0.12beta-4) unstable; urgency=low
 
2627
 
 
2628
  * Removed experimental shared library libndbclient.so.0.0.0 as it
 
2629
    is doomed to cause trouble as long as it is present in both MySQL 4.1
 
2630
    and 5.0 without real soname and its own package. We still have
 
2631
    libndbclient.a for developers. (thanks to Adam Conrad and 
 
2632
    mediaforest.net). Closes: #329772
 
2633
 
 
2634
 -- Christian Hammers <ch@debian.org>  Fri, 23 Sep 2005 12:36:48 +0200
 
2635
 
 
2636
mysql-dfsg-5.0 (5.0.12beta-3) unstable; urgency=medium
 
2637
 
 
2638
  * Symbol versioning support!  wooooohoooooo!
 
2639
    (thanks to Steve Langasek) Closes: #236288
 
2640
  * Moved libndbcclient.so.0 to the -dev package as it is provided by
 
2641
    libmysqlclient14 and -15 which must be installable simultaneously.
 
2642
  * Removed mysql-*-doc suggestions.
 
2643
 
 
2644
 -- Christian Hammers <ch@debian.org>  Tue, 20 Sep 2005 00:07:03 +0200
 
2645
 
 
2646
mysql-dfsg-5.0 (5.0.12beta-2) unstable; urgency=low
 
2647
 
 
2648
  * Added patch to build on GNU/kFreeBSD (thanks to Aurelien Jarno).
 
2649
    Closes: #327702
 
2650
  * Added patch that was already been present on the 4.1 branch which
 
2651
    makes the "status" command of the init script more sensible
 
2652
    (thanks to Stephen Gildea). Closes: #311836
 
2653
  * Added Vietnamese Debconf translation (thanks to Clytie Siddal).
 
2654
    Closes: #313006
 
2655
  * Updated German Debconf translation (thanks to Jens Seidel).
 
2656
    Closes: #313957
 
2657
  * Corrected commends in example debian-log-rotate.conf. The default is
 
2658
    unlike the mysql-sever-4.1 package which needed to stay backwards
 
2659
    compatible now 2 to avoid filling up the disk endlessly.
 
2660
  * Fixed watch file to be "-beta" aware.
 
2661
 
 
2662
 -- Christian Hammers <ch@debian.org>  Thu, 15 Sep 2005 20:50:19 +0200
 
2663
 
 
2664
mysql-dfsg-5.0 (5.0.12beta-1) unstable; urgency=medium
 
2665
 
 
2666
  * Christian Hammers:
 
2667
    - New upstream release.
 
2668
    - Changed build-dep to libreadline5-dev as requested by Matthias Klose.
 
2669
      Closes: #326316
 
2670
    - Applied fix for changed output format of SHOW MASTER LOGS for
 
2671
      binary log rotation (thanks to Martin Krueger). Closes: #326427, #326427
 
2672
    - Removed explicit setting of $PATH as I saw no sense in it and
 
2673
      it introduced a bug (thanks to Quim Calpe). Closes: #326769
 
2674
    - Removed PID file creation from /etc/init.d/mysql-ndb as it does
 
2675
      not work with this daemon (thanks to Quim Calpe).
 
2676
    - Updated French Debconf translation (thanks to Christian Perrier).
 
2677
      Closes: #324805
 
2678
    - Moved conflicts line in debian/control from libmysqlclient15 to
 
2679
      libmysqlclient15-dev and removed some pre-sarge conflicts as
 
2680
      suggested by Adam Majer. Closes: #324623
 
2681
  * Sean Finney:
 
2682
    - For posterity, CAN-2005-2558 has been fixed since 5.0.7beta.
 
2683
 
 
2684
 -- Christian Hammers <ch@debian.org>  Thu, 15 Sep 2005 19:58:22 +0200
 
2685
 
 
2686
mysql-dfsg-5.0 (5.0.11beta-3) unstable; urgency=low
 
2687
 
 
2688
  * Temporarily build only with -O2 to circumvent gcc internal errors
 
2689
    (thanks to Matthias Klose). Related to: #321165 
 
2690
 
 
2691
 -- Christian Hammers <ch@debian.org>  Thu, 18 Aug 2005 15:44:04 +0200
 
2692
 
 
2693
mysql-dfsg-5.0 (5.0.11beta-2) unstable; urgency=low
 
2694
 
 
2695
  * Fixed README.Debian regarding the status of mysql-doc.
 
2696
  * Added "set +e" around chgrp in mysql-server-5.0.preinst to
 
2697
    not fail on .journal files (thanks to Christophe Nowicki).
 
2698
    Closes: #318435
 
2699
 
 
2700
 -- Christian Hammers <ch@debian.org>  Sun, 14 Aug 2005 18:02:08 +0200
 
2701
 
 
2702
mysql-dfsg-5.0 (5.0.11beta-1) unstable; urgency=low
 
2703
 
 
2704
  * New upstream version. 
 
2705
  * Added Danish Debconf translations (thanks to Claus Hindsgaul).
 
2706
    Closes: #322384
 
2707
  * Updated Czech Debconf translations (thanks to Miroslav Kure).
 
2708
    Closes: #321765
 
2709
 
 
2710
 -- Christian Hammers <ch@debian.org>  Sat, 13 Aug 2005 11:56:15 +0000
 
2711
 
 
2712
mysql-dfsg-5.0 (5.0.10beta-1) unstable; urgency=low
 
2713
 
 
2714
  * New upstream release.
 
2715
  * Christian Hammers:
 
2716
    - Added check for mounted /proc to debian/rules.
 
2717
  * Sean Finney:
 
2718
    - fix for fix_mysql_privilege_tables/mysql_fix_privilege_tables typo
 
2719
      in mysql-server-5.0's README.Debian (see #319838).
 
2720
 
 
2721
 -- Christian Hammers <ch@debian.org>  Sun, 31 Jul 2005 00:30:45 +0200
 
2722
 
 
2723
mysql-dfsg-5.0 (5.0.7beta-1) unstable; urgency=low
 
2724
 
 
2725
  * Second try for new upstream release. 
 
2726
  * Renamed mysql-common-5.0 to mysql-common as future libmysqlclient16
 
2727
    from e.g. MySQL-5.1 would else introduce mysql-common-5.1 which makes
 
2728
    a simultanous installation of libmysqlclient14 impossible as that
 
2729
    depends on either mysql-common or mysql-common-5.0 but not on future
 
2730
    versions. Thus we decided to always let the newest MySQL version
 
2731
    provide mysql-common.
 
2732
  * Added ${misc:Depends} as suggested by debhelper manpage. 
 
2733
  * Raised standard in control file to 3.6.2.
 
2734
  * Removed DH_COMPAT from rules in faviour of debian/compat.
 
2735
  * Checkes for presence of init script before executing it in preinst.
 
2736
    Referres: 315959
 
2737
  * Added 60_includes_mysys.h__gcc40.dpatch for GCC-4.0 compatibility.
 
2738
 
 
2739
 -- Christian Hammers <ch@debian.org>  Wed, 29 Jun 2005 00:39:05 +0200
 
2740
 
 
2741
mysql-dfsg-5.0 (5.0.5beta-1) unstable; urgency=low
 
2742
 
 
2743
  * New major release! Still beta so be carefull...
 
2744
  * Added federated storage engine.
 
2745
 
 
2746
 -- Christian Hammers <ch@debian.org>  Wed,  8 Jun 2005 19:29:45 +0200
 
2747
 
 
2748
mysql-dfsg-4.1 (4.1.12-1) unstable; urgency=low
 
2749
 
 
2750
  * Christian Hammers:
 
2751
    - New upstream release.
 
2752
    - Disabled BerkeleyDB finally. It has been obsoleted by InnoDB.
 
2753
  * Sean Finney:
 
2754
    - Updated French translation from Christian Perrier (Closes: #310526).
 
2755
    - Updated Japanese translation from Hideki Yamane (Closes: #310263).
 
2756
    - Updated Russian translation from Yuriy Talakan (Closes: #310197).
 
2757
 
 
2758
 -- Christian Hammers <ch@debian.org>  Sat,  4 Jun 2005 05:49:11 +0200
 
2759
 
 
2760
mysql-dfsg-4.1 (4.1.11a-4) unstable; urgency=high
 
2761
 
 
2762
  * Fixed FTBFS problem which was caused due to the fact that last uploads
 
2763
    BerkeleyDB patch was tried to applied on all architectures and not only
 
2764
    on those where BerkeleyDB is actually beeing built. Closes: #310296
 
2765
 
 
2766
 -- Christian Hammers <ch@debian.org>  Mon, 23 May 2005 00:54:51 +0200
 
2767
 
 
2768
mysql-dfsg-4.1 (4.1.11a-3) unstable; urgency=high
 
2769
 
 
2770
  * Added patch from Piotr Roszatycki to compile the bundled db3 library
 
2771
    that is needed for the BerkeleyDB support with versioned symbols so
 
2772
    that mysqld no longer crashes when it gets linked together with the
 
2773
    Debian db3 version which happens when e.g. using libnss-db.
 
2774
    Closes: #308966
 
2775
 
 
2776
 -- Christian Hammers <ch@debian.org>  Thu, 19 May 2005 01:41:14 +0200
 
2777
 
 
2778
mysql-dfsg-4.1 (4.1.11a-2) unstable; urgency=high
 
2779
 
 
2780
  * Okay, the hackery with /var/lib/dpkg/info/mysql-server.list will not
 
2781
    stand and is removed from the preinst of mysql-server.
 
2782
  * New workaround for the symlink problem that does not involve mucking
 
2783
    with dpkg's file lists is storing the symlinks in a temporary location
 
2784
    across upgrades.
 
2785
    As this sometimes fails since apt-get does not always call new.preinst
 
2786
    before old.postrm, some remarks were added to README.Debian and the
 
2787
    Debconf installation notes to minimize the inconvinience this causes.
 
2788
 
 
2789
 -- sean finney <seanius@debian.org>  Sun, 15 May 2005 10:25:31 -0400
 
2790
 
 
2791
mysql-dfsg-4.1 (4.1.11a-1) unstable; urgency=high
 
2792
 
 
2793
  * Added the "a" to the version number to be able to upload a new
 
2794
    .orig.tar.gz file which now has the non-free Docs/ directory removed
 
2795
    as this has been forgotten in the 4.1.11 release (thanks to Goeran
 
2796
    Weinholt). Closes: #308691
 
2797
  * The Woody package listed /var/lib/mysql and /var/log/mysql in its
 
2798
    /var/lib/dpkg/info/mysql-server.list. These directories are often
 
2799
    replaced by symlinks to data partitions which triggers a dpkg bug
 
2800
    that causes these symlinks to be removed on upgrades. The new preinst
 
2801
    prevents this by removing the two lines from the .list file
 
2802
    (thanks to Andreas Barth and Jamin W. Collins). See dpkg bug #287978.
 
2803
  * Updated French Debconf translation (thanks to Christian Perrier).
 
2804
    Closes: #308353
 
2805
 
 
2806
 -- Christian Hammers <ch@debian.org>  Thu, 12 May 2005 21:52:46 +0200
 
2807
 
 
2808
mysql-dfsg-4.1 (4.1.11-3) unstable; urgency=high
 
2809
 
 
2810
  * The "do you want to remove /var/lib/mysql when purging the package" flag
 
2811
    from old versions is removed once this package is beeing installed so
 
2812
    that purging an old Woody mysql-server package while having a
 
2813
    mysql-server-4.1 package installed can no longer lead to the removal of
 
2814
    all databases. Additionaly clarified the wording of this versions Debconf
 
2815
    template and added a check that skips this purge in the postrm script
 
2816
    if another mysql-server* package has /usr/sbin/mysqld installed.
 
2817
    (thanks to Adrian Bunk for spotting that problem) Closes: #307473
 
2818
  * Cronfile was not beeing installed as the filename was not in the
 
2819
    correct format for "dh_installcron --name" (thanks to Tomislav
 
2820
    Gountchev). Closes: #302712
 
2821
 
 
2822
 -- Christian Hammers <ch@debian.org>  Sat, 23 Apr 2005 22:55:15 +0200
 
2823
 
 
2824
mysql-dfsg-4.1 (4.1.11-2) unstable; urgency=low
 
2825
 
 
2826
  * Sean Finney:
 
2827
    - don't freak out if we can't remove /etc/mysql during purge.
 
2828
    - debian/rules clean works again.
 
2829
  * Christian Hammers:
 
2830
    - Fixed typo in README.Debian (thanks to Joerg Rieger). Closes: #304897
 
2831
    - Completely removed the passwordless test user as it was not only
 
2832
      insecure but also lead to irritations as MySQL checks first the
 
2833
      permissions of this user and then those of a password having one.
 
2834
      See bug report from Hilko Bengen for details. Closes: #301741
 
2835
 
 
2836
 -- Christian Hammers <ch@debian.org>  Sat, 16 Apr 2005 15:55:00 +0200
 
2837
 
 
2838
mysql-dfsg-4.1 (4.1.11-1) unstable; urgency=low
 
2839
 
 
2840
  * New upstream version. 
 
2841
  * Upstream fix for charset/collation problem. Closes: #282256
 
2842
  * Upstream fix for subselect crash. Closes: #297687
 
2843
  * Corrected minor issue in Debconf template regarding skip-networking
 
2844
    (thanks to Isaac Clerencia). Closes: #303417
 
2845
  * Made dependency to gawk unnecessary (thanks to Zoran Dzelajlija).
 
2846
    Closes: #302284
 
2847
  * Removed obsolete 50_innodb_mixlen.dpatch.
 
2848
  * Removed obsolete 51_CAN-2004-0957_db_grant_underscore.dpatch.
 
2849
 
 
2850
 -- Christian Hammers <ch@debian.org>  Fri,  8 Apr 2005 00:23:53 +0200
 
2851
 
 
2852
mysql-dfsg-4.1 (4.1.10a-7) unstable; urgency=low
 
2853
 
 
2854
  * Sean Finney:
 
2855
    - fix for the mysteriously disappeared cronjob.  thanks to
 
2856
      Peter Palfrader <weasel@debian.org> for pointing out this omission.
 
2857
      (closes: #302712).
 
2858
 
 
2859
 -- sean finney <seanius@debian.org>  Sat, 02 Apr 2005 16:54:13 -0500
 
2860
 
 
2861
mysql-dfsg-4.1 (4.1.10a-6) unstable; urgency=high
 
2862
 
 
2863
  * Sean Finney:
 
2864
    - the previous upload did not completely address the issue.  this one
 
2865
      should do so.  d'oh.
 
2866
 
 
2867
 -- sean finney <seanius@debian.org>  Thu, 31 Mar 2005 03:35:50 +0000
 
2868
 
 
2869
mysql-dfsg-4.1 (4.1.10a-5) unstable; urgency=high
 
2870
 
 
2871
  * Sean Finney:
 
2872
    - the following security issue is addressed in this upload:
 
2873
      CAN-2004-0957 (grant privilege escalation on tables with underscores)
 
2874
      thanks to sergei at mysql for all his help with this.
 
2875
 
 
2876
 -- sean finney <seanius@debian.org>  Wed, 30 Mar 2005 21:19:26 -0500
 
2877
 
 
2878
mysql-dfsg-4.1 (4.1.10a-4) unstable; urgency=low
 
2879
 
 
2880
  * Sean Finney:
 
2881
    - FTBFS fix for amd64/gcc-4.0.  Thanks to Andreas Jochens <aj@andaco.de>
 
2882
      for reporting this (closes: #301807).
 
2883
    - ANSI-compatible quoting fix in daily cron job.  thanks to 
 
2884
      Karl Hammar <karl@aspodata.se> for pointing out the problem in
 
2885
      the 4.0 branch.
 
2886
    - Added myself as a co-maintainer in the control file (closes: #295312).
 
2887
 
 
2888
 -- sean finney <seanius@debian.org>  Tue, 29 Mar 2005 18:54:42 -0500
 
2889
 
 
2890
mysql-dfsg-4.1 (4.1.10a-3) unstable; urgency=low
 
2891
 
 
2892
  * BerkeleyDB is now disabled by default as its use is discouraged by MySQL.
 
2893
  * Added embedded server libraries as they finally do compile.
 
2894
    They are currently in libmysqlclient-dev as they are still 
 
2895
    experimental and only available as .a library (thanks to Keith Packard).
 
2896
    Closes: #297062
 
2897
  * Fixed obsolete "tail" syntax (thanks to Sven Mueller). Closes: #301413
 
2898
  * Added CAN numbers for the latest security bugfix upload.
 
2899
  * Updated manpage of mysqlmanager (thanks to Justin Pryzby). Closes: #299844
 
2900
  * Added comments to default configuration.
 
2901
 
 
2902
 -- Christian Hammers <ch@debian.org>  Sun, 20 Mar 2005 17:40:18 +0100
 
2903
 
 
2904
mysql-dfsg-4.1 (4.1.10a-2) unstable; urgency=low
 
2905
 
 
2906
  * Disabled "--with-mysqld-ldflags=-all-static" as it causes sig11 crashes
 
2907
    if LDAP is used for groups in /etc/nsswitch.conf. Confirmed by Sean Finney
 
2908
    and Daniel Dehennin. Closes: #299382
 
2909
 
 
2910
 -- Christian Hammers <ch@debian.org>  Mon, 14 Mar 2005 03:01:03 +0100
 
2911
 
 
2912
mysql-dfsg-4.1 (4.1.10a-1) unstable; urgency=high
 
2913
 
 
2914
  * SECURITY:
 
2915
    - The following security related updates are addressed: 
 
2916
      CAN-2005-0711 (temporary file creation with "CREATE TEMPORARY TABLE")
 
2917
      CAN-2005-0709 (arbitrary library injection in udf_init())
 
2918
      CAN-2005-0710 (arbitrary code execution via "CREATE FUNCTION")
 
2919
      Closes: #299029, #299031, #299065
 
2920
  * New Upstream Release.
 
2921
    - Fixes some server crash conditions.
 
2922
    - Upstream includes fix for TMPDIR overriding my.cnf tmpdir setting
 
2923
      Closes: #294347
 
2924
    - Fixes InnoDB error message. Closes: #298875
 
2925
    - Fixes resouce limiting. Closes: #285044
 
2926
  * Improved checking whether or not the server is alive in the init script
 
2927
    which should make it possible to run several mysqld instances in
 
2928
    different chroot environments. Closes: #297772
 
2929
  * Fixed cron script name as dots are not allowed (thanks to Michel
 
2930
    v/d Ven). Closes: #298447
 
2931
  * Added -O3 and --with-mysqld-ldflags=-all-static as MySQL recommends to
 
2932
    build the server binary statically in order to gain about 13% more
 
2933
    performance (thanks to Marcin Kowalski).
 
2934
  * Added patch to let mysqld_safe react to signals (thanks to Erich 
 
2935
    Schubert). Closes: #208364
 
2936
  * (Thanks to Sean Finney for doing a great share of work for this release!)
 
2937
 
 
2938
 -- Christian Hammers <ch@debian.org>  Thu,  3 Mar 2005 02:36:39 +0100
 
2939
 
 
2940
mysql-dfsg-4.1 (4.1.10-4) unstable; urgency=medium
 
2941
 
 
2942
  * Fixed bug that prevented MySQL from starting after upgrades.
 
2943
    Closes: #297198, #296403
 
2944
  * Added comment about logging to syslog to the default my.cnf
 
2945
    and the logrotate script (thanks to Ryszard Lach). Closes: #295507
 
2946
 
 
2947
 -- Christian Hammers <ch@debian.org>  Thu,  3 Mar 2005 00:28:02 +0100
 
2948
 
 
2949
mysql-dfsg-4.1 (4.1.10-3) unstable; urgency=low
 
2950
 
 
2951
  * Sean Finney: Cronjobs now exit silently when the server package
 
2952
    has been removed but not purged (thanks to Vineet Kumar).
 
2953
    Closes: #297404
 
2954
  * Fixed comments of /etc/mysql/debian-log-rotate.conf (thanks to
 
2955
    Philip Ross). Closes: #297467
 
2956
  * Made mysqld_safe reacting sane on signals (thanks to Erich Schubert).
 
2957
    Closes: #208364
 
2958
 
 
2959
 -- Christian Hammers <ch@debian.org>  Tue,  1 Mar 2005 19:44:34 +0100
 
2960
 
 
2961
mysql-dfsg-4.1 (4.1.10-2) unstable; urgency=low
 
2962
 
 
2963
  * Converted to dpatch.
 
2964
  * debian/ is now maintained via Subversion on svn.debian.org. 
 
2965
 
 
2966
 -- Christian Hammers <ch@debian.org>  Tue,  1 Mar 2005 02:16:36 +0100
 
2967
 
 
2968
mysql-dfsg-4.1 (4.1.10-1) unstable; urgency=low
 
2969
 
 
2970
  * New upstream version.
 
2971
  * Upstream fixed memleak bug. Closes: #205587
 
2972
  * Added debian/copyright.more for personal reference.
 
2973
  * Lowered default query cache size as suggested by Arjen from MySQL.
 
2974
  * Switched from log to log-bin as suggested by Arjen from MySQL.
 
2975
  * Fixed typo in my.cnf (thanks to Sebastian Feltel). Closes: #295247
 
2976
  * Replaced --defaults-extra-file by --defaults-file in Debian scripts
 
2977
    as former lets password/host etc be overwriteable by /root/.my.cnf.
 
2978
    Added socket to /etc/mysql/debian.cnf to let it work. (thanks to
 
2979
    SATOH Fumiyasu). Closes: #295170
 
2980
 
 
2981
 -- Christian Hammers <ch@debian.org>  Tue, 15 Feb 2005 23:47:02 +0100
 
2982
 
 
2983
mysql-dfsg-4.1 (4.1.9-4) unstable; urgency=low
 
2984
 
 
2985
  * Improved the way mysqld is started and registered with update-rc.d
 
2986
    in cases where the admin modifies the runlevel configuration.
 
2987
    Most notably removed the debconf question whether or not mysql should
 
2988
    start on when booting. Closes: #274264
 
2989
  * Renamed configuration option old-passwords to the more preferred
 
2990
    naming convention old_passwords. Same for some others (thanks to
 
2991
    Patrice Pawlak). Closes: #293983
 
2992
 
 
2993
 -- Christian Hammers <ch@debian.org>  Tue,  8 Feb 2005 02:21:18 +0100
 
2994
 
 
2995
mysql-dfsg-4.1 (4.1.9-3) unstable; urgency=low
 
2996
 
 
2997
  * Renamed ca_ES.po to ca.po to reach a broader audience (thanks to 
 
2998
    Christian Perrier). Closes: #293786 
 
2999
  * Expicitly disabled mysqlfs support as it has never been enabled by
 
3000
    configure during the autodetection but fails due to broken upstream
 
3001
    code when users try to build the package theirselves while having
 
3002
    liborbit-dev installed which triggers the mysqlfs autodetection
 
3003
    (thanks to Max Kellermann). Closes: #293431
 
3004
  * Added dependencies to gawk as one script does not work with original-awk
 
3005
    (thanks to Petr Ferschmann). Closes: #291634
 
3006
 
 
3007
 -- Christian Hammers <ch@debian.org>  Sun,  6 Feb 2005 23:33:11 +0100
 
3008
 
 
3009
mysql-dfsg-4.1 (4.1.9-2) unstable; urgency=high
 
3010
 
 
3011
  * SECURITY:
 
3012
    For historical reasons /usr/share/mysql/ was owned and writable by
 
3013
    the user "mysql". This is a security problem as some scripts that
 
3014
    are run by root are in this directory and could be modified and used
 
3015
    by a malicious user who already has mysql privileges to gain full root
 
3016
    rights (thanks to Matt Brubeck). Closes: #293345
 
3017
  * Changed "skip-networking" to "bind-address 127.0.0.1" which is more
 
3018
    compatible and not less secure but maybe even more, as less people enable
 
3019
    networking for all interfaces (thanks to Arjen Lentz).
 
3020
  * Enabled InnoDB by default as recommended by Arjen Lentz from MySQL.
 
3021
  * Added remarks about hosts.allow to README.Debian (thanks to David
 
3022
    Chappell). Closes: #291300
 
3023
  * mysql-server-4.1 now provides mysql-server (thanks to Paul van den Berg).
 
3024
    Closes: #287735
 
3025
 
 
3026
 -- Christian Hammers <ch@debian.org>  Wed,  2 Feb 2005 23:31:55 +0100
 
3027
 
 
3028
mysql-dfsg-4.1 (4.1.9-1) unstable; urgency=low
 
3029
 
 
3030
  * New upstream version.
 
3031
  * mysql-client-4.1 now provides "mysql-client" so that packages depending
 
3032
    on mysql-client (ca. 40) can now be used with MySQL-4.1, too.
 
3033
 
 
3034
 -- Christian Hammers <ch@debian.org>  Sun, 23 Jan 2005 22:52:48 +0100
 
3035
 
 
3036
mysql-dfsg-4.1 (4.1.8a-6) unstable; urgency=high
 
3037
 
 
3038
  * SECURITY:
 
3039
    Javier Fernandez-Sanguino Pena from the Debian Security Audit Project
 
3040
    discovered a temporary file vulnerability in the mysqlaccess script of
 
3041
    MySQL that could allow an unprivileged user to let root overwrite
 
3042
    arbitrary files via a symlink attack and could also could unveil the
 
3043
    contents of a temporary file which might contain sensitive information.
 
3044
    (CAN-2005-0004, http://lists.mysql.com/internals/20600) Closes: #291122
 
3045
 
 
3046
 -- Christian Hammers <ch@debian.org>  Tue, 18 Jan 2005 23:11:48 +0100
 
3047
 
 
3048
mysql-dfsg-4.1 (4.1.8a-5) unstable; urgency=medium
 
3049
 
 
3050
  * Fixed important upstream bug that causes from_unixtime(0) to return
 
3051
    NULL instead of "1970-01-01 00:00:00" which fails on NOT NULL columns.
 
3052
    Closes: #287792
 
3053
  * Fixes upstream bug in mysql_list_fields() . Closes: #282486
 
3054
  * Fixes bug that lead to double rotated logfiles when mysql-server 4.0
 
3055
    was previously installed (thanks to Olaf van der Spek). Closes: #289851
 
3056
  * Fixed typo in README.Debian (thanks to Mark Nipper). Closes: #289131
 
3057
  * Changed max_allowed_packet in my.cnf to 16M as in 4.0.x (thanks to
 
3058
    Olaf van der Spek). Closes: #289840
 
3059
  * Updated French debconf translation (thanks to Christian Perrier).
 
3060
    Closes: #287955
 
3061
 
 
3062
 -- Christian Hammers <ch@debian.org>  Thu, 13 Jan 2005 01:29:05 +0100
 
3063
 
 
3064
mysql-dfsg-4.1 (4.1.8a-4) unstable; urgency=low
 
3065
 
 
3066
  * Broken patch again :-(
 
3067
 
 
3068
 -- Christian Hammers <ch@debian.org>  Sun,  9 Jan 2005 23:47:55 +0100
 
3069
 
 
3070
mysql-dfsg-4.1 (4.1.8a-3) unstable; urgency=low
 
3071
 
 
3072
  * The mutex patch was a bit too x86 centric. This broke the alpha build.
 
3073
 
 
3074
 -- Christian Hammers <ch@debian.org>  Sun,  9 Jan 2005 14:18:49 +0100
 
3075
 
 
3076
mysql-dfsg-4.1 (4.1.8a-2) unstable; urgency=medium
 
3077
 
 
3078
  * Some Makefiles that were patched by me got overwritten by the GNU
 
3079
    autotools, probably because I also patched ./configure. Fixed now,
 
3080
    the critical mutex patch is now back in again. Closes: #286961
 
3081
  * Added patch to make MySQL compile on ARM (thanks to Adam Majer).
 
3082
    Closes: #285071
 
3083
 
 
3084
 -- Christian Hammers <ch@debian.org>  Thu,  6 Jan 2005 09:30:13 +0100
 
3085
 
 
3086
mysql-dfsg-4.1 (4.1.8a-1) unstable; urgency=medium
 
3087
 
 
3088
  * Upstream 4.1.8 had some problems in their GNU Autotools files so they
 
3089
    released 4.1.8a. Debian's 4.1.8 was fixed by running autoreconf but this
 
3090
    again overwrote MySQL changes to ltmain.sh which are supposed to fix some
 
3091
    problems on uncommon architectures (maybe the FTBFS on alpha, arm, m68k
 
3092
    and sparc?).
 
3093
  * libmysqlclient_r.so.14 from 4.1.8-3 also missed a link dependency to
 
3094
    libz which lead to unresolved symbols visible with "ldd -r" (thanks
 
3095
    to Laurent Bonnaud). Closes: #287573
 
3096
 
 
3097
 -- Christian Hammers <ch@debian.org>  Wed, 29 Dec 2004 14:26:33 +0100
 
3098
 
 
3099
mysql-dfsg-4.1 (4.1.8-3) unstable; urgency=low
 
3100
 
 
3101
  * Fixed checking for error messages by forcing english language
 
3102
    output by adding LC_ALL=C to debian-start (thanks to Rene
 
3103
    Konasz) Closes: #285709
 
3104
  * Fixed bashisms in Debian scripts. Closes: #286863
 
3105
  * Updated Japanese Debconf translation (thanks to Hideki Yamane).
 
3106
    Closes: #287003
 
3107
  * Improved 4.0 to 4.1 upgrade if /var/lib/mysql is a symlink
 
3108
    (thanks to Thomas Lamy). Closes: #286560
 
3109
  * Added patch for FTBFS problem where no LinuxThreads can be found.
 
3110
    I don't know if this still applies but it should not hurt.
 
3111
    The patch is debian/patches/configure__AMD64-LinuxThreads-vs-NPTL.diff
 
3112
 
 
3113
 -- Christian Hammers <ch@debian.org>  Sun, 26 Dec 2004 14:04:20 +0100
 
3114
 
 
3115
mysql-dfsg-4.1 (4.1.8-2) unstable; urgency=low
 
3116
 
 
3117
  * If /var/lib/mysql is a symlink then it is kept as such.
 
3118
  * Added the old-passwords option to the default my.cnf to stay
 
3119
    compatible to clients that are still compiled to libmysqlclient10
 
3120
    and libmysqlclient12 for licence reasons. 
 
3121
  * Adjusted tetex build-deps to ease backporting (thanks to Norbert
 
3122
    Tretkowski from backports.org).
 
3123
 
 
3124
 -- Christian Hammers <ch@debian.org>  Tue, 21 Dec 2004 01:00:27 +0100
 
3125
 
 
3126
mysql-dfsg-4.1 (4.1.8-1) unstable; urgency=medium
 
3127
 
 
3128
  * New upstream version. Closes: #286175
 
3129
  * Added conflict to libmysqlclient-dev (thanks to Adam Majer).
 
3130
    Closes: #286538
 
3131
  * Added debconf-updatepo to debian/rules:clean.
 
3132
  * Updated Japanese Debconf translation (thanks to Hideki Yamane).
 
3133
    Closes: #285107
 
3134
  * Updated French Debconf translation (thanks to Christian Perrier).
 
3135
    Closes: #285977
 
3136
  * Renamed cz.po to cs.po (thanks to Miroslav Kure). Closes: #285438
 
3137
  * Aplied patch for changed server notice to debian-start (thanks to
 
3138
    Adam Majer). Closes: #286035
 
3139
  * Changed nice value in default my.cnf as nohup changed its behaviour
 
3140
    (thanks to Dariush Pietrzak). Closes: #285446
 
3141
  * Increased verbosity of preinst script in cases where it cannot stop
 
3142
    a running server (thanks to Jan Minar). Closes: #285982
 
3143
  * Splitted the code parts of /etc/mysql/debian-start to
 
3144
    /usr/share/mysql/debian-start.inc.sh (thanks to Jan Minar).
 
3145
    Closes: #285988
 
3146
 
 
3147
 -- Christian Hammers <ch@debian.org>  Mon, 20 Dec 2004 00:33:21 +0100
 
3148
 
 
3149
mysql-dfsg-4.1 (4.1.7-4) unstable; urgency=medium
 
3150
 
 
3151
  * Removed OpenSSL support.
 
3152
    After a short discussion with MySQL, I decided to drop OpenSSL support as
 
3153
    1. MySQL started shipping their binaries without it, too and do not
 
3154
       seem to support it in favour of using a different library somewhen.
 
3155
    2. MySQL did not adjust their licence to grant permission to link
 
3156
       against OpenSSL.
 
3157
    3. Even if they did, third parties who use libmysqlclient.so often
 
3158
       do not realise licencing problems or even do not want OpenSSL.
 
3159
    (thanks to Jordi Mallach and the responders to MySQL bug #6924)
 
3160
    Closes: #283786
 
3161
  * debian/control: Improved depends and conflicts to mysql-4.0.
 
3162
 
 
3163
 -- Christian Hammers <ch@debian.org>  Thu,  2 Dec 2004 22:02:28 +0100
 
3164
 
 
3165
mysql-dfsg-4.1 (4.1.7-3) unstable; urgency=low
 
3166
 
 
3167
  * Raised version to make it higher as the one in experimental. 
 
3168
 
 
3169
 -- Christian Hammers <ch@debian.org>  Wed,  1 Dec 2004 21:09:20 +0100
 
3170
 
 
3171
mysql-dfsg-4.1 (4.1.7-2) unstable; urgency=low
 
3172
 
 
3173
  * Patched scripts/mysql_install_db so that it no longer creates a
 
3174
    passwordless test database during installation (thanks to Patrick
 
3175
    Schnorbus). Closes: #281158
 
3176
  * Added Czech debconf translation (thanks to Miroslav Kure).
 
3177
    Closes: #283222
 
3178
 
 
3179
 -- Christian Hammers <ch@debian.org>  Wed,  1 Dec 2004 01:29:31 +0100
 
3180
 
 
3181
mysql-dfsg-4.1 (4.1.7-1) unstable; urgency=low
 
3182
 
 
3183
  * New upstream branch! 
 
3184
  * Adjusted debian/control to make this package suitable to get parallel
 
3185
    to version 4.0.x into unstable and sarge. The package names are
 
3186
    different so that "mysql-server" still defaults to the rock-stable
 
3187
    4.0 instead to this announced-to-be-stable 4.1.
 
3188
  * Added --with-mutex=i86/gcc-assemler to the Berkeley-DB configure
 
3189
    to prevent the use of NPLT threads when compiling under kernel 2.6
 
3190
    because the binaries are else not runable on kernel 2.4 hosts.
 
3191
    Closes: #278638, #274598 
 
3192
 
 
3193
 -- Christian Hammers <ch@debian.org>  Sun, 31 Oct 2004 20:15:03 +0100
 
3194
 
 
3195
mysql-dfsg (4.1.6-1) experimental; urgency=low
 
3196
 
 
3197
  * New upstream version.
 
3198
  * Fixed symlinks in libmysqlclient-dev package. Closes: #277028
 
3199
  * This time I did not update the libtool files as they were pretty
 
3200
    up to date and I want to have a shorter diff file.
 
3201
 
 
3202
 -- Christian Hammers <ch@debian.org>  Wed, 20 Oct 2004 00:07:58 +0200
 
3203
 
 
3204
mysql-dfsg (4.1.5-3) experimental; urgency=low
 
3205
 
 
3206
  * debian/postinst: mysql_install_db changed parameter from --IN-RPM
 
3207
    to --rpm which caused problems during installs. Closes: #276320
 
3208
 
 
3209
 -- Christian Hammers <ch@debian.org>  Sat, 16 Oct 2004 20:36:46 +0200
 
3210
 
 
3211
mysql-dfsg (4.1.5-2) experimental; urgency=low
 
3212
 
 
3213
  * Activated support for ndb clustering (thanks to Kevin M. Rosenberg).
 
3214
    Closes: #275109
 
3215
 
 
3216
 -- Christian Hammers <ch@debian.org>  Wed,  6 Oct 2004 01:58:00 +0200
 
3217
 
 
3218
mysql-dfsg (4.1.5-1) experimental; urgency=low
 
3219
 
 
3220
  * WARNING:
 
3221
    The upstream branch 4.1 is still considered BETA.
 
3222
    The Debian packages for 4.1 were done without big testing. If you miss
 
3223
    a new functionality or binary, contact me and I check add the relevant
 
3224
    configure option or include the program.
 
3225
  * New MAJOR upstream version.
 
3226
    Thanks to the great demand here's now the first MySQL 4.1 experimental
 
3227
    release. FEEDBACK IS WELCOME.
 
3228
  * 4.0->4.1 notes:
 
3229
    - debian/patches/alpha.diff could not be applied, I fix that later
 
3230
    - debian/patches/scripts__mysql_install_db.sh.diff was obsolete
 
3231
    - debian/patches/scripts__Makefile.in was neccessary due to a dependency
 
3232
      to the removed non-free Docs/ directory. Upstream has been contacted.
 
3233
    - Build-Deps: += automake1.7
 
3234
    - debian/rules: embedded servers examples did not compile, removed
 
3235
 
 
3236
 -- Christian Hammers <ch@debian.org>  Sun, 26 Sep 2004 19:46:47 +0200
 
3237
 
 
3238
mysql-dfsg (4.0.21-3) unstable; urgency=low
 
3239
 
 
3240
  * Upstream tried to fix a security bug in mysqlhotcopy and broke it :-)
 
3241
    Applied a patch (see debian/patches) from Martin Pitt. Closes: #271632
 
3242
  * Between 4.0.20 and 4.0.21 the Debian specific changes in
 
3243
    /usr/bin/mysqld_safe that piped the error log to syslog got lost
 
3244
    and are now back again. 
 
3245
  * Fixed capitalization in debconf headings.
 
3246
  * Changed wording of the initscript status message to make heartbeat
 
3247
    happier. Closes: #271591
 
3248
 
 
3249
 -- Christian Hammers <ch@debian.org>  Fri, 17 Sep 2004 18:42:25 +0200
 
3250
 
 
3251
mysql-dfsg (4.0.21-2) unstable; urgency=medium
 
3252
 
 
3253
  * The dependencies between mysql-client and libmysqlclient12 were
 
3254
    too loose, when upgrading only the client this can lead to non working
 
3255
    binaries due to relocation errors (thanks to Dominic Cleal).
 
3256
    Closes: #271803
 
3257
  * Fixed typo in mysqldump.1 manpage (thanks to Nicolas Francois).
 
3258
    Closes: #271334
 
3259
 
 
3260
 -- Christian Hammers <ch@debian.org>  Wed, 15 Sep 2004 15:38:11 +0200
 
3261
 
 
3262
mysql-dfsg (4.0.21-1) unstable; urgency=high
 
3263
 
 
3264
  * SECURITY:
 
3265
    This upstream version fixes some security problems that might at least
 
3266
    allow a DoS attack on the server.
 
3267
    * Fixed an old bug in concurrent accesses to `MERGE' tables (even
 
3268
      one `MERGE' table and `MyISAM' tables), that could've resulted in
 
3269
      a crash or hang of the server. (Bug #2408)
 
3270
    * Fixed bug in privilege checking where, under some conditions, one
 
3271
      was able to grant privileges on the database, he has no privileges
 
3272
      on. (Bug #3933)
 
3273
    * Fixed crash in `MATCH ... AGAINST()' on a phrase search operator
 
3274
      with a missing closing double quote. (Bug #3870)
 
3275
    * Fixed potential memory overrun in `mysql_real_connect()' (which
 
3276
      required a compromised DNS server and certain operating systems).
 
3277
      (Bug #4017)
 
3278
  * New upstream version.
 
3279
    * Fixes bug that made x="foo" in WHERE sometimes the same as x="foo ".
 
3280
      Closes: #211618
 
3281
  * Updated Japanese Debconf translation (thanks to Hideki Yamane).
 
3282
    Closes: #271097
 
3283
 
 
3284
 -- Christian Hammers <ch@debian.org>  Sat, 11 Sep 2004 23:15:44 +0200
 
3285
 
 
3286
mysql-dfsg (4.0.20-14) unstable; urgency=low
 
3287
 
 
3288
  * Dave Rolsky spottet that -DBIG_JOINS was not properly enabled.
 
3289
    It allowes joining 64 instead of an 32 tables to join.
 
3290
 
 
3291
 -- Christian Hammers <ch@debian.org>  Thu,  9 Sep 2004 20:24:02 +0200
 
3292
 
 
3293
mysql-dfsg (4.0.20-13) unstable; urgency=medium
 
3294
 
 
3295
  * Fixed a bug in the initscript which caused the check for not properly
 
3296
    closed i.e. corrupt tables that is executed when the server starts
 
3297
    not to run in background as supposed.
 
3298
    Although the check does not repair anything on servers with several
 
3299
    thousand tables the script was reported to take some minutes which
 
3300
    is quite annoying. (Thanks to Jakob Goldbach). Closes: #270800
 
3301
 
 
3302
 -- Christian Hammers <ch@debian.org>  Thu,  9 Sep 2004 17:11:05 +0200
 
3303
 
 
3304
mysql-dfsg (4.0.20-12) unstable; urgency=medium
 
3305
 
 
3306
  * Filter messages regarding table handles that do not support CHECK TABLE
 
3307
    in the script that checks for corrupted tables on every start which lead
 
3308
    to unnecessary mails (thanks to David Everly). Closes: #269811 
 
3309
  * Added a note to the corrupt-table-check mail which notes that a
 
3310
    false-positive is reported in the case that immediately after starting
 
3311
    the server a client starts using a table (thanks to Uwe Kappe).
 
3312
    Closes: #269985
 
3313
  * Added "quote-names" as default to the [mysqldump] section in
 
3314
    /etc/mysql/my.cnf as too many users stumble over dump files that
 
3315
    could not be read in again due to the valid use of reserved words
 
3316
    as table names. This has also be done by upstream in 4.1.1 and has
 
3317
    no known drawbacks. Closes: #269865
 
3318
  * Binary logs can now be rotated as well. Defaults to off, though, for
 
3319
    compatibilty reasons (thanks to Mark Ferlatte). Closes: #94230, #269110
 
3320
  * The mysql user "debian-sys-maint" now gets all possible rights which
 
3321
    makes binary logging possible and helps other package maintainer who
 
3322
    wants to use it to create package specific databases and users.
 
3323
  * Added example how to change daemon nice level via /etc/mysql/my.cnf
 
3324
  * Updated French debconf translations (thanks to Christian Perrier).
 
3325
    Closes: #265811
 
3326
  * Renamed options in the default config file that still had old names
 
3327
    (thanks to Yves Kreis). Closes: #266445
 
3328
  * Fixed spelling in debconf note.
 
3329
  * Added -l and -L to dh_shlibdeps.
 
3330
 
 
3331
 -- Christian Hammers <ch@debian.org>  Fri,  3 Sep 2004 20:10:46 +0200
 
3332
 
 
3333
mysql-dfsg (4.0.20-11) unstable; urgency=high
 
3334
 
 
3335
  * SECURITY
 
3336
    This version fixes a security flaw in mysqlhotcopy which created
 
3337
    temporary files in /tmp which had predictable filenames and such
 
3338
    could be used for a tempfile run attack.
 
3339
    The issue has been recorded as CAN-2004-0457.
 
3340
 
 
3341
 -- Christian Hammers <ch@debian.org>  Sat, 14 Aug 2004 18:27:19 +0200
 
3342
 
 
3343
mysql-dfsg (4.0.20-10) unstable; urgency=low
 
3344
 
 
3345
  * MySQL finally updated their copyright page and installed v1.5 of
 
3346
    the "Free/Libre and Open Source Software License (FLOSS) - Exception"
 
3347
    which will hopefully end the license hell they created by putting the
 
3348
    client libraries under GPL instead of LGPL which conflicts with PHP and
 
3349
    other software that used to link against MySQL.
 
3350
    The license text is not yet in any release MySQL version but visible
 
3351
    on their web site and copied into the debian/copyright file.
 
3352
    Special thanks to Zak Greant <zak@mysql.com> and the debian-legal list
 
3353
    for helping to solve this release critical problem.
 
3354
    Closes: #242449
 
3355
  * Updated Brazil debconf translation (thanks to Andre Luis Lopes).
 
3356
    Closes: #264233
 
3357
  * Updated Japanese debconf translation (thanks to Hideki Yamane).
 
3358
    Closes: #264620
 
3359
  * Fixed minor typo in debconf description (thanks to TROJETTE Mohammed
 
3360
    Adnene). Closes: #264840
 
3361
  * Improved init and preinst script which now detects stalled servers which
 
3362
    do no longer communicate but are present in the process list (thanks to
 
3363
    Henrik Johansson). Closes: #263215
 
3364
 
 
3365
 -- Christian Hammers <ch@debian.org>  Mon,  9 Aug 2004 19:44:28 +0200
 
3366
 
 
3367
mysql-dfsg (4.0.20-9) unstable; urgency=medium
 
3368
 
 
3369
  * Partly reverted the last patch which gave the mysql-user
 
3370
    "debian-sys-maint" more rights as there are old versions of MySQL which
 
3371
    have fewer privlige columns. Now only those are set (thanks to Alan Tam).
 
3372
    Closes: #263111
 
3373
 
 
3374
 -- Christian Hammers <ch@debian.org>  Tue,  3 Aug 2004 13:03:02 +0200
 
3375
 
 
3376
mysql-dfsg (4.0.20-8) unstable; urgency=low
 
3377
 
 
3378
  * The mysqlcheck that is started from the initscript will now be
 
3379
    backgrounded because it might else prevent the boot process to continue.
 
3380
    It also now notifies root by mail and syslog if a table is corrupt.
 
3381
  * The "debian-sys-maint" MySQL user now has almost full rights so that other
 
3382
    packages might use this account to create databases and user (thanks to
 
3383
    Andreas Barth). Closes: #262541
 
3384
  * Added paranoid rules for logcheck.
 
3385
 
 
3386
 -- Christian Hammers <ch@debian.org>  Sun,  1 Aug 2004 21:00:55 +0200
 
3387
 
 
3388
mysql-dfsg (4.0.20-8) unstable; urgency=low
 
3389
 
 
3390
  * Upload stalled. Not released.
 
3391
 
 
3392
 -- Christian Hammers <ch@debian.org>  Sun,  1 Aug 2004 20:27:55 +0200
 
3393
 
 
3394
mysql-dfsg (4.0.20-7) unstable; urgency=medium
 
3395
 
 
3396
  * Solved the upstream bug that error messages of the server are written
 
3397
    in a file that is then rotated away leaving mysqld logging effectively
 
3398
    to /dev/null. It now logs to a /usr/bin/logger process which puts the
 
3399
    messages into the syslog.
 
3400
    Modified files: /etc/init.d/mysql, /usr/bin/mysqld_safe and the 
 
3401
    logchecker files. Closes: #254070
 
3402
  * The initscript does no longer call mysqlcheck directly but via
 
3403
    /etc/mysql/debian-start which is a user customizable config script.
 
3404
  * Splitted the debconf "install and update notes" and only show them
 
3405
    when it is appropriate (thanks to Steve Langasek). Closes: #240515
 
3406
  * Added NEWS.Debian.
 
3407
  * Added hint to -DBIG_ROWS, which is currently not used, to README.Debian.
 
3408
  * Corrected typo in myisampack manpage (thanks to Marc Lehmann). 
 
3409
    Closes: #207090
 
3410
  * Added Catalan debconf translation (thanks to Aleix Badia i Bosch).
 
3411
    Closes: #236651
 
3412
 
 
3413
 -- Christian Hammers <ch@debian.org>  Wed, 28 Jul 2004 01:41:51 +0200
 
3414
 
 
3415
mysql-dfsg (4.0.20-6) unstable; urgency=low
 
3416
 
 
3417
  * The build arch detected by configure was "pc-linux-gnu (i686)"
 
3418
    instead of "pc-linux-gnu (i386)". Was no problem AFAIK but
 
3419
    Adam Majer asked me to explicitly change it to i386. Closes: #261382
 
3420
  * Removed some unused shell scripts from /usr/share/mysql.
 
3421
  * Added lintian overrides.
 
3422
  * Removed rpath by using chrpath.
 
3423
 
 
3424
 -- Christian Hammers <ch@debian.org>  Mon, 26 Jul 2004 00:17:12 +0200
 
3425
 
 
3426
mysql-dfsg (4.0.20-5) unstable; urgency=medium
 
3427
 
 
3428
  * The mysqlcheck in the init script is only called when the server
 
3429
    is really alive. Also, the mysql-user 'debian-sys-maint' now has
 
3430
    global select rights (thanks to Nathan Poznick). Closes: #261130 
 
3431
  * Moved the debconf question whether to remove the databases or not
 
3432
    from mysql-server.config to mysql-server.postrm so that it shows
 
3433
    up on purge time and not months earlier (thanks to Wouter Verhelst).
 
3434
    Closes: #251838
 
3435
 
 
3436
 -- Christian Hammers <ch@debian.org>  Fri, 23 Jul 2004 22:41:13 +0200
 
3437
 
 
3438
mysql-dfsg (4.0.20-4) unstable; urgency=low
 
3439
 
 
3440
  * Added a "mysqlcheck -A --fast" to the 'start' section of the
 
3441
    init script to help admins detect corrupt tables after a server crash.
 
3442
    Currently it exists with an error message but leaves the server
 
3443
    running. Feedback appreciated!
 
3444
  * Made postinst script more robust by calling db_stop earlier and
 
3445
    so prevent pipe-deadlocks.
 
3446
  * Fixed minor typos in initscript (thanks to "C.Y.M."). Closes: 259518
 
3447
  * Added the undocumented "-DBIG_JOINS" that MySQL apparently uses in
 
3448
    their MAX binaries. It enables 62 instead of 30 tables in a "join".
 
3449
    (thanks to Dave Rolsky). Closes: #260843
 
3450
  * Added a "df --portability /var/lib/mysql/." check to the preinst
 
3451
    script as users experienced hard to kill hanging mysqlds in such
 
3452
    a situation (thanks to Vaidas Pilkauskas). Closes: #260306
 
3453
 
 
3454
 -- Christian Hammers <ch@debian.org>  Fri, 23 Jul 2004 00:51:32 +0200
 
3455
 
 
3456
mysql-dfsg (4.0.20-3) unstable; urgency=low
 
3457
 
 
3458
  * Improved tolerance if the init script has been deleted (thanks to
 
3459
    Leonid Shulov for spotting the problem).
 
3460
  * Minor wording changes to README.Debian generalizing /root/ by $HOME
 
3461
    (thanks to Santiago Vila). Closes: #257725
 
3462
  * Added Japanese debconf translation (thanks to Hideki Yamane).
 
3463
    Closes: #256485
 
3464
  * Fixed commend in my.cnf regarding logfile directory (thanks to Jayen
 
3465
    Ashar). Closes: #253434
 
3466
  * Correted "ease to" by "ease of" in package description (thanks to
 
3467
    Johannes Berg). Closes: #253510 
 
3468
 
 
3469
 -- Christian Hammers <ch@debian.org>  Fri,  9 Jul 2004 00:57:42 +0200
 
3470
 
 
3471
mysql-dfsg (4.0.20-2) unstable; urgency=low
 
3472
 
 
3473
  * Removed RPM .spec file from the included documentation as it is pretty
 
3474
    useless (thanks to Loic Minier).
 
3475
  * Added turkish debconf translation (thanks to Recai Oktas). Closes: #252802
 
3476
 
 
3477
 -- Christian Hammers <ch@debian.org>  Sun,  6 Jun 2004 14:48:26 +0200
 
3478
 
 
3479
mysql-dfsg (4.0.20-1) unstable; urgency=low
 
3480
 
 
3481
  * New upstream version. 
 
3482
 
 
3483
 -- Christian Hammers <ch@debian.org>  Mon, 31 May 2004 23:36:39 +0200
 
3484
 
 
3485
mysql-dfsg (4.0.18-8) unstable; urgency=low
 
3486
 
 
3487
  * Updated french translation (thanks to Christian Perrier). Closes: #246789
 
3488
 
 
3489
 -- Christian Hammers <ch@debian.org>  Tue,  4 May 2004 23:26:54 +0200
 
3490
 
 
3491
mysql-dfsg (4.0.18-7) unstable; urgency=low
 
3492
 
 
3493
  * Added CVE ids for the recent security fixes.
 
3494
    4.0.18-4 is CAN-2004-0381 (mysqlbug) and
 
3495
    4.0.18-6 is CAN-2004-0388 (mysql_multi)
 
3496
 
 
3497
 -- Christian Hammers <ch@debian.org>  Mon, 19 Apr 2004 18:32:03 +0200
 
3498
 
 
3499
mysql-dfsg (4.0.18-6) unstable; urgency=medium
 
3500
 
 
3501
  * SECURITY:
 
3502
    Fixed minor tempfile-run security problem in mysqld_multi.
 
3503
    Unprivileged users could create symlinks to files which were then
 
3504
    unknowingly overwritten by run when this script gets executed.
 
3505
    Upstream informed. Thanks to Martin Schulze for finding this.
 
3506
 
 
3507
 -- Christian Hammers <ch@debian.org>  Wed,  7 Apr 2004 01:28:22 +0200
 
3508
 
 
3509
mysql-dfsg (4.0.18-5) unstable; urgency=low
 
3510
 
 
3511
  * Little improvements in debian scripts for last upload. 
 
3512
  * Added check to logrotate script for the case that a mysql
 
3513
    server is running but not be accessible with the username and
 
3514
    password from /etc/mysql/debian.conf (thanks to Jeffrey W. Baker).
 
3515
    Closes: 239421
 
3516
 
 
3517
 -- Christian Hammers <ch@debian.org>  Sun,  4 Apr 2004 15:27:40 +0200
 
3518
 
 
3519
mysql-dfsg (4.0.18-4) unstable; urgency=medium
 
3520
 
 
3521
  * SECURITY: 
 
3522
    Aplied fix for unprobable tempfile-symlink security problem in 
 
3523
    mysqlbug reported by Shaun Colley on bugtraq on 2004-03-24.
 
3524
  * Updated french debconf translation (thanks to Christian Perrier).
 
3525
    Closes: #236878 
 
3526
  * Updated portugesian debconf translation (thanks to Nuno Senica).
 
3527
    Closes: #239168
 
3528
  * Updated german debconf translation (thanks to Alwin Meschede).
 
3529
    Closes: #241749
 
3530
  * Improved debconf template regarding fix_privileges_tables (thanks 
 
3531
    to Matt Zimmermann for suggestions). Closes: #219400
 
3532
  * Improved README.Debian regarding to password settings (thanks to
 
3533
    Yann Dirson). Closes: #241328
 
3534
 
 
3535
 -- Christian Hammers <ch@debian.org>  Sat,  3 Apr 2004 19:52:15 +0200
 
3536
 
 
3537
mysql-dfsg (4.0.18-3) unstable; urgency=medium
 
3538
 
 
3539
  * Added Build-Depend to po-debconf to let it build everywhere.
 
3540
 
 
3541
 -- Christian Hammers <ch@debian.org>  Wed, 31 Mar 2004 23:43:33 +0200
 
3542
 
 
3543
mysql-dfsg (4.0.18-2) unstable; urgency=low
 
3544
 
 
3545
  * Added a "2>/dev/null" to a "which" command as there are two
 
3546
    "which" versions in Debian of which one needs it. Closes: #235363
 
3547
 
 
3548
 -- Christian Hammers <ch@debian.org>  Tue,  2 Mar 2004 23:31:28 +0100
 
3549
 
 
3550
mysql-dfsg (4.0.18-1) unstable; urgency=low
 
3551
 
 
3552
  * New upstream version.
 
3553
  * Should now compile and run on ia64 (thanks to Thorsten Werner and
 
3554
    David Mosberger-Tang). Closes: #226863 #228834 
 
3555
  * Converted init scripts to invoce-rc.d (thanks to Erich Schubert).
 
3556
    Closes: 232118 
 
3557
  * Secondlast upload changed logfile location. Closes: #182655
 
3558
  * Updated Brasilian translation (thanks to Andre Luis Lopes). Closes:
 
3559
    #219847
 
3560
 
 
3561
 -- Christian Hammers <ch@debian.org>  Tue, 17 Feb 2004 23:44:58 +0100
 
3562
 
 
3563
mysql-dfsg (4.0.17-2) unstable; urgency=low
 
3564
 
 
3565
  * Improved manpage for mysqldumpslow.1 (thanks to Anthony DeRobertis).
 
3566
    Closes: #231039
 
3567
  * Improved stopping of crashed daemons in init script (thanks to
 
3568
    Matthias Urlichs). Closes: #230327
 
3569
 
 
3570
 -- Christian Hammers <ch@debian.org>  Mon,  9 Feb 2004 21:54:29 +0100
 
3571
 
 
3572
mysql-dfsg (4.0.17-1) unstable; urgency=low
 
3573
 
 
3574
  * Made logging into /var/log/mysql/ the default. Closes: #225206
 
3575
 
 
3576
  * New upstream version. Closes: #225028
 
3577
  * Turned on a 25MB query cache by default (thanks to Cyril Bouthors).
 
3578
    Closes: #226789
 
3579
  * Updated russian translation (thanks to Ilgiz Kalmetev). Closes: #219263
 
3580
  * Upstream fixes the problem that AND was not commutative (thanks for
 
3581
    Iain D Broadfoot for mentioning). Closes: #227927
 
3582
  * Fixed minor typo in my.cnf comments (thanks to James Renken). 
 
3583
    Closes: #221496
 
3584
  * Better documents regex. Closes: #214952
 
3585
  * Fixed minor germanism in debconf template (thanks to Marc Haber).
 
3586
    Closes: #224148
 
3587
  * Added explaining comment to my.cnf regarding quoted passwords 
 
3588
    (Thanks to Patrick von der Hagen). Closes: #224906
 
3589
  * Changed "find -exec" to "find -print0 | xargs -0" in preinst to
 
3590
    speed it up. Thanks to Cyril Bouthors. Closes: #220229
 
3591
 
 
3592
 -- Christian Hammers <ch@debian.org>  Sun, 18 Jan 2004 16:16:25 +0100
 
3593
 
 
3594
mysql-dfsg (4.0.16-2) unstable; urgency=low
 
3595
 
 
3596
  * Tried to repair undefined weak symbols by adding a little Makefile
 
3597
    patch. Closes: #215973
 
3598
 
 
3599
 -- Christian Hammers <ch@debian.org>  Mon, 27 Oct 2003 22:52:10 +0100
 
3600
 
 
3601
mysql-dfsg (4.0.16-1) unstable; urgency=low
 
3602
 
 
3603
  * New upstream release.
 
3604
    (Mostly little memory problems and other bugfixes it seems)
 
3605
  * Replaced "." by ":" in chown calls to comply with the env setting
 
3606
        "_POSIX2_VERSION=2000112" (thanks to Robert Luberda). Closes: #217399
 
3607
  * Adjusted syntax in my.cnf to 4.x standard (thanks to Guillaume Plessis).
 
3608
    Closes: #217273
 
3609
  * Improved README.Debian password instructions (thanks to Levi Waldron).
 
3610
    Closes: #215046
 
3611
  * Improved NIS warning debconf-template (thanks to Jeff Breidenbach).
 
3612
    Closes: #215791
 
3613
  * Explicitly added libssl-dev to the libmysqlclient-dev package as it
 
3614
    is needed for mysql_config and the libmysqlclient package only depends
 
3615
    on libssl which has no unnumbered .so version (thanks to Simon Peter
 
3616
    and Davor Ocelic). Closes: #214436, #216162
 
3617
  * Added "-lwrap" to "mysql_config --libmysqld-libs" and filed it as
 
3618
    upstream bug #1650 (thanks to Noah Levitt). Closes: #214636
 
3619
 
 
3620
 -- Christian Hammers <ch@debian.org>  Sat, 25 Oct 2003 01:09:27 +0200
 
3621
 
 
3622
mysql-dfsg (4.0.15a-1) unstable; urgency=low
 
3623
 
 
3624
  * Same package as 4.0.15-2 but I could not convince the Debian
 
3625
    installer to move the packages out of incoming.
 
3626
 
 
3627
 -- Christian Hammers <ch@debian.org>  Tue,  7 Oct 2003 15:10:26 +0200
 
3628
 
 
3629
mysql-dfsg (4.0.15-2) unstable; urgency=low
 
3630
 
 
3631
  * Updated package description (thanks to Adrian Bunk). Closes: #210988 
 
3632
  * Fixed small typos in manpages (thanks to Nicolas Francois).
 
3633
    Closes: #211983
 
3634
  * More updates to package description (thanks to Matthias Lutz/ddtp).
 
3635
    Closes: #213456
 
3636
  * Updated standards to 3.6.1.
 
3637
  * Closes "new 4.0.15 available" bug. Closes: #213349
 
3638
  * Updated README.Debian with notes regarding the MySQL manual section
 
3639
    "2.4 Post-installation Setup and Testing" (thanks to Daniel B.).
 
3640
    Closes: #210841
 
3641
 
 
3642
 -- Christian Hammers <ch@debian.org>  Fri,  3 Oct 2003 15:59:39 +0200
 
3643
 
 
3644
mysql-dfsg (4.0.15-1) unstable; urgency=high
 
3645
 
 
3646
  * SECURITY:
 
3647
    Users who are able to use the "ALTER TABLE" command on the "mysql"
 
3648
    database may be able to exploit this vulnerability to gain a shell with
 
3649
    the privileges of the mysql server (usually running as the 'mysql' user).
 
3650
    Closes: #210403
 
3651
  * Fixes small description typos (thanks to Oscar Jarkvik).
 
3652
  * Updated Brazilian Portuguese debconf translation. (thanks to Andre Luis
 
3653
    Lopes). Closes: 208030
 
3654
  * Replaced depricated '.' by ':' in chown (thanks to Matt Zimmerman).
 
3655
  * Fixed manpage typo (thanks to Marc Lehmann). Closes: #207090
 
3656
 
 
3657
 -- Christian Hammers <ch@debian.org>  Fri,  3 Oct 2003 15:59:35 +0200
 
3658
 
 
3659
mysql-dfsg (4.0.14-1) unstable; urgency=low
 
3660
 
 
3661
  * New upstream version. 
 
3662
 
 
3663
 -- Christian Hammers <ch@debian.org>  Sun, 24 Aug 2003 16:40:36 +0200
 
3664
 
 
3665
mysql-dfsg (4.0.13-3) unstable; urgency=low
 
3666
 
 
3667
  * Now start mysqld as default unless you choose not when configurig
 
3668
    with debconf priority low. So packages depending on the server when
 
3669
    installing can access it. Thanks Matt Zimmermann (Closes: #200277)
 
3670
  * Made mysql-server de-installable if the config and database files were
 
3671
    removed by hand before. Thanks to Ard van Breemen (Closes: #200304)
 
3672
 
 
3673
 -- Christian Hammers <ch@debian.org>  Tue,  8 Jul 2003 22:30:40 +0200
 
3674
 
 
3675
mysql-dfsg (4.0.13-2) unstable; urgency=low
 
3676
 
 
3677
  * Added "nice" option for mysqld_safe to give mysqld a different priority.
 
3678
    Submitted to upstream as MySQL Bug #627. Closes: #192087
 
3679
  * Fixed possible unbound variable in init script. Closes: #194621
 
3680
  * Fixed french debconf translation (thx Christian Perrier) Closes: #194739
 
3681
  * Get rid of automake1.5 (for Eric Dorland). 
 
3682
 
 
3683
 -- Christian Hammers <ch@debian.org>  Wed, 11 Jun 2003 18:58:32 +0200
 
3684
 
 
3685
mysql-dfsg (4.0.13-1) unstable; urgency=medium
 
3686
 
 
3687
  * New upstream version.
 
3688
    !!! Fixes a very bad natural join bug which justifies the urgency=medium.
 
3689
    !!! http://bugs.mysql.com/bug.php?id=291
 
3690
  * Fixed mysql_fix_privileges manpage (Frederic Briere) Closes: #191776
 
3691
  * preinst: "which" is more chatty normal executable than as builtin.
 
3692
    (Thanks to David B Harris). Closes: #188659
 
3693
 
 
3694
 -- Christian Hammers <ch@debian.org>  Tue,  6 May 2003 22:03:45 +0200
 
3695
 
 
3696
mysql-dfsg (4.0.12-3) unstable; urgency=medium
 
3697
 
 
3698
  * Reincluded new way of creating my debian-sys-maint user from
 
3699
    an old release from experimental. Now works again with old
 
3700
    and new privilege table format. (Thanks to Vincent Danjean
 
3701
    for spotting the problem) Closes: #188201
 
3702
  * Reincluded hurd build dependency fix from 3.23 branch.
 
3703
    (Thanks to Robert Millan). Closes: #185929
 
3704
  * Fixed soname in libmysqlclient-dev.  Closes: #188160
 
3705
  * Remove /var/log/mysql/ when purging the package. Closes: #188064
 
3706
  * Removed /usr/share/doc/mysql/ from mysql-server. Closes: #188066
 
3707
  * Let group "adm" be able to read logfiles. Closes: #188067
 
3708
  * Do not call usermod on every upgrade. Closes: #188248
 
3709
    (Thanks to Philippe Troin for the last three)
 
3710
  * Fixed mysql-server.preinst so that it works on shells where 
 
3711
    which is a builtin, too. (Thanks to Erich Schubert) Closes: #181525
 
3712
 
 
3713
 -- Christian Hammers <ch@debian.org>  Fri, 11 Apr 2003 11:32:45 +0200
 
3714
 
 
3715
mysql-dfsg (4.0.12-2) unstable; urgency=low
 
3716
 
 
3717
  *
 
3718
  * NEW MAJOR UPSTREAM RELEASE:
 
3719
  *
 
3720
    MySQL 4 has finally been declared as 'stable'. Hurray! Read changelogs.
 
3721
    Thanks to all testers, esp. Jose Luis Tallon, of the versions
 
3722
    that were in the "experimental" section before.
 
3723
  * Modified postinst script to run mysql_fix_privileges on every update.
 
3724
    IMPORTANT: Please report if this breaks anything, it is not supposed to.
 
3725
  * Wrote a SSL-MINI-HOWTO.txt!
 
3726
  * Added zlib1g-dev to libmysqlclient12-dev. Closes: 186656
 
3727
  * Changed section of libmysqlclient12-dev to libdevel.
 
3728
  * Added even more selfwritten manpages.
 
3729
  * Fixed typos.
 
3730
 
 
3731
 -- Christian Hammers <ch@debian.org>  Sun,  6 Apr 2003 13:47:32 +0200
 
3732
 
 
3733
mysql-dfsg (4.0.10.gamma-1) experimental; urgency=low
 
3734
 
 
3735
  * New upstream version.
 
3736
  * They merged some of my patches from debian/patches. Whoa!
 
3737
  * This release should fix the error-logfile problem where mysqld
 
3738
    keeps the error.log open while logrotate removes it.
 
3739
 
 
3740
 -- Christian Hammers <ch@debian.org>  Wed, 12 Feb 2003 22:39:48 +0100
 
3741
 
 
3742
mysql-dfsg (4.0.9.gamma-1) experimental; urgency=low
 
3743
 
 
3744
  * New upstream version. 
 
3745
  * Updated the GNU autoconf files to make building on MIPS work.
 
3746
    See bug #176829.
 
3747
 
 
3748
 -- Christian Hammers <ch@debian.org>  Wed, 29 Jan 2003 22:07:44 +0100
 
3749
 
 
3750
mysql-dfsg (4.0.8.gamma-1) experimental; urgency=low
 
3751
 
 
3752
  * New upstream release. 
 
3753
  * Improved logging of init script. Closes: #174790
 
3754
  * We have now libmysqlclient.so.12 instead of .11.
 
3755
 
 
3756
 -- Christian Hammers <ch@debian.org>  Thu,  9 Jan 2003 20:14:11 +0100
 
3757
 
 
3758
mysql-dfsg (4.0.7.gamma-1) experimental; urgency=high
 
3759
 
 
3760
  * SECURITY: This version fixes an upstream security release that is only
 
3761
              present in the 4.x branch which is currently only in the
 
3762
              experimental distribution and therefore will not get a DSA. 
 
3763
  * New upstream release.
 
3764
 
 
3765
 -- Christian Hammers <ch@debian.org>  Sat, 28 Dec 2002 15:51:39 +0100
 
3766
 
 
3767
mysql-dfsg (4.0.6.gamma-2) experimental; urgency=low
 
3768
 
 
3769
  * Added --system to addgroup. Closes: #173866
 
3770
 
 
3771
 -- Christian Hammers <ch@debian.org>  Sat, 21 Dec 2002 15:28:26 +0100
 
3772
 
 
3773
mysql-dfsg (4.0.6.gamma-1) experimental; urgency=low
 
3774
 
 
3775
  * New upstream version. Now Gamma!
 
3776
  * There are no longer changes to the .orig.tar.gz neccessary to make diff
 
3777
    happy. docs/ has still to be deleted, although, as it is non-free.
 
3778
  * Incorporated patches from unstable.
 
3779
  * Added mysqlmanager and a couple of other new scripts.
 
3780
  * Enabled libmysqld embedded server library.
 
3781
  * Enabled SSL and Virtual-IO support.
 
3782
    (CORBA based MySQL-FS seems to be not existing..)
 
3783
 
 
3784
 -- Christian Hammers <ch@debian.org>  Fri, 20 Dec 2002 22:30:51 +0100
 
3785
 
 
3786
mysql-dfsg (4.0.5a.beta-3) experimental; urgency=low
 
3787
 
 
3788
  * Modified postinst to work with old and new mysql.user table format
 
3789
    and fixed spelling typo in postinst. Thanks to Roger Aich.
 
3790
  * Updated config.{guess,sub} to make the mipsel porters happy.
 
3791
    Thanks to Ryan Murray. Closes: #173553
 
3792
 
 
3793
 -- Christian Hammers <ch@debian.org>  Wed, 18 Dec 2002 15:56:34 +0100
 
3794
 
 
3795
mysql-dfsg (4.0.5a.beta-2) experimental; urgency=low
 
3796
 
 
3797
  * Upstream removed option "--skip-gemini". So did I. Closes: 173142
 
3798
 
 
3799
 -- Christian Hammers <ch@debian.org>  Tue, 17 Dec 2002 10:35:49 +0100
 
3800
 
 
3801
mysql-dfsg (4.0.5a.beta-1) experimental; urgency=low
 
3802
 
 
3803
  * First 4.x experimental package due to continuous user requests :-)
 
3804
    Please test and report!
 
3805
  * upstream: safe_mysqld has been renamed to mysqld_safe
 
3806
  * upstream: new library soname version libmysqlclient.so.11
 
3807
  * Renamed libmysqlclientXX-dev to libmysqlclient-dev as I don't plan to
 
3808
    support more than one development environment and this makes the 
 
3809
    dependencies easier.
 
3810
  * FIXME: Skipped parts of the debian/patches/alpha patch as the global.h 
 
3811
    is not existing.
 
3812
  * FIXME: How to get rid this? Old ltconfig patch already applied.
 
3813
    "lintian: binary-or-shlib-defines-rpath ./usr/bin/mysql /usr/lib/mysql"
 
3814
 
 
3815
 -- Christian Hammers <ch@debian.org>  Sun,  1 Dec 2002 18:32:32 +0100
 
3816
 
 
3817
mysql-dfsg (3.23.53-4) unstable; urgency=medium
 
3818
 
 
3819
  * Fixed errno.h problem. Closes: #168533, #168535 
 
3820
 
 
3821
 -- Christian Hammers <ch@debian.org>  Sun, 10 Nov 2002 18:32:08 +0100
 
3822
 
 
3823
mysql-dfsg (3.23.53-3) unstable; urgency=medium
 
3824
 
 
3825
  * Changed automake build-dep to unversioned automake1.4. Closes: #166391
 
3826
  * Fixed description. Closes: #167270
 
3827
    (Thanks to Soren Boll Overgaard)
 
3828
 
 
3829
 -- Christian Hammers <ch@debian.org>  Tue,  5 Nov 2002 01:25:01 +0100
 
3830
 
 
3831
mysql-dfsg (3.23.53-2) unstable; urgency=low
 
3832
 
 
3833
  * Reverted user creation in init scripts. Closes: #166432
 
3834
    (Thanks to Birzan George Cristian) 
 
3835
 
 
3836
 -- Christian Hammers <ch@debian.org>  Thu, 31 Oct 2002 15:36:25 +0100
 
3837
 
 
3838
mysql-dfsg (3.23.53-1) unstable; urgency=low
 
3839
 
 
3840
  * New upstream release. 
 
3841
 
 
3842
 -- Christian Hammers <ch@debian.org>  Thu, 24 Oct 2002 23:04:16 +0200
 
3843
 
 
3844
mysql-dfsg (3.23.52-3) unstable; urgency=low
 
3845
 
 
3846
  * Substituted the first-install 'debian-sys-maint' user creation by
 
3847
    something ANSI SQL compliant. Closes: #163497
 
3848
    (Thanks to Karl Hammar)
 
3849
  * Tightend dependency to debhelper (>= 4.0.12) to be sure that
 
3850
    debconf-utils gets installed, too, as I use dh_installdebconf.
 
3851
  * Fixed upstream manpage bug in mysqldump.1. Closes: #159779
 
3852
    (Thanks to Colin Watson) 
 
3853
  * Added comment about MIN_WORD_LEN to mysql-server.README.Debian
 
3854
    (Thanks to Philipp Dreimann)
 
3855
  * Added a dependency for zlib1g-dev to libmysqlclient10-dev.
 
3856
    (Thanks to Jordi Mallach)
 
3857
 
 
3858
 -- Christian Hammers <ch@debian.org>  Sun, 15 Sep 2002 17:14:44 +0200
 
3859
 
 
3860
mysql-dfsg (3.23.52-2) unstable; urgency=low
 
3861
 
 
3862
  * Fixed typo in preinst scripts.
 
3863
  * Removed bashism in init script.
 
3864
  * Fixed ambiguous debconf example. Closes: #158884
 
3865
 
 
3866
 -- Christian Hammers <ch@debian.org>  Fri, 30 Aug 2002 00:51:29 +0200
 
3867
 
 
3868
mysql-dfsg (3.23.52-1) unstable; urgency=low
 
3869
 
 
3870
  * New upstream version. Closes: #157731
 
3871
  * Clearified the meaning of the debian-sys-maint special user in the
 
3872
    README.Debian file. Closes: #153702
 
3873
  * Wrote some words regarding the skip-networking in README.Debian.
 
3874
    Closes: #157038
 
3875
  * Added dependency to passwd. 
 
3876
  * Fixes typo and unnecessarily complication in is_mysql_alive().
 
3877
  * Added check for /etc/mysql/my.cnf in init script.
 
3878
 
 
3879
 -- Christian Hammers <ch@debian.org>  Tue, 27 Aug 2002 01:53:32 +0200
 
3880
 
 
3881
mysql-dfsg (3.23.51-4) unstable; urgency=low
 
3882
 
 
3883
  * Added a compressed "nm mysqld" output to allow people to trace
 
3884
    core dumps with /usr/bin/resolve_stack_dump as suggested in the
 
3885
    INSTALL-SOURCE file. Thanks to atudor@labs.agilent.com for the hint.
 
3886
 
 
3887
 -- Christian Hammers <ch@debian.org>  Wed, 24 Jul 2002 20:44:55 +0200
 
3888
 
 
3889
mysql-dfsg (3.23.51-3) unstable; urgency=low
 
3890
 
 
3891
  * Corrected copyright file: the MySQL client library is licenced under
 
3892
    the LGPL-2 not the GPL. From version 4.x it actually will be GPL this
 
3893
    is why parts of http://www.mysql.com/ already say so. Closes: #153591
 
3894
  * Corrected german translation.
 
3895
    Thanks to Roland Rosenfeld <roland@spinnaker.de>. Closes: #151903 
 
3896
 
 
3897
 -- Christian Hammers <ch@debian.org>  Thu, 11 Jul 2002 20:32:28 +0200
 
3898
 
 
3899
mysql-dfsg (3.23.51-2) unstable; urgency=low
 
3900
 
 
3901
  * Improved NIS tolerance in preinst script. 
 
3902
 
 
3903
 -- Christian Hammers <ch@debian.org>  Sun,  7 Jul 2002 04:43:28 +0200
 
3904
 
 
3905
mysql-dfsg (3.23.51-1) unstable; urgency=medium
 
3906
 
 
3907
  * New upstream version.
 
3908
  * I applied a patch that fixes a binary imcompatibility in
 
3909
    the shared libary libmysqlclient.so.10 between 3.23.50 and
 
3910
    some versions earlier. Upstream has been contacted and asked
 
3911
    for clarification. Closes: #149952
 
3912
  * Added support for NIS i.e. it shows a warning and fails if the
 
3913
    needed 'mysql' user does not exists but works if it does.
 
3914
    Closes: #143282, #147869
 
3915
  * Substituted $0 in init scripts by something really weird so that
 
3916
    "./S20mysql restart" works now, too. (BTW: S20? install file-rc!!!)
 
3917
    Closes: #148658
 
3918
  * Now postinst works even if /etc/init.d/mysql is removed. Closes: #151021
 
3919
  * Decided to leave "set +x" in postinst but wrote comment. Closes: #151022
 
3920
 
 
3921
 -- Christian Hammers <ch@debian.org>  Sun,  7 Jul 2002 04:43:25 +0200
 
3922
 
 
3923
mysql-dfsg (3.23.50-1) unstable; urgency=medium
 
3924
 
 
3925
  * New upstream version.
 
3926
    Fixes a very annoying and important bug that lets all mysql programs
 
3927
    including perl scripts etc. segfault when using the read_default_group()
 
3928
    function. 3.23.50 is currently a pre-release and expected to be released
 
3929
    next week. I plan to propose it for woody as soon as its stability has
 
3930
    been proven. The following bug reports are all regarding this issue.
 
3931
    Closes: #144960, #145322, #136798, #138143,
 
3932
 
 
3933
 -- Christian Hammers <ch@debian.org>  Sat, 18 May 2002 21:14:01 +0200
 
3934
 
 
3935
mysql-dfsg (3.23.49x-1) unstable; urgency=low
 
3936
 
 
3937
  * I had to split the package to seperate the manual as it is not GPL
 
3938
    like the rest of the software and docs but under a license that
 
3939
    e.g. forbids selling printed versions. 
 
3940
    .
 
3941
    The upstream authors were contacted a while ago but did not like to
 
3942
    change the situation.
 
3943
    .
 
3944
    The names of the resulting packages have not changed as the manual
 
3945
    already was in a seperate mysql-doc package due to it's size. 
 
3946
    The source packages are now splitted from one "mysql" to 
 
3947
    "mysql-dfsg" in main and "mysql-nonfree" in non-free.
 
3948
  * No code change! 
 
3949
    The "x" at the end of the version number ist just to be able to 
 
3950
    upload a new source package. ("a" was already taken by upstream 
 
3951
    for their binary upload correction)  
 
3952
 
 
3953
 -- Christian Hammers <ch@debian.org>  Wed,  8 May 2002 02:01:41 +0200
 
3954
 
 
3955
mysql (3.23.49-8) unstable; urgency=low
 
3956
 
 
3957
  * Substituted $0 in init script to let e.g. "/etc# ./init.d/mysql restart"
 
3958
    works, too. Closes: #141555
 
3959
 
 
3960
 -- Christian Hammers <ch@debian.org>  Sun,  7 Apr 2002 15:00:44 +0200
 
3961
 
 
3962
mysql (3.23.49-7) unstable; urgency=low
 
3963
 
 
3964
  * The Makefiles are totally broken for the --enable-local-infile
 
3965
    option. I now patched libmysql/libmysql.c#mysql_init() manually.
 
3966
    Closes: #138347 
 
3967
 
 
3968
 -- Christian Hammers <ch@debian.org>  Fri, 29 Mar 2002 23:55:15 +0100
 
3969
 
 
3970
mysql (3.23.49-6) unstable; urgency=low
 
3971
 
 
3972
  * Moved mysqlcheck from server to client package. Closes: #139799
 
3973
  * Added manpage for mysqlhotcopy. Regarding: #87097 
 
3974
  * Added 'sharedscripts' directive to the logrotate script.
 
3975
  * Replaced grep by /usr/bin/getent to let the group/user checking work
 
3976
    on NIS/LDAP systems, too. Closes: #115677, #101529
 
3977
 
 
3978
 -- Christian Hammers <ch@debian.org>  Fri, 22 Mar 2002 22:40:51 +0100
 
3979
 
 
3980
mysql (3.23.49-5) unstable; urgency=low
 
3981
 
 
3982
  * Added skip-innodb to default my.cnf.
 
3983
  * Enabled --enable-local-infile, it seems to be a new option that
 
3984
    defaults to disable a formerly enabled feaure. Closes: #137115
 
3985
 
 
3986
 -- Christian Hammers <ch@debian.org>  Sat, 16 Mar 2002 00:29:10 +0100
 
3987
 
 
3988
mysql (3.23.49-4) unstable; urgency=medium
 
3989
 
 
3990
  * Recompiled against fixed libz.
 
3991
 
 
3992
  * Enabled --enable-local-infile, it seems to be a new option that
 
3993
    defaults to disable a formerly enabled feaure. Closes: #137115
 
3994
  * Fixed README.compile_on_potato. Closes: #136529 
 
3995
  * Now a ext3 .jounal file in /var/lib/mysql does not prevent the
 
3996
    installation (happens when creating a jounal on an already mounted
 
3997
    partition). Closes: #137146
 
3998
 
 
3999
 -- Christian Hammers <ch@debian.org>  Wed, 13 Mar 2002 13:34:24 +0100
 
4000
 
 
4001
mysql (3.23.49-3) unstable; urgency=low
 
4002
 
 
4003
  * Added Russian translation. Closes: #135846
 
4004
  * Fixed installation of .info documents. Closes: #135030
 
4005
 
 
4006
 -- Christian Hammers <ch@debian.org>  Wed, 27 Feb 2002 23:36:35 +0100
 
4007
 
 
4008
mysql (3.23.49-2) unstable; urgency=low
 
4009
 
 
4010
  * Updated french translation and split template files. Closes: #134754 
 
4011
  * Fixed a small debian.cnf related bug in mysql-server.postinst.
 
4012
 
 
4013
 -- Christian Hammers <ch@debian.org>  Tue, 19 Feb 2002 23:13:58 +0100
 
4014
 
 
4015
mysql (3.23.49-1) unstable; urgency=low
 
4016
 
 
4017
  * New upstream release.
 
4018
    (Mainly InnoDB related fixes)
 
4019
  * Exported a $HOME variable in the scripts so that /root/.my.cnf
 
4020
    is not read anymore. This will avoid problems when admins put 
 
4021
    only passwords but no usernames in this file. Closes: #132048
 
4022
  * New debian-sys-maint password algorithm (now ~96bit :-)) Closes: #133863
 
4023
  * Recreating debian-sys-main pwd on every install to help people who
 
4024
    accidently delete user or password files...
 
4025
  * Added /var/log/mysql so that user can put the binary logs in there as
 
4026
    mysql cannot write the .001 etc files itself in /var/log which is 
 
4027
    owned by root.
 
4028
 
 
4029
 -- Christian Hammers <ch@debian.org>  Thu, 14 Feb 2002 22:17:45 +0100
 
4030
 
 
4031
mysql (3.23.47-6) unstable; urgency=low
 
4032
 
 
4033
  * Dropped a sentence about the new debian-sys-maint user in the
 
4034
    debconf note and updated the README.Debian.  Related: #132048
 
4035
  * Added more french translation. Closes: #132390 
 
4036
 
 
4037
 -- Christian Hammers <ch@debian.org>  Wed,  6 Feb 2002 09:41:29 +0100
 
4038
 
 
4039
mysql (3.23.47-5) unstable; urgency=low
 
4040
 
 
4041
  * Fixed grammar error in template. Closes: #132238 
 
4042
  * Really fixed typo in logrotate script. Closes: #131711
 
4043
 
 
4044
 -- Christian Hammers <ch@debian.org>  Tue,  5 Feb 2002 14:20:08 +0100
 
4045
 
 
4046
mysql (3.23.47-4) unstable; urgency=medium
 
4047
 
 
4048
  * Fixes typo in postinst that let init script fail. Closes: #131743
 
4049
  * Fixed bashism bug that failed on ash. Closes: #131697
 
4050
  * Fixed typo in logrotate script. Closes: #131711
 
4051
 
 
4052
 -- Christian Hammers <ch@debian.org>  Thu, 31 Jan 2002 23:58:46 +0100
 
4053
 
 
4054
mysql (3.23.47-3) unstable; urgency=low
 
4055
 
 
4056
  * Added new Debian specific mysql user called 'debian-sys-maint' which
 
4057
    is used for pinging the server status, flushing the logs or shutting
 
4058
    down the server in maintenance scripts. The credentials of this user
 
4059
    are stored in the UID0-only readable file /etc/mysql/debian.cnf.
 
4060
    Closes: #129887, #130326, #99274
 
4061
  * Fixed unintended server startup at boottime. Closes: #122676, #130105
 
4062
  * New upstream fixes command line parsing bug: Closes: #128473
 
4063
  * Fixed manpage headers to let apropos work: Closes: #119122
 
4064
  * Added "status" options for /etc/init.d/mysql. Closes: #129020
 
4065
 
 
4066
 -- Christian Hammers <ch@debian.org>  Sun, 27 Jan 2002 19:46:11 +0100
 
4067
 
 
4068
mysql (3.23.47-2) unstable; urgency=low
 
4069
 
 
4070
  * Enhanced init scripts by using mysqladmin instead of kill $pid.
 
4071
    Thanks to Aaron Brick. 
 
4072
 
 
4073
 -- Christian Hammers <ch@debian.org>  Fri, 18 Jan 2002 01:42:23 +0100
 
4074
 
 
4075
mysql (3.23.47-1) unstable; urgency=low
 
4076
 
 
4077
  * New upstream release.
 
4078
  * Updated brazilian translation of debconf descriptions. Closes: #123332
 
4079
 
 
4080
 -- Christian Hammers <ch@debian.org>  Sun,  6 Jan 2002 21:11:17 +0100
 
4081
 
 
4082
mysql (3.23.46-3) unstable; urgency=low
 
4083
 
 
4084
  * Fixed bug in postinst where a script was accidently called with
 
4085
    "bash -c <script> -IN_RPM" prevting the first argument to take effect
 
4086
    and then leading to failures on hosts with unresolvable hostnames.
 
4087
    Closes: #126147
 
4088
  * Small changes and comments in postinst. 
 
4089
 
 
4090
 -- Christian Hammers <ch@debian.org>  Sat, 22 Dec 2001 14:03:02 +0100
 
4091
 
 
4092
mysql (3.23.46-2) unstable; urgency=low
 
4093
 
 
4094
  * Start/stop behaviour now configurable via debconf. Closes: #112174 
 
4095
 
 
4096
 -- Christian Hammers <ch@debian.org>  Sun,  9 Dec 2001 21:38:54 +0100
 
4097
 
 
4098
mysql (3.23.46-1) unstable; urgency=low
 
4099
 
 
4100
  * New upstream release. 
 
4101
    Only few fixes, mainly innodb related. 
 
4102
 
 
4103
 -- Christian Hammers <ch@debian.org>  Sun,  2 Dec 2001 03:08:48 +0100
 
4104
 
 
4105
mysql (3.23.45-1) unstable; urgency=low
 
4106
 
 
4107
  * New upstream version. 
 
4108
    Only few fixes, mainly innodb related. 
 
4109
  * Added debconf note regarding the skip-networking option.
 
4110
 
 
4111
 -- Christian Hammers <ch@debian.org>  Sun, 25 Nov 2001 16:50:37 +0100
 
4112
 
 
4113
mysql (3.23.44-2) unstable; urgency=low
 
4114
 
 
4115
  * Finally removed debconf toggled "skip-networking" line add/remove 
 
4116
    code for /etc/mysql/my.cnf. I don't like editing a file that's tagged
 
4117
    as configuration file.
 
4118
    I disabled networking by default for security reasons. Better ideas?
 
4119
 
 
4120
 -- Christian Hammers <ch@debian.org>  Fri, 16 Nov 2001 02:11:02 +0100
 
4121
 
 
4122
mysql (3.23.44-1) unstable; urgency=low
 
4123
 
 
4124
  * New upstream release.
 
4125
    - fixes replication bug (core dump)
 
4126
  * Made description better english :) Thanks to D. Welton. 
 
4127
 
 
4128
 -- Christian Hammers <ch@debian.org>  Sun, 11 Nov 2001 15:44:07 +0100
 
4129
 
 
4130
mysql (3.23.43-4) unstable; urgency=low
 
4131
 
 
4132
  * Disabled statically linking. 
 
4133
 
 
4134
 -- Christian Hammers <ch@debian.org>  Sat, 10 Nov 2001 03:15:56 +0100
 
4135
 
 
4136
mysql (3.23.43-3) unstable; urgency=low
 
4137
 
 
4138
  * Changed compiler settings after one user reported instabilities.
 
4139
    See #116631 for more information. 
 
4140
 
 
4141
 -- Christian Hammers <ch@debian.org>  Tue, 30 Oct 2001 21:39:17 +0100
 
4142
 
 
4143
mysql (3.23.43-2) unstable; urgency=low
 
4144
 
 
4145
  * Patched sparc mutexes again. Closes: #113430 
 
4146
 
 
4147
 -- Christian Hammers <ch@debian.org>  Sun,  7 Oct 2001 15:09:00 +0200
 
4148
 
 
4149
mysql (3.23.43-1) unstable; urgency=low
 
4150
 
 
4151
  * New upstream version.
 
4152
    - Fixed some unlikely(sic!) bugs and core dumps.
 
4153
    - Fixed a bug with BDB tables and UNIQUE columns that are NULL.
 
4154
    - [more minor bugs were fixed; see changelog]
 
4155
  * Adjusted build depends on libwrap0 for IA-64. Closes: #114582
 
4156
  * Added the mysqlcheck binary. Closes: #114490
 
4157
  * Fixed rules for arm architecture. Closes: #88186
 
4158
  * Renamed mysql_print_defaults to the original name my_print_defaults.
 
4159
    Isn't as descriptive but else I'd have to patch too much. Closes: #114492
 
4160
 
 
4161
 -- Christian Hammers <ch@debian.org>  Fri,  5 Oct 2001 22:24:40 +0200
 
4162
 
 
4163
mysql (3.23.42-2) unstable; urgency=low
 
4164
 
 
4165
  * Applied patch for m68k compile. Closes: #112904 
 
4166
 
 
4167
 -- Christian Hammers <ch@debian.org>  Sun, 23 Sep 2001 21:32:57 +0200
 
4168
 
 
4169
mysql (3.23.42-1) unstable; urgency=low
 
4170
 
 
4171
  * New upstream releae.
 
4172
    Fixes critical bug with InnoDB and large BLOBs. 
 
4173
 
 
4174
 -- Christian Hammers <ch@debian.org>  Tue, 18 Sep 2001 22:25:47 +0200
 
4175
 
 
4176
mysql (3.23.41-2) unstable; urgency=low
 
4177
 
 
4178
  * Fixed shlibs.local problem. Closes: #111573 
 
4179
  * Replaced emacs by sensible-editor in mysqlbug.sh. Thanks Hans Ginzel.
 
4180
 
 
4181
 -- Christian Hammers <ch@debian.org>  Sun,  9 Sep 2001 17:16:42 +0200
 
4182
 
 
4183
mysql (3.23.41-1) unstable; urgency=low
 
4184
 
 
4185
  * New upstream release
 
4186
  * Fixed build problem on ia64. Closes: #110624
 
4187
 
 
4188
 -- Christian Hammers <ch@debian.org>  Tue, 14 Aug 2001 23:20:35 +0200
 
4189
 
 
4190
mysql (3.23.40-1) unstable; urgency=low
 
4191
 
 
4192
  * New upstream release
 
4193
 
 
4194
 -- Christian Hammers <ch@debian.org>  Sun,  5 Aug 2001 19:46:18 +0200
 
4195
 
 
4196
mysql (3.23.39-5) unstable; urgency=low
 
4197
 
 
4198
  * Added debconf template for brazil. Closes: #106934, #106752 
 
4199
  * Tightened dependencies on debconf.
 
4200
  * Adjusted mysql.err permissions in logrotate script to 0600. Closes: #105672
 
4201
 
 
4202
 -- Christian Hammers <ch@debian.org>  Mon, 30 Jul 2001 00:10:12 +0200
 
4203
 
 
4204
mysql (3.23.39-4.1) unstable; urgency=low
 
4205
 
 
4206
  * Maintainer-requested NMU.
 
4207
  * Fixing thread mutexes on Sparc and Alpha
 
4208
    (closes: Bug#101783)
 
4209
  * Added --enable-assembler for sparc.  This should
 
4210
    allow mysql on sparc to use assembler versions of
 
4211
    some string functions (read: should speed up a bit).
 
4212
 
 
4213
 -- Christopher C. Chimelis <chris@debian.org>  Fri, 13 Jul 2001 15:09:30 -0400
 
4214
  
 
4215
mysql (3.23.39-4) unstable; urgency=low
 
4216
 
 
4217
  * Porting fixes.
 
4218
 
 
4219
 -- Christian Hammers <ch@debian.org>  Mon,  9 Jul 2001 17:56:54 +0200
 
4220
 
 
4221
mysql (3.23.39-3.1) unstable; urgency=low
 
4222
 
 
4223
  * NMU (for porting)
 
4224
  * Update config.sub and config.guess for hppa, sh & s390.
 
4225
  * Add --with-client-ldflags=-lstdc++ to configure line.  Closes: #100884
 
4226
 
 
4227
 -- Matthew Wilcox <willy@debian.org>  Sun,  8 Jul 2001 19:26:59 -0600
 
4228
 
 
4229
mysql (3.23.39-3) unstable; urgency=low
 
4230
 
 
4231
  * Disabled berkeley-db on sparc again. Mutexes aren't working again :-( 
 
4232
 
 
4233
 -- Christian Hammers <ch@debian.org>  Sat,  7 Jul 2001 18:30:08 +0200
 
4234
 
 
4235
mysql (3.23.39-2) unstable; urgency=low
 
4236
 
 
4237
  * Bugfixed the m68k mutex patch. Thanks to Michael Fedrowitz. Closes: #103145 
 
4238
  * Removed config.cache files in bdb/ and innobase/. Closes: #103143
 
4239
 
 
4240
 -- Christian Hammers <ch@debian.org>  Wed,  4 Jul 2001 22:06:58 +0200
 
4241
 
 
4242
mysql (3.23.39-1) unstable; urgency=low
 
4243
 
 
4244
  * New upstream release. Minor bugfixes only. 
 
4245
 
 
4246
 -- Christian Hammers <ch@debian.org>  Thu, 14 Jun 2001 13:53:03 +0200
 
4247
 
 
4248
mysql (3.23.38-4) unstable; urgency=low
 
4249
 
 
4250
  * Added logcheck files. Closes: #99131
 
4251
    (I can't let the usermod away since I don't know of an easy way to
 
4252
    retrive "passwd" information in a shell script considering that 
 
4253
    people use different storage methods like LDAP/NIS instead of passwd.)
 
4254
 
 
4255
 -- Christian Hammers <ch@debian.org>  Fri,  8 Jun 2001 21:04:25 +0200
 
4256
 
 
4257
mysql (3.23.38-3) unstable; urgency=low
 
4258
 
 
4259
  * Explicit pointet to /root/.my.cnf to let /etc/init.d/mysql stop
 
4260
    work in sudo environments with $HOME!=/root work, too. Closes: #98324
 
4261
  * Removes empty /etc/mysql on purge. Closes: #98164
 
4262
 
 
4263
 -- Christian Hammers <ch@debian.org>  Tue, 22 May 2001 10:13:06 +0200
 
4264
 
 
4265
mysql (3.23.38-2) unstable; urgency=low
 
4266
 
 
4267
  * Added depends to libdbd-mysql-perl for mysql-server. Closes: #94306
 
4268
 
 
4269
 -- Christian Hammers <ch@debian.org>  Sat, 19 May 2001 19:43:26 +0200
 
4270
 
 
4271
mysql (3.23.38-1) unstable; urgency=low
 
4272
 
 
4273
  * New upstream release. 
 
4274
  * Added Build-Depends to procps. Closes: #96768
 
4275
 
 
4276
 -- Christian Hammers <ch@debian.org>  Sun, 13 May 2001 17:30:15 +0200
 
4277
 
 
4278
mysql (3.23.37-5) unstable; urgency=low
 
4279
 
 
4280
  * Applied mutex patch for bdb support on m68k. 
 
4281
    Thanks to Michael Fedrowitz for the patch.
 
4282
 
 
4283
 -- Christian Hammers <ch@debian.org>  Mon,  7 May 2001 12:30:40 +0200
 
4284
 
 
4285
mysql (3.23.37-4) unstable; urgency=low
 
4286
 
 
4287
  * Enable bdb support for m68k architecture.
 
4288
 
 
4289
 -- Christian Hammers <ch@debian.org>  Sat,  5 May 2001 16:47:36 +0200
 
4290
 
 
4291
mysql (3.23.37-3) unstable; urgency=low
 
4292
 
 
4293
  * Added thread-safe client library. Thanks to Shane Wegner. Closes: #95441 
 
4294
 
 
4295
 -- Christian Hammers <ch@debian.org>  Sat, 28 Apr 2001 09:45:00 -0400
 
4296
 
 
4297
mysql (3.23.37-2) unstable; urgency=low
 
4298
 
 
4299
  * Added sparc to the list of BDB supporting architectures after some
 
4300
    tests on vore.debian.org and mails with Ben Collons.
 
4301
 
 
4302
 -- Christian Hammers <ch@debian.org>  Fri, 27 Apr 2001 09:30:09 -0400
 
4303
 
 
4304
mysql (3.23.37-1) unstable; urgency=low
 
4305
 
 
4306
  * New upstream version. 
 
4307
  * Added gemini table support.
 
4308
  * Does anybody know how to enable SSL?
 
4309
  * Fixed ARM compilation problem. Closes: #88186
 
4310
 
 
4311
 -- Christian Hammers <ch@debian.org>  Sat, 21 Apr 2001 11:48:46 -0400
 
4312
 
 
4313
mysql (3.23.36-2) unstable; urgency=low
 
4314
 
 
4315
  * Added patch by Christopher C. Chimelis <chris@debian.org> to make
 
4316
    Berkeley db3 work again on Alpha architecture. Closes: #92787
 
4317
 
 
4318
 -- Christian Hammers <ch@debian.org>  Tue,  3 Apr 2001 23:41:46 +0200
 
4319
 
 
4320
mysql (3.23.36-1) unstable; urgency=high
 
4321
 
 
4322
  * New upstream version.
 
4323
  * SECURITY FIX: One could place database tables outside the database
 
4324
    directory by using '..' in one of the mysql helper programs where the
 
4325
    table name was not checked correctly. This could lead to root compromise
 
4326
    if the server would be running as root else you could at least do bad
 
4327
    things as user mysql.
 
4328
  * upstream: Fixed bug when thread creation failed.
 
4329
  * upstream: Fixed problem in Innobase with non-latin1 charsets
 
4330
  * upstream: Fixed a core-dump bug when using very complex query with DISTINGT
 
4331
  * upstream: many others so called minor bugs...
 
4332
  * fixes bug in init script. Closes: #90257 
 
4333
    (this report was agains some older problem that has been fixed too in .33)
 
4334
 
 
4335
 -- Christian Hammers <ch@debian.org>  Fri, 30 Mar 2001 02:55:12 +0200
 
4336
 
 
4337
mysql (3.23.35-1) unstable; urgency=medium
 
4338
 
 
4339
  * New upstream relase.
 
4340
  * Fixes problem in ORDER BY clause. People using 3.33.34 should upgrade!
 
4341
  * Includes innobase support.
 
4342
    (Hope this is not such a catastrophe like berkeley db...)
 
4343
 
 
4344
 -- Christian Hammers <ch@debian.org>  Fri, 16 Mar 2001 23:30:30 +0100
 
4345
 
 
4346
mysql (3.23.33-3) unstable; urgency=low
 
4347
 
 
4348
  * Forgot #!/bin/sh at top of mysql-doc.postinst. Closes: #89801 
 
4349
 
 
4350
 -- Christian Hammers <ch@vore.debian.org>  Thu, 15 Mar 2001 20:38:35 -0500
 
4351
 
 
4352
mysql (3.23.33-2) unstable; urgency=low
 
4353
 
 
4354
  * Added some missing scripts and manpages. Closes: #84068
 
4355
  * Added dependency to perl-5.6. Closes: #81942 
 
4356
  * Added french templates somewhen ago. Closes: #83790
 
4357
  * Added patch to get db3 working on Alpha. Closes: #86033
 
4358
    Thanks to Christopher C. Chimelis <chris@debian.org>. The patch
 
4359
    itself is included as debian/patch.alpha, too.
 
4360
 
 
4361
 -- Christian Hammers <ch@debian.org>  Sun, 18 Feb 2001 06:40:40 +0100
 
4362
 
 
4363
mysql (3.23.33-1) unstable; urgency=high
 
4364
 
 
4365
  * Fixes two security bugs that allowes crashing the server and maybe
 
4366
    gaining the UID of the process that is linked against libmysqlclient!
 
4367
 
 
4368
 -- Christian Hammers <ch@debian.org>  Tue, 13 Feb 2001 23:01:18 +0100
 
4369
 
 
4370
mysql (3.23.32-1) unstable; urgency=low
 
4371
 
 
4372
  * New upstream releaes.
 
4373
    (just minor fixes)
 
4374
  * Added french and german debconf templates. 
 
4375
 
 
4376
 -- Christian Hammers <ch@debian.org>  Sun,  4 Feb 2001 17:27:07 +0100
 
4377
 
 
4378
mysql (3.23.31-1) unstable; urgency=high
 
4379
 
 
4380
  * New upstream release.
 
4381
  * Fixes security bug that was announced at BUGTRAQ mailing list.
 
4382
    (Disappointingly not by mysql.com!). And allows a buffer overflow
 
4383
    and therefore access to the mysql UID and all databases when already
 
4384
    having a valid account. Closes: #82881
 
4385
 
 
4386
 -- Christian Hammers <ch@debian.org>  Sat, 20 Jan 2001 11:14:36 +0100
 
4387
 
 
4388
mysql (3.23.30-2) unstable; urgency=low
 
4389
 
 
4390
  * Recompiled with new dpkg-dev. 
 
4391
 
 
4392
 -- Christian Hammers <ch@debian.org>  Sun, 14 Jan 2001 22:20:55 +0100
 
4393
 
 
4394
mysql (3.23.30-1) unstable; urgency=low
 
4395
 
 
4396
  * New upstream release. 
 
4397
 
 
4398
 -- Christian Hammers <ch@debian.org>  Sun,  7 Jan 2001 22:10:18 +0100
 
4399
 
 
4400
mysql (3.23.28-10) testing unstable; urgency=low
 
4401
 
 
4402
  * I must upload to "testing" to get it into woody, right?! 
 
4403
 
 
4404
 -- Christian Hammers <ch@debian.org>  Fri, 29 Dec 2000 14:43:57 +0100
 
4405
 
 
4406
mysql (3.23.28-9) unstable; urgency=low
 
4407
 
 
4408
  * Made it a replacement for libmysqlclient9. 
 
4409
 
 
4410
 -- Christian Hammers <ch@westend.com>  Mon, 25 Dec 2000 19:15:04 +0100
 
4411
 
 
4412
mysql (3.23.28-8) unstable; urgency=low
 
4413
 
 
4414
  * Applied patch from a user to get the skip-networking option working!
 
4415
    Approved from a mysql employee but please test anyways.
 
4416
    This finally: Closes: #79672, #78634, #79660, #79658
 
4417
 
 
4418
 -- Christian Hammers <ch@debian.org>  Sat, 16 Dec 2000 14:01:36 +0100
 
4419
 
 
4420
mysql (3.23.28-6) unstable; urgency=medium
 
4421
 
 
4422
  * Fixed error in postinst. Closes: #79392, #79400, #79451, #79550
 
4423
  * Added .info files again on user request. Closes: #78988, #75737 
 
4424
 
 
4425
 -- Christian Hammers <ch@debian.org>  Wed, 13 Dec 2000 21:18:24 +0100
 
4426
 
 
4427
mysql (3.23.28-5) unstable; urgency=low
 
4428
 
 
4429
  * Fixed a stupid bug in mysql-server.postinst regarding the 
 
4430
    configuration of skip-networking. Closes: #78639, 78634
 
4431
  * Used patched bdb which hopefully enables mutexes on Alpha. Closes: #78197
 
4432
  * Added dependency to adduser. Closes: #76798
 
4433
 
 
4434
 -- Christian Hammers <ch@debian.org>  Sun, 10 Dec 2000 16:55:48 +0100
 
4435
 
 
4436
mysql (3.23.28-4) unstable; urgency=low
 
4437
 
 
4438
  [never uploaded]
 
4439
  * Fixed a stupid bug in mysql-server.postinst regarding the 
 
4440
    configuration of skip-networking. Closes: #78639, 78634
 
4441
  * Used patched bdb which hopefully enables mutexes on Alpha. Closes: #78197
 
4442
 
 
4443
 -- Christian Hammers <ch@debian.org>  Sun,  3 Dec 2000 17:49:44 +0100
 
4444
 
 
4445
mysql (3.23.28-3) unstable; urgency=low
 
4446
 
 
4447
  * This time really fixed m68k build error. Closes: #78235 
 
4448
 
 
4449
 -- Christian Hammers <ch@debian.org>  Sun,  3 Dec 2000 15:02:55 +0100
 
4450
 
 
4451
mysql (3.23.28-2) unstable; urgency=low
 
4452
 
 
4453
  * Adjusted rules file to make it buildable on m86k. Closes: #78235 
 
4454
 
 
4455
 -- Christian Hammers <ch@debian.org>  Fri,  1 Dec 2000 20:07:26 +0100
 
4456
 
 
4457
mysql (3.23.28-1) unstable; urgency=low
 
4458
 
 
4459
  * New upstream vesrion. Now gamma! 
 
4460
  * Changed umask of mysql.log making it o-rw
 
4461
  * Disabled listening on network reachable TCP ports by default due to
 
4462
    security considerations.
 
4463
 
 
4464
 -- Christian Hammers <ch@debian.org>  Thu, 23 Nov 2000 20:12:50 +0100
 
4465
 
 
4466
mysql (3.23.27-1) unstable; urgency=low
 
4467
 
 
4468
  * New upstream version.
 
4469
  * Closes: #75711
 
4470
 
 
4471
 -- Christian Hammers <ch@debian.org>  Sun, 29 Oct 2000 14:29:51 +0100
 
4472
 
 
4473
mysql (3.23.25-4) unstable; urgency=low
 
4474
 
 
4475
  * Recompiled to get rid of the dependency for zlib1 (libc5).
 
4476
    Closes: #74952, #74939
 
4477
 
 
4478
 -- Christian Hammers <ch@debian.org>  Tue, 17 Oct 2000 14:34:52 +0200
 
4479
 
 
4480
mysql (3.23.25-3.1) unstable; urgency=low
 
4481
 
 
4482
  * Maintainer-approved NMU.
 
4483
  * Includes patch to fix and enable db3 support on Alpha.
 
4484
  * Enable support for thread mutexes in db3 on sparc
 
4485
    (it works after all, according to Ben Collins)
 
4486
  * Removed atomic_ functions for Alpha since they are no
 
4487
    longer supported in the current glibc in woody.
 
4488
  * Cleaned up rules file a bit.
 
4489
 
 
4490
 -- Christopher C. Chimelis <chris@debian.org>  Sat, 14 Oct 2000 04:22:02 -0400
 
4491
 
 
4492
mysql (3.23.25-3) unstable; urgency=low
 
4493
 
 
4494
  * Upstream decided not to include my_config.h,my_dir.h into the installed
 
4495
    header files. As this file contains at least informative material
 
4496
    and more important is checked by several autoconf scripts I
 
4497
    included it by hand again.
 
4498
  * Made building of berkeley db conditional to architecture until
 
4499
    I get response whether it works on sparc/alpha now.
 
4500
 
 
4501
 -- Christian Hammers <ch@debian.org>  Wed, 11 Oct 2000 23:58:38 +0200
 
4502
 
 
4503
mysql (3.23.25-2) unstable; urgency=medium
 
4504
 
 
4505
  * Last build went terrible wrong.. Here's the changelog again:
 
4506
  * New upstream release.
 
4507
  * Shared library version was raised from 9 to 10.
 
4508
    Maintainers of packets using libmysqlclient9 must recompile!
 
4509
 
 
4510
 -- Christian Hammers <ch@debian.org>  Wed, 11 Oct 2000 01:16:34 +0200
 
4511
 
 
4512
mysql (3.23.25-1) unstable; urgency=low
 
4513
 
 
4514
  * New upstream release.
 
4515
  * Shared library version was raised from 9 to 10.
 
4516
    Maintainers of packets using libmysqlclient9 must recompile!
 
4517
 
 
4518
 -- Christian Hammers <ch@debian.org>  Sat,  7 Oct 2000 18:21:51 +0200
 
4519
 
 
4520
mysql (3.23.24-2) unstable; urgency=low
 
4521
 
 
4522
  * Applied upstream patch regarding quoting of mysqldump.
 
4523
  * Updated to db-3.1.17-patched (from www.mysql.com)
 
4524
 
 
4525
 -- Christian Hammers <ch@debian.org>  Fri, 15 Sep 2000 18:58:14 +0200
 
4526
 
 
4527
mysql (3.23.24-1) unstable; urgency=medium
 
4528
 
 
4529
  * New upstream version with some important fixes.
 
4530
  * upstream: Last version corrupted CHAR/VARCHAR/BLOB columns with 
 
4531
    chararacters above ASCII 128! Check and repair all these tables. 
 
4532
  * upstream: fixed small memory leak
 
4533
  * upstream: fixed problem with BDB tables and reading on unique
 
4534
              (not primary) key.
 
4535
  * Disabled BDB tables on all architectures except i386 due to many
 
4536
    bug reports (see #71206).  -> HELP APPRECIATED <-
 
4537
 
 
4538
 -- Christian Hammers <ch@debian.org>  Tue, 12 Sep 2000 06:18:54 +0200
 
4539
 
 
4540
mysql (3.23.23-2) unstable; urgency=low
 
4541
 
 
4542
  * Strange... "nohup nice" gives differnet results and let therefore
 
4543
    crash safe_mysqld when starting up. Apparently it seems to be
 
4544
    kernel dependand. Now fixed by another conditional. This
 
4545
    more or less Closes: #71057
 
4546
  * This bug was reported (accidently) in the following identical reports:
 
4547
    Closes: #71253, #71254, #71257, #71258, #71259, #71262, #71266, #71267
 
4548
    Closes: #71268, #71271, #71275, #71277, #71278, #71283, #71291
 
4549
 
 
4550
 -- Christian Hammers <ch@debian.org>  Sat,  9 Sep 2000 20:13:50 +0200
 
4551
 
 
4552
mysql (3.23.23-1) unstable; urgency=low
 
4553
 
 
4554
  * New upstream version. Feature freeze!
 
4555
  * Fixed source build problem. Closes: #70707 
 
4556
 
 
4557
 -- Christian Hammers <ch@debian.org>  Thu, 31 Aug 2000 10:03:35 +0200
 
4558
 
 
4559
mysql (3.23.22b-1) unstable; urgency=low
 
4560
 
 
4561
  * Reorganised docs. Now we have several small html files instead of
 
4562
    one with almost 2M. Closes: 70431
 
4563
  * Removed pdf,ps and html from source package shrinked it about 3M
 
4564
    (therefore the .orig.tar.gz is called 3.23.22b!)
 
4565
  * -> Last upload failed due to problems at the FTP site so here the 
 
4566
    -> changelog again:
 
4567
  * Fixes memory leak, commit/rollback, reserved word "MASTER" ...
 
4568
  * Added Berkeley DB3 source code to the Debian diff to be able to
 
4569
    compile with bdb transaction support! (Great feature!!!)
 
4570
  * Upstream correction of error message. Closes: #68939
 
4571
  * Upstream correction of reserved word "source".
 
4572
 
 
4573
 -- Christian Hammers <ch@debian.org>  Fri, 25 Aug 2000 19:21:24 +0200
 
4574
 
 
4575
mysql (3.23.22-1) unstable; urgency=low
 
4576
 
 
4577
  * New upstream version.
 
4578
  * Fixes memory leak, commit/rollback, reserved word "MASTER" ...
 
4579
  * Added Berkeley DB3 source code to the Debian diff to be able to
 
4580
    compile with bdb transaction support! (Great feature!!!)
 
4581
  * Upstream correction of error message. Closes: #68939
 
4582
  * Upstream correction of reserved word "source".
 
4583
 
 
4584
 -- Christian Hammers <ch@debian.org>  Sun, 20 Aug 2000 09:05:48 +0200
 
4585
 
 
4586
mysql (3.23.21-4) unstable; urgency=low
 
4587
 
 
4588
  * Added libmysqlclient9.shlibs and shlibs.local file. Closes: #68669
 
4589
 
 
4590
 -- Christian Hammers <ch@debian.org>  Wed,  9 Aug 2000 14:22:49 +0200
 
4591
 
 
4592
mysql (3.23.21-3) unstable; urgency=low
 
4593
 
 
4594
  * Let "/etc/init.d/mysql restart" wait until the pid has been
 
4595
    removed before (but max 6 seconds) before restarting. Closes: 65070
 
4596
  * Added build dependencies. 
 
4597
 
 
4598
 -- Christian Hammers <ch@debian.org>  Sun, 30 Jul 2000 16:16:48 +0200
 
4599
 
 
4600
mysql (3.23.21-2) unstable; urgency=low
 
4601
 
 
4602
  * Typo in safe_mysqld prevents start.
 
4603
 
 
4604
 -- Christian Hammers <ch@debian.org>  Sat, 29 Jul 2000 13:40:50 +0200
 
4605
 
 
4606
mysql (3.23.21-1) unstable; urgency=low
 
4607
 
 
4608
  * New upstream version.
 
4609
 
 
4610
 -- Christian Hammers <ch@debian.org>  Mon, 10 Jul 2000 22:54:17 +0200
 
4611
 
 
4612
mysql (3.23.20-1) unstable; urgency=low
 
4613
 
 
4614
  * MySQL finally got fully GPL'ed! This means that there is only one
 
4615
    souce package and only main/* binary packages from now on.
 
4616
  * Fixed symlink in libmysqlclient9-dev. Closes: 66452
 
4617
  * Apart from that the usual bug fixes for BETA software.
 
4618
 
 
4619
 -- Christian Hammers <ch@debian.org>  Mon,  3 Jul 2000 20:05:38 +0200
 
4620
 
 
4621
mysql-pd (3.23.16-1) unstable; urgency=low
 
4622
 
 
4623
  * New upstream release. (Actually a brand new upstream branch!)
 
4624
  * Added mysql-common package as the configuration file can be used
 
4625
    by all versions of the mysql client library.
 
4626
    Did some more package reorganisations, too. See README.Debian file!
 
4627
  * libmysqlclient.so raised major version from 6 to 9.
 
4628
  * Minor beautifications in the debian/ directory.
 
4629
 
 
4630
 -- Christian Hammers <ch@debian.org>  Sat, 27 May 2000 20:30:01 +0200
 
4631
 
 
4632
mysql-gpl (3.22.30-2) frozen unstable; urgency=low
 
4633
 
 
4634
  * Fixed path in libmysqlclient.la. Closes: #58875 
 
4635
 
 
4636
 -- Christian Hammers <ch@debian.org>  Sat, 25 Jan 2000 20:27:29 -0700
 
4637
 
 
4638
mysql-gpl (3.22.30-1) frozen unstable; urgency=low
 
4639
 
 
4640
  * A small change in the libmysqlclient6 causes mysqladmin to print an
 
4641
    shared library error when displaying the defaults. Everything else
 
4642
    works fine so this error wasn't detected untill now. Closes: #58033
 
4643
  * TcX released a new MySQL version that includes another security patch,
 
4644
    this time against mysqlaccess. The author told me that it would be 
 
4645
    fine if I just included the new .c in this source since I don't want
 
4646
    go to 3.22.32 in frozen.
 
4647
  * ->Release Manager: Although the version number increased there is
 
4648
    no new coded except for the shared library. The rest is the same
 
4649
    as in mysql-server and mysql-client.
 
4650
 
 
4651
 -- Christian Hammers <ch@debian.org>  Tue, 15 Feb 2000 23:26:54 +0100
 
4652
 
 
4653
mysql-gpl (3.22.29-1) unstable; urgency=low
 
4654
 
 
4655
  * New upstream version.
 
4656
 
 
4657
 -- Christian Hammers <ch@debian.org>  Thu,  6 Jan 2000 20:37:23 +0100
 
4658
 
 
4659
mysql-gpl (3.22.27a-3) unstable; urgency=low
 
4660
 
 
4661
  * Use system readline instead of bundled version. Closes: #50069 
 
4662
    Any objections ?
 
4663
 
 
4664
 -- Christian Hammers <ch@debian.org>  Sun, 14 Nov 1999 18:09:48 +0100
 
4665
 
 
4666
mysql-gpl (3.22.27a-2) unstable; urgency=low
 
4667
 
 
4668
  * Now building mysql-gpl-doc in binary-indep. 
 
4669
 
 
4670
 -- Christian Hammers <ch@debian.org>  Sat, 23 Oct 1999 04:22:36 +0200
 
4671
 
 
4672
mysql-gpl (3.22.27a-1) unstable; urgency=low
 
4673
 
 
4674
  * Adjusted version number to allow new orig.tar.gz.
 
4675
    The old seems broken :-( People reported compilation problems.
 
4676
  * Changed mysql-gpl-doc to "Architecture: all". 
 
4677
 
 
4678
 -- Christian Hammers <ch@debian.org>  Sun, 17 Oct 1999 13:01:35 +0200
 
4679
 
 
4680
mysql-gpl (3.22.27-1) unstable; urgency=low
 
4681
 
 
4682
  * New upstream release. Fixes charset problem.
 
4683
 
 
4684
 -- Christian Hammers <ch@debian.org>  Mon, 11 Oct 1999 18:01:40 +0200
 
4685
 
 
4686
mysql-gpl (3.22.26a-1) unstable; urgency=low
 
4687
 
 
4688
  * New upstream version. Just some small bug fixes.
 
4689
  * FHS compliance.
 
4690
 
 
4691
 -- Christian Hammers <ch@debian.org>  Sun,  3 Oct 1999 10:16:14 +0200
 
4692
 
 
4693
mysql-gpl (3.22.25-2) unstable; urgency=low
 
4694
 
 
4695
  * Added conflict to all old mysql-dev packages. (fixes: #42966) 
 
4696
 
 
4697
 -- Christian Hammers <ch@debian.org>  Sun, 15 Aug 1999 11:35:46 +0200
 
4698
 
 
4699
mysql-gpl (3.22.25-1) unstable; urgency=low
 
4700
 
 
4701
  * New upstream version. (We are waiting for 3.23.x !)
 
4702
  * Fixes some upstream small bugs.
 
4703
 
 
4704
 -- Christian Hammers <ch@debian.org>  Sun, 18 Jul 1999 22:02:06 +0200
 
4705
 
 
4706
mysql-gpl (3.22.23b-4) unstable; urgency=low
 
4707
 
 
4708
  * Rebuild for new perl. 
 
4709
 
 
4710
 -- Christian Hammers <ch@debian.org>  Thu,  8 Jul 1999 01:09:57 +0200
 
4711
 
 
4712
mysql-gpl (3.22.23b-3) unstable; urgency=low
 
4713
 
 
4714
  * libmysqlclient had the wrong socket path.
 
4715
 
 
4716
 -- Christian Hammers <ch@debian.org>  Sun, 03 Jul 1999 23:13:30 +0200
 
4717
 
 
4718
mysql-gpl (3.22.23b-2) unstable; urgency=low
 
4719
 
 
4720
  * Missed one replace tag to an very old version of mysql-devel.
 
4721
 
 
4722
 -- Christian Hammers <ch@debian.org>  Sun, 27 Jun 1999 19:13:30 +0200
 
4723
 
 
4724
mysql-gpl (3.22.23b-1) unstable; urgency=low
 
4725
 
 
4726
  * New upstream minor version.
 
4727
  * Cleaned up the dependencies a bit.
 
4728
 
 
4729
 -- Christian Hammers <ch@debian.org>  Sun, 27 Jun 1999 19:13:30 +0200
 
4730
 
 
4731
mysql-gpl (3.22.22-1) unstable; urgency=low
 
4732
 
 
4733
  * New upstream version. (closes Bug#36493,37340)
 
4734
  * New maintainer upload.
 
4735
  * Package reorganisation: We prepare for the GPL'ed server which will
 
4736
  *  be released soon and make the structure more clear to the user.
 
4737
 
 
4738
 -- Christian Hammers <ch@debian.org>  Mon,  3 May 1999 20:43:41 +0200
 
4739
 
 
4740
mysql (3.22.21-1) unstable; urgency=low
 
4741
 
 
4742
  * Never released. TcX was too fast :-)
 
4743
 
 
4744
 -- Christian Hammers <ch@debian.org>  Tue, 20 Apr 1999 17:22:04 +0200
 
4745
 
 
4746
mysql-freebits (3.21.33b-3) unstable; urgency=low
 
4747
 
 
4748
  * Recompile with libncurses
 
4749
 
 
4750
 -- Scott Hanson <shanson@debian.org>  Sat, 31 Oct 1998 15:04:39 +0100
 
4751
 
 
4752
mysql-freebits (3.21.33b-2) unstable; urgency=low
 
4753
 
 
4754
  * Recompile with libstdc++2.9 (fixes #27792)
 
4755
 
 
4756
 -- Scott Hanson <shanson@debian.org>  Mon, 12 Oct 1998 18:47:25 +0200
 
4757
 
 
4758
mysql-freebits (3.21.33b-1) unstable; urgency=low
 
4759
 
 
4760
  * New upstream version (probably the last for 3.21)
 
4761
 
 
4762
 -- Scott Hanson <shanson@debian.org>  Tue,  8 Sep 1998 18:59:37 +0200
 
4763
 
 
4764
mysql-freebits (3.21.33-4) unstable; urgency=low
 
4765
 
 
4766
  * Separate out non-free source files, move mysql-base, mysql-dev, and
 
4767
  *  mysql-doc to main distribution
 
4768
  * Locale files /usr/share/mysql/ now in server, not base; therefore...
 
4769
  * Add conflict to mysql-server <=3.21.33-3
 
4770
 
 
4771
 -- Scott Hanson <shanson@debian.org>  Fri, 31 Jul 1998 19:16:08 +0200
 
4772
 
 
4773
mysql (3.21.33-3) unstable; urgency=low
 
4774
 
 
4775
  * Release to unstable with moved socket (fixes #24574)
 
4776
  * Add conflict to old libdbd-mysql-perl package
 
4777
 
 
4778
 -- Scott Hanson <shanson@debian.org>  Wed, 22 Jul 1998 22:17:43 +0200
 
4779
 
 
4780
mysql (3.21.33-2) experimental; urgency=low
 
4781
 
 
4782
  * Move socket from /tmp to /var/run (see #24574) 
 
4783
  * Release to experimental, since this breaks everything statically
 
4784
  *  linked to libmysqlclient!
 
4785
 
 
4786
 -- Scott Hanson <shanson@debian.org>  Wed, 15 Jul 1998 19:37:01 +0200
 
4787
 
 
4788
mysql (3.21.33-1) unstable; urgency=low
 
4789
 
 
4790
  * New upstream release
 
4791
 
 
4792
 -- Scott Hanson <shanson@debian.org>  Sun, 12 Jul 1998 08:18:18 +0200
 
4793
 
 
4794
mysql (3.21.32a-1) unstable; urgency=low
 
4795
 
 
4796
  * New upstream release 
 
4797
  * Lintian bugs: ldconfig, missing manpage, call to perl5
 
4798
  * Lintian bug shlib-with-non-pic-code _not_ yet fixed 
 
4799
 
 
4800
 -- Scott Hanson <shanson@debian.org>  Sat,  4 Jul 1998 07:57:13 +0200
 
4801
 
 
4802
mysql (3.21.31-1) unstable frozen; urgency=low
 
4803
 
 
4804
  * New upstream release for hamm and slink (bug fixes only)
 
4805
  * Fix unsecure use of temp file in mysqlbug (fixes #23606) 
 
4806
  * Added brief licensing information to control file
 
4807
 
 
4808
 -- Scott Hanson <shanson@debian.org>  Tue, 16 Jun 1998 10:52:44 +0200
 
4809
 
 
4810
mysql (3.21.30-3) unstable; urgency=low
 
4811
 
 
4812
  * Restore missing shared library dependencies for mysql-server
 
4813
 
 
4814
 -- Scott Hanson <shanson@debian.org>  Mon, 15 Jun 1998 07:51:58 +0200
 
4815
 
 
4816
mysql (3.21.30-2) unstable; urgency=low
 
4817
 
 
4818
  * Simplify debian/rules (fixes #17662)
 
4819
  * Edit manual.texi to add "Debian notes" to documentation
 
4820
  * Add note about passwords on command line (fixes #16471)
 
4821
  * Add note about getting privleges for users (fixes #22891)
 
4822
  * Correct "Possible license changes" heading (fixes #22711)
 
4823
  * Add uninstalled header files to /usr/doc/mysql-dev/examples (fixes #22627)
 
4824
  * Add udf_example.cc to /usr/doc/mysql-dev/examples (fixes #22710)
 
4825
 
 
4826
 -- Scott Hanson <shanson@debian.org>  Sun,  7 Jun 1998 13:05:37 +0200
 
4827
 
 
4828
mysql (3.21.30-1) unstable; urgency=low
 
4829
 
 
4830
  * Stable upstream release
 
4831
 
 
4832
 -- Scott Hanson <shanson@debian.org>  Tue, 12 May 1998 22:13:25 +0200
 
4833
 
 
4834
mysql (3.21.29gamma-1) unstable; urgency=low
 
4835
 
 
4836
  * New upstream release
 
4837
  * Do not create 'mysql' subdirectory for libs and headers (fixes #19020)
 
4838
  * Remove 'CXX=gcc' flag from configure (g++ now standard)
 
4839
      
 
4840
 -- Scott Hanson <shanson@debian.org>  Sun, 12 Apr 1998 18:38:03 +0200
 
4841
 
 
4842
mysql (3.21.28gamma-1) unstable; urgency=low
 
4843
 
 
4844
  * New upstream release
 
4845
  * Unstable-only release; hamm stays at 3.21.25 for now
 
4846
 
 
4847
 -- Scott Hanson <shanson@debian.org>  Thu,  2 Apr 1998 21:33:51 +0200
 
4848
 
 
4849
mysql (3.21.25gamma-3) unstable frozen; urgency=low
 
4850
 
 
4851
  * Have mysql-base suggest perl >= 5.004 for mysqlaccess (fixes #19593)
 
4852
  * Fix shlibs to refer to mysql-base rather than the no-longer-existant mysql
 
4853
 
 
4854
 -- Scott Hanson <shanson@debian.org>  Thu, 26 Mar 1998 18:22:59 +0100
 
4855
 
 
4856
mysql (3.21.25gamma-2) unstable; urgency=low
 
4857
 
 
4858
  * Restore libmysqlclient.so symlink to mysql-dev (fixes #19036)
 
4859
 
 
4860
 -- Scott Hanson <shanson@debian.org>  Sun,  8 Mar 1998 10:46:43 +0100
 
4861
 
 
4862
mysql (3.21.25gamma-1) unstable; urgency=low
 
4863
 
 
4864
  * Check if running as root in init.d script (fixes #18577)
 
4865
  * New upstream release
 
4866
 
 
4867
 -- Scott Hanson <shanson@debian.org>  Fri, 27 Feb 1998 20:01:30 +0100
 
4868
 
 
4869
mysql (3.21.24gamma-1) unstable; urgency=low
 
4870
 
 
4871
  * New upstream release
 
4872
 
 
4873
 -- Scott Hanson <shanson@debian.org>  Mon, 23 Feb 1998 08:14:17 +0100
 
4874
 
 
4875
mysql (3.21.23beta-3) unstable; urgency=low
 
4876
 
 
4877
  * Squashed errors found by lintian
 
4878
 
 
4879
 -- Scott Hanson <shanson@debian.org>  Tue, 17 Feb 1998 20:19:01 +0100
 
4880
 
 
4881
mysql (3.21.23beta-2) unstable; urgency=low
 
4882
 
 
4883
  * Fixed overlaps with old mysql package (fixes #17843)
 
4884
 
 
4885
 -- Scott Hanson <shanson@debian.org>  Thu,  5 Feb 1998 22:55:00 +0100
 
4886
 
 
4887
mysql (3.21.23beta-1) unstable; urgency=low
 
4888
 
 
4889
  * New upstream release
 
4890
  * Fix include lines in mysql.h (fixes #17827)
 
4891
  * Move /usr/include/mysql to mysql-dev
 
4892
 
 
4893
 -- Scott Hanson <shanson@debian.org>  Wed,  4 Feb 1998 19:59:14 +0100
 
4894
 
 
4895
mysql (3.21.22beta-3) unstable; urgency=low
 
4896
 
 
4897
  * Correct descriptions in control file (fixes #17698)
 
4898
  * Clean up output of shutdown script
 
4899
 
 
4900
 -- Scott Hanson <shanson@debian.org>  Sat, 31 Jan 1998 19:04:29 +0100
 
4901
 
 
4902
mysql (3.21.22beta-2) unstable; urgency=low
 
4903
 
 
4904
  * Split out mysql-dev and mysql-bench subpackages
 
4905
 
 
4906
 -- Scott Hanson <shanson@debian.org>  Wed, 28 Jan 1998 19:52:27 +0100
 
4907
 
 
4908
mysql (3.21.22beta-1) unstable; urgency=low
 
4909
 
 
4910
  * New upstream release 
 
4911
  
 
4912
 -- Scott Hanson <shanson@debian.org>  Wed, 28 Jan 1998 18:59:09 +0100
 
4913
 
 
4914
mysql (3.21.21a.beta-2) unstable; urgency=low
 
4915
 
 
4916
  * Compile with libpthreads from libc6-dev_2.0.6-3 rather than statically 
 
4917
    linking to patched libpthreads (see changes to 3.20.29-2)
 
4918
  
 
4919
 -- Scott Hanson <shanson@debian.org>  Sun, 25 Jan 1998 13:17:15 +0100
 
4920
 
 
4921
mysql (3.21.21a.beta-1) unstable; urgency=low
 
4922
 
 
4923
  * Put initial database, mysql_install_db, safe_mysqld, isamlog and 
 
4924
    isamchk in mysql-server     
 
4925
  * Correct upstream release number so source packages are correctly built
 
4926
 
 
4927
 -- Scott Hanson <shanson@debian.org>  Mon, 19 Jan 1998 07:52:48 +0100
 
4928
 
 
4929
mysql (3.21.21.beta-1) unstable; urgency=low
 
4930
 
 
4931
  * Use debhelper where possible in rules
 
4932
  * Split binary packages into mysql-base, mysql-client, mysql-doc      
 
4933
  * New upstream release
 
4934
 
 
4935
 -- Scott Hanson <shanson@debian.org>  Thu, 15 Jan 1998 08:12:17 +0100
 
4936
 
 
4937
mysql (3.21.19.beta-1) unstable; urgency=low
 
4938
 
 
4939
  * Offer to set root password in mysql_install_db
 
4940
  * Kill `pidof mysqld` on shutdown rather than use mysqladmin
 
4941
  * New upstream version
 
4942
 
 
4943
 -- Scott Hanson <shanson@debian.org>  Fri,  9 Jan 1998 20:06:35 +0100
 
4944
 
 
4945
mysql (3.21.17a.beta-2) unstable; urgency=low
 
4946
 
 
4947
  * Remove perl stuff (it's going back into libdbd-mysql-perl)
 
4948
  * Remove conflict with libdbd-mysql-perl
 
4949
  * Do not compress *html files (fixes #16314)
 
4950
 
 
4951
 -- Scott Hanson <shanson@debian.org>  Tue, 30 Dec 1997 07:34:20 +0100
 
4952
 
 
4953
mysql (3.21.17a.beta-1) unstable; urgency=low
 
4954
 
 
4955
  * Add conflict to libdbd-mysql-perl
 
4956
  * Use --pid-file option to place pid file in /var/run rather than patching 
 
4957
  * Add install-info to postinst and postrm
 
4958
  * Add filename to message shown by mysql_install_db (fixes #16621)
 
4959
  * New upstream version
 
4960
 
 
4961
 -- Scott Hanson <shanson@debian.org>  Sun, 21 Dec 1997 19:41:45 +0100
 
4962
 
 
4963
mysql (3.20.32a-5) unstable; urgency=low
 
4964
 
 
4965
  * Move mysqld to /usr/lib/mysql, per policy discussion
 
4966
  * Adjust makefiles so perl libs get installed 
 
4967
 
 
4968
 -- Scott Hanson <shanson@debian.org>  Wed,  3 Dec 1997 22:37:45 +0100
 
4969
 
 
4970
mysql (3.20.32a-4) unstable; urgency=low
 
4971
 
 
4972
  * Move mysqld to /usr/sbin to comply with FSSTND
 
4973
 
 
4974
 -- Scott Hanson <shanson@debian.org>  Mon,  3 Nov 1997 20:12:29 +0100
 
4975
 
 
4976
mysql (3.20.32a-3) unstable; urgency=low
 
4977
 
 
4978
  * Comment out tests in mysql_install_db... for real this time!
 
4979
 
 
4980
 -- Scott Hanson <shanson@debian.org>  Mon,  3 Nov 1997 07:32:53 +0100
 
4981
 
 
4982
mysql (3.20.32a-2) unstable; urgency=low
 
4983
 
 
4984
  * Comment out tests in mysql_install_db (fixes #14304)
 
4985
 
 
4986
 -- Scott Hanson <shanson@debian.org>  Sat,  1 Nov 1997 18:45:25 +0100
 
4987
 
 
4988
mysql (3.20.32a-1) unstable; urgency=low
 
4989
 
 
4990
  * New upstream version
 
4991
 
 
4992
 -- Scott Hanson <shanson@debian.org>  Wed, 29 Oct 1997 07:11:42 +0100
 
4993
 
 
4994
mysql (3.20.29-2) unstable; urgency=low
 
4995
 
 
4996
  * New maintainer
 
4997
  * Statically link mysqld to patched glibc-2.0.5 libpthread 
 
4998
    (works around #13586; see README.debian.glibc-2.0.5)
 
4999
  * Conflict with libpthread0 (fixes #13448)
 
5000
  * Don't link libg++, avoiding problems with glibc libpthread 
 
5001
 
 
5002
 -- Scott Hanson <shanson@debian.org>  Thu, 16 Oct 1997 19:25:23 +0200
 
5003
 
 
5004
mysql (3.20.29-1) unstable; urgency=low
 
5005
 
 
5006
  * New upstream version
 
5007
  * Recompiled with libc6
 
5008
  * Include mysql-faq_toc.html (fixes #10885)
 
5009
  * Reworked /etc/init.d/mysql script (thanks to Heiko)
 
5010
  * Remove file /usr/lib/libmysqlclient.so.4 when package is removed.
 
5011
  * Use absolute path specification for conffile
 
5012
  * Use /usr/bin/perl instead of /bin/perl (fixes #10654)
 
5013
  * Do not depend on mysql (fixes #12427)
 
5014
  * Installed missing manpage for Mysql perl module
 
5015
  * Don't use debstd anymore
 
5016
  * Pristine source
 
5017
  * Set section to `non-free/devel'
 
5018
  * Upgraded to standards version 2.3.0.0
 
5019
 
 
5020
 -- Christian Schwarz <schwarz@debian.org>  Fri, 12 Sep 1997 02:12:58 +0200
 
5021
 
 
5022
mysql (3.20.16beta-2) unstable; urgency=low
 
5023
 
 
5024
  * Uses /usr/bin/perl instead of /bin/perl (fixes bug #9731)
 
5025
  * Don't run mysqld with --log option
 
5026
  * Don't install regex manual pages
 
5027
  * Suggest package mysql-manual
 
5028
  * Fixed typo in changelog
 
5029
  * Upgrade to policy 2.1.3.2
 
5030
 
 
5031
 -- Christian Schwarz <schwarz@debian.org>  Sun, 11 May 1997 14:19:26 +0200
 
5032
 
 
5033
mysql (3.20.16beta-1) unstable; urgency=low
 
5034
 
 
5035
  * Initial Release.
 
5036
 
 
5037
 -- Christian Schwarz <schwarz@debian.org>  Sat, 12 Apr 1997 13:51:28 +0200