Ben McGinnes
c339ba7367
Setting the scene
...
* Converted a couple of existing setup files for intended one here.
* Added single mandatory requirement of CFFI.
* Note that Cython may still be used to produce some component without
requiring it be installed when deploying the API.
2015-06-27 04:20:37 +10:00
Ben McGinnes
bd91d40ba5
Typesetting
...
* Fixed sentence spacing and paragraph alignment following conversion
from reST format.
2015-06-27 03:27:10 +10:00
Ben McGinnes
434dd67170
rst2org, part 2
...
* Converted README.rst to Org-Mode with Pandoc and subsequent paragraph
fixes in Emacs.
2015-06-26 19:54:06 +10:00
Ben McGinnes
b2f298e7d0
rst2org
...
* Converted FAQ.rst to Org-Mode with Pandoc and subsequent paragraph
fixes in Emacs.
2015-06-26 19:49:10 +10:00
Ben McGinnes
3c5f25fb8f
ITAR update
...
* Removed questions 4, 5 and 6 because I decided they were stupid.
* Renumbered question 7 as question 4 and reworded slightly to adjust
for removal of preceding questions. This question pretty much
addresses all the concerns anyway.
2015-06-25 02:08:15 +10:00
Ben McGinnes
881a57f8c7
Added FAQ
...
* Addresses some licensing issues.
* Addresses any possible concerns pertaining to export of dual use
technology from Australia.
2015-06-24 19:18:21 +10:00
Ben McGinnes
6f22189894
Dual Use export exemption
...
* Document and GPG signature of same pertaining to exemption from the
DCTA provisions in Australia.
2015-06-24 19:15:33 +10:00
Ben McGinnes
40348dad24
Added README
...
* Initial project description and intended outcome.
2015-06-24 16:27:34 +10:00
Werner Koch
139e798c87
Remove all trailing whitespace from source files
...
--
Command used: sed -i 's,[ \t]*$,,' FILE
2012-09-25 15:29:49 +02:00
W. Trevor King
4cb408d33e
.gitignore: flesh out rules and add subdirectory-.gitignores.
2012-04-20 16:05:11 +02:00
Werner Koch
a4c4ee1aae
Generate the ChangeLog from commit logs.
...
* 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.
2011-12-02 11:36:37 +01:00
Moritz Schulte
c01087be85
2008-11-08 Moritz <moritz@gnu.org>
...
* gpgme.lisp (size-t): Wrong call to defctype: function accepts
optional, not keyword argument.
(ssize-t): Likewise.
(off-t): Likewise.
(gpgme-data-t, gpgme-ctx-t): Likewise.
(gpgme-error-t): Likewise.
(gpgme-error-no-signal-t): Likewise.
(gpgme-err-code-t): Likewise.
(gpgme-err-source-t): Likewise.
(gpgme-sig-notation-t, gpgme-engine-info-t): Likewise.
(gpgme-subkey-t): Likewise.
(gpgme-key-sig-t): Likewise.
(gpgme-user-id-t): Likewise.
(gpgme-key-t): Likewise.
(gpgme-data-cbs-t): Likewise.
(gpgme-invalid-key-t): Likewise.
(gpgme-op-encrypt-result-t): Likewise.
(gpgme-recipient-t): Likewise.
(gpgme-op-decrypt-result-t): Likewise.
(gpgme-new-signature-t): Likewise.
(gpgme-op-sign-result-t): Likewise.
(gpgme-signature-t): Likewise.
(gpgme-op-verify-result-t): Likewise.
(gpgme-import-status-t): Likewise.
(gpgme-op-import-result-t): Likewise.
(gpgme-op-genkey-result-t): Likewise.
(gpgme-op-keylist-result-t): Likewise.
2008-11-23 18:09:57 +00:00
Marcus Brinkmann
1ae2788117
2006-07-06 Marcus Brinkmann <marcus@g10code.de>
...
* 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 <marcus@g10code.de>
* Initial release.
2006-07-06 10:37:52 +00:00