This commit was manufactured by cvs2svn to create tag 'V0-0-0'.
authorRepo Admin <nobody@gnupg.org>
Thu, 16 Nov 2000 17:26:53 +0000 (17:26 +0000)
committerRepo Admin <nobody@gnupg.org>
Thu, 16 Nov 2000 17:26:53 +0000 (17:26 +0000)
commit95fe151c929f2b5373830fc0623ed3e61a656f45
tree107f1e413276c1085aec92159238476d35099c0d
parent9193cfb1de08f77ad85ecb17bca34ba31c6cde5a
This commit was manufactured by cvs2svn to create tag 'V0-0-0'.
45 files changed:
tags/V0-0-0/AUTHORS [new file with mode: 0644]
tags/V0-0-0/ChangeLog [new file with mode: 0644]
tags/V0-0-0/INSTALL [new file with mode: 0644]
tags/V0-0-0/Makefile.am [new file with mode: 0644]
tags/V0-0-0/NEWS [new file with mode: 0644]
tags/V0-0-0/README [new file with mode: 0644]
tags/V0-0-0/README-alpha [new file with mode: 0644]
tags/V0-0-0/acconfig.h [new file with mode: 0644]
tags/V0-0-0/configure.in [new file with mode: 0644]
tags/V0-0-0/gpgme/ChangeLog [new file with mode: 0644]
tags/V0-0-0/gpgme/Makefile.am [new file with mode: 0644]
tags/V0-0-0/gpgme/context.h [new file with mode: 0644]
tags/V0-0-0/gpgme/data.c [new file with mode: 0644]
tags/V0-0-0/gpgme/decrypt.c [new file with mode: 0644]
tags/V0-0-0/gpgme/encrypt.c [new file with mode: 0644]
tags/V0-0-0/gpgme/gpgme-config.in [new file with mode: 0644]
tags/V0-0-0/gpgme/gpgme-memory.h [new file with mode: 0644]
tags/V0-0-0/gpgme/gpgme-types.h [new file with mode: 0644]
tags/V0-0-0/gpgme/gpgme.c [new file with mode: 0644]
tags/V0-0-0/gpgme/gpgme.h [new file with mode: 0644]
tags/V0-0-0/gpgme/gpgme.m4 [new file with mode: 0644]
tags/V0-0-0/gpgme/key.c [new file with mode: 0644]
tags/V0-0-0/gpgme/key.h [new file with mode: 0644]
tags/V0-0-0/gpgme/keylist.c [new file with mode: 0644]
tags/V0-0-0/gpgme/mkerrors [new file with mode: 0755]
tags/V0-0-0/gpgme/mkstatus [new file with mode: 0755]
tags/V0-0-0/gpgme/ops.h [new file with mode: 0644]
tags/V0-0-0/gpgme/recipient.c [new file with mode: 0644]
tags/V0-0-0/gpgme/rungpg.c [new file with mode: 0644]
tags/V0-0-0/gpgme/rungpg.h [new file with mode: 0644]
tags/V0-0-0/gpgme/sign.c [new file with mode: 0644]
tags/V0-0-0/gpgme/types.h [new file with mode: 0644]
tags/V0-0-0/gpgme/util.c [new file with mode: 0644]
tags/V0-0-0/gpgme/util.h [new file with mode: 0644]
tags/V0-0-0/gpgme/verify.c [new file with mode: 0644]
tags/V0-0-0/gpgme/wait.c [new file with mode: 0644]
tags/V0-0-0/gpgme/wait.h [new file with mode: 0644]
tags/V0-0-0/tests/Makefile.am [new file with mode: 0644]
tags/V0-0-0/tests/cipher-1.asc [new file with mode: 0644]
tags/V0-0-0/tests/geheim.txt [new file with mode: 0644]
tags/V0-0-0/tests/t-decrypt.c [new file with mode: 0644]
tags/V0-0-0/tests/t-encrypt.c [new file with mode: 0644]
tags/V0-0-0/tests/t-keylist.c [new file with mode: 0644]
tags/V0-0-0/tests/t-sign.c [new file with mode: 0644]
tags/V0-0-0/tests/t-verify.c [new file with mode: 0644]