@@ -86,19 +86,26 @@ https://github.com/networkupstools/nut/milestone/11
8686 in certain cases against high voltage transfer, we only fixed-up one of
8787 them. [#1245]
8888
89- - development iterations of NUT should now identify with not only the semantic
90- version of a preceding release, but with git-derived information about the
91- amount of iterations that followed (if available): the three-number "semver"
92- would be seen on release snapshots, while other builds would expose the
93- added components: one with the amount of commits on the main development
94- trunk since the preceding release which are ancestors of the built code
95- base, and in case of feature development branches -- another component
96- with the amount of commits unique to this branch (which are not part of
97- the development trunk). This allows to produce more relevant (monotonously
98- growing) version identifiers for packages and similar artifacts, with more
99- meaningful upgrades via development snapshots, eventually. A copy of the
100- current version information would be embedded into "dist" archives as a
101- `VERSION_DEFAULT` file. [#1949]
89+ - SEMVER, know thyself!
90+ * development iterations of NUT should now identify with not only the
91+ semantic version of a preceding release, but with git-derived information
92+ about the amount of iterations that followed (if available):
93+ the three-number "semver" would be seen on release snapshots, while
94+ other builds would expose the added components: one with the amount
95+ of commits on the main development trunk since the preceding release
96+ which are ancestors of the built code base, and in case of feature
97+ development branches -- another component with the amount of commits
98+ unique to this branch (which are not part of the development trunk yet).
99+ This allows to produce more relevant (monotonously growing) version
100+ identifiers for packages and similar artifacts, with more meaningful
101+ upgrades via development snapshots, eventually. A copy of the current
102+ version information would be embedded into "dist" archives as a
103+ `VERSION_DEFAULT` file, among provisions for packager tuning. [#1949]
104+ * SMF manifests and systemd units now refer to man pages and their online
105+ variants under `NUT_WEBSITE_BASE` dependent on codebase maturity
106+ (development or release snapshot); many programs now display such
107+ references in their command-line usage help, method `suggest_doc_links()`
108+ was introduced for this purpose. [issue #722, PR #2733]
102109
103110 - the `upsnotify()` common code introduced in recent NUT releases (integrating
104111 with service management frameworks, etc.) was a bit cryptic when it reported
0 commit comments