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
61886d24
Commit
61886d24
authored
Jun 01, 2018
by
Pawel Salek
Browse files
Release balsa-2.5.6
parent
c4e98371
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
61886d24
2018-06-01 Pawel Salek <pawsa0@gmail.com>
* NEWS, configure.ac: release balsa-2.5.6
* src/Makefile.am: add missing xml files
2018-06-01 Pawel Salek <pawsa0@gmail.com>
* src/balsa-icons.c: don't let missing icons stop balsa.
...
...
NEWS
View file @
61886d24
* Balsa-2.5.6 release. Release date 2018-06-01
Changes wrt to 2.5.5 tag:
- fix scroll on click issue
- display time stamps of date-only RFC 5545 iCalendar events
- disable reply-to-group when the message is not from an
RFC-2369-compliant mail list
- Mitigate EFail vulnerability for Webkit2
* Balsa-2.5.5 release. Release date 2018-02-26
Changes wrt to 2.5.4 tag:
...
...
configure.ac
View file @
61886d24
...
...
@@ -8,9 +8,9 @@ dnl ###########################################################################
dnl Boilerplace and versioning
dnl ###########################################################################
# if autoconf is used not in a git source tree, use version=2.5.
5
# if autoconf is used not in a git source tree, use version=2.5.
6
AC_INIT([balsa],
m4_esyscmd([test -d .git
&&
echo -n `git describe --tags` || echo -n 2.5.
5
]),
m4_esyscmd([test -d .git
&&
echo -n `git describe --tags` || echo -n 2.5.
6
]),
[])
AM_INIT_AUTOMAKE
...
...
src/Makefile.am
View file @
61886d24
...
...
@@ -120,7 +120,7 @@ balsa_SOURCES = \
$(balsa_built_sources)
EXTRA_DIST
=
$(balsa_spell_extra_dist)
EXTRA_DIST
=
$(balsa_spell_extra_dist)
$(resource_xml)
$(ab_resource_xml)
AM_CPPFLAGS
=
\
-DGNOMELOCALEDIR
=
\"
"
$(datadir)
/locale"
\"
\
...
...
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