Details
Details
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | • aheinecke | T4331 Stack Buffer overflow in ``` parse_array (cJSON * item, const char *value, const char **ep)``` if we send a prepared JSON file | ||
Resolved | • werner | T4376 Release gpgme 1.13.0 | ||
Resolved | • werner | T4369 Segfault caused by incorrect _gpgme_strconcat() usage | ||
Resolved | • aheinecke | T4264 Gpg4win 3.1.6 | ||
Resolved | • werner | T4289 GnuPG 2.1.12 release |
Event Timeline
Comment Actions
News for 1.13.0:
- Support GPGME_AUDITLOG_DIAG for gpgsm. [T4426]
- New context flag "trust-model".
- Removed support for WindowsCE and Windows ME.
- Aligned the gpgrt-config code with our other libaries.
- Auto-check for all installed Python versions. [T3354]
- Fixed generating card key in the C++ bindings. [T4428]
- Fixed a segv due to bad parameters in genkey. [T4192]
- Fixed crash if the plaintext is ignored in a CMS verify.
- Fixed memleak on Windows. [T4238]
- Tweaked the Windows I/O code.
- Fixed random crashes on Windows due to closing an arbitrary handle. [T4237]
- Fixed a segv on Windows. [T4369]
- Fixed test suite problems related to dtags. [T4298]
- Fixed bunch of python bugs. [T4242,commit rM9de1c96ac3cf]
- Several fixes to the Common Lisp bindings.
- Fixed minor bugs in gpgme-json. [T4331,T4341,T4342,T4343]
- Require trace level 8 to dump all I/O data.
- The compiler must now support variadic macros.
- Interface changes relative to the 1.12.0 release:
gpgme_set_ctx_flag EXTENDED: New flag 'trust-model'. cpp: Context::create NEW. cpp: Key::isBad NEW. cpp: Subkey::isBad NEW. cpp: UserID::isBad NEW. cpp: UserID::Signature::isBad NEW. cpp: GenCardKeyInteractor::setAlgo NEW. [c=C33/A22/R0 cpp=C15/A9/R0 qt=C10/A3/R3]