summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-09-01 16:06:39 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-09-01 16:06:39 +0000
commit5994535a9fd47190a54ac1a0d723cd64ec713641 (patch)
tree39a4feea44b8f698aaf9f91eb17733b0a0ef91de /ChangeLog
parent3462b9d3909635affe9561b476fd7a5326d53709 (diff)
rbot now tries to report svn revision when ran from a svn checkout
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28fec77b..941bb6e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* New Auth Framework: document and fine tune permissions view the auth
core botmodule.
+ * Version: when run from a svn checkout, the bot now tries to report
+ which svn revision it's at, and if there are local changes
2006-08-31 Giuseppe Bilotta <giuseppe.bilotta@gmail.com>