aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorrhatto <rhatto>2006-10-09 21:22:25 +0000
committerrhatto <rhatto>2006-10-09 21:22:25 +0000
commit6675eb3dacb0fb4be31ed76dd0e87a6744f2c3b0 (patch)
tree7cf32cc9a8a4b1ff0af1861210ef3ca21d209871 /CHANGELOG
parentda0814c60d50764ec2faf230e476114c19cedc22 (diff)
downloadfirma-6675eb3dacb0fb4be31ed76dd0e87a6744f2c3b0.tar.gz
firma-6675eb3dacb0fb4be31ed76dd0e87a6744f2c3b0.tar.bz2
CHANGELOG update
Diffstat (limited to 'CHANGELOG')
-rwxr-xr-xCHANGELOG33
1 files changed, 33 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 12ea15e..6a40502 100755
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,39 @@
Firma CHANGELOG
---------------
+09/10/2006 - 0.3-cvs (rev 1.74) - rhatto
+
+ - new admin commands:
+ - "list" show list subscribers.
+ - "subscribe" to add users to the list.
+ - "sendkey" to send the list pubkey to a given user.
+ - "sendkey" to send the list pubkey to a given user.
+ - "info" get a subscriber pubkey information.
+
+ - changed "quit" exit code on ListAdministration to
+ 3 so the main function doesnt get confused between
+ a gpg error (that usually is status code 1 or 2)
+ and the list administration quit command.
+
+ - new firma.conf and list.conf variable
+ KEYSERVER= default keyserver to import/export keys
+ (defaults to keyserver.noreply.org).
+
+ - fixes on permission checking.
+
+ - some other small fixes.
+
+ - new functions:
+ - UnsubscribeUser
+ - SubscribeUsers
+ - SendListPubkey
+ - GetSubscribersInfo
+ - FixListOwnership
+ - RandomString
+
+ - function NewList now asks whether to send or not
+ the list pubkey to the admins.
+
07/10/2006 - 0.3-cvs (rev 1.49) - rhatto
- new function LogMessage.