[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] New upstream release: Fixes another instance of that remot...
Update of /home/or/cvsroot/debian
In directory moria.mit.edu:/tmp/cvs-serv26342/debian
Modified Files:
changelog tor.init
Log Message:
* New upstream release: Fixes another instance of that remote crash bug.
* Mention another reason why stop/reload may fail in the init script.
Index: changelog
===================================================================
RCS file: /home/or/cvsroot/debian/changelog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- changelog 5 Jul 2004 18:31:43 -0000 1.45
+++ changelog 8 Jul 2004 01:22:06 -0000 1.46
@@ -1,3 +1,11 @@
+tor (0.0.7.2-1) unstable; urgency=medium
+
+ * New upstream release.
+ Fixes another instance of that remote crash bug.
+ * Mention another reason why stop/reload may fail in the init script.
+
+ -- Peter Palfrader <weasel@debian.org> Thu, 8 Jul 2004 03:21:32 +0200
+
tor (0.0.7.1-1) unstable; urgency=medium
* New upstream release.
Index: tor.init
===================================================================
RCS file: /home/or/cvsroot/debian/tor.init,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- tor.init 3 Mar 2004 13:23:19 -0000 1.5
+++ tor.init 8 Jul 2004 01:22:06 -0000 1.6
@@ -71,7 +71,7 @@
then
echo "FAILED (Is $pid not $NAME? Is $DAEMON a different binary now?)."
else
- echo "FAILED ($DAEMON died: process $pid not running)."
+ echo "FAILED ($DAEMON died: process $pid not running; or permission denied)."
fi
;;
reload|force-reload)
@@ -87,7 +87,7 @@
then
echo "FAILED (Is $pid not $NAME? Is $DAEMON a different binary now?)."
else
- echo "FAILED ($DAEMON died: process $pid not running)."
+ echo "FAILED ($DAEMON died: process $pid not running; or permission denied)."
fi
;;
restart)