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
25992298
Commit
25992298
authored
Aug 18, 2021
by
Pawel Salek
Browse files
balsa-2.6.3 release
parent
edc3fd3b
Pipeline
#308825
passed with stage
in 56 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
25992298
2021-08-18 Pawel Salek <pawsa0@gmail.com>
* NEWS, configure.ac, meson.build: release balsa-2.6.3
2021-03-27 Peter Bloomfield <pbloomfield@bellsouth.net>
imap-handle: use a flexible array member
...
...
NEWS
View file @
25992298
* Balsa-2.6.3 release. Release date 2021-08-18
- Improve Autocrypt-related error messages.
- Improvements to communication with GnuPG key servers.
- Create standard-compatible HTML messages.
- Implement sender-dependent HTML message preferences.
- Reuse HTTP connections when rendering HTML messages.
- Do not send empty Reply-To, Cc, etc headers.
- More robust IMAP parser and response handling.
- Code cleanups, platform-dependent build fixes
* Balsa-2.6.2 release. Release date 2020-12-21
- Webkit widgets are now sandboxed.
...
...
configure.ac
View file @
25992298
...
...
@@ -8,9 +8,9 @@ dnl ###########################################################################
dnl Boilerplace and versioning
dnl ###########################################################################
# if autoconf is used not in a git source tree, use version=2.6.
2
# if autoconf is used not in a git source tree, use version=2.6.
3
AC_INIT([balsa],
m4_esyscmd([test -d .git
&&
echo -n `git describe --tags` || echo -n 2.6.
2
]),
m4_esyscmd([test -d .git
&&
echo -n `git describe --tags` || echo -n 2.6.
3
]),
[])
AM_INIT_AUTOMAKE
...
...
meson.build
View file @
25992298
project
(
'balsa'
,
'c'
,
version
:
'2.6.
2
'
,
version
:
'2.6.
3
'
,
meson_version
:
'>= 0.50.0'
,
default_options
:
[
'sysconfdir=/etc'
,
'buildtype=debugoptimized'
])
...
...
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