Changelog:
Evolution 3.40.3 2021-07-09
---------------------------
Bug Fixes:
I#1307 - backup-restore: Handle user settings through GSettings, not DConf (Milan Crha)
I#1469 - Composer: Signatures in HTML inserted into the quote on reply (Milan Crha)
I#1537 - EShellSearchbar: Search option not saved on change (Milan Crha)
I#1547 - EMailNotes: Unset Content-Transfer-Encoding on message on save (Milan Crha)
I#1554 - Mail: Sort Status column by unread state first (Milan Crha)
Changelog:
Evolution-EWS 3.40.3 2021-07-09
-------------------------------
Bug Fixes:
I#155 - Contacts: Birthday/Anniversary before Epoch ignored (Milan Crha)
I#156 - Set FolderClass when creating a new folder (Milan Crha)
I#157 - Mail: Do not re-encode message on append (Milan Crha)
New in this release:
~~~~~~~~~~~~~~~~~~~~
* Support for the OAuth2 authorisation protocol has been added for
IMAP, POP and SMTP using custom, user-generated client IDs.
OAuth2 preferences are found in the Account Preferences on the
Receive page (for POP: Authenticate before POP connection, for
IMAP: Authentication method); the Send page (SMTP authentication:
Authentication method); and on a dedicated OAuth2 page.
* The option 'Save (X-)Face in address book if possible' has been
added to the /Message View/Text Options preferences page.
Previously the (X-)Face would be saved automatically, therefore
this option is turned on by default.
* The Image Viewer has been reworked. New options have been added to
/Message View/Image Viewer: when resizing images, either fit the
image width or fit the image height to the available space.
Fitting the image height is the default. Regardless of this
setting, when displaying images inline they will fit the height.
When displaying an image, left-clicking the image will toggle
between full size and reduced size; right-clicking will toggle
between fitting the height and fitting the width.
* When re-editing a saved message, it is now possible to use
/Options/Remove References.
* It is now possible to attempt to retrieve a missing GPG key via
WKD.
* The man page has been updated.
* Updated translations: Brazilian Portuguese, British English,
Catalan, Czech, Danish, Dutch, French, Polish, Romanian, Russian,
Slovak, Spanish, Traditional Chinese, Turkish.
* bug fixes
See https://www.claws-mail.org/news.php for more details.
PR: 257110
Reported by: bsd@dino.sk
- Update to 3.7-20210707
- Check if OpenSSL at least 1.1.1a is being used
- LibreSSL is not supported as it dos not (yet) provide the
TLSv1.3 API found in OpenSSL 1.1.1 API.
Release 21.07.0:
core:
* JBIG2Stream: Do not consider a size-0 to be an error. Issue #535
* PSOutputDev: fix off-by-one error for image masking in L1/L2 output. Issue #1088
* CairoOutputDev: Fix memory leak on broken files
* Minor code improvements
build system:
* set C standard to 11 without extensions
Exp-run by: antoine
PR: 256981
This release includes a few more changes beyond the last commit, which
was version 6.18 plus one commit.
https://github.com/getmail6/getmail6/releases/tag/v6.18.1
Reported by: Michael Büker <freebsd@michael-bueker.de> (maintainer)
Approved by: Michael Büker <freebsd@michael-bueker.de> (maintainer)
A feature added in 6.18 causes problems. When trying to use all files in
--getmaildir, getmail will choke on oldmail-* files, which are likely to be
present. Since this is the new default behaviour for running getmail without
any arguments, this change is very likely to break many installations.
PR: 257024
Reported by: Michael Büker <freebsd@michael-bueker.de> (maintainer)
- Upstream does not make releases very often while significant bugfixes
are committed now and than. Last release was Feb 2020.
- Upgrade the port to the same version as is included in DragonflyBSD:
https://lists.dragonflybsd.org/pipermail/commits/2021-May/820180.html
- This versioning scheme is flexible enough to follow 0.14 in the future
might that release ever happen.
- Remove now obsoleted patch-crypto.c
PR: 256597
Sponsored by: Rubicon Communications, LLC ("Netgate")
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
From [1]
* What is new in gsl-2.7:
* fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
* fixed bug #60335 (spmatrix test failure, J. Lamb)
* fixed bug #36577
* clarified documentation on interpolation accelerators (V. Krishnan)
* fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M. Sitte)
* fixed doc bug #59758
* fixed bug #58202 (rstat median for n=5)
* added support for native C complex number types in gsl_complex
when using a C11 compiler
* upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6
* updated exponential fitting example for nonlinear least squares
* added banded LU decomposition and solver (gsl_linalg_LU_band)
* New functions added to the library:
- gsl_matrix_norm1
- gsl_spmatrix_norm1
- gsl_matrix_complex_conjtrans_memcpy
- gsl_linalg_QL: decomp, unpack
- gsl_linalg_complex_QR_* (thanks to Christian Krueger)
- gsl_vector_sum
- gsl_matrix_scale_rows
- gsl_matrix_scale_columns
- gsl_multilarge_linear_matrix_ptr
- gsl_multilarge_linear_rhs_ptr
- gsl_spmatrix_dense_add (renamed from gsl_spmatrix_add_to_dense)
- gsl_spmatrix_dense_sub
- gsl_linalg_cholesky_band: solvem, svxm, scale, scale_apply
- gsl_linalg_QR_UD: decomp, lssolve
- gsl_linalg_QR_UU: decomp, lssolve, QTvec
- gsl_linalg_QR_UZ: decomp
- gsl_multifit_linear_lcurvature
- gsl_spline2d_eval_extrap
* bug fix in checking vector lengths in gsl_vector_memcpy (dieggsy@pm.me)
* made gsl_sf_legendre_array_index() inline and documented
- gsl_sf_legendre_nlm()
[1] http://git.savannah.gnu.org/cgit/gsl.git/tree/NEWS
PR: 256423
Exp-run by: antoine