]> gitweb.fluxo.info Git - firma.git/commitdiff
CHANGELOG update
authorrhatto <rhatto>
Mon, 9 Oct 2006 21:22:25 +0000 (21:22 +0000)
committerrhatto <rhatto>
Mon, 9 Oct 2006 21:22:25 +0000 (21:22 +0000)
CHANGELOG
firma

index 12ea15e43066dd9dbdb5d1d9d2bde6799dac5bd5..6a40502413fad575454155d018e5329491db3036 100755 (executable)
--- 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.
diff --git a/firma b/firma
index aa295db49e5fa2a86b988a9099a67c11322782f6..6c750b6da484fbfaf3f7dbde1aeeb515ffc63762 100755 (executable)
--- a/firma
+++ b/firma
@@ -1622,7 +1622,9 @@ FUNCTIONS="
   LogMessage
   SubscribeUsers
   SendListPubkey
-  GetSubscribersInfo"
+  GetSubscribersInfo
+  FixOwnership
+  RandomString"
 
 for VAR in $GLOBAL_VARS; do
   declare $VAR