[or-cvs] [metrics-utils/master 2/2] Update ChangeLog and start a .gitignore.

karsten at torproject.org karsten at torproject.org
Mon Sep 20 09:33:03 UTC 2010


Author: Karsten Loesing <karsten.loesing at gmx.net>
Date: Mon, 20 Sep 2010 11:32:45 +0200
Subject: Update ChangeLog and start a .gitignore.
Commit: f22eebb56caa4fd753686cdb0a032a07cb48b9ba

---
 .gitignore    |    3 +++
 visitor/HOWTO |    6 ++++++
 2 files changed, 9 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6008f05
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+# Compiled Java classes
+*.class
+
diff --git a/visitor/HOWTO b/visitor/HOWTO
index 82c9aba..bf24613 100644
--- a/visitor/HOWTO
+++ b/visitor/HOWTO
@@ -5,6 +5,12 @@ VisiTor
 
 Change log:
 
+Changes in version 0.0.2 - 2010-09-20
+  - Don't break if we're given zero exit lists.
+  - If we saw zero requests on a day, write "0", not "NA". Only write "NA"
+    if we're missing a whole day of logs.
+  - Warn if we're missing exit lists and skip that part of the server log.
+
 Changes in version 0.0.1 - 2010-09-19
   - Initial release
 
-- 
1.7.1



More information about the tor-commits mailing list