[balsa] balsa-2.6.3 release
- From: Pawel Salek <pawels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa] balsa-2.6.3 release
- Date: Wed, 18 Aug 2021 20:26:55 +0000 (UTC)
commit a0e884347f3cea71c4a5cb9144d6b1f2d45ff835
Author: Pawel Salek <pawsa0 gmail com>
Date: Wed Aug 18 20:57:28 2021 +0200
balsa-2.6.3 release
ChangeLog | 5 +++++
Makefile.am | 19 +++++++++++--------
NEWS | 11 +++++++++++
configure.ac | 4 ++--
doc/Makefile.am | 3 ++-
images/16x16/Makefile.am | 3 ++-
images/24x24/Makefile.am | 4 +++-
images/Makefile.am | 3 ++-
images/mimetypes/Makefile.am | 3 ++-
libbalsa/Makefile.am | 1 +
libbalsa/imap/Makefile.am | 3 +++
libinit_balsa/Makefile.am | 3 +++
libnetclient/Makefile.am | 4 +++-
libnetclient/test/Makefile.am | 1 +
meson.build | 2 +-
sounds/Makefile.am | 4 +++-
src/Makefile.am | 3 ++-
17 files changed, 57 insertions(+), 19 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7c4ce6c7b..7da9544c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-08-18 Pawel Salek <pawsa0 gmail com>
+
+ * .../Makefile.am: include '*meson*' files in the distribution package.
+ * 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
diff --git a/Makefile.am b/Makefile.am
index b103228c8..c189f8c42 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,7 +37,12 @@ balsa_extra_dist = \
gnome-balsa2.png \
intltool-extract.in \
intltool-merge.in \
- intltool-update.in
+ intltool-update.in \
+ meson.build \
+ meson_options.txt \
+ balsa-mailto-handler.desktop.meson \
+ org.desktop.Balsa.desktop.meson \
+ po/meson.build
EXTRA_DIST = \
$(balsa_extra_dist)
@@ -48,8 +53,10 @@ gtksourceview_DATA = balsa-mail.lang \
balsa-mail-style.xml
endif
+# remove ./po/.intltool-merge-cache.lock to workaround intltool-0.51.0-6 bug
DISTCLEANFILES = $(desktop_DATA) $(server_DATA) $(dist_appdata_DATA) \
- intltool-extract intltool-merge intltool-update
+ intltool-extract intltool-merge intltool-update \
+ po/.intltool-merge-cache.lock
dist-hook: balsa.spec
@@ -79,12 +86,8 @@ dist-hook: balsa.spec
## to automatically rebuild aclocal.m4 if any of the macros in
## `macros/' change
-bzdist: distdir
+xzdist: distdir
@test -n "$(AMTAR)" || { echo "AMTAR undefined. Run make bzdist AMTAR=gtar"; false; }
-chmod -R a+r $(distdir)
- $(AMTAR) chojf $(distdir).tar.bz2 $(distdir)
+ $(AMTAR) choJf $(distdir).tar.xz $(distdir)
-rm -rf $(distdir)
-
-# macros are not used any more by current configure.in, see also
-# post by Ildar Mulyukov to balsa-list, 2006.06.27
-# ACLOCAL_AMFLAGS = -I macros
diff --git a/NEWS b/NEWS
index 52353ab17..1f89dc005 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+* 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.
diff --git a/configure.ac b/configure.ac
index 34c394ae5..e59b34026 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.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
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3a376bc19..cedeab85f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -68,7 +68,8 @@ balsa_spell_extra_dist =
endif
-EXTRA_DIST = $(balsa_spell_extra_dist)
+EXTRA_DIST = $(balsa_spell_extra_dist) \
+ meson.build
HELP_EXTRA = balsa.entities
diff --git a/images/16x16/Makefile.am b/images/16x16/Makefile.am
index c64cc37a8..21c2e90ce 100644
--- a/images/16x16/Makefile.am
+++ b/images/16x16/Makefile.am
@@ -28,7 +28,8 @@ extra_appicons_IMGS = \
mail-outbox.png
-EXTRA_DIST = $(extra_appicons_IMGS)
+EXTRA_DIST = $(extra_appicons_IMGS) \
+ meson.build
extra_appiconsdir = $(BALSA_DATA_PREFIX)/hicolor/16x16/apps
extra_appicons_DATA = $(extra_appicons_IMGS)
diff --git a/images/24x24/Makefile.am b/images/24x24/Makefile.am
index 8aa1556f5..5f66054ed 100644
--- a/images/24x24/Makefile.am
+++ b/images/24x24/Makefile.am
@@ -32,7 +32,9 @@ extra_appicons_IMGS = \
stock_view-fields.png
-EXTRA_DIST = $(extra_appicons_IMGS)
+EXTRA_DIST = $(extra_appicons_IMGS) \
+ meson.build
+
extra_appiconsdir = $(BALSA_DATA_PREFIX)/hicolor/24x24/apps
extra_appicons_DATA = $(extra_appicons_IMGS)
diff --git a/images/Makefile.am b/images/Makefile.am
index a77c60365..18bc73e15 100644
--- a/images/Makefile.am
+++ b/images/Makefile.am
@@ -8,7 +8,8 @@ balsa_IMGS = \
balsa_icon.png \
balsa_logo.png
-EXTRA_DIST = $(balsa_IMGS)
+EXTRA_DIST = $(balsa_IMGS) \
+ meson.build
balsabitmapsdir = $(BALSA_DATA_PREFIX)/pixmaps
diff --git a/images/mimetypes/Makefile.am b/images/mimetypes/Makefile.am
index 3250f1ab5..bfb18d8e0 100644
--- a/images/mimetypes/Makefile.am
+++ b/images/mimetypes/Makefile.am
@@ -12,7 +12,8 @@ extramimetypes_IMGS = \
multipart-signed.png
-EXTRA_DIST = $(extramimetypes_IMGS)
+EXTRA_DIST = $(extramimetypes_IMGS) \
+ meson.build
extramimetypesdir = $(BALSA_DATA_PREFIX)/hicolor/48x48/mimetypes
extramimetypes_DATA = $(extramimetypes_IMGS)
diff --git a/libbalsa/Makefile.am b/libbalsa/Makefile.am
index d81ff9084..b272d4269 100644
--- a/libbalsa/Makefile.am
+++ b/libbalsa/Makefile.am
@@ -140,6 +140,7 @@ libbalsa_a_SOURCES = \
EXTRA_DIST = \
+ meson.build \
padlock-keyhole.xpm
AM_CPPFLAGS = -I${top_builddir} -I${top_srcdir} -I${top_srcdir}/libbalsa \
diff --git a/libbalsa/imap/Makefile.am b/libbalsa/imap/Makefile.am
index 881c02763..9e0b5f39a 100644
--- a/libbalsa/imap/Makefile.am
+++ b/libbalsa/imap/Makefile.am
@@ -42,3 +42,6 @@ AM_CPPFLAGS = -I${top_builddir} -I${top_srcdir} -I${top_srcdir}/libbalsa \
$(BALSA_CFLAGS)
AM_CFLAGS = $(LIBIMAP_CFLAGS)
+
+EXTRA_DIST = \
+ meson.build
diff --git a/libinit_balsa/Makefile.am b/libinit_balsa/Makefile.am
index 6bdd6d4f6..0ed6c74f0 100644
--- a/libinit_balsa/Makefile.am
+++ b/libinit_balsa/Makefile.am
@@ -23,3 +23,6 @@ AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) \
$(BALSA_CFLAGS)
AM_CFLAGS = $(BALSA_DEFS)
+
+EXTRA_DIST = \
+ meson.build
diff --git a/libnetclient/Makefile.am b/libnetclient/Makefile.am
index 52f7b998e..eb385f7ca 100644
--- a/libnetclient/Makefile.am
+++ b/libnetclient/Makefile.am
@@ -16,9 +16,11 @@ CLEANFILES = doxygen.log
SUBDIRS = test
AM_CFLAGS = $(LIBNETCLIENT_CFLAGS)
AM_CPPFLAGS = -DG_LOG_DOMAIN=\"libnetclient\"
+EXTRA_DIST = \
+ meson.build
clean-local:
-rm -rf html
doc:
- @DOXYGEN@ libnetclient.dox
\ No newline at end of file
+ @DOXYGEN@ libnetclient.dox
diff --git a/libnetclient/test/Makefile.am b/libnetclient/test/Makefile.am
index ab3187012..92240cfc5 100644
--- a/libnetclient/test/Makefile.am
+++ b/libnetclient/test/Makefile.am
@@ -11,6 +11,7 @@ EXTRA_DIST = \
ca_cert.pem \
cert.pem \
cert_u.pem \
+ meson.build \
valgrind.supp
TESTFLAGS = -fprofile-arcs -ftest-coverage -g -Wno-error
diff --git a/meson.build b/meson.build
index fd8ecf7d6..a84c775a7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('balsa', 'c',
- version : '2.6.2',
+ version : '2.6.3',
meson_version : '>= 0.50.0',
default_options : ['sysconfdir=/etc', 'buildtype=debugoptimized'])
diff --git a/sounds/Makefile.am b/sounds/Makefile.am
index c41d0a537..dae473955 100644
--- a/sounds/Makefile.am
+++ b/sounds/Makefile.am
@@ -8,6 +8,8 @@ soundlist_in_files = balsa.soundlist.in
soundlist_DATA = $(soundlist_in_files:.soundlist.in=.soundlist)
@INTLTOOL_SOUNDLIST_RULE@
-EXTRA_DIST = $(balsa_SOUNDS) $(soundlist_in_files)
+EXTRA_DIST = $(balsa_SOUNDS) $(soundlist_in_files) \
+ balsa.soundlist.meson \
+ meson.build
DISTCLEANFILES = $(soundlist_DATA)
diff --git a/src/Makefile.am b/src/Makefile.am
index 55d855b30..e6c5615f0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -122,7 +122,8 @@ balsa_SOURCES = \
$(balsa_built_sources)
-EXTRA_DIST = $(balsa_spell_extra_dist) $(resource_xml) $(ab_resource_xml)
+EXTRA_DIST = $(balsa_spell_extra_dist) $(resource_xml) $(ab_resource_xml) \
+ meson.build
AM_CPPFLAGS = \
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]