2008
freetds (0.82-4) unstable; urgency=low
* Fix a typo in the freetds-common description, ugh
* Versioned replaces of libct4 by freetds-common, since the current one
obviously doesn't have overlapping files.
* tdsodbc: check for /var/lib/odbc existence before removing it in the
postinst, since there are cases where it won't exist on upgrade (i.e.,
if the driver was never enabled in the first place). Closes: #493303.
-- Steve Langasek <vorlon@debian.org> Sat, 02 Aug 2008 11:49:53 -0700
freetds (0.82-3) unstable; urgency=low
* Add the GFDL to debian/copyright, to satisfy ftp team demands. No files
shipped in the binary packages are covered by this license.
* Update the list of authors in debian/copyright, from the current AUTHORS
file.
-- Steve Langasek <vorlon@debian.org> Sat, 19 Jul 2008 18:45:43 -0700
freetds (0.82-2) unstable; urgency=low
* Add a provisional Vcs-Bzr tag. * Upload to unstable.
-- Steve Langasek <vorlon@debian.org> Tue, 01 Jul 2008 16:16:38 -0700
freetds (0.82-1) experimental; urgency=low
* New upstream release (closes: #392459). - soname bump for libct3 -> libct4. - fix support for quoted identifiers. Closes: #487516. - fix for buffer overflow issues with datetime fields and long format strings. Closes: #400269, #353735. - fix for dbresults() return value following a NO_MORE_RESULTS return. Closes: #486249. * Acknowledge NMUs. * Drop debian/{libsybdb5,libct3}.manifest, which are now superseded by the new dpkg-gensymbols setup * Add locales.conf to the libct4 examples directory, to show proper configuration of server charsets when this is needed. Closes: #390131. * Don't install ODBC-related files in freetds-dev. Closes: #360345, LP: #68239. * Simplify the debconf handling for tdsodbc: one removal in the prerm, one addition in the postinst, and we should always get a correct reference count for the driver. * Add a new package freetds-common to contain the config files, so that we're future-proofed against further soname changes in libct. - install the freetds.conf.5 manpage here now that there's a suitable place for it - now that our -common package is arch: all, don't symlink doc directories; necessary in order to preserve binNMU changelogs - create the /etc/freetds directory in our postinst if it's missing, to make the script more robust against previous versions of libct being purged. Closes: #317677. * Miscellaneous clean-up of debian/rules: - drop commented-out lines - `pwd` == ick - use DESTDIR when installing - clean up the separation between install and binary targets - don't override CFLAGS when building, unixodbc-dev now correctly takes care of this for us - drop obsolete get-orig-source target, which only knew about an old source version anyway; debian/watch works better here. - don't ignore failures on make distclean; instead, only invoke it when a Makefile is present. * Bump Standards-Version to 3.8.0 (no changes required). * Pass -V to dh_makeshlibs, so that any packages that build against libsybdb5 with an old dpkg-dev don't end up with broken dependencies. * Bump debhelper compat level from 3 to 6
-- Steve Langasek <vorlon@debian.org> Sun, 22 Jun 2008 23:27:54 -0700
freetds (0.63-3.4) unstable; urgency=low
* Non-maintainer upload. * "I brake it, I fix it" * Don't use -v flag for dpkg-gensymbols, closes: #479526 * Add finnish debconf translation, closes: #476723
-- Riku Voipio <riku.voipio@iki.fi> Mon, 05 May 2008 17:44:35 +0300
freetds (0.63-3.3) unstable; urgency=low
* Non-maintainer upload.
* Migrate to dpkg-shlibdeps symbols file,
closes: #441736, #470807
* Fix build-dependency on virtual package: closes: #433557
* Patch configure to allow builds on kfreebsd/hurd, closes: #366440
* Make package binNMUable
* Add homepage field
-- Riku Voipio <riku.voipio@iki.fi> Sat, 05 Apr 2008 15:11:17 +0300
2007
freetds (0.63-3.2) unstable; urgency=low
* Non-maintainer upload to fix pending l10n issues.
* Debconf translations:
- Galician. Closes: #412654
- Portuguese. Closes: #409959
-- Christian Perrier <bubulle@debian.org> Sat, 10 Mar 2007 12:29:53 +0100
freetds (0.63-3.1) unstable; urgency=low
* Non-maintainer upload to fix pending l10n issues.
* Debconf translations:
- Dutch. Closes: #402202
- Italian. Closes: #368336
- German. Closes: #406551
-- Christian Perrier <bubulle@debian.org> Tue, 6 Feb 2007 08:55:09 +0100
2006
freetds (0.63-3) unstable; urgency=low
* Added Swedish translation, thanks to Daniel Nylander
(closes: #331477).
* Depend on ${misc:Depends} instead of on debconf directly, to allow
installations of other implementations of the debconf-2.0 protocol
(closes: #331826).
* Rework locale patch to allow overriding locale environment via
/etc/freetds/locales.conf; support "client charset" options on a
per-locale basis, not just on a per-server basis; and don't pull
date formats from nl_langinfo(), because the locale defaults are
apparently insane. Closes: #324869.
* Update the prototype of SQLParamOptions so we build correctly
against UnixODBC on 64-bit platforms
-- Steve Langasek <vorlon@debian.org> Wed, 24 May 2006 19:17:00 -0700
2005
freetds (0.63-2) unstable; urgency=low
* Fix an issue with the SQLParamOptions implementation not being
64-bit-clean wrt UnixODBC's implementation; this will need to be
chased up with iODBC as well as with freetds upstream, to get
everyone on the same page.
* Remove a spurious redefine of SQLULEN in src/odbc/odbc.c, as
tdsodbc.h already includes an appropriate check for SQLULEN
-- Steve Langasek <vorlon@debian.org> Tue, 5 Jul 2005 02:43:00 -0700
freetds (0.63-1) unstable; urgency=low
* New upstream release (closes: #230024, #236564). - includes support for UTF-8 locales (closes: #316236). - new sonames libct3, libsybdb5 - break tdsodbc into its own package, to avoid future conflicts/replaces nonsense * Acknowledge NMUs; thanks to Christian Perrier and Frank Lichtenheld. * Rebuild against unixodbc 2.2.11. * Drop ancient migration code for /etc/freetds/interfaces, which was pre-woody and never in a stable release * Move freetds.conf.pl to doc/examples, since it's no longer needed for upgrades * Fix dependencies on libct3 to be strictly versioned, to avoid invalid /usr/share/doc symlinks * Add debian/update-manifest.sh and debian/dh_makeshlibs, to future-proof against incorrect shlibs * Added Vietnamese translation, thanks to Clytie Siddal (closes: #311749). * Added Japanese translation, thanks to Hideki Yamane (closes: #310234).
-- Steve Langasek <vorlon@debian.org> Sun, 5 Jun 2005 19:34:33 -0700
freetds (0.61-6.2) unstable; urgency=low
* Non-maintainer upload with maintainer's agreement in order to complete
the switch to po-debconf
* Switch to po-debconf for debconf tempaltes translation handling
Closes: #234606
* New translations:
- Czech, thanks to Miroslav Kure
- Brazilian Portuguese, thanks to Felipe Augusto van de Wiel
Closes: #301615
- French, thanks to Jean-Luc Coulon
-- Christian Perrier <bubulle@debian.org> Mon, 4 Apr 2005 19:48:55 +0200
2004
freetds (0.61-6.1) unstable; urgency=high
* Non-maintainer upload.
* Add AM_MAINTAINER_MODE and rerun autogen.sh. This hopefully
fixes the FTBFS (closes: #276851)
* Sync debhelper build-depends with DH_COMPAT level (3)
-- Frank Lichtenheld <djpig@debian.org> Fri, 29 Oct 2004 22:33:07 +0200
freetds (0.61-6) unstable; urgency=medium
* Add myself to Uploaders, closing Steve's RFH (closes: #263165) * Work around buggy handling of results from stored procedures in all versions of libct below 0.62.5 (clsoes: #260261) * freetds-dev now conflicts with crystalspace-dev, as we have a header (/usr/include/cstypes.h) by the same name (closes: #259105) * Update debian/watch to actually work properly with upstream.
-- Adam Conrad <adconrad@0c3.net> Thu, 2 Sep 2004 23:30:26 -0600
2003
freetds (0.61-5) unstable; urgency=low
* Since we depend on the odbcinst package, always ask about ODBC
support at configure time. Also, allow dpkg-reconfigure to change
the ODBC handling preference. (Closes: #198523)
-- Steve Langasek <vorlon@debian.org> Sun, 6 Jul 2003 01:19:49 -0500
freetds (0.61-4) unstable; urgency=low
* Fix an out-of-range comparison error on unsigned char platforms
(closes: #161897).
-- Steve Langasek <vorlon@debian.org> Sat, 19 Apr 2003 22:51:21 -0500
freetds (0.61-3) unstable; urgency=low
* After rerunning autotools, the name of the real library changed on
us again; copy the /real/ file into /usr/lib/odbc, not just a
symlink (closes: #185172).
-- Steve Langasek <vorlon@debian.org> Fri, 18 Apr 2003 14:02:05 -0500
freetds (0.61-2) unstable; urgency=low
* Update the package to comply with v. 3.5.8 of policy.
* Rerun the autotools for mips/mipsel, because upstream is still using
libtool 1.4a (closes: #183792).
-- Steve Langasek <vorlon@debian.org> Sun, 2 Mar 2003 19:36:49 -0600
freetds (0.61-1) unstable; urgency=low
* new upstream release.
* libct0 is now libct1.
* libsybdb2 is now libsybdb3.
* Work on the idempotency of the maintainer scripts, so that 1) we
never remove the driver on a running system, 2) our reference count
remains net-constant, and 3) we are calling odbcinst so that we can
provide tweaked driver settings in the package when needed.
-- Steve Langasek <vorlon@debian.org> Sun, 12 Jan 2003 13:40:28 -0600
2002
freetds (0.60.1-3) unstable; urgency=low
* incorporate changes from CVS to eliminate the dependency on
OpenSSL -- required for licensing reasons.
* use AM_MAINTAINER_MODE to make autobuilders happy (closes: #162924).
-- Steve Langasek <vorlon@debian.org> Sun, 29 Sep 2002 15:58:12 -0500
freetds (0.60.1-2) unstable; urgency=low
* rerun libtoolize --force --copy; upstream built with an older
version, which doesn't work too well on some of our archs.
-- Steve Langasek <vorlon@debian.org> Sat, 21 Sep 2002 12:14:21 -0500
freetds (0.60.1-1) unstable; urgency=low
* New upstream release
-- Steve Langasek <vorlon@debian.org> Fri, 20 Sep 2002 12:14:19 -0500
freetds (0.53-7) unstable; urgency=low
* It's the bug that wouldn't die. Try one more time to get the postrm
right. (Closes: #139960)
-- Steve Langasek <vorlon@debian.org> Wed, 17 Apr 2002 10:21:13 -0500
freetds (0.53-6) unstable; urgency=low
* Redirect output in the postrm, since debhelper is smarter than I am
(really closes: #139960).
-- Steve Langasek <vorlon@debian.org> Mon, 1 Apr 2002 21:53:33 -0600
freetds (0.53-5) unstable; urgency=low
* Fix for possible debconf hang in postrm, due to spurious messages on
stderr (closes: #139960).
* Better handling for the case where we're reading from a closed
socket (closes: #138166).
* Quote the ldconfig call in our postinst, to work around the broken
shards of rectal thermometer that is the lintian check.
-- Steve Langasek <vorlon@debian.org> Wed, 27 Mar 2002 12:16:50 -0600
freetds (0.53-4) unstable; urgency=low
* Merge in Russian debconf templates, thanks to Ilgiz Kalmetev
<ilgiz@bashtelecom.ru>. (Closes: #137651)
-- Steve Langasek <vorlon@debian.org> Sun, 10 Mar 2002 12:38:09 -0600
freetds (0.53-3) unstable; urgency=low
* patch from upstream CVS to address segfaults w/ null server names
(closes: #132775)
-- Steve Langasek <vorlon@debian.org> Tue, 12 Feb 2002 17:36:38 -0600
freetds (0.53-2) unstable; urgency=low
* Fix build-dependencies to get the proper version of unixodbc-dev.
* Fix the numerous build-time warnings that mean real problems on
non-i386 archen (closes: #129608). Remaining warnings are either
ones that should be left in place as reminders to upstream, or in
the unused tdssrv library that's included only as a reference for
future application developers.
-- Steve Langasek <vorlon@debian.org> Wed, 16 Jan 2002 22:57:37 -0600
freetds (0.53-1) unstable; urgency=low
* New upstream release * Move the ODBC driver into the /usr/lib/odbc subdirectory.
-- Steve Langasek <vorlon@debian.org> Mon, 14 Jan 2002 21:38:34 -0600
2001
freetds (0.52+0.53rc2-1) unstable; urgency=low
* New upstream release
* Build against unixodbc-dev instead of libiodbc2-dev, since unixodbc
is more current (ODBC 3.0)
* Include our own copy of the Sybase `interfaces' file; upstream no
longer ships it, but we keep a copy around for use in maintainer
scripts.
-- Steve Langasek <vorlon@debian.org> Sun, 16 Dec 2001 22:55:54 -0600
freetds (0.52+0.53pre2-2) unstable; urgency=low
* Added missing calls to ldconfig, since we're not calling
dh_makeshlibs now.
-- Steve Langasek <vorlon@debian.org> Wed, 28 Nov 2001 22:19:54 -0600
freetds (0.52+0.53pre2-1) unstable; urgency=low
* New upstream (pre)release. Fixes a number of serious bugs that
were present in the last release.
(closes: #117725)
-- Steve Langasek <vorlon@debian.org> Sat, 24 Nov 2001 13:43:19 -0600
freetds (0.52-3) unstable; urgency=low
* Separate out templates.es into a separate file, for greater flexibility.
* Added German language localization for debconf, thanks to Michael
Bramer <grisu@debian.org>. (closes: #106517)
* Manually specify --build and --host options to configure,
eliminating the need for updated config.guess
-- Steve Langasek <vorlon@debian.org> Fri, 27 Jul 2001 09:11:33 -0500
freetds (0.52-2) unstable; urgency=low
* Fixed Spanish-localized debconf template; previous version contained
an incomplete translation
* Add support for automatically registering the ODBC driver at
install-time (if /usr/bin/odbcinst is present)
* Add Build-Depend on libglib-dev for the odbc driver
(closes: #106437, #106442)
-- Steve Langasek <vorlon@debian.org> Tue, 24 Jul 2001 09:17:14 -0500
freetds (0.52-1) unstable; urgency=low
* New upstream release (closes: #101135) * new ODBC driver included in package
-- Steve Langasek <vorlon@debian.org> Sat, 21 Jul 2001 12:39:47 -0500
freetds (0.51-4) unstable; urgency=low
* need up-to-date config.sub for the arm autobuilder. * fixed the Section of the source package.
-- Steve Langasek <vorlon@debian.org> Sun, 4 Feb 2001 16:03:36 -0600
freetds (0.51-3) unstable; urgency=low
* preliminary fixes for 64-bit architectures * fixed shlibs file. Now auto-generated w/ debhelper.
-- Steve Langasek <vorlon@debian.org> Mon, 29 Jan 2001 22:39:14 -0600
freetds (0.51-2) unstable; urgency=low
* Use dh_links to create doc symlinks
-- Steve Langasek <vorlon@debian.org> Mon, 15 Jan 2001 12:16:11 -0600
2000
freetds (0.51-1) unstable; urgency=low
* New upstream release * /usr/lib/freetds directory no longer needed. Removed from package.
-- Steve Langasek <vorlon@dodds.net> Sun, 26 Nov 2000 23:58:07 -0600
freetds (0.50-3) unstable; urgency=low
* updated conf file handling with help from lintian
-- Steve Langasek <vorlon@dodds.net> Wed, 8 Nov 2000 10:49:22 -0600
freetds (0.50-2) unstable; urgency=low
* Fixed /usr/lib/freetds/interfaces to be a conffile * added /usr/lib/freetds/include symlink, fixed to work as expected
-- Steve Langasek <vorlon@dodds.net> Tue, 7 Nov 2000 22:12:24 -0600
freetds (0.50-1) unstable; urgency=low
* Initial release.
-- Steve Langasek <vorlon@dodds.net> Tue, 7 Nov 2000 09:15:40 -0600