[balsa] balsa-2.6.2 release



commit ab64546cfb0a9eb0b4233888733c9faef0ab65fc
Author: Pawel Salek <pawsa0 gmail com>
Date:   Mon Dec 21 20:41:18 2020 +0100

    balsa-2.6.2 release

 ChangeLog    |  5 +++++
 NEWS         | 14 ++++++++++++++
 configure.ac |  4 ++--
 meson.build  |  2 +-
 4 files changed, 22 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ba67f1fc8..380a3eb89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-12-21  Pawel Salek  <pawsa0 gmail com>
+
+    * NEWS, configure.ac, meson.build: release balsa-2.6.2
+
+
 2020-12-19  Pawel Salek  <pawsa0 gmail com>
 
     * libbalsa/imap/imap-auth.c: catch errors mid authentication process.
diff --git a/NEWS b/NEWS
index 557193247..52353ab17 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+* Balsa-2.6.2 release. Release date 2020-12-21
+
+- Webkit widgets are now sandboxed.
+- Improved desktop notifications.
+- iTIP calendar reply are improved.
+- Handling of multiple crypto keys for the same recipient.
+- build cleanups and improvements, e.g. application logging.
+- code cleanups and simplifications as enabled by moving to more modern
+  libraries.
+- bug fixes: draft with message/external-body attachments; 
+  do not crash on importing half-broken keys
+- improved translations.
+
+
 * Balsa-2.6.1 release. Release date 2020-05-10
 
 - fix server identity verification.
diff --git a/configure.ac b/configure.ac
index 602eef569..f9759f0de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,9 +8,9 @@ dnl ###########################################################################
 dnl Boilerplace and versioning
 dnl ###########################################################################
 
-# if autoconf is used not in a git source tree, use version=2.6.1
+# if autoconf is used not in a git source tree, use version=2.6.2
 AC_INIT([balsa],
-        m4_esyscmd([test -d .git && echo -n `git describe --tags` || echo -n 2.6.1]),
+        m4_esyscmd([test -d .git && echo -n `git describe --tags` || echo -n 2.6.2]),
         [])
 
 AM_INIT_AUTOMAKE
diff --git a/meson.build b/meson.build
index dd420df20..d930e271b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('balsa', 'c',
-        version         : '2.6.1',
+        version         : '2.6.2',
         meson_version   : '>= 0.50.0',
         default_options : ['sysconfdir=/etc', 'buildtype=debugoptimized'])
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]