1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
|
autossh (1.3-4) unstable; urgency=low
* explicitly depend on ssh-client | openssh-client (Closes: #315049)
* pass -M to ssh if used after --, patch by Paul Brook (Closes: #320280)
-- Filippo Giunchedi <filippo@debian.org> Thu, 15 Sep 2005 10:47:04 +0200
autossh (1.3-3) unstable; urgency=low
* fixed weird bug when AUTOSSH_PORT and -M are present
-- Filippo Giunchedi <filippo@debian.org> Sun, 26 Jun 2005 19:45:35 +0200
autossh (1.3-2) unstable; urgency=low
* changed Depends: ssh to Depends: ssh-client since ssh is now a
transitional package (Closes: #315049)
-- Filippo Giunchedi <filippo@debian.org> Mon, 20 Jun 2005 13:06:16 +0200
autossh (1.3-1) unstable; urgency=low
* new upstream release
* fixed bad strcpy() usage
* backported default behaviour, -M overrides environment as expected
-- Filippo Giunchedi <filippo@debian.org> Sat, 18 Jun 2005 21:48:14 +0200
autossh (1.2g-3) unstable; urgency=low
* fixed strcpy() with overlapping strings as pointed out by Steve Langasek
-- Filippo Giunchedi <filippo@debian.org> Tue, 24 May 2005 18:31:24 +0200
autossh (1.2g-2) unstable; urgency=low
* fixes important bug when AUTOSSH_PORT=0 (Closes: #309744)
* do not strip "f" from arguments passed to ssh (backported from autossh 1.3)
-- Filippo Giunchedi <filippo@debian.org> Thu, 19 May 2005 14:41:12 +0200
autossh (1.2g-1) unstable; urgency=low
* New upstream release
* added sponsor martin f krafft as uploader
* -M from the commandline overrides enviroment AUTOSSH_PORT, this changes
upstram's behaviour. see #238148
* moved /usr/bin/autossh.real to /usr/lib/autossh/autossh and removed the
lintian override, thanks to martin f krafft
-- Filippo Giunchedi <filippo@esaurito.net> Mon, 16 Nov 2004 20:53:57 +0100
autossh (1.2f-3) unstable; urgency=low
* fixed -M and AUTOSSH_PORT handling, this should now work as expected (i.e.
-M overrides enviroment)
-- Filippo Giunchedi <filippo@esaurito.net> Fri, 2 Apr 2004 22:44:26 +0200
autossh (1.2f-2) unstable; urgency=low
* changed autossh_wrapper to use AUTOSSH_PORT instead of -M and modified
autossh.c to -M always override AUTOSSH_PORT (Closes: #238148)
* fixed autossh chocking on empty (but set) AUTOSSH_PORT (Closes: #238150)
-- Filippo Giunchedi <filippo@esaurito.net> Fri, 19 Mar 2004 17:34:19 +0100
autossh (1.2f-1) unstable; urgency=low
* New upstream version, fixed -f behaviour
* increased timeout to 15 seconds, removed unused variable, fixed manpage
typo, patch by Michael Shields (Closes: #233567, #233568)
* added lintian override for autossh.real
-- Filippo Giunchedi <filippo@esaurito.net> Mon, 23 Feb 2004 12:10:18 +0100
autossh (1.2e-2) unstable; urgency=low
* fixed argument passing in autossh wrapper plus exec, patch by Gael Queri
(Closes: #228371)
* updated Standards-Version and minor changes
-- Filippo Giunchedi <filippo@esaurito.net> Sun, 19 Jan 2004 23:00:30 +0100
autossh (1.2e-1) unstable; urgency=low
* New upstream release
* fixed -f handling in new release (Closes: #191719)
-- Filippo Giunchedi <filippo@esaurito.net> Sat, 15 Nov 2003 14:02:58 +0100
autossh (1.2d-1) unstable; urgency=low
* New upstream release
* /usr/bin/autossh is a wrapper to set autossh.real default port [21021]
(Closes: #177511)
-- Filippo Giunchedi <filippo@esaurito.net> Fri, 20 Jun 2003 22:25:22 +0200
autossh (1.2c-2) unstable; urgency=low
* updated Standards-Version
* removed dh_make boilerplate in copyright (now lintian error-free)
-- Filippo Giunchedi <filippo@esaurito.net> Sat, 11 Jan 2003 17:56:41 +0100
autossh (1.2c-1) unstable; urgency=low
* Initial Release.
-- Filippo Giunchedi <filippo@esaurito.net> Mon, 23 Dec 2002 16:36:39 +0000
|