Skip to content

Commit

Permalink
tools/nut-scanner/Makefile.am, NEWS.adoc: bump "minor" semver compone…
Browse files Browse the repository at this point in the history
…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]>
  • Loading branch information
jimklimov committed Jul 15, 2024
1 parent 54b8d09 commit 2897f19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ installed.
[issue #2244, issue #2511, PR #2509, PR #2513, PR #2517]
* implemented parallel scanning for IPMI bus, otherwise default scan for
all supported buses with `-m auto` takes unbearably long. [#2523]
* bumped version of `libnutscan` to 2.5.2, it now includes a few more
* bumped version of `libnutscan` to 2.6.0, it now includes a few more
methods and symbols from `libcommon`. [issue #2244, PR #2509]
- common code:
Expand Down
2 changes: 1 addition & 1 deletion tools/nut-scanner/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ libnutscan_la_LDFLAGS += @NETLIBS_GETADDRS@
# object .so names would differ)
#
# libnutscan version information
libnutscan_la_LDFLAGS += -version-info 2:5:2
libnutscan_la_LDFLAGS += -version-info 2:6:0

# libnutscan exported symbols regex
# WARNING: Since the library includes parts of libcommon (as much as needed
Expand Down

0 comments on commit 2897f19

Please sign in to comment.