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

« back to all changes in this revision

Viewing changes to NEWS

  • 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:
 
1
Noteworthy changes in version 1.4.3 (2013-08-12)
 
2
------------------------------------------------
 
3
 
 
4
 * The default engine names are now taken from the output of gpgconf.
 
5
   If gpgconf is not found the use of gpg 1 is assumed.
 
6
 
 
7
 * Under Windows the default engines names are first searched in the
 
8
   installation directory of the gpgme DLL.
 
9
 
 
10
 * New function gpgme_data_identify to detect the type of a message.
 
11
 
 
12
 * Interface changes relative to the 1.4.2 release:
 
13
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
14
 gpgme_signers_count            NEW.
 
15
 gpgme_data_type_t              NEW.
 
16
 gpgme_data_identify            NEW.
 
17
 
 
18
 
1
19
Noteworthy changes in version 1.4.2 (2013-05-28)
2
20
------------------------------------------------
3
21