[git] GpgOL - branch, master, updated. gpgol-2.2.0-154-g25f501f

by Andre Heinecke cvs at cvs.gnupg.org
Tue Aug 28 14:22:30 CEST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG extension for MS Outlook".

The branch, master has been updated
       via  25f501f29ea2c1b617aaba0be747797fcc05dc16 (commit)
       via  4de0bb646fede9a94d72a1ec2893d32734860fe6 (commit)
      from  94fd4b9a6868bd25f91c040565ca8b8a0f6454f9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 25f501f29ea2c1b617aaba0be747797fcc05dc16
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Tue Aug 28 14:22:25 2018 +0200

    Update NEWS
    
    --

diff --git a/NEWS b/NEWS
index 2825cc7..847889b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,18 @@
-Noteworthy changes for version 2.2.1 (unreleased)
+Noteworthy changes for version 2.3.0 (unreleased)
 =================================================
 
+ * Massive stability and performance improvements.
+
+ * New configuration dialog.
+
+ * New option to automatically encrypt if possible.
+
+ * Moving mails is now possible.
+
+ * Improvements to attachment handling with long filenames.
+
+ * Support for contact Groups has been added.
+
 Noteworthy changes for version 2.2.0 (2018-06-15)
 =================================================
 

commit 4de0bb646fede9a94d72a1ec2893d32734860fe6
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Tue Aug 28 13:59:54 2018 +0200

    Minor indentation fix
    
    --

diff --git a/src/parsecontroller.cpp b/src/parsecontroller.cpp
index 150668c..5a5d63d 100644
--- a/src/parsecontroller.cpp
+++ b/src/parsecontroller.cpp
@@ -499,8 +499,8 @@ ParseController::parse()
 
   if (opt.enable_debug)
     {
-       std::stringstream ss;
-       ss << m_decrypt_result << '\n' << m_verify_result;
+      std::stringstream ss;
+      ss << m_decrypt_result << '\n' << m_verify_result;
       for (const auto sig: m_verify_result.signatures())
         {
           const auto key = sig.key();

-----------------------------------------------------------------------

Summary of changes:
 NEWS                    | 14 +++++++++++++-
 src/parsecontroller.cpp |  4 ++--
 2 files changed, 15 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GnuPG extension for MS Outlook
http://git.gnupg.org




More information about the Gnupg-commits mailing list