#10153: gpgme-1.10.0
-------------------------+-----------------------
 Reporter:  bdubbs@…     |       Owner:  bdubbs@…
     Type:  enhancement  |      Status:  assigned
 Priority:  normal       |   Milestone:  8.2
Component:  BOOK         |     Version:  SVN
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+-----------------------

Comment (by bdubbs@…):

 Noteworthy changes in version 1.10.0 (2017-12-12)

  * Now returns more specific error codes for decryption to distinguish
    between bad passphrase, user canceled, and no secret key.

  * Now returns key origin information if available.

  * Added context flag "auto-key-retrieve" to selectively enable the
    corresponding gpg option.

  * Added flag is_de_vs to decryption and verify results.

  * py: Use SEEK_SET as default for data.seek.

  * cpp: Various new APIs.

  * Reduced spawn overhead on Linux again.  Added new configure option
    --disable-linux-getdents to disable this feature for very old
    Linux versions.

  * Improved the Python bindings build system.

  * Made the test suite less fragile.

  * Interface changes relative to the 1.9.0 release:
  {{{
  gpgme_decrypt_result_t      EXTENDED: New field 'is_de_vs'.
  gpgme_signature_t           EXTENDED: New field 'is_de_vs'.
  gpgme_keyorg_t              NEW.
  gpgme_op_delete_ext         NEW.
  gpgme_op_delete_ext_start   NEW.
  GPGME_DELETE_ALLOW_SECRET   NEW.
  GPGME_DELETE_FORCE          NEW.
  gpgme_op_conf_dir           NEW.
  gpgme_set_ctx_flag          EXTENDED: New flag 'auto-key-retrieve'.
  cpp: DecryptionResult::isDeVs         NEW.
  cpp: Signature::isDeVs                NEW.
  cpp: EngineInfo::Version::operator>   NEW.
  cpp: Context::createKey               NEW.
  cpp: Context::startCreateKey          NEW.
  cpp: Context::createSubkey            NEW.
  cpp: Context::startCreateSubkey       NEW.
  qt: QuickJob                          NEW.
  py: DecryptResult           EXTENDED: New boolean field 'is_de_vs'.
  py: Signature               EXTENDED: New boolean field 'is_de_vs'.
  py: GpgError                EXTENDED: Partial results in 'results'.
 }}}
  [c=C30/A19/R0 cpp=C11/A5/R0 qt=C10/A3/R0]

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/10153#comment:2>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to