~ubuntu-branches/ubuntu/utopic/gpgme1.0/utopic

« back to all changes in this revision

Viewing changes to src/libgpgme.vers

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-10-23 11:42:35 UTC
  • mfrom: (16.1.1 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131023114235-hntup6q8bwi1ro33
Tags: 1.4.3-0.1ubuntu2
More thoroughly switch to gpg 1, the new version now determines the
protocol more dynamically: Drop gpgsm (that's from GnuPG2) and gnupg2
build deps, and correspondingly drop --with-gpgsm and --with-gpgconf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
    gpgme_data_set_file_name;
31
31
    gpgme_data_get_file_name;
 
32
    gpgme_data_identify;
32
33
 
33
34
    gpgme_sig_notation_clear;
34
35
    gpgme_sig_notation_add;
143
144
    gpgme_set_textmode;
144
145
    gpgme_signers_add;
145
146
    gpgme_signers_clear;
 
147
    gpgme_signers_count;
146
148
    gpgme_signers_enum;
147
149
 
148
150
    gpgme_key_ref;