kvirc (1:2.1.2-11) unstable; urgency=low

  * #138169: The problem in bug #138169 is due to a bug in libtool. See
    bug #98342 for details. KVirc still doesn't build correctly even with
    the latest libtool (1.4.2-4). When this gets properly fixed I'll update
    kvirc's build dependency on libtool. In the mean time, I've applied a
    patch from that bug report which fixes it for me.
    (Closes: #138169)
  * Redid debian/rules somewhat; no longer try to build differently
    depending on how KDE is installed. If the preferred configuration breaks
    for some platform, I'd rather know about it.
  * Don't link versus qt-mt anymore.
  * GNU config automated update: config.sub (20010907 to 20020307),
    config.guess (20010904 to 20020320)

 -- Robin Verduijn <robin@debian.org>  Tue, 16 Apr 2002 13:47:41 -0400

kvirc (1:2.1.2-10) unstable; urgency=low

  * Change default alternative nick to "newbie_".
    Set auto-rejoin-on-kick to off by default.
    (Closes: #138633)
  * Add devscripts to Build-Depends because dch is used by the autoconf
    update routine.

 -- Robin Verduijn <robin@debian.org>  Mon, 15 Apr 2002 07:54:37 -0400

kvirc (1:2.1.2-9) unstable; urgency=low

  * Remove "-pre" from the version as it tends to clutter up users' home
    directories. Users should remove any redundant ~/.kvirc-2.1.2-preX
    directories themselves if they aren't using them anymore. The window
    caption is stored inside ~/.kvirc-2.1.2/config/kvi.irc.conf and
    can be configured from within KVIrc. (Closes: #133471)
  * Fix the autoconf bit to make it compile with the autoconf EXEEXT
    bug. Basically this involves making sure that autoconf 2.5x is used
    instead of autoconf 2.13. Strange that this didn't bite me before.
  * Various upstream bug fixes.

 -- Robin Verduijn <robin@debian.org>  Wed, 27 Feb 2002 19:23:43 +0000

kvirc (1:2.1.2-8) unstable; urgency=low

  * Fix compilation on alpha. (Closes: #121385)
  * Upstream bug fixes. See changelog for details.

 -- Robin Verduijn <robin@debian.org>  Tue, 27 Nov 2001 12:55:37 -0700

kvirc (1:2.1.2-7) unstable; urgency=low

  * Minor spelling changes. (Closes: #118872)

 -- Robin Verduijn <robin@debian.org>  Thu, 22 Nov 2001 11:26:39 -0700

kvirc (1:2.1.2-6) unstable; urgency=low

  * Compile with the latest binutils in order to benefit from prelinking.

 -- Robin Verduijn <robin@debian.org>  Wed, 31 Oct 2001 20:59:17 -0700

kvirc (1:2.1.2-5) unstable; urgency=low

  * Support pulling in the latest config.{sub,guess} add compile-time.
  * Build-Depends: autotools-dev.
  * Build with -fno-exceptions again.

 -- Robin Verduijn <robin@debian.org>  Sat, 13 Oct 2001 11:42:08 -0600

kvirc (1:2.1.2-4) unstable; urgency=low

  * Use updated config.sub and config.guess so we properly build on all
    architectures. (Closes: #115144)

 -- Robin Verduijn <robin@debian.org>  Wed, 10 Oct 2001 10:27:01 -0600

kvirc (1:2.1.2-3) unstable; urgency=low

  * Removed the build dependency on automake by moving the autogen.sh
    outside of the debian/rules and shipping the configure and Makefile.in
    files in the source package. In the long term kvirc will have to be able
    to use automake 1.5 but in the mean time I will keep the old automake
    around on my machine. (Closes: #114714)
  * Modified the descriptions a bit to make them more, well...  descriptive.

 -- Robin Verduijn <robin@debian.org>  Mon,  8 Oct 2001 17:41:36 -0600

kvirc (1:2.1.2-2) unstable; urgency=low

  * Small fix in the handling of options to configure.
  * Include .xpm files in source package to avoid the segfault in convert.
  * Removed the build-dependency on imagemagick.
  * Fixed ldconfig handling in postinst and postrm scripts.
  * Cleaned up rules files.

 -- Robin Verduijn <robin@debian.org>  Fri,  5 Oct 2001 14:26:35 -0600

kvirc (1:2.1.2-1) unstable; urgency=low

  * Change the version number to 2.1.2 to match upstream version.
  * Hopefully with dependencies installed on arm and powerpc the package
    will build for those platforms now...
  * Fixed a harmless warning during doc generation.
  * Disable objprelink for Debian build since it confuses lintian
    (shlib-with-non-pic code).
  * Previous upload fixed the segfault bug. (Closes: #111625)

 -- Robin Verduijn <robin@debian.org>  Mon, 24 Sep 2001 12:59:10 -0600

kvirc (2.1.2-pre8) unstable; urgency=low

  * Fixed the segfault on exit bug.
  * Change build dependency on libqt-dev.

 -- Robin Verduijn <robin@debian.org>  Tue, 11 Sep 2001 18:26:29 -0600

kvirc (2.1.2-pre7) unstable; urgency=low

  * Add ldconfig to postinst script for kvirc.
  * Fix -rpath issues. For good this time, I hope.
  * Change build dependency on imagemagick (>= 5.2.8) since older
    versions of imagemagick would segfault on big-endian systems.
    Hopefully this makes the autobuilders happy again.
    See #107294 for details.

 -- Robin Verduijn <robin@debian.org>  Thu,  6 Sep 2001 15:41:09 -0600

kvirc (2.1.2-pre6) unstable; urgency=low

  * Upstream: more bug fixes.
  * Upstream: better sound support.
  * Upstream: Xft fixes.
  * Upstream: documentation updates.
  * Upstream: usability enhancements.
  * Enable -O3 optimisation for x86 platforms.
  * Generate 64x64 icons.
  * Sanitized debian/rules.
  * Add hints to the menu file.
  * Integrate objprelink with libtool to make for faster startup.
  * Have KVIrc report the proper version.
  * kvirc-doc should be Architecture: all.
  * KVIrc is now lintian-clean.
  * Font anti-aliasing was turned on in 2.1.2-pre3. (Closes: #108490)

 -- Robin Verduijn <robin@debian.org>  Wed, 29 Aug 2001 11:54:52 -0600

kvirc (2.1.2-pre5) unstable; urgency=low

  * Yet more upstream enhancements... Triskelios never sleeps, it seems.
  * Enabled multithread support.
  * Don't patch Makefile; patch acinclude.m4.in instead.
  * Add Depends: kvirc to kvirc-dev and kvirc-doc.
  * Make the configure target change the literal $PREFIX in the man page
    to the prefix we're installing in, i.e. /usr.
  * Add a versioned dependancy on libqt2 (>= 2.3) and kdelibs3 (>= 2.2)
    since I think only specifying libqt2 was creating problems for
    people on older systems.
  * Supply rfc2810.txt, rfc2811.txt, rfc2812.txt and rfc2813.txt with
    kvirc-doc, since the documentation mentions their existence.
  * Supply Plugins-devel-HOWTO with kvirc-dev.
  * Supply the example plugin with kvirc-dev, to help people figure out
    how to write their own plugins.
  * Have a working basicplugin example that compiles properly.
  * Allow for compilation of plugins using the kvirc-config script. This
    used not to work unless one had the full source package installed.
  * KVIrc is compliant with standards version 3.5.6 now.
  * It should now be easier for (beginning) developers to sit down and
    write plugins for KVIrc :)

 -- Robin Verduijn <robin@debian.org>  Mon, 30 Jul 2001 19:55:37 -0600

kvirc (2.1.2-pre4) unstable; urgency=low

  * New logo.
  * Don't use --with-o3-optimisation.
  * Xft fixes.

 -- Robin Verduijn <robin@debian.org>  Sun, 29 Jul 2001 02:47:57 -0600

kvirc (2.1.2-pre3) unstable; urgency=low

  * More upstream fixes.
  * Xft support added.
  * New icons.

 -- Robin Verduijn <robin@debian.org>  Wed, 18 Jul 2001 09:43:01 -0600

kvirc (2.1.2-pre2) unstable; urgency=low

  * Added imagemagick to Build-Depends. (Closes: #102836)
  * Lots of upstream fixes and enhancements, such as:
  * - Support for more Qt styles
  * - New IRC commands (33).
  * - KDE-style icon sets.
  * - More dock widget configurability.
  * - Cosmetic fixes.
  * Bug fixes.

 -- Robin Verduijn <robin@debian.org>  Mon,  2 Jul 2001 16:21:34 -0600

kvirc (2.1.2-pre1) unstable; urgency=low

  * New upstream version.

 -- Robin Verduijn <robin@debian.org>  Thu, 28 Jun 2001 15:23:52 -0600

kvirc (2.1.1-4) unstable; urgency=low

  * Added Build-Depends: field. (Closes: #101989)
  * Changed KVirc to KVIrc everywhere
  * Capitalize Description: field in control

 -- Robin Verduijn <robin@debian.org>  Sat, 23 Jun 2001 18:28:00 -0600

kvirc (2.1.1-3) unstable; urgency=low

  * First Debian upload.
  * Use DH_COMPAT=3
  * Removed some unnecessary cruft from the {pre,post}-inst scripts since
    debhelper now takes are of that.
  * Add error-checking to for loop in debian/rules.
  * Updated description for KVIrc.
  * Compiled with Standards-Version 3.5.5
  * Use DEB_BUILD_OPTIONS to build a debug-enabled version, if desired.
  * Use DEB_BUILD_GNU_CPU to determine C++ compile flags.
  * Move static libraries to kvirc-dev.
  * Add "set -e" to kvi* scripts.

 -- Robin Verduijn <robin@debian.org>  Wed, 20 Jun 2001 00:00:22 -0600

kvirc (2.1.1-2) unstable; urgency=low

  * Synchronized with cvs.
  * Fix lintian warnings about .../doc/*/INSTALL.gz

 -- Robin Verduijn <robin@debian.org>  Tue, 2 May 2001 11:33:10 -0700

kvirc (2.1.1-1) unstable; urgency=low

  * Synchronized with cvs.

 -- Robin Verduijn <robin@debian.org>  Tue, 11 Apr 2001 22:36:12 -0700

kvirc (2.1.0-1) unstable; urgency=low

  * Synchronized with cvs.

 -- Robin Verduijn <robin@debian.org>  Fri, 16 Feb 2001 11:23:34 +0000

kvirc (2.1.0) unstable; urgency=low

  * Enabled IPv6 support.
  * Removed my icon stuff since the main tree is doing it correctly now.
  * Bumped the version number to 2.1.0. Release time!

 -- Robin Verduijn <robin@debian.org>  Thu, 1 Feb 2001 14:07:15 +0000

kvirc (2.1.0-pre4) unstable; urgency=low

  * Added a #DEBHELPER# line to each of the {pre,post}inst scripts
  * Synchronized with CVS.

 -- Robin Verduijn <robin@debian.org>  Wed, 31 Jan 2001 10:16:35 +0000

kvirc (2.1.0-pre3) unstable; urgency=low

  * Synchronized with CVS.

 -- Robin Verduijn <robin@debian.org>  Thu, 25 Jan 2001 19:31:04 +0000

kvirc (2.1.0-pre2) unstable; urgency=low

  * Ran lintian and corrected all warnings

 -- Robin Verduijn <robin@debian.org>  Thu, 18 Jan 2001 23:44:00 -0700

kvirc (2.1.0-pre1) unstable; urgency=low

  * Install the proper icon files to improve KDE2 icon handling.
  * Synchronized with CVS.
  * Re-enabled the tkjb plugin.
  * Moved some documentation files to the kvirc-doc package.
  * Bumped the version number.

 -- Robin Verduijn <robin@debian.org>  Thu, 28 Dec 2000 14:21:44 +0000

kvirc (2.0-4) unstable; urgency=low

  * Added files to dh_installdocs.
  * Synchronized with CVS.

 -- Robin Verduijn <robin@debian.org>  Wed, 29 Nov 2000 18:52:07 +0000

kvirc (2.0-3) unstable; urgency=low

  * Removed --without-kde-support flag since it caused KDE support to be
    enabled.

 -- Robin Verduijn <robin@debian.org>  Tue, 22 Nov 2000 23:22:19 +0000

kvirc (2.0-2) unstable; urgency=low

  * Synchronized with CVS.

 -- Robin Verduijn <robin@debian.org>  Thu,  2 Nov 2000 16:00:22 +0000

kvirc (2.0-1) unstable; urgency=low

  * Initial release.

 -- Robin Verduijn <robin@debian.org>  Tue, 10 Oct 2000 14:25:47 +0000

