From: Ricardo Mones Date: Sun, 30 Dec 2018 23:59:40 +0000 (+0100) Subject: Release 1.3.1 X-Git-Tag: 1.3.1^0 X-Git-Url: http://git.claws-mail.org/?p=clawsker.git;a=commitdiff_plain;h=83827f6b6e65a563a22caa87718832c54fb1dfd5 Release 1.3.1 --- diff --git a/Makefile b/Makefile index 41a37e2..9a807b5 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ # NAME = clawsker -VERSION ?= 1.3.0 +VERSION ?= 1.3.1 PREFIX ?= /usr/local BINDIR = ${PREFIX}/bin DATADIR = ${PREFIX}/share diff --git a/NEWS b/NEWS index a1ce6f3..4dd003e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +1.3.1: + - Support new account hidden preference “use_tls_sni” + - Add SSL manager window size to windows tab + - Rearranged and fixed behaviour of hotkeys tab + - Make getting Claws Mail version more robust + - Added test suite for some functions + - Translations: + • Updated: French, Swedish, Portuguese, Turkish, Dutch, + Catalan, Danish, Spanish and Brazilian Portuguese + • Dropped: Indonesian + - More fixes and improvements, see git log for further details + 1.3.0: - Migrated to GTK+3 perl bindings - Migrated UI layouts to new GtkGrid widget