From 2a3b19b30c6c4cc672800556bcf7748c9bff6d22 Mon Sep 17 00:00:00 2001 From: nojhan Date: Sat, 11 Sep 2010 08:02:43 +0000 Subject: [PATCH] preparing version 0.3 --- CHANGELOG | 2 +- ereshkigal.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3691590..bdd954a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -current: +0.3: * added a via_host field (show on which host the tunnel is build) * don't try to show connections if the user is not root diff --git a/ereshkigal.py b/ereshkigal.py index 1aff738..6fd0df4 100644 --- a/ereshkigal.py +++ b/ereshkigal.py @@ -521,7 +521,8 @@ if __name__ == "__main__": usage = """%prog [options] A user interface to monitor existing SSH tunnel that are managed with autossh. Called without options, ereshkigal displays a list of tunnels on the standard output. - Note: Users other than root will not see tunnels connections""" + Note: Users other than root will not see tunnels connections. + Version 0.3""" parser = OptionParser(usage=usage) parser.add_option("-c", "--curses", action="store_true", dest="curses", default=False,