diff options
author | Werner Koch <[email protected]> | 2007-07-12 15:25:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-07-12 15:25:20 +0000 |
commit | 906da085cf6a15173b1ffdf698159d55fd0d67fe (patch) | |
tree | f1e5e25de81f139aa8592828d239e9f62d8abbd7 /doc | |
parent | 2007-07-10 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-906da085cf6a15173b1ffdf698159d55fd0d67fe.tar.gz gpgme-906da085cf6a15173b1ffdf698159d55fd0d67fe.zip |
Changes for W32
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gpgme.texi | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 2b5f5001..1109437b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2007-07-12 Werner Koch <[email protected]> + + * gpgme.texi (Library Version Check): Add remark that the socket + layer will get initialized. + 2007-06-05 Marcus Brinkmann <[email protected]> * gpgme.texi (Advanced Key Editing): New section. diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 5c56046d..61db9cf8 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -572,7 +572,11 @@ can verify that the version number is higher than a certain required version number. In either case, the function initializes some sub-systems, and for this reason alone it must be invoked early in your program, before you make use of the other functions in -@acronym{GPGME}. +@acronym{GPGME}. + +As a side effect for W32 based systems, the socket layer will get +initialized. + If @var{required_version} is @code{NULL}, the function returns a pointer to a statically allocated string containing the version number |