aboutsummaryrefslogtreecommitdiffstats
path: root/README (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices.Werner Koch2025-02-041-1/+1
| | | | --
* python: Remove Python bindingsIngo Klöcker2025-02-031-3/+2
| | | | | | | | | | | | | | | | | * README: Update. * configure.ac: Remove checks, variables and file generations related to the Python bindings. Remove python from available_languages and default_languages. * lang/Makefile.am (DIST_SUBDIRS): Remove python. * lang/python: Remove. * m4/ax_pkg_swig.m4, m4/ax_python_devel.m4, m4/python.m4: Remove. -- The Python bindings have been moved to a separate Git repository: gpgmepy. GnuPG-bug-id: 7262
* cpp,qt: Remove C++ and Qt bindingsIngo Klöcker2025-02-031-2/+3
| | | | | | | | | | | | | | | | | * README: Update. * configure.ac: Remove checks, variables and file generations related to the C++/Qt bindings. Remove cpp and qt* from available_languages and default_languages. * lang/Makefile.am (DIST_SUBDIRS): Remove cpp and qt. * lang/cpp, lang/qt: Remove. * m4/ax_check_compile_flag.m4, m4/ax_cxx_compile_stdcxx.m4, m4/ax_gcc_func_attribute.m4, m4/pkg.m4, m4/qt5.m4, m4/qt6.m4: Remove. -- The C++ and Qt bindings have been moved to separate Git repositories: gpgmepp and gpgmeqt. GnuPG-bug-id: 7262
* Release 1.24.0gpgme-1.24.0Werner Koch2024-11-061-1/+1
|
* Release 1.23.0gpgme-1.23.0Werner Koch2023-10-251-3/+3
|
* core: Update copyright noticesWerner Koch2023-02-101-1/+1
| | | | --
* Release 1.15.1gpgme-1.15.1Werner Koch2021-01-081-1/+1
|
* Release 1.15.0gpgme-1.15.0Werner Koch2020-11-121-1/+1
| | | | | | | | * configure.ac: Bump LT versions to c=C35/A24/R0, cpp=C18/A13/R0, qt=C12/A5/R0. -- GnuPG-bug-id: 5131
* doc: Update copyright years and change two URLs.Werner Koch2018-04-181-1/+1
| | | | | | -- Signed-off-by: Werner Koch <[email protected]>
* Release 1.10.0.gpgme-1.10.0Werner Koch2017-12-121-25/+14
| | | | Signed-off-by: Werner Koch <[email protected]>
* Release 1.9.0gpgme-1.9.0Werner Koch2017-03-281-3/+7
| | | | | | | | | * configure.ac <c>: Bump LT version to C29/A18/R0. <cpp>: Bump LT version to C10/A4/R0. <qt>: Bump LT version to C9/A2/R0. -- Signed-off-by: Werner Koch <[email protected]>
* Release 1.8.0gpgme-1.8.0Werner Koch2016-11-161-1/+1
| | | | | | | | * configure.ac: Set version to 1.8.0. Set LT version C28/A17/RO. Set CPP LT version to C9/A3/R0. Set Qt LT version to C8/A1/R0. -- Signed-off-by: Werner Koch <[email protected]>
* Release 1.7.0gpgme-1.7.0Werner Koch2016-09-211-16/+30
| | | | | | * configure.ac: Bump LT vesion to C26/A15/R0. Signed-off-by: Werner Koch <[email protected]>
* Release 1.5.4.gpgme-1.5.4Werner Koch2015-04-131-1/+1
|
* Release 1.5.0.gpgme-1.5.0Werner Koch2014-05-211-7/+3
| | | | * configure.ac: Change LT version to C22/A11/R0.
* Locate engine names only at runtime and prefer GnuPG-2.Werner Koch2013-12-271-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac (NEED_GPG_VERSION, NEED_GPGSM_VERSION) (NEED_G13_VERSION, NEED_GPGCONF_VERSION): Remove vars and all related checks. Do not check for any engine version. (HAVE_ASSUAN): Remove AM conditional. * src/Makefile.am: Remove separate component vars and always build all engines but uiserver. * src/dirinfo.c (WANT_GPGCONF_NAME): New. (struct dirinfo): Add field gpgconf_name. (_gpgme_get_default_gpgconf_name): Use WANT_GPGCONF_NAME. (get_gpgconf_item): Set gpgconf name and adjust for _gpgme_get_*_path now returning a malloced string. * src/engine.c (engine_ops): Always init all engines except for uiserver. * src/posix-util.c (_gpgme_get_gpgsm_path, _gpgme_get_g13_path): Remove unused functions. (walk_path): New. (_gpgme_get_gpg_path, _gpgme_get_gpgconf_path ): Re-implement using walk_path. * src/w32-util.c (_gpgme_get_gpgsm_path, _gpgme_get_g13_path): Remove unused functions. (_gpgme_get_gpg_path, _gpgme_get_gpgconf_path): Return a malloced string. * src/engine-g13.c (g13_get_req_version): Use a hardwired string with the required version. This info belongs into this file. * src/engine-gpg.c (gpg_get_req_version): Ditto. * src/engine-gpgconf.c (gpgconf_get_req_version): Ditto. * src/engine-gpgsm.c (gpgsm_get_req_version): Ditto. * tests/t-engine-info.c: Replace now useless test by an info output. * tests/gpg/Makefile.am (GPG, GPG_AGENT): Hardwire gpg and gpg-agent. * tests/gpgsm/Makefile.am (GPGSM): Hardwire gpgsm. Signed-off-by: Werner Koch <[email protected]>
* Release 1.4.2.gpgme-1.4.2Werner Koch2013-05-281-0/+4
| | | | * configure.ac: Set LT version to C21/A10/R0.
* Release 1.4.0.gpgme-1.4.0Werner Koch2013-02-261-3/+4
| | | | * configure.ac: Bump LT version to C20/A9/R0.
* Declare next version to be 1.4.0Werner Koch2013-02-121-1/+1
| | | | --
* Document contribution rules.Werner Koch2012-09-251-0/+2
| | | | | | * doc/HACKING (License policy): New. * doc/DCO: New. * AUTHORS: Change maintainer address.
* Release 1.3.2.gpgme-1.3.2Werner Koch2012-05-021-17/+7
| | | | | | | * configure.ac: Bump LT version to C19/A8/R1. * configure.ac (GITLOG_TO_CHANGELOG): Define. * Makefile.am (gen-ChangeLog): Use it.
* Update Werner Koch's distribution signing key in the README.W. Trevor King2012-04-031-2/+2
| | | | * README: Update signing key.
* 2010-05-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-05-061-1/+1
| | | | | | | | | | | | | | | | | | | * configure.ac: Require libgpg-error 1.8. src/ 2010-05-06 Marcus Brinkmann <[email protected]> * sign.c, data-user.c, conversion.c, debug.c, verify.c, data.c, decrypt.c, delete.c, assuan-support.c, import.c, engine-gpgsm.c, data-mem.c, op-support.c, w32-io.c, w32-util.c, data-compat.c: Use gpg_error_from_syserror instead gpg_error_from_errno, and use gpg_err_set_errno to set error number. * setenv.c: Include <gpg-error.h> and define __set_errno to use gpg_err_set_errno. * gpgme-tool.c (ARGP_ERR_UNKNOWN): Define to EDEADLOCK (which is mapped in Windows CE) instead of E2BIG (which is not). (gt_import_keys): Initialize err.
* Add an API to change passphrases. Currently only implemented forWerner Koch2010-01-051-1/+1
| | | | | GPGSM. Requires GnuPG 2.1
* 2006-07-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-07-061-1/+2
| | | | | | | | | | | | | | * lang, lang/cl: New subdirectories. * lang/Makefile.am, lang/README: New files. * configure.ac (AC_CONFIG_FILES): Add lang/Makefile, lang/cl/Makefile and lang/cl/gpgme.asd. * Makefile.am (SUBDIRS): Add lang. lang/cl/ 2006-07-06 Marcus Brinkmann <[email protected]> * Initial release.
* 2004-12-28 Werner Koch <[email protected]>Marcus Brinkmann2005-01-121-5/+5
| | | | | | | | | | | Released 1.0.2. * Makefile.am (AUTOMAKE_OPTIONS): Build bzip 2 version. (ACLOCAL_AMFLAGS): Add -I m4. * configure.ac: Require automake 1.9.3 and autoconf 2.59. * acinclude.m4: Changed quoting for automake 1.9. * README: Use SHA1 instead of MD5.
* 2004-12-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-12-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * README: Refer to COPYING.LESSER and "each file" instead of COPYING. * COPYING.LESSER: New file. * gpgme.spec.in (%doc): Add COPYING.LESSER. * acinclude.m4, configure.ac, Makefile.am: Change license to LGPL 2.1 or later. * TODO: Add copyright notice. * README.CVS: Likewise. assuan/ 2004-12-07 Marcus Brinkmann <[email protected]> * README.1st: Add copyright notice. doc/ 2004-12-07 Marcus Brinkmann <[email protected]> * Makefile.am: Change license to LGPL. (gpgme_TEXINFOS): Replace gpl.texi with lesser.texi. * gpgme.texi: Change license to LGPL (also for documentation of GPGME's license). * lesser.texi: New file. * gpl.texi: File removed. gpgme/ 2004-12-07 Marcus Brinkmann <[email protected]> * putc_unlocked.c, funopen.c: I just claim copyright on these files and change their license to LGPL, because they are totally trivial wrapper functions. * isascii.c: Change copyright notice to the one from ctype/ctype.h in the GNU C Library (CVS Head 2004-10-10), where isascii is defined as a macro doing exactly the same as the function in this file. * memrchr.c: Update from the GNU C Library (CVS Head 2001-07-06). * stpcpy.c: Update from the GNU C Library (CVS Head 2004-10-10). * ath.c, ath-compat.c, ath.h, ath-pth.c, ath-pth-compat.c, ath-pthread.c, ath-pthread-compat.c, context.h, conversion.c, data.c, data-compat.c, data-fd.c, data.h, data-mem.c, data-stream.c, data-user.c, debug.c, debug.h, decrypt.c, decrypt-verify.c, delete.c, edit.c, encrypt.c, encrypt-sign.c, engine-backend.h, engine.c, engine-gpgsm.c, engine.h, error.c, export.c, genkey.c, get-env.c, gpgme.c, gpgme.h, import.c, io.h, key.c, keylist.c, mkstatus, Makefile.am, ops.h, op-support.c, passphrase.c, posix-io.c, posix-sema.c, posix-util.c, progress.c, rungpg.c, sema.h, sign.c, signers.c, trust-item.c, trustlist.c, util.h, verify.c, version.c, w32-io.c, w32-sema.c, w32-util.c, wait.c, wait-global.c, wait.h, wait-private.c, wait-user.c: Change license to LGPL. tests/ 2004-12-07 Marcus Brinkmann <[email protected]> * gpg/mkdemodirs: Add copyright notice. * gpgsm/Makefile.am, gpgsm/t-support.h, gpgsm/t-decrypt.c, gpgsm/t-encrypt.c, gpgsm/t-export.c, gpgsm/t-genkey.c, gpgsm/t-import.c, gpgsm/t-keylist.c, gpgsm/t-sign.c, gpgsm/t-verify.c, gpg/Makefile.am, gpg/t-decrypt.c, gpg/t-decrypt-verify.c, gpg/t-edit.c, gpg/t-encrypt.c, gpg/t-encrypt-sign.c, gpg/t-encrypt-sym.c, gpg/t-eventloop.c, gpg/t-export.c, gpg/t-genkey.c, gpg/t-import.c, gpg/t-keylist.c, gpg/t-keylist-sig.c, gpg/t-sign.c, gpg/t-signers.c, gpg/t-support.h, gpg/t-thread1.c, gpg/t-trustlist.c, gpg/t-verify.c, Makefile.am, t-data.c, t-engine-info.c, t-version.c: Change license to LGPL.
* Add some more info.gpgme-1-basegpgme-1-0-0Marcus Brinkmann2004-09-301-0/+84
|
* Update information.Marcus Brinkmann2004-09-301-10/+14
|
* Tell that gpgsm 1.9.6 is required.Werner Koch2004-04-061-1/+1
|
* Updated the CVS build stuffWerner Koch2004-01-121-7/+1
|
* Require libgpg-error 0.5.Marcus Brinkmann2003-09-141-1/+1
|
* 2003-06-06 Marcus Brinkmann <[email protected]>gpgme-0-4-1Marcus Brinkmann2003-06-061-0/+3
| | | | | * configure.ac (LIBGPGME_LT_CURRENT): Bump up to 11.
* Bump gpg version requirement.Marcus Brinkmann2003-05-261-1/+1
|
* 2002-11-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-11-281-6/+0
| | | | | | | | | | | | | | | * NEWS: Add note about moving "gpgmeplug" to the "cryptplug" package. * README: Remove instructions related to "gpgmeplug". * configure.ac: Remove enable option "gpgmeplug" and automake conditional BUILD_GPGMEPLUG, as well as the status info about it. (GPGMEPLUG): Remove variable. * Makefile.am (gpgmeplug): Remove variable. (SUBDIRS): Remove ${gpgmeplug}. * cryptplug.h, gpgme-openpgp.c, gpgmeplug.dox, gpgme-smime.c, Makefile.am, gpgmeplug.c, ChangeLog: Files removed. CVSk: ----------------------------------------------------------------------
* 2002-10-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-10-081-3/+3
| | | | | | | | | * configure.ac (AC_INIT): Bump version up to 0.4.0. (NEED_GPG_VERSION): Bump up to 1.2.0. (NEED_GPGSM_VERSION): Bump up to 0.9.0. * README: Update version numbers. * NEWS: Start entry for 0.4.0.
* Correct path to test programs.Marcus Brinkmann2002-08-011-1/+1
|
* Update version requirement.Marcus Brinkmann2002-07-251-1/+1
|
* 2002-06-04 Marcus Brinkmann <[email protected]>gpgme-0-3-7Marcus Brinkmann2002-06-041-1/+1
| | | | | | | | | | Released 0.3.7. * configure.ac (AC_INIT): Set version to 0.3.7. (LIBGPGME_LT_REVISION): Add one. * README: Document version requirement correctly.
* Bump version numbers in requirements.Marcus Brinkmann2002-05-091-2/+2
|
* Adjust requirement for GpgSM version according to configure.ac.Marcus Brinkmann2002-03-061-1/+1
|
* 2002-02-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-02-091-1/+1
| | | | | | | | * Released 0.3.1. * configure.ac (LIBGPGME_LT_CURRENT): Bump it up to 6! (NEED_GPGSM_VERSION): Bump it up to 0.3.0!
* Some small updates.Marcus Brinkmann2002-01-221-2/+3
|
* Add information about --enable-maintainer-mode, which is required to builtMarcus Brinkmann2002-01-161-9/+4
| | | | | the documentation from CVS.
* Add info about noinst of gpgmeplug.gpgme-0-3-0Marcus Brinkmann2001-12-191-0/+1
|
* 2001-12-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-181-0/+2
| | | | | | | | | | * autogen.sh (libtool_vers): Bump to 1.4. * configure.ac (LIBGPGME_LT_CURRENT): Increment. (LIBGPGME_LT_AGE): Likewise. Improve comment. Fix wrong comment character.
* Explain more of the build system.Marcus Brinkmann2001-11-231-10/+23
|
* Added gpgmeplug/ for experimentsWerner Koch2001-11-211-0/+4
|
* Fix version number dependency.Marcus Brinkmann2001-10-221-2/+1
|
* Ready to release 0.2.2gpgme-0-2-2Werner Koch2001-06-121-1/+2
|