Upgrade from 3.2.x to 3.3+ requires generating a new setup hash.
The post-ugprade visit to setup.php will walk you through this.
Other changes:
-XMLRPC support is moribund, so drop it from USE_PHP
-Virtual vacation scripts are now optional, making building without
perl5 possible
-Optionally add imap to USE_PHP module for completeness
-Default options changed for maximal out-of-the-box support
PR: 257845
- Unbreak the build against recent gdbm based on the patch provided by
the upstream maintainer*; this breakage went unnoticed for a while
because GDBM option was disabled by default -- enable it so we would
notice similar breakages next time (most of other ports by the same
upstream author/maintainer already default to it; this is very light
dependency yet useful enough as default database backend)
- Drop MAKE_JOBS_UNSAFE which had been added back in r269161 ten years
ago for version 4.1.1 and never properly explained; even though the
ChangeLog does not explicitly mention parallel build-related fixes,
the author confirmed that he does not recall any problems regarding
parallel builds; assume that it either was fixed in the meantime, or
would manifest itself again, only this time we'd catch the bug and,
at the very least, would properly document it (but ideally fix)
*) https://mail.gnu.org/archive/html/bug-anubis/2020-06/msg00004.html
Release 21.08.0:
core:
* Add API to allow addition and modification of outlines into a PDF
* Use additional samples to test for constant parts of an axial gradient
* forms: Create fallback fonts for some well known font names
* Support reading the PDF Version from the Catalog
* Fix XRef::copy when there are modified objects
* Take into account that Date string may be in unicode
* JBIG2Stream: Fix regression in "Do not consider a size-0 to be an error"
* Replace a local bubble sort implementation by std::sort
* Fix issues with malformed files
build system:
* Better error message when libjpeg is not found
* Better error messages when libopenjpeg2 is not found
qt5/qt6:
* Document that a document has to outlive its pages
* Make getPdfVersion return a dedicated version object
glib:
* mimick TextSelectionDumper logic change for spaceAfter
Exp-run by: antoine
PR: 257539
In FreeBSD setup when emails are incoming from a domain with strong
dmarc validation policy (like yahoo) mail a munged upfront by rspamd and
X-Original-From is set to the original email.
The initial support for X-Original-From allowed everything to work but
list control, this update makes listcontrol (+help, +subscribe etc works
for those domains)
In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.
Suggested by: kib
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