Opened 10 months ago

Closed 10 months ago

Last modified 9 months ago

#18268 closed enhancement (fixed)

gpgme-1.21.0

Reported by: Bruce Dubbs Owned by: pierre
Priority: normal Milestone: 12.0
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (4)

comment:1 by pierre, 10 months ago

Owner: changed from blfs-book to pierre
Status: newassigned

comment:2 by pierre, 10 months ago

Noteworthy changes in version 1.21.0 (2023-07-07)

  • Extended gpgme_op_encrypt, gpgme_op_encrypt_sign, and gpgme_op_sign to allow writing the output directly to a file. [T6530]

  • Extended gpgme_op_decrypt and gpgme_op_verify to allow reading the input data directly from files. [T6530]

  • For key signing and uid revoking allow an empty user id. [rMfbc3963d62]

  • qt: Allow writing the created archives directly to a file. [T6530]
  • qt: Allow reading the signed/encrypted archive to decrypt or verify directly from a file. [T6530]
  • qt: Qt Jobs working with QIODeviceDataProvider now properly handle input-size hints and progress for files larger. 232 bytes in 32 bit builds. [T6534]

  • cpp: Error::isCanceled now also returns true for error code GPG_ERR_FULLY_CANCELED. [T6510]

  • python: Fix wrong use of write. [T6501]

  • Interface changes relative to the 1.20.0 release:
    • cpp: Data::setFlag NEW.
    • cpp: Data::setSizeHint NEW.
    • qt: Job::startIt NEW.
    • qt: DecryptVerifyArchiveJob::setInputFile NEW.
    • qt: DecryptVerifyArchiveJob::inputFile NEW.
    • qt: EncryptArchiveJob::setRecipients NEW.
    • qt: EncryptArchiveJob::recipients NEW.
    • qt: EncryptArchiveJob::setInputPaths NEW.
    • qt: EncryptArchiveJob::inputPaths NEW.
    • qt: EncryptArchiveJob::setOutputFile NEW.
    • qt: EncryptArchiveJob::outputFile NEW.
    • qt: EncryptArchiveJob::setEncryptionFlags NEW.
    • qt: EncryptArchiveJob::encryptionFlags NEW.
    • qt: SignArchiveJob::setSigners NEW.
    • qt: SignArchiveJob::signers NEW.
    • qt: SignArchiveJob::setInputPaths NEW.
    • qt: SignArchiveJob::inputPaths NEW.
    • qt: SignArchiveJob::setOutputFile NEW.
    • qt: SignArchiveJob::outputFile NEW.
    • qt: SignEncryptArchiveJob::setSigners NEW.
    • qt: SignEncryptArchiveJob::signers NEW.
    • qt: SignEncryptArchiveJob::setRecipients NEW.
    • qt: SignEncryptArchiveJob::recipients NEW.
    • qt: SignEncryptArchiveJob::setInputPaths NEW.
    • qt: SignEncryptArchiveJob::inputPaths NEW.
    • qt: SignEncryptArchiveJob::setOutputFile NEW.
    • qt: SignEncryptArchiveJob::outputFile NEW.
    • qt: SignEncryptArchiveJob::setEncryptionFlags NEW.
    • qt: SignEncryptArchiveJob::encryptionFlags NEW

comment:3 by pierre, 10 months ago

Resolution: fixed
Status: assignedclosed

Fixed at de7093633

comment:4 by Bruce Dubbs, 9 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.