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
|
sshm (0.4.2-1) unstable; urgency=low
* Fix compiling with gcc => 4.3.
* Update config.{sub,guess} to support new architectures.
* Refresh copyright years.
* Replace my old email address.
* Add manpage.
* Remove config.h from source, it is created by configure.
* Save some memory by converting useless int methods to boolean.
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 13 Oct 2009 13:31:22 +0200
sshm (0.4.1-1) unstable; urgency=low
* Replaced the old temporary file method with mkstemp() for security
reasons.
Closes: #414546
* Replaced the rename() function, so the configfile won't be destroyed
while copying it between two partitions.
Closes: #414548
* Replaced domain with hostname and servername with serveralias.
Closes: #414550
* Fixes with long hostnames and serveraliases, which could cause
segmentfaults.
Closes: #414551
* Corrected some typos in the program.
Closes: #414552
* Errormessages are now handled by STDERR.
-- Patrick Matthäi <pmatthaei@debian.org> Sat, 13 Mar 2007 07:31:22 +0100
sshm (0.4-1) unstable; urgency=low
* Corrected some typos in the manpage.
Closes: #410938
* Fixed two potential endless loops.
* Fixed a little bug on leaving a ssh session.
* Now you can display only matching servers with
sshm --list searchstring.
* Some code improvements.
-- Patrick Matthäi <pmatthaei@debian.org> Sat, 3 Mar 2007 10:08:21 +0100
sshm (0.3-1) unstable; urgency=low
* Fixed output of --list.
* Fixed bogus at searching the server, if the one string of the
serverdatas were the same as the serveralias.
* Removed the "little" in the package description.
* Improved errormessages.
* Some code improvements.
* Uncommenting works now correct.
* Added a manpage.
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 18 Jan 2007 23:03:33 +0100
sshm (0.2-1) unstable; urgency=low
* Initial release.
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 9 Jan 2007 23:03:33 +0100
|