X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fmysqltcl.git;a=blobdiff_plain;f=debian%2Fchangelog;h=95eafcf9fb13b5e57fed05fc24f1576b9a7e7270;hp=191c1b401338e7f528c25cc2011a6feb42ae6b33;hb=9e769beb427ee86358511c714a8e08912d4df977;hpb=a70381b27f12fca4d29a3776e75fa8e97e2924cb diff --git a/debian/changelog b/debian/changelog index 191c1b4..95eafcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +mysqltcl (3.051-1) unstable; urgency=low + + * New upstream release - adds a -reconnect option. + + Refresh all patches. + * Increment Standards-Version to 3.9.3 - no changes required. + + -- Sven Hoexter Mon, 21 May 2012 19:26:33 +0200 + +mysqltcl (3.05-7) experimental; urgency=low + + * Temporarily build-depend on libmysqlclient-dev (>= 5.5.17) to + ensure that we really build against the new libmysqlclient in + experimental. + + -- Sven Hoexter Sat, 26 Nov 2011 13:22:02 +0100 + +mysqltcl (3.05-6) experimental; urgency=low + + * Apply a small patch (forwarded from Ubuntu!) to debian/rules adding + --with-mysql-lib so that mysqltcl will work with a multiarch + libmysqlclient. (Closes: #650053) + * Include /usr/share/dpkg/buildflags.mk and use DPKG_EXPORT_BUILDFLAGS + in debian/rules. Add dpkg-dev (>= 1.16.1) to build-depends. + + -- Sven Hoexter Sat, 26 Nov 2011 09:57:34 +0100 + mysqltcl (3.05-5) unstable; urgency=low * Add debian/patches/tcl.m4_gnu_non_linux_ld_settings, patch provided