3.4.0
Ansible-base
- ansible-test - Tests run with the ``centos6`` and ``default`` test containers now use a PyPI proxy container to access PyPI when Python 2.6 is used. This allows tests running under Python 2.6 to continue functioning even though PyPI is discontinuing support for non-SNI capable clients.
community.postgresql
- postgresql_query - the default value of the ``as_single_query`` option will be changed to ``yes`` in community.postgresql 2.0.0 (https://github.com/ansible-collections/community.postgresql/issues/85).
netapp.ontap
- na_ontap_autosupport - Added REST support to the module.
Changes & fixes:
-Pressing the wrong key in any mode won't reset back to default mode.
-Cut & copy will clear the selection by default.
-Optimized performance, CPU usage and binary size.
-the default (non prefixed) search is now "path fuzzy" instead of "name fuzzy".
You can still change the default mode and mode bindings in the config. This was
done after a survey in chat.
-new "unordered tokens" search type: t/ab,cd searches for tokens "ab" and "cd"
in any order and case insensitive in the subpath, matches for example
src/dcd/Bab.rs - Fix#378
-fix search modes configuration removing all default mappings - Fix#383
-conf / quit_on_last_cancel to allow quitting with esc when there's nothing
to cancel - Fix#380
-new parent skin entry for the part of the sub-path before the file name
(visible when you search on subpath)
-when a content search has been done, opening a file with a compatible command
(like the standard :edit) opens on the first line with a match
Change log:
4.14.1
======
- Add keywords to .desktop files to xfce4-appfinder
- GitLab is the new bugtracker
- Add small delay before reloading menu tree (!6)
- Update copyright year
- Clear entry's error icon and tooltip
- Fix memory leaks when sorting items
- Fix gtk version checking
0.8.4
=====
-Fixed search.
0.8.3
=====
-Fixed renaming files breaking the UI.
0.8.2
=====
-Fix rename breaking UI.
0.8.1
=====
-Fix exploring and escaping paths
This PR targets 2 pain points.
1. The `Explore` message was async, which caused some unexpected
behavior. This was fixed by splitting `Explore` into `ExplorePwd`,
`ExplorePwdAsync` and `ExploreParentsAsync`. `ExploreParentsAsync`
is similar to the former `Explore`, which is mainly used when loading
`xplr` for the first time. However, what we'll be using frequently
are `ExplorePwd` and `ExplorePwdAsync` messages.
2. Files with spaces caused some unexpected behavior. This was fixed by
escaping the paths properly. This also fixed focusing of a file after
creating or renaming it.
Anothor breaking change is that `XPLR_PIPE_FOCUS_OUT` has been removed.
`XPLR_FOCUS_PATH` is all we need. So, the rule of thumb is if a variable
contains one liner value, it can be used directly from the env vars.
Variables that can contain multi-line values, will be exposed via the
pipes.
Minor changes are
- Add `switch_mode` mode to the global key binding help menu.
- Moved some UI related code from config.rs to ui.rs.
- Fixed compilation issue on `rustc 1.50.0`.
0.8.0
=====
-Breaking: The Explore message has been renamed to ExploreParentsAsync. While,
more relevant messages has been introduced: ExplorePwd and ExplorePwdAsync and.
-Breaking: $XPLR_PIPE_FOCUS_OUT has been removed. Use $XPLR_FOCUS_PATH instead.
-Fixed files with spaces causing issues (e.g. while renaming, focusing etc.)
-Added switch_mode mode to the global key binding help menu
-Moved some UI related code from config.rs to ui.rs.
-Fixed compilation issue on rustc 1.50.0.
0.7.2
=====
-Fixed displaying global help menu.
-Bound search mode tab key to ToggleSelection instead of Select.
-Logs will be displayed in ${PAGER:-less}
0.7.1
=====
-Use tab while in search mode to select files without losing the search input.
Similar to fzf.
-No socket errors after quitting the app.
0.7.0
=====
-Made panel config values nullable.
-Added fields general.panel_ui to define the common panel UI properties.
0.6.0
=====
-Now it's possible to define layouts and layout constraints based on screen
size and relative panel size.
-Now it's possible to define borders, panels and panel style.
-Now it's possible to define panel title and title style.
-Added messages SwitchLayout, SwitchLayoutBuiltin and SwitchLayoutCustom to
dynamically change the UI layout.
-Fixed overwriting margin in the config.
-add_modifier and sub_modifier has been renames to add_modifiers and
sub_modifiers and supports human values (e.g. Bold, Italic etc.) instead
of bits.
-From this commit, the output pipes will only refresh before executing an
external command.
4.37.0 (2021-05-05)
Enhancements
* Reinstate resource testing on supported platforms using Test-Kitchen #5204
(clintoncwolfe)
Bug Fixes
* Fix : windows_firewall_rule fails to validate more than 1 rule depending
on how it's executed #5502 (Vasu1105)
Merged Pull Requests
* Update openssl to 1.1.1k on macos #5493 (tas50)
* Update Ruby in omnibus packages to 2.7.3 #5492 (tas50)
* Make sure we use chef-telemetry 1.0.8+ #5491 (tas50)
* Upgrade to GitHub-native Dependabot #5488 (dependabot-preview[bot])
* Fixes for the integration-resources pipeline #5501 (clintoncwolfe)
* Fix bad link #5498 (IanMadd)
* Fix undefined method `+' for nil:NilClass\n\nProfile: - when using profile
dependencies and require_controls #5487 (Vasu1105)
* Remove coverage testing #5500 (clintoncwolfe)
* Added alias command automate for inspec compliance #5490 (Nik08)
4.36.4 (2021-04-29)
New Features
* Add selinux resource with basic feature support #5458 (Vasu1105)
* New input option pattern added for DSL and metadata inputs #5466 (Nik08)
Enhancements
* Add selinux resource support for modules and booleans #5463 (Vasu1105)
Bug Fixes
* Fix for group resource when member does not exist #5470 (Nik08)
Merged Pull Requests
* Update faraday requirement from >= 0.9.0, < 1.4 to >= 0.9.0, < 1.5 #5469
(dependabot-preview[bot])
* Minor fix - Method expected to return boolean but it was returning nil if
condition check fails #5480 (Vasu1105)
* updating Gemfile to support environment variables #5485 (jayashrig158)
* Group & Groups doc updated - about using local and etc groups #5483
(Nik08)
* Added new property members_array for group & groups resources. #5479
(Nik08)
4.33.1 (2021-04-21)
New Features
* Optionally include controls source code in CLI reporter #5465
(clintoncwolfe)
Merged Pull Requests
* Update postgres_ident_conf.md #5461 (tobiasbp)
* Remove default of 3600 seconds for command timeout #5472 (clintoncwolfe)
v4.32.0 (2021-04-14)
New Features
* Added ability to pass inputs to InSpec shell using input file and cli
#5452 (Nik08)
4.31.1 (2021-04-08)
Bug Fixes
* Use default command timeout value if timeout is 0 #5455 (clintoncwolfe)
4.31.0 (2021-04-07)
New Features
* Add --docker-url CLI option #5445 (clintoncwolfe)
Merged Pull Requests
* Fix for Deprecation warning and FilterTable::ExceptionCatcher to show
exact failure message. #5441 (Vasu1105)
* Update inputs.md #5449 (IanMadd)
* Add timeout option to command resource #5443 (clintoncwolfe)
* Update platforms doc #5442 (IanMadd)
* Bug fix for loading hashmap inputs consistently #5446 (Nik08)
4.29.3 (2021-03-25)
Bug Fixes
* Fix for -controls option is not working as expected. #5434 (Vasu1105)
* Fix for executing git profiles independent of the name of the default
branch #5438 (Nik08)
Merged Pull Requests
* Minor Docs edits #5433 (IanMadd)
* Add quotation around -name option for apt resource to work properly with
zsh #5437 (ymotongpoo)
* Updates profile init for cloud platforms to use inputs #5435
(collinmcneese)
* Move Passthrough Config from Automate to JSON Reporter #5430 (tohch4)
* Update codeowners for docs #5440 (IanMadd)
* Improve resource page menu titles #5439 (IanMadd)
* Add m1 support to MacOS build list #5432 (clintoncwolfe)
Puppet 7.6.1
Released April 2021.
We would like to thank the following Puppet community members for their
contributions to this release: gcampbell12 and ananace.
Enhancements
Puppet module type scripts directory
This release adds a new subdirectory to the scripts/ module class. It
automatically generates the functions in the class and retrieves the
available scripts. This helps to standardize specific file loading from
either the files directory or scripts directory. PUP-10996
Backport logic to detect migrated CA directory location
After migrating the CA directory, Puppet now reports the correct cadir
setting value. PUP-11004
Resolved issues
Race condition with agent_disabled_lockfile
This release fixes a race condition that caused the agent to become disabled
and no longer enforce desired state. Contributed by Puppet community member
gcampbell12. PUP-11000
User resource with forcelocal and groups attributes set fails if /etc/group contains empty lines
This release fixes an issue where Puppet failed when applying user resources
with forcelocal if there were empty lines in /etc/group. PUP-10997
Unable to install gems with the puppet_gem provider on Windows
Previously, if you used Puppet as a library, environment.bat was not sourced
and led to an unset PUPPET_DIR. As puppet_gem relied on this to build the
gem.bat path, it used a non-existing path, making this provider unsuitable.
This release updates the puppet_gem provider to use Gem.default_bindir,
which determines the location of the executables. To avoid accidental usage
of the puppet_gem provider with system Ruby, we have also added a confine to
the aio_agent_version fact. PUP-10964
Changing a Puppet setting in a catalog invalidates the environment cache in multithreaded mode
You can now change the value of Puppet's rich_data setting at runtime,
without it invalidating the environment cache. PUP-10952
Puppet cannot parse systemd instances when list-unit-files output has an additional column
This release fixes an issue affecting the parsing of systemd service
instances caused by a change in the systemctl list-unit-files command
output. PUP-10949
Cannot ensure dnfmodule with no default profile
Previously, using the dnfmodule provider to install a module with no default
profile -- without passing the enable_only parameter -- failed with newer
versions of DNF. PUP-11024
-Added new switch mode messages: SwitchModeBuiltin and SwitchModeCustom.
SwitchMode will continue to work as before.
-Improved the default prompt icon.
This package provides a fast logging system which scales on multicore
environments (i.e. +RTS -N<x>).
Note: This library does not guarantee correct ordering of log messages
when program is run on more than one core thus users should rely more
on message timestamps than on their order in the log.
Extends the "process" package. Read process input and output as
ByteStrings or Text, or write your own ProcessOutput instance. Lazy
process input and output. ProcessMaker class for more flexibility in
the process creation API.
Changes since 3.1.6.2:
===============
Version 3.1.7
===============
Enhancements and bug corrected:
* Security audit - B411 #1025 (by nicolargo)
* GPU temperature not shown in webview #1849 (by nicolargo)
* Remove shell=True for actions (following Bandit issue report) #1851 (by nicolargo)
* Replace Travis by Github action #1850 (by nicolargo)
* '/api/3/processlist/pid/3936'use this api can't get right info,all messy code #1828 (by nicolargo)
* Refactor the way importants stats are displayed #1826 (by nicolargo)
* Re-apply the Add hide option to sensors plugin #1596 PR (by nicolargo)
* Smart plugin error while start glances as root #1806 (by nicolargo)
* Plugin quicklook takes more than one seconds to update #1820 (by nicolargo)
* Replace Pystache by Chevron 2/2 See #1817 (by nicolargo)
* Doc. No SMART screenshot. #1799 (by nicolargo)
* Update docs following PR #1798 (by nicolargo)
Contributors for this version:
- Nicolargo
- Deosrc
- dependabot[bot]
- Michael J. Cohen
- Rui Chen
- Stefan Eßer
- Tuux
v2.10.9
Major Changes
- ansible-test - Tests run with the ``centos6`` and ``default`` test containers now use a PyPI proxy container to access PyPI when Python 2.6 is used. This allows tests running under Python 2.6 to continue functioning even though PyPI is discontinuing support for non-SNI capable clients.
Minor Changes
- Switch to hashlib.sha256() for ansible-test to allow for FIPs mode.
Bugfixes
- Prevent ``ansible_failed_task`` from further templating (https://github.com/ansible/ansible/issues/74036)
- ansible-test - Avoid publishing the port used by the ``pypi-test-container`` since it is only accessed by other containers. This avoids issues when trying to run tests in parallel on a single host.
- ansible-test - Fix docker container IP address detection. The ``bridge`` network is no longer assumed to be the default.
- ansible-test - ensure the correct unit test target is given when the ``__init__.py`` file is modified inside the connection plugins directory
- ansible.utils.encrypt now handles missing or unusable 'crypt' library.
- facts - detect homebrew installed at /opt/homebrew/bin/brew
- interpreter discovery - Debian 8 and lower will avoid unsupported Python3 version in interpreter discovery
- undeprecate hash_merge setting and add more docs clarifying its use and why not to use it.
- wait_for module, move missing socket into function to get proper comparrison in time.
New features:
Macchina's custom ASCII art implementation is now much smarter than before,
thanks to the amazing work of @uttarayan21, and his brilliant parser
ansi-to-tui, go on, give it a star!
How smart is it? Well, it can now parse ANSI characters to determine how to
color the specified ascii.
Want to give it a go? You'll find a directory named "ascii" in the source code,
that contains some ascii files generated by jp2a which you can show alongside
your beautiful system information. You can use your own too, of course!
You'll also notice there's a new "contrib" directory too, which has a neat bash
script that can download a video from any site that is supported by youtube-dl,
and display it alongside your machine information, this is another one of
@uttarayan21's contributions :)
Bug fixes:
-Fixed a build error occurring on macOS.
Now it should be more obvious when a package needs it as a dependency,
as it will fail loudly if it isn't declared as a tool.
While here, some duplicate dependencies on itstool were removed from the
MATE packages
-fix :previous_match not jumping over indirect matches - Fix#377
-fix typing a prefixed pattern then emptying it while keeping the prefix
doesn't remove filtering - Fix#379
-fix shifted matching chars highlighting with regex patterns when showing
icons - Fix#376
rel.0.8.19 (2021-04-29)
New
* Merge branch 'google-drive-v3' into 'master' [Kenneth Loafman]
Add a new Google Drive backend (gdrive:)
See merge request duplicity/duplicity!41
Changes
* Remove installs common between before\_script: and script: [Kenneth Loafman]
* Remove installs common between before\_script: and script: [Kenneth Loafman]
Fix
* Gdata module passes on py27 only. [Kenneth Loafman]
* Util.uexec() will return u'' if no err msg in e.args. [Kenneth Loafman]
* Util.uexec() should check for e==None on entry. [Kenneth Loafman]
* Fix bug 1547458 - more consistent passphrase prompt. [Kenneth Loafman]
* Fixes bug 1454136 - SX backend issues. [Kenneth Loafman]
* Fixes bug 1918981 - option to skip trash on delete on mediafire. [Kenneth Loafman]
Added --mf-purge option to bypass trash
* Fix bug 1919017 - MultiBackend reports failure on file deletion. [Kenneth Loafman]
* Fixes 41 - par2+rsync (non-ssh) fails. [Kenneth Loafman]
Other
* Merge branch 'develop' into 'master' [Kenneth Loafman]
Fix Google Drive timeout
See merge request duplicity/duplicity!51
* Fix "Giving up after 5 attempts. timeout: The read operation timed out" [Christian Perreault]
* Merge branch 'master' into 'master' [Kenneth Loafman]
Don't sync when removing old backups
See merge request duplicity/duplicity!50
* Don't sync when removing old backups. [Matthew Marting]
* Merge branch 'fix-uexec-returns-None' into 'master' [Kenneth Loafman]
fix util.uexc: do not return None
See merge request duplicity/duplicity!49
* Fix util.uexc: do not return None. [Michael Kopp]
* Merge branch 'boxbackend' into 'master' [Kenneth Loafman]
Implement Box backend
See merge request duplicity/duplicity!48
* Implement Box backend. [Jason Wu]
* Merge branch 'megav3' into 'master' [Kenneth Loafman]
Implement megav3 backend to to cater for change in MEGACmd
See merge request duplicity/duplicity!47
* Implement megav3 backend to to cater for change in MEGACmd. [Jason Wu]
* Merge branch 'master' of git@gitlab.com:duplicity/duplicity.git. [Kenneth Loafman]
* Merge branch 'use-new-azure-python-packages' into 'master' [Kenneth Loafman]
fix documentation for azure backend
See merge request duplicity/duplicity!46
* Fix documentation for azure backend. [Michael Kopp]
* Merge branch 'master' into 'master' [Kenneth Loafman]
Fix typo
See merge request duplicity/duplicity!45
* Fix typo. [Moses Miller]
* Merge branch 'master' into 'master' [Kenneth Loafman]
Add IDrive backend
See merge request duplicity/duplicity!43
* Add IDrive backend. [SmilingM]
* Merge branch 'master' into 'master' [Kenneth Loafman]
Progress bar improvements
See merge request duplicity/duplicity!44
* Progress bar improvements. [Moses Miller]
* Fix;usr:Fixes bug 1652953 - seek(0) on /dev/stdin crashes. [Kenneth Loafman]
* Add a new Google Drive backend (gdrive:) [Jindřich Makovička]
- Removes the PyDrive/PyDrive2 dependencies, and depends only on the
Google API client libraries commonly available in distributions.
- Uses unchanged JSON secret files as downloaded from GCP
- Updates the Google Drive API to V3
* Merge branch 'azurev12' into 'master' [Kenneth Loafman]
Azurev12
See merge request duplicity/duplicity!40
* Replaced original azure implementation. [Erwin Bovendeur]
* Fixed code smells. [Erwin Bovendeur]
* Azure v12 support. [Erwin Bovendeur]
* Revert "fix:pkg:Remove requirement for python3-pytest-runner. Not used." [Kenneth Loafman]
This reverts commit 90e7e2acb6d158437cab3210114da46df72a7c85.
* Merge branch 'feature/list-required-volumes-on-restore-dry-run' into 'master' [Kenneth Loafman]
List required volumes when called with 'restore --dry-run'
See merge request duplicity/duplicity!38
* List required volumes when called with 'restore --dry-run' [Matthias Blankertz]
When restoring in dry-run mode, and with the manifest available, list
the volumes that would be gotten from the backend when actually
performing the operation.
This is intended to aid users of e.g. the S3 backend with (deep) glacier
storage, allowing the following workflow to recover files, optionally at
a certain time, from a long-term archive:
1. duplicity restore --dry-run [--file-to-restore <file/dir>] [--time <time>] boto3+s3://...
2. Start a Glacier restore process for all the listed volumes
3. duplicity restore [--file-to-restore <file/dir>] [--time <time>] boto3+s3://...
* Merge branch 'swrmr-master-patch-23969' into 'master' [Kenneth Loafman]
Fix sorting of BackupSets by avoiding direct comparison
See merge request duplicity/duplicity!37
* Fix sorting of BackupSets by avoiding direct comparison. [Stefan Wehrmeyer]
Sorting should only compare their time/end_time, not BackupSets directly
* Merge branch 'master' of gitlab.com:duplicity/duplicity. [Kenneth Loafman]
* Merge branch 'master' into 'master' [Kenneth Loafman]
Update mailing list link
See merge request duplicity/duplicity!36
* Update mailing list link. [Chris Coutinho]
* Merge branch 'master' of gitlab.com:duplicity/duplicity. [Kenneth Loafman]
* Fixes 16 - Move from boto to boto3. [Kenneth Loafman]
* Py27 EOL 01/2020, py35 EOL 01/2021, remove tests. [Kenneth Loafman]
* Remove 2to3 from ub16 builds. [Kenneth Loafman]
* Move py35 back to ub16, try 2. [Kenneth Loafman]
* Move py35 back to ub16. [Kenneth Loafman]
* Move py27 tests to ub16 and py35 tests to ub18. [Kenneth Loafman]
* Fixes 16 - Move from boto to boto3. [Kenneth Loafman]
* Py27 EOL 01/2020, py35 EOL 01/2021, remove tests. [Kenneth Loafman]
* Move py27 tests to ub16 and py35 tests to ub18. [Kenneth Loafman]
Move py35 back to ub16.
Move py35 back to ub16, try 2.
Remove 2to3 from ub16 builds.
* Fixes 33, remove quotes from identity filename option. [Kenneth Loafman]
* Fix to correctly build \_librsync.so. [Kenneth Loafman]
* Fix to add --inplace option to build\_ext. [Kenneth Loafman]
* Rename pylintrc to .pylintrc. [Kenneth Loafman]
* Merge branch 'fix-prefix-affinity-registration' into 'master' [Kenneth Loafman]
* Multibackend: fix indentation error that was preventing from registering more than one affinity prefix per backend. [KheOps]
* Move testfiles dir to a temp location. [Kenneth Loafman]
- was crashing LiClipse/Eclipse when present in project.
- so far only Darwin and Linux are supported, default Linux.
- Darwin uses 'getconf DARWIN_USER_TEMP_DIR' for temp dir.
- Linux uses TMPDIR, TEMP, or defaults to /tmp.
* Merge remote-tracking branch 'alpha/testfiles' [Kenneth Loafman]
* Update .gitlab-ci.yml to need code test to pass. [Kenneth Loafman]
* Remove basepython in code and coverage tests. [Kenneth Loafman]
* Add report.xml. [Kenneth Loafman]
* Bulk replace testfiles with /tmp/testfiles. [Kenneth Loafman]
* Skip unicode tests that fail on non-Linux systems like macOS.
Minor changes:
-modal mode: revert to command mode on command execution - Fix#372
-modal mode: when in command mode, '/' only enters input mode and is never
appended to the input
-better handle failing external programs when not leaving broot
Major feature: staging area
You may add files to the staging area then apply a command on all of them.
This new feature is described here, https://dystroy.org/broot/staging-area/
Several verbs have been added. Type "stag" in help to see them and their
keyboard shortcuts.
0.5.9
=====
-Fixed handling of files with names starting with - (hiphen).
0.5.8
=====
-Fixed opening files in GUI (using keys gx) breaking xplr UI.
-Use env var $OPENER to declare your default opener (just like $EDITOR).
lxqt-powermanagement-0.17.1 / 2021-04-22
========================================
* Fixed permanent stopping of idleness checks by a fullscreen window.
- Libraries and binaries don't have the .note.GNU-stack section stripped
anymore. Previously, "make strip" would strip that section, which
would sometimes (depending on the toolchain) cause binaries to be
incorrectly tagged as needing an executable stack. This is not a
security issue in itself, but an executable stack makes it easier for
an attacker to turn bugs into exploits, so it should be avoided
whenever possible. Thanks to Xavier Stonestreet for reporting and
finding the cause of the problem.
- Link tests are now performed with a regular file as their
output, instead of /dev/null, which makes them more portable to
old/buggy linkers.
Bump default BUILDLINK_API_DEPENDS to match.