Bump 1.1.95
[gc-dialer] / support / builddeb.py
index 968eb1e..13a076d 100755 (executable)
@@ -30,7 +30,10 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Unescaping HTML escaped characters in names
+* Fixing a call-out bug
+* Adding error messages to cases that in theory should never be hit but are
+* Protecting some code paths that should never have needed it but do
+* Fixing a bug about not properly recovering from a failed login
 """.strip()
 
 
@@ -43,7 +46,7 @@ rm -f ~/.%(name)s/notifier.log
 
 __preremove__ = """#!/bin/sh -e
 
-python /usr/lib/dialcentral/alarm_handler.py -d || true
+python /opt/dialcentral/lib/alarm_handler.py -d || true
 """