secvpn (2.21) unstable; urgency=low

  * Fixed Bug "secvpn: fails to purge if perl-modules is not installed".
    Closes: #431947 

 -- Bernd Schumacher <bernd.schumacher@hp.com>  Fri, 31 Aug 2007 10:43:10 +0200

secvpn (2.20) unstable; urgency=low

  * Fixed Bug "secvpn doesn't install when user $HOME's not directly under
    /home/" reported by . Closes: #302444

  * Carsten Dinkelmann <Carsten.Dinkelmann@foobar-cpa.de> fixed problem 
    with DO_PING=true in secvpnmon

 -- Bernd Schumacher <bernd.schumacher@hp.com>  Wed,  6 Apr 2005 14:28:12 +0200

secvpn (2.19) unstable; urgency=low

  * sudo patch from Yaroslav Halchenko <debian@onerussian.com> added, to
  let pppd and its secvpnmon run via sudo. Closes: #274981

 -- Bernd Schumacher <bernd.schumacher@hp.com>  Wed, 23 Feb 2005 15:03:58 +0100

secvpn (2.18) unstable; urgency=low

  * Remote node is first checked via ping before trying to setup connection
    (can be disabled via secvpn.conf)

 -- Bernd Schumacher <bernd.schumacher@hp.com>  Wed,  6 Oct 2004 13:10:39 +0200

secvpn (2.17) unstable; urgency=low

  * Changed start/stop priority to 22

 -- Bernd Schumacher <bernd.schumacher@hp.com>  Mon, 04 Oct 2004 11:00:00 +0100

secvpn (2.16) unstable; urgency=low

  * Added option '-once' to secvpnmon
  * Added call to 'secvpnmon -once' to '/etc/init.d/secvpn start'

 -- Bernd Schumacher <bernd.schumacher@hp.com>  Wed, 18 Aug 2004 12:00:00 +0100

secvpn (2.15) unstable; urgency=low

  * Applied documentation patch, to explain a few more things, from
    Jeronimo Pellegrini <pellegrini@mpcnet.com.br>. Closes: #234679 
  * Corrected non-conforming description with patch from
    Matej Vela <mvela@irb.hr>. Closes: #235619
  * /etc/init.d/secvpn is renamed to /etc/init.d/secvpnmon to make
    clear that it only starts and stops the monitor of secvpn. Now it
    is clear that "/etc/init.d/secvpnmon stop" won't terminate vpn 
    connections. This closes the bugreport from Tomas Pospisek 
    <tpo_deb@sourcepole.ch>. Closes: #223616

 -- Bernd Schumacher <bernd.schumacher@hp.com>  Tue,  2 Mar 2004 17:19:32 +0100

secvpn (2.14) unstable; urgency=low

  * Resolved problem: Minor description "bugs". Closes: #193500
  * To check, if secvpn is running, it is not only checked,
    that the remote tunnel ip can be reached over a ppp connection, 
    as in earlier versions, but it is also checked, that the 
    correct ppp connection is used.

 -- Bernd Schumacher <bernd.schumacher@hp.com>  Mon,  2 Jun 2003 10:58:30 +0200

secvpn (2.13) unstable; urgency=low

  * using /usr/share/secvpn instead of /usr/lib.
  * changed section from non-us to net.

 -- Bernd Schumacher <bernd.schumacher@hp.com>  Thu, 17 Apr 2003 17:03:29 +0200

secvpn (2.12) unstable; urgency=low

  * Added explanation in example config /etc/secvpn.conf: 
    "... Change all occurances of secvpn1, secvpn2 
    in this file to the hostnames of your systems ..." Closes: #161463 

 -- Bernd Schumacher <bernd.schumacher@hp.com>  Sun,  6 Oct 2002 11:30:25 +0200

secvpn (2.11) unstable; urgency=low

  * using debian timeout instead of own secvpn timeout

 -- Bernd Schumacher <bernd_schumacher@hp.com>  Mon,  3 Dec 2001 17:22:31 +0100

secvpn (2.10) unstable; urgency=low

  * using /etc/init.d/secvpn to control /etc/inittab. Closes: #121234
  * using new debhelper version
  * use full path for /sbin/route /sbin/ifconfig /usr/sbin/secvpn, because
    not all versions of ssh have /usr/sbin and /sbin in PATH
  * support multiple LAN-cards in same subnet
  * added timeout and manpage
  * updated commercial contacts

 -- Bernd Schumacher <bernd_schumacher@hp.com>  Fri, 30 Nov 2001 09:01:30 +0100

secvpn (2.02) unstable; urgency=low

  * Build-Depends is now on the right place. Closes: #84642
  * Build-Depends is now on the right place. Closes: #84655
  * Architecture changed from any to all

 -- Bernd Schumacher <bernd_schumacher@hp.com>  Fri, 23 Feb 2001 09:27:06 +0100

secvpn (2.01) unstable; urgency=low

  * New version number indicates that this is a debian-only package.
  * Added build dependancy "debmake". Closes: #78304
  * Performance Tuning. Secvpn now uses ssh blowfish encryption 
    and pppd without compression as default.

 -- Bernd Schumacher <bernd_schumacher@hp.com>  Mon, 22 Jan 2001 09:24:38 +0100

secvpn (1-9) unstable; urgency=low

  * Changed section to non-US/main

 -- Bernd Schumacher <bernd_schumacher@hp.com>  Fri, 10 Nov 2000 20:37:24 +0100

secvpn (1-8) unstable; urgency=low

  * Added documentation tcp-over-tcp
  * Added new option -r

 -- Bernd Schumacher <bernd_schumacher@hp.com>  Thu,  9 Nov 2000 11:34:12 +0100

secvpn (1-7) unstable; urgency=low

  * corrected syntax of some conffiles

 -- Bernd Schumacher <bernd_schumacher@hp.com>  Thu, 12 Oct 2000 10:20:13 +0200

secvpn (1-6) unstable; urgency=low

  * secvpnmon now continues to build connections if one connection does
    not work (changed break to continue)
  * changed  "if [ ... == ... ]; then" to "if [ ... = ... ]; then"
  * added postrm to change /etc/inittab
  * added description
  * T/O_GOOD_ONES will not be overwritten anymore (done by sr@nice.de)
  * manualpage with syntax of secvpn.conf added (done by sr@nice.de)

 -- Bernd Schumacher <bernd_schumacher@hp.com>  Thu,  5 Oct 2000 14:18:27 +0200

secvpn (1-5) unstable; urgency=low

  * Added commercial documentation

 -- Bernd Schumacher <bernd_schumacher@hp.com>  Fri, 18 Aug 2000 11:05:48 +0200

secvpn (1-4) unstable; urgency=low

  * secvpn stop now shuts down ppp-interface before killing pppd
  * secvpn start|stop|routeadd|routdel asks remote pc to do the same
    command, now only to actual connection

 -- Bernd Schumacher <bernd_schumacher@hp.com>  Tue,  1 Aug 2000 15:10:39 +0200

secvpn (1-3) unstable; urgency=low

  * Adding syslog messages

 -- Bernd Schumacher <bernd_schumacher@hp.com>  Fri, 28 Jul 2000 09:46:34 +0200

secvpn (1-2) unstable; urgency=low

  * added support for secvpn trees

 -- Bernd Schumacher <bernd_schumacher@hp.com>  Fri, 21 Jul 2000 10:08:25 +0200

secvpn (1-1) unstable; urgency=low

  * Initial release.

 -- Bernd Schumacher <bernd_schumacher@hp.com>  Mon, 17 Apr 2000 09:20:33 +0200

Local variables:
mode: debian-changelog
End:
