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
b50fe0e1
Commit
b50fe0e1
authored
May 10, 2020
by
Pawel Salek
Browse files
Release balsa-2.6.1
The release fixes TLS server identity verification.
parent
3b3320ce
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b50fe0e1
2020-05-10 Pawel Salek <pawsa0@gmail.com>
* NEWS, configure.ac, meson.build: release balsa-2.6.1
2020-05-06 Peter Bloomfield <pbloomfield@bellsouth.net>
* src/sendmsg-window.c (add_attachment): Insert separators
...
...
NEWS
View file @
b50fe0e1
* Balsa-2.6.1 release. Release date 2020-05-10
- fix server identity verification.
* Balsa-2.6.0 release. Release date 2020-04-11
This release switches to gmime3 library for MIME processing.
...
...
configure.ac
View file @
b50fe0e1
...
...
@@ -8,9 +8,9 @@ dnl ###########################################################################
dnl Boilerplace and versioning
dnl ###########################################################################
# if autoconf is used not in a git source tree, use version=2.6.
0
# if autoconf is used not in a git source tree, use version=2.6.
1
AC_INIT([balsa],
m4_esyscmd([test -d .git
&&
echo -n `git describe --tags` || echo -n 2.6.
0
]),
m4_esyscmd([test -d .git
&&
echo -n `git describe --tags` || echo -n 2.6.
1
]),
[])
AM_INIT_AUTOMAKE
...
...
meson.build
View file @
b50fe0e1
project
(
'balsa'
,
'c'
,
version
:
'2.6.
0
'
,
version
:
'2.6.
1
'
,
meson_version
:
'>= 0.50.0'
,
default_options
:
[
'sysconfdir=/etc'
,
'optimization=2'
])
...
...
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