Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
Merge pull request #263 from jquast/x84-issue-235
Browse files Browse the repository at this point in the history
X84 issue 235
  • Loading branch information
jquast committed Mar 12, 2015
2 parents d27044d + 99fbddb commit e8d4cdf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion x84/default/ol.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8d4cdf

Please sign in to comment.