diff options
author | Werner Koch <[email protected]> | 2007-03-05 10:56:31 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-03-05 10:56:31 +0000 |
commit | a103cf2bf151a64a357057119a1ab35020d7a405 (patch) | |
tree | 7e948a43e51a0b47b5ed457653c162186e7c697d /NEWS | |
parent | Fixed last chnage. (diff) | |
download | gpgme-a103cf2bf151a64a357057119a1ab35020d7a405.tar.gz gpgme-a103cf2bf151a64a357057119a1ab35020d7a405.zip |
Preparing a new releasegpgme-1.1.4gpgme-1.1.3
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,7 +1,10 @@ -Noteworthy changes in version 1.1.4 +Noteworthy changes in version 1.1.4 (2007-03-05) ------------------------------------------------ - * Detect and bail out on double plaintext messages. + * Detect and bail out on double plaintext messages. This is required + so that applications can properly detect the signed parts of a + message. Actual there is now a double protection as GnuPG 1.4.7 + will detect this case too. Noteworthy changes in version 1.1.3 (2007-01-29) |