[svn] gpgme - r1325 - trunk/gpgme

svn author marcus cvs at cvs.gnupg.org
Fri Jun 27 18:14:58 CEST 2008


Author: marcus
Date: 2008-06-27 18:14:57 +0200 (Fri, 27 Jun 2008)
New Revision: 1325

Modified:
   trunk/gpgme/ChangeLog
   trunk/gpgme/gpgme.def
   trunk/gpgme/libgpgme.vers
Log:
2008-06-27  Marcus Brinkmann  <marcus at g10code.de>

	* libgpgme.vers: Add gpgme_cancel_async.
	* gpgme.def: Likewise.


Modified: trunk/gpgme/ChangeLog
===================================================================
--- trunk/gpgme/ChangeLog	2008-06-27 16:08:35 UTC (rev 1324)
+++ trunk/gpgme/ChangeLog	2008-06-27 16:14:57 UTC (rev 1325)
@@ -1,5 +1,8 @@
 2008-06-27  Marcus Brinkmann  <marcus at g10code.de>
 
+	* libgpgme.vers: Add gpgme_cancel_async.
+	* gpgme.def: Likewise.
+
 	* context.h: Include "sema.h".
 	(struct gpgme_context): New members lock and canceled.
 	* gpgme.c (gpgme_new): Initialize lock.

Modified: trunk/gpgme/gpgme.def
===================================================================
--- trunk/gpgme/gpgme.def	2008-06-27 16:08:35 UTC (rev 1324)
+++ trunk/gpgme/gpgme.def	2008-06-27 16:14:57 UTC (rev 1325)
@@ -166,5 +166,6 @@
     gpgme_op_conf_load			  @129
     gpgme_op_conf_save			  @130
 
+    gpgme_cancel_async                    @131
 ; END
 

Modified: trunk/gpgme/libgpgme.vers
===================================================================
--- trunk/gpgme/libgpgme.vers	2008-06-27 16:08:35 UTC (rev 1324)
+++ trunk/gpgme/libgpgme.vers	2008-06-27 16:14:57 UTC (rev 1325)
@@ -46,6 +46,8 @@
     gpgme_conf_opt_change;
     gpgme_op_conf_load;
     gpgme_op_conf_save;
+
+    gpgme_cancel_async;
 };
 
 




More information about the Gnupg-commits mailing list