Added Ctrl-C and --disable-gpg notes

This commit is contained in:
Michael Rash
2012-08-28 21:28:57 -04:00
parent 098ae417fe
commit 186a424353
+7
View File
@@ -60,3 +60,10 @@
** Ruby bindings to libfko
Perl and Python bindings already exist for libfko, so add Ruby to this list
as well.
** [client] Update to not send SPA packet if Ctrl-C is used
The client currently sends an SPA packet when an encryption key is
requested but the user tries to exit out with Ctrl-C.
** Add --disable-gpg arg to the autoconf configure script
There needs to be a way to easily disable libgpgme usage even if it is
installed - this could be done with a new --disablegpg argument to the
configure script.