upstream changes:
-----------------
v1.15.1
=======
This is a patch release to correct the inadvertently changed --config
flag.
Bugfixes:
o #7532: Removing pending folders is flaky
o #7549: Flag --config was renamed to --conf in 1.15.0
v1.15.0
=======
This release fixes a vulnerability where Syncthing and the relay server
can crash due to malformed relay protocol messages (CVE-2021-21404); see
GHSA-x462-89pf-6r5h.
This release updates the CLI to use subcommands and adds the subcommands
cli (previously standalone stcli utility) and decrypt (for offline
verifying and decrypting encrypted folders).
With this release we invite everyone to test the "untrusted (encrypted)
devices" feature. You should not use it yet on important production
data. Thus UI controls are hidden behind a feature flag. For more
information, visit:
https://forum.syncthing.net/t/testing-untrusted-encrypted-devices/16470
Bugfixes:
o #7198: Removing a folder and re-adding it again (untrusted) makes it not sync until restart
o #7385: infinite filesystem recursion due to missing file id
o #7419: panic "Snapshot(): database is closed" on start after wiping database
o #7429: "Ignore Patterns" tab disappears after visiting "Folder Defaults"
o #7434: Non-DNS-like computer name fails creation of HTTPS certificate
o #7451: strelaysrv v1.14.0 failing to load
o #7466: Receive-encrypted fails after a while: file with empty block list
o #7469: .stignore should be ignored in Receive Encrypted folders
o #7474: Device tries to push ignored files to a remote device in a 3-device setup
o #7481: Versioning help strings are not displayed in the GUI
o #7509: Sharing the first folder to an untrusted device on an established connection sends plain-text
Enhancements:
o #6566: Ship stcli in main package
o #7457: Remove sub-second precision from the REST API rest/stats/device.
o #7514: Increase default strelaysrv network buffer size
Other issues:
o #4719: Package stcli as Debian package
o #7199: Build script -no-upgrade handling is unintuitive
upstream changes:
-----------------
The new ejabberd 21.04 release includes many bugfixes and a few improvements.
This release includes minor improvements to fully support Erlang/OTP 24 and
Rebar3. At the same time, it maintains support back to the old Erlang/OTP 19.3
and Rebar2.
Changes since 0.10.0:
exa v0.10.1
A small patch release (exa's first!) to fix a couple of issues (and to
demonstrate a quicker release pace).
Additions
(No new features)
Changes
* Change the way the "ignored" status is aggregated for directories, so
directories containing ignored files no longer look like the directory
itself is ignored (bd4f144)
* Change the icon for TeX files to a "T" (e3e776a)
* Display the classification character (such as / for directories) at
the end of symlink targets (dbd11d3)
* Display more helpful error messages when a number in a command-line
option or environment variable fails to be parsed (550f2d2)
Fixes
* Fix thousand separators not being displayed in file sizes (7a4cde7)
* Fix $EXA_GRID_ROWS displaying the wrong size table in certain situations
(c729e22)
* Fix month name not following locale when a file's date is in the current
year (3a8005c)
Contributors
Thanks again to ariasuni.
Remove patches that were merged in 1.24.1, and add an upstream patch to
fix an issue where applications set to autostart couldn't be disabled.
Change log:
mate-session-manager 1.24.2
* Translations update
* Support xscreensaver when mate-screensaver is not available
mate-session-manager 1.24.1
* Translations update
* Using #include with system libraries
* build: silent build warnings for distcheck
* Accept Desktop Entry Specification v1.1
* use default MATE_COMPILE_WARNINGS for stable branch
* build: make libglesv2 optional
Pixz (pronounced 'pixie') is a parallel, indexing version of XZ.
The existing XZ Utils provide great compression in the .xz file
format, but they produce just one big block of compressed data.
Pixz instead produces a collection of smaller blocks which makes
random access to the original data possible. This is especially
useful for large tarballs.
Originaly packaged by ISIHARA Takanori as pkgsrc-wip/pixz and
updated to 1.0.7 by me.
-Fixed a bug that caused bars to seem 100% full when using --no-color
-Slight modifications to the wording used in the help text
-No longer generate a random number when picking which ASCII art to display
0.14.1
Known Open Issues (Blocker or Critical)
THRIFT-3877 - C++: library don't work with HTTP (csharp server, cpp client; need cross test enhancement)
THRIFT-5098 - Deprecated: "The high level Network interface is no longer supported. Please use Network.Socket." and other Haskell issues
THRIFT-5245 - NPE when the value of map's key is null
Deprecated Languages
THRIFT-5347 - Deprecate Haskell bindings
Build Process
THRIFT-5334 - version of thrift-maven-plugin is not sync with the main project
Delphi
THRIFT-5350 - 0.14.0 fails to build on non-x86
Go
THRIFT-5353 - Namespace from type is ignored in generated code
Python
THRIFT-5352 - Python: IDL exceptions with no fields can't be instantiated
Rust
THRIFT-5299 - rs implementation compact protocol seq_id should not use zigzag encoding.
upstream changes:
----------------
7.5.3 (2021-04-07)
Features and enhancements
o Dashboard: Do not include default datasource when externally exporting dashboard with row. #32494, @kaydelaney
o Loki: Remove empty annotations tags. #32359, @conorevans
Bug fixes
o AdHocVariable: Add default data source to picker. #32470, @hugohaggmark
o Configuration: Prevent browser hanging / crashing with large number of org users. #32546, @jackw
o Elasticsearch: Fix bucket script variable duplication in UI. #32705, @Elfo404
o Explore: Fix bug where navigating to explore would result in wrong query and datasource to be shown. #32558, @aocenas
o FolderPicker: Prevent dropdown menu from disappearing off screen. #32603, @jackw
o SingleStat: Fix issue with panel links. #32721, @gjulianm
o Variables: Confirm selection before opening new picker. #32586, @hugohaggmark
o Variables: Confirm selection before opening new picker. #32503, @hugohaggmark
o Variables: Fix unsupported data format error for null values. #32480, @hugohaggmark