Page MenuHome GnuPG

Release libgpg-error 1.33
Closed, ResolvedPublic

Details

Due Date
Oct 26 2018, 12:00 AM

Revisions and Commits

Event Timeline

libassuan master fails to compile for windows against libgpg-error master http://paste.debian.net/1049534/ I think gpg-error.m4 ignores both sysroot and --with-gpg-error-prefix

That should probably be fixed before we ship a version with gpgrt-config?

It builds for me now. I had a mismatch with a to old gpgrt-config and did not properly set PKG_CONFIG_PATH

NEWS for 1.33:

  • New unified config script gpgrt-config which can now be used by all GnuPG related packages.
  • Support for ARC and arm64ilp32.
  • The log functions now sanitize strings printed with the "%s" format specifier. All control characters are C-escaped in the output. Users of that function may want to remove their own escaping to avoid doubling of backslashes.
  • New fprintf style function to apply a custom filter for string arguments.
  • New function to compare version strings.
  • Interface changes relative to the 1.28 release:
gpgrt_cmp_version               New.
gpgrt_string_filter_t           New.
gpgrt_fprintf_sf                New.
gpgrt_fprintf_sf_unlocked       New.
gpgrt_ftruncate                 New but limited functionality.
gpgrt_w32_override_locale       New.