ipmasq (3.4.4) frozen unstable; urgency=low

  * Fixed internal-ppp-peer bug. (closes: #58448)
  * Added sample Z99windows-smb-broadcast.rul designed to silence Windows
    SMB broadcasts from filling up syslog. (closes: #56334)
  * Added sample Z91kerneldynaddr.rul designed to let the kernel know about
    dynamic addresses (from the IP-Masquerade HOWTO)
  * Added rule Z92timeouts.def to clean up TCP/UDP timeouts. (from the
    IP-Masquerade HOWTO)
  * Moved I50external and O50external to I90 and O90, respectively.  This
    closes a loophole in which a spoofed packet could be accepted before
    it is denied. (closes: #54973)
  * Closing bugs fixed in documentation - closes: #35218, #35597
  * Closing unreproducable bugs - closes: #32044

 -- Brian Bassett <brianb@debian.org>  Sat, 19 Feb 2000 16:26:10 -0800

ipmasq (3.4.3) unstable; urgency=medium

  * Back out of patch to nmofif and I30internal.def. (closes: #54616,
    #54630, reopens: #35218)

 -- Brian Bassett <brianb@debian.org>  Mon, 10 Jan 2000 14:57:07 -0800

ipmasq (3.4.2) unstable; urgency=low

  * Now allow the external interface to recieve and send via the
    broadcast address (closes: #54395)
  * Fixed interface-aliases-onto-multiple-subnets-in-2.0 bug
    (Patch courtesy of Piotr Roszatycki <dexter@debian.org>) (closes:
    #35218)

 -- Brian Bassett <brianb@debian.org>  Sat,  8 Jan 2000 15:09:15 -0800

ipmasq (3.4.1) unstable; urgency=low

  * Moved informative prompt about conffiles from postinst to preinst
    (closes: #48482)
  * Removed Suggests for 'ipportfw,' as 'ipportfw' has been removed
    from the distribution (closes: #49112)
  * Fixed default-if so that it will not report duplicates (closes:
    #47171)
  * Added I15lospoof.def to squash packets which have a source of
    127.0.0.0/8 trying to come in over non-loopback interfaces
    (closes: #47172)

 -- Brian Bassett <brianb@debian.org>  Sat,  6 Nov 1999 16:16:59 -0800

ipmasq (3.4.0) unstable; urgency=low

  * Updated to Standards-Version 3.0.1, FHS.
  * ipmasq and crew now live in /usr/sbin (as opposed to /sbin).  They
    depend on cut and sort, which live in /usr/bin.
    + As a result, ipmasq has been moved until later in the boot sequence
      (i.e. after we know /usr (which could be NFS-mounted) is there).
      It now starts at 46 instead of at 41.
  * Added documentation. (closes: #40289)
    + Properly documents how to deal with odball networks (closes:
      #38213, #37433), diald (closes: #35862, #43970), and pcmcia
      (closes: #37636).
  * Fixed typo in O30internal.def (closes: #42121)
  * Internal point-to-point interfaces under 2.2 kernels now handled
    correctly.  Thanks go to Eric Stern <egstern@enteract.com> for the
    patch (closes: #41319)
  * --display is now the composition of --verbose and --no-act
    (closes: #40504)
    + As a side effect, the short option for --version is now -V.  Not a
      problem, as the short options are not canonical.
  * Added ZZZdenyandlog.def to log all denied packets to syslog.
    (closes: #40286)
  * Added ability to use rules files from directories other than
    /etc/ipmasq/rules by using the --rules switch.  Greatly simplifies
    testing and maintenance.
    + As a side effect, we can now implement `/etc/init.d/ipmasq stop`
      rather easily.  It removes all firewall rules, leaving the machine
      open.  Customize with rules files in the /etc/ipmasq/ipmasq-down
      directory.  (closes: #40290)
  * Change the wording of the header of the rules files to discourage
    editing instead of forbidding it.  Also bring the rules under dpkg
    conffile control.  (closes: #37406, #38218)
  * Closing bugs against 3.2.5 (slink version):
    + closes: #41351 (Fixed in 3.3.0)
    + closes: #41392 (Fixed in 3.3.0)
    + closes: #41643 (Fixed in 3.3.0)
    + closes: #41828 (Fixed in 3.3.0)
    + closes: #43037 (Fixed in 3.3.0)

 -- Brian Bassett <brianb@debian.org>  Sun, 10 Oct 1999 00:01:03 -0700

ipmasq (3.3.5) unstable; urgency=low

  * Fix A00path.rul (should be .def) (#39411)
  * Added patch for --debug (shows which files are being executed)
  * Replaced all ocurrences of `foo` with $(foo), which is nestable
    (not to mention, a bit more understandable)

 -- Brian Bassett <brianb@debian.org>  Sat, 12 Jun 1999 22:02:42 -0700

ipmasq (3.3.4) unstable; urgency=low

  * Add locales fix needed if default locale is not the "C" locale.
    (Reported by Erich Schubert <erich.schubert@gmx.de>)
  * Fix a pair of stupid errors. 

 -- Brian Bassett <brianb@debian.org>  Sat, 12 Jun 1999 14:26:10 -0700

ipmasq (3.3.3) unstable; urgency=low

  * O30internal.def now allows multicasting to internal hosts
    (#37482)
  * --display flag now works for non-root users (#37484, part of
    #37481)
  * Added A00path.def to clean the path to a minimal "/bin:/sbin".
    Documented the change in ipmasq-rule.5 (the other part of #37481)
  * Removed vestigal traces of bashisms (#35991)
  * Closing bugs against 3.2.5 (slink version):
    + #36276 (Fixed in 3.3.0)
    + #36277 (Fixed in 3.3.0)
    + #36278 (Fixed in 3.3.2)

 -- Brian Bassett <brianb@debian.org>  Tue, 18 May 1999 18:15:05 -0700

ipmasq (3.3.2) unstable; urgency=low

  * Fixed interface-aliases-onto-multiple-subnets bug (#33339)
  * Rewrote description to reduce confusion (#33288)
  * Added Suggests: line for midentd
  * Removed Suggests: line for redir | socket | rinetd

 -- Brian Bassett <brianb@debian.org>  Sun, 14 Feb 1999 13:21:06 -0800

ipmasq (3.3.1) unstable; urgency=medium

  * Fixed A00sanitycheck.def & 2.2 bug (#33239)
  * Added another example dhcpd rule (#33236)

 -- Brian Bassett <brianb@debian.org>  Thu, 11 Feb 1999 18:38:36 -0800

ipmasq (3.3.0) unstable; urgency=low

  * Fixed `function' bashism in A04functions.def (reported by Shaleh
    <shaleh@livenet.net>)
  * Fixed bashism in debian/postinst (#32360)
  * Fixed sed magic to remove semicolons (#31285)
  * Added --help and --version flags to ipmasq
  * Implement loading of modules with the ipmasq-kmod script and
    /etc/ipmasq/modules file (#26754)
  * Cleaned up double-grep in default-if (Thanks to Piotr Roszatycki
    <dexter@fnet.pl>)
  * Added A00sanitycheck.def to check if the needed kernel features
    have been enabled (Thanks to Karsten Mueller <karsten@mail.nadir.org>)
  * Added patch to A01interfaces.def to display interface info if
    $SHOWRULES is yes (Thanks again, Karsten)
  * Fixed A01interfaces.def to eliminate duplicates (Karsten, yet again)

 -- Brian Bassett <brianb@debian.org>  Wed, 10 Feb 1999 17:53:07 -0800

ipmasq (3.2.5) frozen unstable; urgency=low

  * Fix ip/netmask caching of aliased interfaces (#29250)

 -- Brian Bassett <brianb@debian.org>  Sat, 14 Nov 1998 19:51:30 -0800

ipmasq (3.2.4) frozen unstable; urgency=low

  * Fixed typo in F30internal.def (#28179) 

 -- Brian Bassett <brianb@debian.org>  Wed, 21 Oct 1998 19:14:14 -0700

ipmasq (3.2.3) unstable; urgency=low

  * Added forward-between-multiple-internal-interfaces patch
    (F30internal.def) from Gus <gus@getsystems.com>
  * Renamed ip-{up,down} scripts from ipmasq to 00ipmasq, as other
    scripts in those directories may depend on access to the PPP
    connection.  (#27977)

 -- Brian Bassett <brianb@debian.org>  Thu, 15 Oct 1998 13:48:23 -0700

ipmasq (3.2.2) unstable; urgency=low

  * Updated ipmasq-rule.5 to mention $SHOWRULES
  * Fixed quoting typo (#27222)

 -- Brian Bassett <brianb@debian.org>  Tue, 29 Sep 1998 15:09:24 -0700

ipmasq (3.2.1) unstable; urgency=low

  * Fixed and/or typo (#27207)

 -- Brian Bassett <brianb@debian.org>  Tue, 29 Sep 1998 09:46:14 -0700

ipmasq (3.2.0) unstable; urgency=low

  * Added -d display rules flag
  * Applied speedup patch from Manoj Srivastava <srivasta@datasync.com>
  * Fixed ipofif (#27011)
  * Added TODO

 -- Brian Bassett <brianb@debian.org>  Thu, 24 Sep 1998 09:02:03 -0700

ipmasq (3.1.3) unstable; urgency=low

  * Fixed execute twice if .rul present bug (#26230)
  * Fixed lintian error init.d-script-does-not-implement-required-option

 -- Brian Bassett <brianb@debian.org>  Sat, 29 Aug 1998 16:21:09 -0700

ipmasq (3.1.2) unstable; urgency=low

  * Fixed postrm handling of /etc/ipmasq/ppp
  * Fixed default-if when no default exists (#25738)
  * Fixed missing switch in M70masq.def (#25631)

 -- Brian Bassett <brianb@debian.org>  Mon, 24 Aug 1998 19:36:35 -0700

ipmasq (3.1.1) unstable; urgency=low

  * Fized a small typo in ipmasq which prevented sourcing of .rul files
    when no .def existed
  * Added ipalias patch from Piotr Roszatycki <dexter@fnet.pl>. 
    Hopefully fixes #25315

 -- Brian Bassett <brianb@debian.org>  Sat,  8 Aug 1998 21:33:28 -0700

ipmasq (3.1.0) unstable; urgency=low

  * Split ipmasq into overridable rules files.  Thanks go to Manoj
    Srivasta <srivasta@datasync.com> for the idea and the patch.
  * Added user control to ppp ip-up/down scripts (#25071)
  * Postinst no longer automatically starts ipmasq (#25008)
  * Fixed small race condition with flushing tables (#25470)
  * Fixed typo in ipmasq which causes ipchains error (#25479)
  * Actually install ipmasq.8

 -- Brian Bassett <brianb@debian.org>  Sat,  8 Aug 1998 16:03:41 -0700

ipmasq (3.0) unstable; urgency=low

  * Gave ipmasq some smarts about interfaces and default routes
  * Added man page for ipmasq(8) (#18042)
  * Now robust enough to handle PPP dialup connections (#18545)
  * Fixed typos in package description (#18916)
  * Added support for 2.1.101 and higher kernels (patch from Paul Miller
    <paul@3dillusion.com>) (#23526)
  * Changed maintainer address

 -- Brian Bassett <brianb@debian.org>  Sun, 19 Jul 1998 19:56:14 -0700

ipmasq (2.5) unstable; urgency=low

  * Fixed "test -x" problem (#18011)
  * Made sure debian/copyright installed (#17279)

 -- Brian Bassett <brian@butterfly.ml.org>  Mon,  9 Feb 1998 21:37:43 -0800

ipmasq (2.4) unstable; urgency=low

  * Moved from section admin to section net (Don't ask me why I decided
      admin was the place for this package... ;-)
  * Added undocumented.7 manpages for ipmasq and ipmasqconf
  * Fixed debian/rules to properly call dh_installdocs

 -- Brian Bassett <brian@butterfly.ml.org>  Mon,  9 Feb 1998 14:56:00 -0800

ipmasq (2.3) unstable; urgency=low

  * Added "Configure now?" to postinst. (#15941)
  * Switched from debmake to debhelper.

 -- Brian Bassett <brian@butterfly.ml.org>  Sat, 13 Dec 1997 15:27:02 -0800

ipmasq (2.2) unstable; urgency=low

  * Fixed bash/spaces bug. (#15756)
  * Fixed postinst re-prompting for configuration.

 -- Brian Bassett <brian@butterfly.ml.org>  Thu, 11 Dec 1997 14:56:03 -0800

ipmasq (2.1) unstable; urgency=low

  * Added Suggests line for redir | socket | rinetd

 -- Brian Bassett <brian@butterfly.ml.org>  Mon,  8 Dec 1997 21:24:01 -0800

ipmasq (2.0) unstable; urgency=low

  * Initial Release.

 -- Brian Bassett <brian@butterfly.ml.org>  Tue, 18 Nov 1997 22:51:25 -0800

Local variables:
mode: debian-changelog
add-log-mailing-address: "brianb@debian.org"
End:
