Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
balsa
Commits
ab64546c
Commit
ab64546c
authored
Dec 21, 2020
by
Pawel Salek
Browse files
balsa-2.6.2 release
parent
9eccb133
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ab64546c
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.
...
...
NEWS
View file @
ab64546c
* 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.
...
...
configure.ac
View file @
ab64546c
...
...
@@ -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
...
...
meson.build
View file @
ab64546c
project
(
'balsa'
,
'c'
,
version
:
'2.6.
1
'
,
version
:
'2.6.
2
'
,
meson_version
:
'>= 0.50.0'
,
default_options
:
[
'sysconfdir=/etc'
,
'buildtype=debugoptimized'
])
...
...
Damian Poddebniak
@duesee1
mentioned in issue
#54 (closed)
·
Aug 02, 2021
mentioned in issue
#54 (closed)
mentioned in issue #54
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment