Windows v2.8.0 branch update to minimize differences with master and bring some test fixes from it#1580
Merged
jimklimov merged 56 commits intonetworkupstools:Windows-v2.8.0-1from Aug 17, 2022
Conversation
Signed-off-by: Arnaud Quette <ArnaudQuette@eaton.com>
…T and depend WITH_SOLARIS_SMF on whether we want packaging for Solaris/illumos [networkupstools#1554]
…e starting the driver (e.g. at boot) [networkupstools#1564]
Some fixes for Solaris/illumos packaging and SMF support
...to look also for package-installed icons (in OS location) Thanks to @Perlovka for noticing and proposing a fix, and to @lukejr for confirming it as correct. Closes: networkupstools#1567
scripts/python/app/NUT-Monitor-py3qt5.in: fix __find_icon_file()...
* to call the right protocol command Closes: networkupstools#549 * handle the begin/end messages correctly to work at all * make ListClients() usable with "ups==None" * parse "CLIENT ups host" in correct order
… have a real result or an exception
…) fails for unknown device
… with upsmon-role credentials
…PyNUT instance teardown
…iceGetClients(dev)
Fix PyNUT ListClients() and DeviceLogin(), and nutclient (C++) equivalents
…ems to also work for NUT builds
…hassle of Python 3) [networkupstools#746]
…AGS were specified and libltdl was not found by default [networkupstools#1577]
Fix PyNUT ListClients() and DeviceLogin() for Python 3 string API
Add a `usbhid-ups` driver option to toggle report descriptor fixup activation
Fix `configure` script for explicit `--with-nut-scanner` toggle
m4/nut_check_libltdl.m4: fall back to /usr/local/... (e.g. on FreeBSD)…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follows up from #1525 and later resyncs.