diff options
| author | Werner Koch <[email protected]> | 2013-04-30 16:09:13 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2013-04-30 16:09:13 +0000 |
| commit | f623a6b94c527795d0b6f7e66a3966e5d9e1c454 (patch) | |
| tree | a063ae486120f1e65dccc4ae8e935967436f46cc /NEWS | |
| parent | Syntax fix for gpgme.texi. (diff) | |
| download | gpgme-f623a6b94c527795d0b6f7e66a3966e5d9e1c454.tar.gz gpgme-f623a6b94c527795d0b6f7e66a3966e5d9e1c454.zip | |
Allow reading of long gpgconf output lines.
* src/engine-gpgconf.c (gpgconf_read): Rewrite to allow for line
lengths up to 64k.
Diffstat (limited to '')
| -rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ Noteworthy changes in version 1.4.1 (unreleased) ------------------------------------------------ + * Fix reading of gpg conf files with excessive use of the group + option. + + * Fix building with the i686-w64-mingw32 toolchain. + Noteworthy changes in version 1.4.0 (2013-02-26) ------------------------------------------------ |
