diff --git a/CHANGES b/CHANGES index a29643ab..4cfb3ee6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.0.10 + - bugfix: display updates when posting to oneliners, issue #235 + 2.0.9 - bugfix: profile.py now accepts a target handle as an optional argument to its main() function, so online.py can successfully diff --git a/docs/conf.py b/docs/conf.py index 9c20a3ae..7ddb4207 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,7 +48,7 @@ # built documents. # # The short X.Y version. -version = '2.0.9' +version = '2.0.10' # The full version, including alpha/beta/rc tags. release = '2.0.9' diff --git a/setup.py b/setup.py index 1728d04f..38f2ec35 100755 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ def run(self): setup(name='x84', - version='2.0.9', + version='2.0.10', description=("Framework for Telnet and SSH BBS or MUD server " "development with example default bbs board"), long_description=open(os.path.join(HERE, README)).read(), diff --git a/x84/default/ol.py b/x84/default/ol.py index 51f78903..aa45118f 100644 --- a/x84/default/ol.py +++ b/x84/default/ol.py @@ -491,7 +491,7 @@ def do_prompt(term, session): # user has said something to the local database, # refresh it so that they can beam with pride ... dirty = 1 - continue + break # only redraw prompt (user canceled) dirty = 2