[svn] assuan - r295 - in trunk: doc src

svn author wk cvs at cvs.gnupg.org
Fri Apr 3 10:36:01 CEST 2009


Author: wk
Date: 2009-04-03 10:36:01 +0200 (Fri, 03 Apr 2009)
New Revision: 295

Modified:
   trunk/doc/assuan.texi
   trunk/src/ChangeLog
   trunk/src/assuan-handler.c
Log:
Doc fixes.


Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog	2009-02-24 15:24:58 UTC (rev 294)
+++ trunk/src/ChangeLog	2009-04-03 08:36:01 UTC (rev 295)
@@ -1,3 +1,7 @@
+2009-04-03  Werner Koch  <wk at g10code.com>
+
+	* assuan-handler.c (std_cmd_table): Remove second OPTION entry.
+
 2009-02-24  Werner Koch  <wk at g10code.com>
 
 	* assuan-buffer.c (assuan_send_data): Add hack to optionally send

Modified: trunk/doc/assuan.texi
===================================================================
--- trunk/doc/assuan.texi	2009-02-24 15:24:58 UTC (rev 294)
+++ trunk/doc/assuan.texi	2009-04-03 08:36:01 UTC (rev 295)
@@ -364,6 +364,9 @@
 This command is reserved for future extensions.  Not yet specified as
 we don't implement it in the first phase.  See my mail to gpa-dev on
 2001-10-25 about the rationale for measurements against local attacks.
+
+ at item NOP
+No operation.  Returns OK without any action.
 @end table
 
 

Modified: trunk/src/assuan-handler.c
===================================================================
--- trunk/src/assuan-handler.c	2009-02-24 15:24:58 UTC (rev 294)
+++ trunk/src/assuan-handler.c	2009-04-03 08:36:01 UTC (rev 295)
@@ -253,7 +253,6 @@
               
   { "INPUT",  std_handler_input, 0 },
   { "OUTPUT", std_handler_output, 0 },
-  { "OPTION", std_handler_option, 1 },
   { NULL, NULL, 0 }
 };
 




More information about the Gnupg-commits mailing list