wmifs (1.3b1-22) unstable; urgency=low * Fixed segfault, thanks to The Mayhem Team from Cylab, Carnegie Mellon University. * Updated standards version: + added build-arch, build-indep targets to debian/build, + added hardening build flags. -- Martin A. Godisch Thu, 27 Jun 2013 21:11:29 +0200 wmifs (1.3b1-21) unstable; urgency=low * Now really fixed stats_ptr and ifr__name issue. -- Martin A. Godisch Wed, 25 Nov 2009 21:27:35 +0100 wmifs (1.3b1-20) unstable; urgency=low * Replaced stats_ptr and ifr__name which are not defined on all archs. * Updated copyright file. * Updated standards version. -- Martin A. Godisch Tue, 24 Nov 2009 21:49:25 +0100 wmifs (1.3b1-19) unstable; urgency=low * Fixed build-dependencies, closes: #486995. * Updated standards version. -- Martin A. Godisch Mon, 23 Jun 2008 21:30:15 +0200 wmifs (1.3b1-18) unstable; urgency=low * New maintainer, closes: #439971. * Removed debhepler and cdbs build-dependency. * Updated standards version. -- Martin A. Godisch Sun, 03 Feb 2008 17:15:18 +0100 wmifs (1.3b1-17) unstable; urgency=low * debian/control: + Set maintainer to Debian QA group. + Drop build-depends on obsolete xlibs-dev. + Bump Standards-Version to 3.7.2, no changes needed. -- Romain Francoise Tue, 28 Aug 2007 21:48:53 +0200 wmifs (1.3b1-16) unstable; urgency=low * debian/control: + Build-Depend on libx11-dev | xlibs-dev, libxpm-dev | xlibs-dev. + Build-Depend on debhelper (>= 5.0.0). + Bump Standards-Version to 3.6.2.1, no changes needed. * debian/compat: Switch to debhelper compatibility level 5. -- Romain Francoise Sun, 8 Jan 2006 00:41:03 +0100 wmifs (1.3b1-15) unstable; urgency=low * wmifs/wmifs.c: patch from Tom Marshall , adds a special interface name "auto" for the -i option. "wmifs -i auto" will automatically select the first up interface (closes: #204873). * debian/wmifs.1: Document "-i auto" behavior. -- Romain Francoise Sun, 29 Feb 2004 17:19:12 +0100 wmifs (1.3b1-14) unstable; urgency=low * wmifs/wmifs.c: patch from Peter Samuelson to make sampling and scrolling intervals customizable, adds new options -I and -s (closes: #226689). * debian/wmifs.1: Add new options -I and -s. -- Romain Francoise Thu, 8 Jan 2004 19:21:06 +0100 wmifs (1.3b1-13) unstable; urgency=low * The "Stepping up" release. * New maintainer. * debian/control: + Update maintainer contact info. + Add Recommends on wmaker. + Add Build-Depends on cdbs. * debian/copyright: Update maintainer information. -- Romain Francoise Fri, 5 Dec 2003 20:17:25 +0100 wmifs (1.3b1-12) unstable; urgency=low * The "Why hasn't anyone taken over wmifs yet?" release. * debian/changelog: recode as UTF-8. * debian/control: + build-depend on cdbs, bump debhelper to (>= 4.1.0). + bump Standards-Version to 3.6.1.0. * debian/compat: use debhelper 4. * debian/rules: switch to cdbs. -- Jordi Mallach Tue, 25 Nov 2003 17:20:41 +0100 wmifs (1.3b1-11) unstable; urgency=low * debian/changelog: removed emacs stuff. * debian/conffiles: removed; DH_COMPAT=3 adds it for us. * debian/copyright: added upstream authors. * debian/rules: removed dh_make cruft. * debian/wmifs.1: documented Lock Mode. * wmifs/wmifs.c: the long interface name patch made wmifs segfault with some interfaces. Matyas Koszik spotted problem and mhp provided a nice patch with Matyas' fix (closes: #126501). This may fix #119181 too, but I can't check too well. -- Jordi Mallach Tue, 15 Jan 2002 20:56:47 +0100 wmifs (1.3b1-10) unstable; urgency=low * wmifs/wmifs.c: patch from Davi Leal which fixes the display of long interface names. wmifs only has space to display interface names which are 5 characters long at the most. Now it will cut interface names so they fit well. For example, "dummy0" will be displayed as "dumm0", or "vmnet10" as "vmn10" (closes: #103083). -- Jordi Mallach Fri, 31 Aug 2001 02:51:59 +0200 wmifs (1.3b1-9) unstable; urgency=low * debian/control: Standards-Version: 3.5.6.0 (no changes). * wmifs/wmifs.c: uncomment the ioctl call which makes ppp stats work. Thanks, Patrick (closes: #105361). -- Jordi Mallach Thu, 2 Aug 2001 02:55:50 +0200 wmifs (1.3b1-8) unstable; urgency=low * wmifs/wmifs.c: fixed a thinko in the previous patch. If you use LockMode without providing an interface, ignore the lock. Thanks again, Jorge. -- Jordi Mallach Fri, 24 Jun 2001 23:24:29 +0200 wmifs (1.3b1-7) unstable; urgency=low * debian/control: Standards-Version: 3.5.5.0. * debian/wmifs.1: added a missing newline. * wmifs/wmifs.c: added a new command line argument, -l, which starts wmifs in "Lock Mode". With it, if you specify an interface with -i but it's not up, wmifs won't try to fall back to another existing interface. Thanks to Jorge GarcĂ­a for the help. (closes: #26870) * And finally wmifs is bugfree(tm) (or you haven't reported them :) -- Jordi Mallach Sat, 16 Jun 2001 20:11:58 +0200 wmifs (1.3b1-6) unstable; urgency=low * New Maintainer. * debian/control: + Standards-Version: 3.5.4.0 + Build-Depends against xlibs-dev, debhelper (>= 3.0.0) (closes: #92681) + minor modifications to the description * debian/rules: + added DEB_BUILD_OPTIONS support + cleaned up a bit, added the install target + DH_COMPAT=3 + install binary in /usr/bin + install the new manpage * debian/README.Debian: removed. * debian/copyright: + new download URL + changed copyright location * debian/menu: it's back! (closes: #77005, thanks xtifr) * debian/wmifs.1: wrote a manpage for wmifs. It's not funny, but someone else wrote it while I was working on the NMU. Thanks for the effort anyway, Evelyn (closes: #93478). * wmifs/Makefile: + fixed things so DEB_BUILD_OPTIONS work + fixed clean rule (closes: #27458) * wmbifs/wmifs.c: + applied patch from Barak Pearlmutter which fixes a bad 'catching up' behaviour after suspends (closes: #40682, #83003) + applied patch from Chris Hanson , fixes a segfault when there are many network interfaces in the system (closes: #39922) + fixed WMIFS_VERSION * These were fixed in previous uploads, closes: #41746, #67983). -- Jordi Mallach Sun, 6 May 2001 13:50:04 +0200 wmifs (1.3b1-5.1) unstable; urgency=low * NMU by Branden Robinson . * Recompile against modern xpm4g package to get proper shared library dependency and permit this package to be installed with forthcoming XFree86 4.x packages, which include libXpm. * debian/control: added Build-Depends -- Branden Robinson Mon, 23 Oct 2000 14:45:48 -0500 wmifs (1.3b1-5) unstable; urgency=low * Remove annoying "heyho!" debugging printf that happened when one does not have ppp. Fixes: #42297 -- Ben Gertzfield Sun, 1 Aug 1999 13:51:50 -0700 wmifs (1.3b1-4) unstable; urgency=low * Patch from Stephen Pitts to bump static buffer size from 128 to #defined size (now 512). Fixes: #41746. -- Ben Gertzfield Thu, 22 Jul 1999 07:22:39 -0700 wmifs (1.3b1-3) unstable; urgency=low * Bump MAX_STAT_DEVICES to 16. Closes: #37572 -- Ben Gertzfield Sun, 4 Jul 1999 10:07:03 -0700 wmifs (1.3b1-2) frozen unstable; urgency=low * Make it so that a make clean does not cause debian/rules clean to bomb out. Fixes bug #28502. -- Ben Gertzfield Sun, 25 Oct 1998 10:34:44 -0800 wmifs (1.3b1-1) unstable; urgency=low * Initial Release. -- Ben Gertzfield Tue, 25 Aug 1998 13:36:10 -0700