diff options
author | Werner Koch <[email protected]> | 2010-02-16 20:07:03 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-02-16 20:07:03 +0000 |
commit | 2281024d4cb29c9c6742f7e9fbb031fe97f076c0 (patch) | |
tree | 181a5b9e1c4d936f724ab487304d477bf65bd131 /NEWS | |
parent | Convert C++ comments to C90 comments. (diff) | |
download | gpgme-2281024d4cb29c9c6742f7e9fbb031fe97f076c0.tar.gz gpgme-2281024d4cb29c9c6742f7e9fbb031fe97f076c0.zip |
Add option GPGME_EXPORT_MODE_MINIMAL
Diffstat (limited to '')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,6 +3,11 @@ Noteworthy changes in version 1.3.1 (unreleased) * Under development. + * Interface changes relative to the 1.3.0 release: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + GPGME_EXPORT_MODE_MINIMAL NEW. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + Noteworthy changes in version 1.3.0 (2010-01-11) ------------------------------------------------ |