Skip to content

Debian Changelog myodbc (5.1.6-1)

2010

myodbc (5.1.6-1) unstable; urgency=low

   * New upstream release.
    * Drop use of deprecated SQL types, fixing build failure with unixODBC
      2.2.14.  Closes: #577370.
   * Drop obsolete configure options.
   * Fix up the source path name in debian/rules, tracking upstream changes
   * Point debian/control at the current homepage
   * Fix miscellaneous upstream type mismatches
   * Update debian/copyright to reflect that the work is now GPLv2-only,
     not GPLv2+
   * Bump standards version to 3.8.4, no changes required

 -- Steve Langasek <vorlon@debian.org>  Tue, 01 Jun 2010 02:14:11 -0700

2009

myodbc (3.51.27r695-1) unstable; urgency=low

   * New upstream release
     - Drop use of wrong, non-standard 'gptr' type.
   * Fix dependence on 'bool' type, correcting build failure with
     libmysqlclient16.  Closes: #542845.
   * Add a Homepage: field, since the mysql website makes it impossible to
     use a watch file directly.
   * Update to Standards-Version 3.8.3 (no changes required).
   * Build-depend on libmysqlclient-dev instead of libmysqlclient15-dev.
   * Convert debian/rules to dh 7, bump debian/compat to 7, and build-depend
     on debhelper (>= 7.0.50) for override rules support.
   * Build-depend on autotools-dev to always have a current config.sub.
     Closes: #542073.

 -- Steve Langasek <vorlon@debian.org>  Sat, 22 Aug 2009 16:33:38 -0700

myodbc (3.51.19r646-1) unstable; urgency=low

   * New upstream release
     - fix build failure with current libmysqlclient.  Closes: #521185.
   * Fix lintian warnings about ignoring errors in postinst, config scripts.

 -- Steve Langasek <vorlon@debian.org>  Sun, 10 May 2009 03:07:47 -0700

2008

myodbc (3.51.15r409-4) unstable; urgency=low

   * Remove a stray change to odbc.ini that snuck into the preceding upload.

 -- Steve Langasek <vorlon@debian.org>  Sat, 21 Jun 2008 22:17:55 -0700

myodbc (3.51.15r409-3) unstable; urgency=low

   * Add Galician debconf translation, thanks to Jacobo Tarrio
     <jacobo@tarrio.org>.  Closes: #482833.
   * Allow changing the odbcinst registration option with dpkg-reconfigure,
     partially addressing bug #250850.
   * Move the odbcinst removal handling from the postrm to the prerm, required
     for idempotency in light of the above.
   * Updated debian/watch for compatibility with the latest upstream
     tarball naming scheme.  Closes: #450376.
   * Update to Standards-Version 3.8.0 (no changes required).
   * Drop obsolete conflicts/replaces on packages that haven't existed
     since woody or earlier.
   * Update the FSF mailing address in debian/copyright.
   * Add a proper copyright notice to debian/copyright.

 -- Steve Langasek <vorlon@debian.org>  Sat, 21 Jun 2008 22:03:35 -0700

2007

myodbc (3.51.15r409-2) unstable; urgency=low

   * Fix debian/rules to not ignore errors from make clean or make
     distclean.
   * Bump debhelper compat to version 5
   * Add German debconf translation, thanks to Matthias Julius
     <mdeb@julius-net.net> and Helge Kreutzmann <debian@helgefjell.de>.
     Closes: #397639.
   * Add Finnish debconf translation, thanks to Esko Arajärvi
     <edu@iki.fi>.  Closes: #447072.
   * Add Dutch debconf translation, thanks to Bart Cornelis
     <cobaco@skolelinux.no>.  Closes: #414765.
   * Add Portuguese debconf translation, thanks to Américo Monteiro
     <a_monteiro@netcabo.pt>.  Closes: #434285.
   * Add Spanish debconf translation, thanks to Manuel Porras Peralta
     <venturi.debian@gmail.com>.  Closes: #410044.
   * Add Brazilian Portuguese debconf translation, thanks to Felipe
     Augusto van de Wiel <faw@debian.org>.

 -- Steve Langasek <vorlon@debian.org>  Fri, 26 Oct 2007 20:59:50 -0700

myodbc (3.51.15r409-1) unstable; urgency=low

   * New upstream release
     - compatibility with mysql 5.0 protocol.  Closes: #381671.
   * Make use of debconf in the postrm conditional, to allow for the
     possibility that debconf has been removed before libmyodbc.
     Closes: #416903.

 -- Steve Langasek <vorlon@debian.org>  Thu, 28 Jun 2007 11:51:10 -0700

2006

myodbc (3.51.11-6) unstable; urgency=low

   * Add Swedish debconf translation, thanks to Daniel Nylander
     <yeager@lidkoping.net> (closes: #331559).
   * Rebuild against libmysqlclient15-dev, as libmysqlclient12 no longer
     exists.  Closes: #353997.
   * Also rebuild against unixodbc-dev (>= 2.2.11-13), to pull in a small
     ABI change on 64-bit archs that's been backported from 2.2.12.  This
     also requires a patch to driver/prepare.c.
   * No longer specify extra build flags to request a 64-bit-clean ABI;
     the headers from the unixodbc-dev package have been fixed to always
     declare this for us.

 -- Steve Langasek <vorlon@debian.org>  Thu, 25 May 2006 15:14:40 -0700

2005

myodbc (3.51.11-5) unstable; urgency=low

   * Use ${misc:Depends} instead of hard-coding a dependency on debconf,
     for compatibility with cdebconf.

 -- Steve Langasek <vorlon@debian.org>  Fri, 5 Aug 2005 04:39:19 -0700

myodbc (3.51.11-4) unstable; urgency=low

   * Doesn't build cleanly with REAL_64_BIT_MODE: fix some conflicting
     types in MyODBC so that they're 64-bittable.

 -- Steve Langasek <vorlon@debian.org>  Tue, 28 Jun 2005 16:07:14 -0700

myodbc (3.51.11-3) unstable; urgency=low

   * Rebuild against unixodbc 2.2.11.
   * Set BUILD_REAL_64_BIT_MODE define for the benefit of 64-bit archs,
     which seems to have been missed previously.

 -- Steve Langasek <vorlon@debian.org>  Fri, 17 Jun 2005 05:54:13 -0700

myodbc (3.51.11-2) unstable; urgency=low

   * Add missing header includes to fix 64-bit issues; thanks to Dann
     Frazier for the patch (closes: #314165).
   * Add a direct Build-Dependency on libltdl3-dev since we're using
     headers from it, rather than relying on unixodbc-dev to pull it in
     for us.
   * Disable the Qt-based GUI setup library, unless someone asks for it
     (it wasn't being used anyway, since we're specifying the unixodbc
     setup lib in odbcinst.ini).

 -- Steve Langasek <vorlon@debian.org>  Wed, 15 Jun 2005 03:00:04 -0700

myodbc (3.51.11-1) unstable; urgency=low

   * New upstream release
   * Add debian/watch to keep more easily in sync with upstream
   * Add Vietnamese debconf translation, thanks to Clytie Siddall
     <clytie@riverland.net.au> (closes: #312997).

 -- Steve Langasek <vorlon@debian.org>  Mon, 13 Jun 2005 20:04:16 -0700

myodbc (3.51.09-1) unstable; urgency=low

   * New upstream release
     - includes compatibility with newer versions of MySQL servers
       (closes: #274879).
   * Build-Depend on libmysqclient12-dev instead of on
     libmysqlclient10-dev, required by the new upstream version
     (closes: #245231).
   * Update debian/rules to honor DEB_BUILD_OPTIONS and turn on -g by
     default, bringing us in line with Standards-Version 3.6.1.
   * Add Japanese debconf translation, thanks to Hideki Yamane
     <henrich@samba.gr.jp> (closes: #237175).
   * Add Czech debconf translation, thanks to Miroslav Kure
     <kurem@upcase.inf.upol.cz> (closes: #283221).

 -- Steve Langasek <vorlon@debian.org>  Wed, 9 Mar 2005 14:13:36 -0800

2004

myodbc (3.51.06-1) unstable; urgency=low

   * New upstream release (closes: #149461).
   * Add French debconf translations, thanks to Clément Stenac
     <zorglub@via.ecp.fr> (closes: #232839).

 -- Steve Langasek <vorlon@debian.org>  Sun, 15 Feb 2004 14:59:29 -0600

myodbc (2.50.39-6) unstable; urgency=low

   * Change to using po-debconf for debconf template translations.
   * Provide a more verbose package description (closes: #209878).
   * Remove build-depends on autotools.
   * Fix --host and --build options passed to configure in ./debian/rules.

 -- Steve Langasek <vorlon@debian.org>  Sat, 7 Feb 2004 17:52:11 -0600

2002

myodbc (2.50.39-5) unstable; urgency=low

   * Build-dep on autoconf and call 'autoconf' instead of 'autoconf2.50',
     so that autobuilders know what to do with us again (closes: #162725)

 -- Steve Langasek <vorlon@debian.org>  Sun, 29 Sep 2002 00:39:27 -0500

myodbc (2.50.39-4) unstable; urgency=low

   * make sure our examples set a good example (closes: #162005)

 -- Steve Langasek <vorlon@debian.org>  Mon, 23 Sep 2002 21:42:58 -0500

myodbc (2.50.39-3) unstable; urgency=low

   * Merge in Russian debconf templates, thanks to Ilgiz Kalmetev
     <ilgiz@bashtelecom.ru>.  (Closes: #137671)

 -- Steve Langasek <vorlon@debian.org>  Sun, 10 Mar 2002 12:53:20 -0600

myodbc (2.50.39-2) unstable; urgency=medium

   * db_stop was being called too early in the postrm script, and broke
     things Badly.  Move to the end of the script. (Closes: #136274).

 -- Steve Langasek <vorlon@debian.org>  Fri, 1 Mar 2002 14:42:41 -0600

myodbc (2.50.39-1) unstable; urgency=low

   * New upstream release
   * Add a package relationship for unixodbc | libiodbc2.

 -- Steve Langasek <vorlon@debian.org>  Sun, 24 Feb 2002 23:01:06 -0600

myodbc (2.50.37-7) unstable; urgency=low

   * Admit that static linking was a bad idea.  Switch back to using
     dynamic linking, now that there's a separate odbcinst package.
     Build-depend appropriately.

 -- Steve Langasek <vorlon@debian.org>  Mon, 14 Jan 2002 21:06:04 -0600

myodbc (2.50.37-6) unstable; urgency=low

   * Change package name: myodbc is a plugin, not a normal shared
     library, and versioned package names are an inconvenience.
   * Likewise, disable building of static libs, and remove header files
     from the package, since nothing uses them.
   * Move .so file to /usr/lib/odbc, and remove dh_makeshlibs reference.
   * Fix aclocal.m4 to look for $ac_header instead of $ac_hdr, since
     the name has changed w/ autoconf 2.5.  Fixes build on arm, ia64,
     hppa, and mips, at least.
   * Remove --with-odbc-ini argument to configure, only needed when using
     the internal ini-file handling.
   * Oh, and while we're at it, add support to debian/rules for
     cross-compiling packages.

 -- Steve Langasek <vorlon@debian.org>  Mon, 7 Jan 2002 19:18:32 -0600

2001

myodbc2.50.37 (2.50.37-5) unstable; urgency=low

   * New maintainer
   * Change package to build against unixodbc-dev instead of libiodbc2-dev,
     fixes ABI problems on Alpha platform.
   * Force static linking against libodbcinst, so that we avoid a
     dependency on unixodbc.
   * Add support for automatically registering as a driver on
     installation if unixodbc is installed (closes: #107038)
   * Disable DH_VERBOSE, because it's annoying to read. :)

 -- Steve Langasek <vorlon@debian.org>  Mon, 31 Dec 2001 12:23:00 -0600

myodbc2.50.37 (2.50.37-4) unstable; urgency=low

   * Added autoconf patches to let it build on ia64.
     Hopefully closes #110074. Thanks to Jeff Lincquia for this.

 -- Christian Hammers <ch@debian.org>  Tue, 6 Nov 2001 23:51:00 +0100

myodbc2.50.37 (2.50.37-3) unstable; urgency=low

   * Approving NMU.

 -- Christian Hammers <ch@debian.org>  Tue, 7 Aug 2001 21:31:05 +0200

myodbc2.50.37 (2.50.37-2.1) unstable; urgency=low

   * NMU
   * Run libtoolize/aclocal for new arch support.  Closes: #107655

 -- LaMont Jones <lamont@smallone.fc.hp.com>  Fri, 3 Aug 2001 22:19:56 -0600

myodbc2.50.37 (2.50.37-2) unstable; urgency=low

   * Recompiled in current unstable. Closes: #98190
   * Fixed configure directive.

 -- Christian Hammers <ch@koma.intern>  Mon, 21 May 2001 10:09:53 +0200

myodbc2.50.37 (2.50.37-1) unstable; urgency=low

   * New upstream. Now fully supports transactions.

 -- Christian Hammers <ch@debian.org>  Sat, 28 Apr 2001 19:10:43 +0200

myodbc2.50.32 (2.50.32-5) unstable; urgency=low

   * Added Build-Depends for libiodbc2-dev. Closes: #81801
   * No code change.

 -- Christian Hammers <ch@debian.org>  Sun, 18 Feb 2001 05:21:49 +0100

2000

myodbc2.50.32 (2.50.32-4) testing unstable; urgency=low

   * This one should be in woody and sid!
   * Added build-depends for debhelper.

 -- Christian Hammers <ch@debian.org>  Fri, 29 Dec 2000 17:00:08 +0100

myodbc2.50.32 (2.50.32-3) unstable; urgency=low

   * Added build-depends for debhelper.

 -- Christian Hammers <ch@debian.org>  Fri, 29 Dec 2000 17:00:08 +0100

myodbc2.50.32 (2.50.32-2) unstable; urgency=low

   * Recompiled against libmysqlclient10.

 -- Christian Hammers <ch@debian.org>  Wed, 11 Oct 2000 23:08:25 +0200

myodbc2.50.32 (2.50.32-1) unstable; urgency=low

   * New upstream version.
   * (As always, forgive the package versioning, it's forced due to upstream
     versioning of the shared library)

 -- Christian Hammers <ch@debian.org>  Tue, 12 Sep 2000 06:57:40 +0200

myodbc2.50.28 (2.50.28-2) frozen unstable; urgency=low

   * Applied a small upstream bug fix.

 -- Christian Hammers <ch@debian.org>  Tue, 22 Feb 2000 17:29:45 +0100

1999

myodbc2.50.28 (2.50.28-1) unstable; urgency=low

   * New upstream release.
   * Now compilable without full mysql source. Closes: #51643

 -- Christian Hammers <ch@debian.org>  Sat, 4 Dec 1999 20:06:34 +0100

myodbc2.50.26 (2.50.26-1) unstable; urgency=low

   * Initial Release.

 -- Christian Hammers <ch@debian.org>  Sun, 3 Oct 1999 11:46:10 +0200