aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/Changes b/Changes
index 772f22e..31a3b99 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
Revision history for termcast_server
+0.1.2 2014-10-22
+ - Better error handling - hopefully the server shouldn't die randomly on
+ connection timeouts anymore
+ - A few more bug fixes to the web interface
+
0.1.1 2014-10-16
- Basic SSL support. This is undocumented and preliminary - it could change
at any point.
diff --git a/setup.py b/setup.py
index 0fdc350..8b7ce78 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="termcast_server",
- version="0.1.1",
+ version="0.1.2",
description="allow users to broadcast their terminals for others to watch",
url="https://github.com/doy/python-termcast-server",
author="Jesse Luehrs",