Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect libupsclient SO filename, revise shared object extensions #2532

Merged
merged 16 commits into from
Jul 15, 2024

Commits on Jul 15, 2024

  1. m4/ax_realpath_lib.m4, tools/nut-scanner/nutscan-init.c: add HP-UX *.…

    …sl file name patterns into the loop [networkupstools#2431]
    
    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ccd43fc View commit details
    Browse the repository at this point in the history
  2. docs/config-prereqs.txt: for platforms that offer a choice of python2…

    …/3 package names, separate its installation sample from the big block of unambiguous packages [networkupstools#2467]
    
    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2ba1444 View commit details
    Browse the repository at this point in the history
  3. *.{c,h}: Revise indentation of nested preprocessor clauses/code - vol.2

    Conform to NUT code style guide, and satisfy pre-processors that
    insist on "traditional" code layout by default (hash sign must
    start the line for them).
    
    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    647d5d3 View commit details
    Browse the repository at this point in the history
  4. drivers/libhid.{c,h}: clarify "*NUT* HID Library - User API" in file …

    …headings
    
    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    d927fa0 View commit details
    Browse the repository at this point in the history
  5. tools/nut-scanner/nutscan-init.c, include/nut_platform.h, m4/ax_realp…

    …ath_lib.m4: move definition of SOEXT to the header [networkupstools#2431]
    
    This would allow the multiplatform-aware library-picking
    logic to be used elsewhere (e.g. DMF) eventually.
    
    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    dc49c95 View commit details
    Browse the repository at this point in the history
  6. tools/nut-scanner/nut-scan.h: minor typo fix in comment

    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c57fc18 View commit details
    Browse the repository at this point in the history
  7. tools/nut-scanner/nut-scanner.c: count auto-selected subnets, loudly …

    …warn if none were chosen [networkupstools#2244]
    
    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    54b8d09 View commit details
    Browse the repository at this point in the history
  8. tools/nut-scanner/Makefile.am, NEWS.adoc: bump "minor" semver compone…

    …nt [networkupstools#2511, networkupstools#2431, networkupstools#2450 et al]
    
    Earlier bump went to "patch" component, but here we actually have
    an API expansion (and more exported symbols), so the more important
    component should be bumped.
    
    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2897f19 View commit details
    Browse the repository at this point in the history
  9. clients/Makefile.am, clients/.gitignore: generate a client/libupsclie…

    …nt-version.h from libtool information file [networkupstools#2431]
    
    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    759c2c7 View commit details
    Browse the repository at this point in the history
  10. tools/nut-scanner/nutscan-init.c, tools/nut-scanner/Makefile.am, NEWS…

    ….adoc: use client/libupsclient-version.h for SOFILE_LIBUPSCLIENT/SOPATH_LIBUPSCLIENT [networkupstools#2431]
    
    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1d0a132 View commit details
    Browse the repository at this point in the history
  11. clients/Makefile.am: dlname_filter(): use a shell function to avoid m…

    …ixing backticks and double-quotes (upsets ksh) [networkupstools#2431]
    
    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a39ecec View commit details
    Browse the repository at this point in the history
  12. README.adoc: reword the GitHub stars image

    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    166f580 View commit details
    Browse the repository at this point in the history
  13. docs/nut.dict, docs/man/hwmon_ina219.txt: update for OI aspell dictio…

    …naries
    
    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f27f2f4 View commit details
    Browse the repository at this point in the history
  14. README.adoc: make "NUT GitHub Star History Chart" visible only in Git…

    …Hub/HTML auto-rendering but not in static PDF docs
    
    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    79d1607 View commit details
    Browse the repository at this point in the history
  15. README.adoc: avoid double-dash in the TIP block, this somehow breaks …

    …PDF generation
    
    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f21c771 View commit details
    Browse the repository at this point in the history
  16. docs/Makefile.am: clarify the message about DOC-CHANGELOG-GENERATE-WR…

    …APPER to differentiate it better from the real build [networkupstools#2510]
    
    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7108b63 View commit details
    Browse the repository at this point in the history