@@ -44,6 +44,20 @@ Changes from 2.8.2 to 2.8.3
4444 Please use it, it immensely helps with community troubleshooting!
4545 [issue #1949]
4646
47+ - Reference packages prepared by `make package` should now separate the
48+ `PACKAGE_VERSION` from the platform-dependent prefix by a dash character
49+ in the ultimate package file name. Previously they were glued together
50+ for some platform targets (HPUX, Solaris). Solaris SVR4 package file names
51+ should new differentiate `i386` vs. `amd64` and `sparc` vs. `sparcv9` ,
52+ depending on `target_cpu` of the build. If you had any scripts relying
53+ on the older pattern, they may have to be updated.
54+
55+ - Updated man page generation with `configure` script options to specify that
56+ manual sections on the target platform differ from (Linux-based) defaults
57+ hard-coded into page sources; this should allow to simplify NUT packaging
58+ recipe maintenance in distributions (no more updating patches for changed
59+ or added documentation sources)
60+
4761- `upsmon` should now integrate natively with systemd-driven OS sleep events
4862 (built with systemd version 221 or newer "inhibitor interface"), so various
4963 hacks previously packaged into `/usr/lib/systemd/system-sleep/` scripts or
@@ -257,7 +271,7 @@ Changes from 2.8.0 to 2.8.1
257271- The `upsd.conf` listing of `LISTEN` addresses was previously inverted
258272 (the last listed address was applied first), which was counter-intuitive
259273 and fixed for this release. If user configurations somehow relied on this
260- order (e.g. to prioritize IPv6 vs IPv4 listeners), configuration changes
274+ order (e.g. to prioritize IPv6 vs. IPv4 listeners), configuration changes
261275 may be needed. [#2012]
262276
263277- The `upsd` configured to listen on IPv6 addresses should handle only
0 commit comments