Change logs for mysql-5.5 source package in Experimental

  • mysql-5.5 (5.5.25+dfsg-1) experimental; urgency=low
    
    
      * Fixing regular expression in tests to guard against build path containing
        the '+' symbol (Closes: #674210)
      * Setting the gcc/g++ version to 4.5 on i386 platforms (cf. #674267)
      * Removed main_openssl_1 patch
      * Set SYSTEM_TYPE according to GNU Build System
      * In an effort to get a better handle on test coverage, made test failures
        on kfreebsd-i386 fatal and re-enabled full tests on hurd, skipped certain
        tests on kfreebsd and changed disabled tests to selectively skipped tests
      * Updated French translation (Closes: #674025)
      * Updated Dutch translation (Closes: #674124)
      * Updated Russian translation (Closes: #674189)
      * Updated Portuguese translation (Closes: #674953)
      * Updated Swedish translation (Closes: #675108)
      * Updated German translation (Closes: #675766)
      * Migrated libmysqlclient-dev, mysql-client-5.5, mysql-server-core-5.5
        and mysql-server-5.5 off dh_movefiles
      * Removed dh_movefiles override
      * Rewrote libmysqlclient_r linking stuff to generate
        ephemeral dh_link files so that the hack is more comprehensible
      * Stopped attempts to install non-existent files for libmysqlclient-dev
        and mysql-server-5.5
      * Added --fail-missing to dh_install to catch executables not being installed
      * Distributed unused resources amongst packages appropriately
      * Added fixes to mop up various permissions issues in auto-install rule
      * Enhanced documentation around the source package and the reasons for it
        being arch:any
      * Removed source cruft: debian/additions/*.1 (apart from mysqlreport.1)
      * Restored zlib1g-dev build dependency pending further investigation
      * Removed the numerical prefix from the patch files
      * Applied fix-mysqldump-test.patch from Ubuntu
      * Applied mysql-testsuite and mysql-client-core-5.5 package definitions
        from Ubuntu
      * Located and installed upstream changelog
      * Removed doxygen-latex, ghostscript as build dependency
        as these were needed only for the NDB docs
      * Added lintian overrides
        - spelling false positive: yuR
        - long lines in man pages that cannot be reformatted
        - missing symbols file (cf. #590905)
      * Added patch for hyphen/minus sign confusion
      * Dropped mailx to Suggests clause (Closes: #535496)
      * New upstream source
      * Refreshed patches
      * Standardized debian/watch and get-orig-source and made DFSG exclusion
        of Docs/mysql.info explicit (Closes: #673528)
      * Revert having libssl-dev as a build dependency and changed
        WITH_SSL option to 'bundled' from 'yes' (Closes: #590905)
        and (Closes: #673865)
      * Added patch to libmysql/CMakeLists.txt to restore symbol versioning
        and bumped dependency in shlibs (Closes: #660686)
      * Ensured that /etc/mysql/conf.d is installed as part of mysql-common
        so that client programs work without a co-located server (Closes: #672359)
      * Added versioned dependency on initscripts and revert /var/run
        to /run change (Closes: #676560)
    
     -- Nicholas Bamber <email address hidden>  Wed, 13 Jun 2012 16:09:54 +0100
  • mysql-5.5 (5.5.23-1) experimental; urgency=low
    
    
      * Added patch to test suite to accept socket paths less than 40
        characters long (Closes: #540153)
      * Disabled some more tests including some reported by Olaf van der Speck
      * Removed ha_example.so from mysql-server-5.5 install (Closes: #666721)
      * New upstream release: unspecified security issues CVE-2012-1697,
        CVE-2012-1696 
      * Added patch to correct spelling mistakes: preceeding -> preceding
    
     -- Nicholas Bamber <email address hidden>  Thu, 03 May 2012 18:03:34 +0100
  • mysql-5.5 (5.5.20-1) experimental; urgency=low
    
    
      [ Guillaume Plessis ]
      * d/rules: Enabling ARCHIVE, BLACKHOLE, and FEDERATED engines.
        (Closes: #649484)
      * d/rules: Turn off embedded libedit/readline.(Closes: #659566)
    
      [ Clint Byrum ]
      * New Upstream Release
      * d/copyright: rearranging to have standalone license paragraphs
        silencing lintian complaints about missing paragraphs.
      * d/mysql-client-5.5.files: add mysql_plugin
      * d/rules, d/control: 5.5.20 Fixes segfault on tests with gcc 4.6,
        change compiler back to system default.
      * Sync changes back from Ubuntu:
          * d/control: need to also break mysql-client-core-5.1 and
            mysql-server-core-5.1 as well so that apt knows not to
            remove mysql-server/mysql-client.
          * d/control: convert mysql-server back to a meta-package
          * d/control: convert mysql-client back to a meta-package as well.
          * d/patches/72_fix_standalone_tests.patch: fix testsuite so it
            will run all tests when run from system /usr/lib/mysql-testsuite
            directory.
            5.1 is removed from the archive.
          * d/control: mysql-common includes configuration items that only
            work on mysql 5.5, so adding Breaks: for client and server 5.1.
            This will make mysql-server-5.1 and mysql-client-5.1 
            uninstallable which is actually desired.
          * d/patches/71_disable_rpl_tests.patch: disables this test until
            Ubuntu bug #894146 can be triaged.
          * d/mysql-client-5.5.files: add missing mysql_plugin
          * d/libmysqlcient18.files,libmysqlclient-dev.files,d/rules: re-add
            libmysqlclient_r. In hindsight, removing it was not a productive
            change.
          * d/libmysqlclient-dev.files: ship entire contents of include dir,
            some of these files are included internally by others in the 
            main dir.
          * d/patches/70_mysql_va_list.patch: cherry pick patch from
            upstream bug tracker to fix ARM build failure. (LP: #700982)
    
      [ Nicholas Bamber ]
      * Added myself to Uploaders
      * Added libssl-dev as a build dependency and patched main.openssl_1 test
        so that it works with that library (Closes: #660799)
      * Added patch to provide cmake options for GNU/Hurd (Closes: #651002)
        and tweaked debian/rules so that only 'make test' is run on Hurd.
      * Tweaked debian/rules to make build logs verbose (Closes: #651003)
      * Refreshed patches - and added a new patch to disable a further flurry
        of failing tests
      * Switched on native AIO in linux builds (Closes: #659565)
      * Numerous minor changes to improve lintian cleanliness (Closes: #663354)
        - Added dh_lintian lines to debian/rules to ensure that lintian
          overrides take effect and removed old commented out lines
        - Clarified Hurd procps dependency in debian/control
        - Rewrote short description of the libmysqld-pic package to be more accurate
        - Depersonalised long description of mysql-client
        - Removed dependencies relating to mysql-common-4.1
        - Tightened Breaks clauses for mysql-common
        - Removed duplicate entry from Replaces clauses for mysql-server-core-5.5
        - Rexpressed Conflicts clause as versioned dependency
          for mysql-testsuite-5.5
        - Added DEP-5 header fields to two patches
        - Refreshed and commented all lintian overrides and added override
          concerning lack of upstream changelog to all packages
        - Cleaned up debian/copyright
          * upgraded to latest version of DEP-5
          * encoding issues
          * out of date FSF address
          * Updated License short name from "PD" to "public-domain"
      * Converted to short form debhelper rules
        - Renamed stamp files to end in '-stamp' so that they are cleaned up
          automatically by dh_clean
        - Removed commented out lines
        - Removed obsolete -DINSTALL_LIBDIR clause from pic build
        - Overrode dh_auto_install so that the rules only run once
        - Migrated mysql-source, mysql-testsuite, mysql-common from
        dh_movefiles to dh_install
    
     -- Nicholas Bamber <email address hidden>  Sat, 28 Apr 2012 15:02:16 +0100
  • mysql-5.5 (5.5.17-4) experimental; urgency=low
    
    
      * d/control: Pre-Depend on multiarch-support and misc:Pre-Depends.
        also bump debhelper Build-Dep for multiarch.
        d/compat: raise to 9 for multiarch support.
    
     -- Clint Byrum <email address hidden>  Thu, 17 Nov 2011 17:38:19 -0800
  • mysql-5.5 (5.5.17-1) experimental; urgency=low
    
    
      [Norbert Tretkowski]
      * New upstream release.
      * Fix empty libmysqld-pic package.
      * Run dh_apparmor on Ubuntu only.
    
      [Clint Byrum]
      * Rewrote debian/copyright file from scratch.
    
     -- Clint Byrum <email address hidden>  Tue, 08 Nov 2011 11:31:13 -0800