Bump to version 2.1.2
[platform/upstream/libassuan.git] / README
1                               Libassuan
2                              ===========
3
4     Copyright (C) 2001-2013 Free Software Foundation, Inc.
5     Copyright (C) 2001-2014 g10 Code GmbH
6
7
8     This is a general purpose IPC library which is for example used
9     GnuPG, GPGME and some other software.
10
11     See COPYING.LIB on how to share, modify and distribute the
12     software itself (LGPLv2.1+) and COPYING for the documentation
13     (GPLv3+).
14
15     Please send bug report to the gnupg-devel mailing list or enter
16     them into the gnupg bug tracker at http://bugs.gnupg.org using the
17     category "libassuan".
18
19     The primary FTP site is ftp://ftp.gnupg.org/gcrypt/libassuan.
20
21
22     Notes for Windows CE:
23     ----------------------
24
25     Libassuan supports WindowsCE (tested with WindowsMobile 6.5).  To
26     install it, copy libassuan-0.dll into a location where DLL are found
27     and install the included gpgcedev driver: First copy "gpgcedev.dll"
28     into the root directory, second run the included program gpgcemgr on
29     the device: "gpgcemgr --register".  This creates the necessary
30     registry keys.  In case the copy step fails, the driver may still be
31     in use: Close all applications using that driver, run "gpgcemgr
32     --deactivate" to deactivate the running driver and try again.
33
34     Registry keys created by "gpgcemgr --register" are:
35
36        Drivers\\GnuPG_Device\dll    -> "gpgcedev.dll"
37        Drivers\\GnuPG_Device\prefix -> "GPG"
38        Drivers\\GnuPG_Device\Index  -> 1      (dword)
39
40
41     Contact
42     -------
43
44     See the file AUTHORS.
45
46     Commercial grade support for Libassuan and GnuPG is available; for
47     a listing of offers see https://www.gnupg.org/service.html .
48     Maintaining and improving this software is costly.  Since 2001,
49     g10 Code GmbH, a German company owned and headed by GnuPG's
50     principal author Werner Koch, is bearing the majority of these
51     costs.  To help them carry on this work, they need your support.
52     See https://gnupg.org/donate/ .