1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
2003-05-13 Marcus Brinkmann <marcus@g10code.de>
Released 0.3.16.
2003-05-04 Marcus Brinkmann <marcus@g10code.de>
* gpgme/gpgmeplug.c (encryptionCRLsDaysLeftToExpiry): Return
CRYPTPLUG_CERT_DOES_NEVER_EXPIRE.
* gpgme/gpgmeplug.c (certificateInChainDaysLeftToExpiry):
Implement function.
2002-12-05 Werner Koch <wk@gnupg.org>
Released 0.3.15.
* include/cryptplug.h (interfaceVersion): Document it.
* gpgme/gpgmeplug.c (interfaceVersion): New.
2002-12-04 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: Complete renaming of LIBGPGME_CFLAGS to
GPGME_CFLAGS and LIBGPGME_LIBS to GPGME_LIBS.
2002-12-04 Werner Koch <wk@gnupg.org>
Initial standalone release as version 0.3.14.
* NEWS: Removed entry for never 0.3.13 release, which was never
done as a traball. Add entry for 0.3.14.
* configure.ac: Add instruction on how to do version numbers.
2002-11-28 Marcus Brinkmann <marcus@g10code.de>
* gpgme/Makefile.am (gpgme_smime_la_SOURCES): Remove cryptplug.h.
(gpgme_smime_la_LIBADD): Set to $(GPGME_LIBS).
* gpgme/gpgmeplug.c: Downgrade to 0.3.x version.
2002-11-27 Marcus Brinkmann <marcus@g10code.de>
* include/cryptplug.h: Update to the latest version from GPGME.
* AUTHORS: Fill in initial information.
* README: Likewise.
* NEWS: Likewise.
* autogen.sh: New file.
* configure.ac: Likewise.
* Makefile.am: Likewise.
* include/Makefile.am: Likewise.
* gpgme/Makefile.am: New file.
* gpgme/gpgmeplug.c: Likewise.
* gpgme/gpgme-openpgp.c: Likewise.
* gpgme/gpgme-smime.c: Likewise.
Copyright 2002 g10 Code GmbH
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
modifications, as long as this notice is preserved.
This file is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|