Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-08-21 | Add example manifests for gpgme-json | Andre Heinecke | 1 | -1/+2 | |
* doc/examples/gpgme-chrome.json, doc/examples/gpgme-mozilla.json: New. * doc/Makefile.am (EXTRA_DIST): Include them. -- The id contained in the examples is the ID of Mailvelope. | |||||
2016-08-10 | doc: Get rid of version.texi | Werner Koch | 1 | -1/+27 | |
* configure.ac (CC_FOR_BUILD): New. * doc/mkdefsinc.c: New. Taken from GnuPG and modified for gpgme. * doc/Makefile.am (EXTRA_DIST): Add defsincdate and mkdefsinc.c (BUILT_SOURCES): new. (gpgme.texi): New dependency. (mkdefsinc, defsincdate, defs.inc): New rules. (dist-hook): New. * doc/gpgme.texi: Include defs.inc. Remove version.texi. -- GnuPG-bug-id: 2352 That new system should also yield more approriate date infos for the manual. | |||||
2014-11-21 | Post release updates | Werner Koch | 1 | -2/+2 | |
-- | |||||
2012-09-25 | Document contribution rules. | Werner Koch | 1 | -1/+1 | |
* doc/HACKING (License policy): New. * doc/DCO: New. * AUTHORS: Change maintainer address. | |||||
2011-12-02 | Generate the ChangeLog from commit logs. | Werner Koch | 1 | -5/+5 | |
* build-aux/gitlog-to-changelog: New script. Taken from gnulib. * build-aux/git-log-fix: New file. * build-aux/git-log-footer: New file. * build-aux/git-hook/commit-msg: New script. * doc/HACKING: New file. * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. * autogen.sh: Install commit-msg hook for git. Rename all ChangeLog files to ChangeLog-2011. | |||||
2008-07-17 | Add a module overview diagram. | Werner Koch | 1 | -0/+2 | |
2008-06-04 | Include the GnuPG UI Server specification. | Werner Koch | 1 | -1/+1 | |
Change the license of the manual to GPLv3+. | |||||
2007-06-29 | Added target "online". | Werner Koch | 1 | -0/+9 | |
2004-12-07 | 2004-12-07 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -12/+12 | |
* 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. | |||||
2004-09-30 | 2004-09-30 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -1/+1 | |
* Makefile.am (gpgme_TEXINFOS): Remove fdl.texi. * gpgme.texi: Do not include fdl.texi. Change license to GPL. * fdl.texi: File removed. | |||||
2003-07-29 | 2003-07-29 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -2/+0 | |
* Makefile.am (EXTRA_DIST): Remove variable. | |||||
2002-06-04 | 2002-06-04 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -0/+2 | |
* Makefile.am (DISTCLEANFILES): New variable. | |||||
2002-01-16 | 2002-01-16 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -4/+2 | |
* ChangeLog: New file. * gpgme.texi: Likewise. * gpl.texi: Likewise. * fdl.texi: Likewise. * Makefile.am (info_TEXINFOS): New variable. (gpgme_TEXINFOS): Likewise. | |||||
2001-09-17 | Added more doc entries and prepared for 0.2.3gpgme-0-2-3 | Werner Koch | 1 | -5/+2 | |
2001-04-02 | Release 0.2.1gpgme-0-2-1 | Werner Koch | 1 | -0/+19 | |
2000-12-06 | Okay, it runs at least on Windows 95 | Werner Koch | 1 | -0/+11 | |