Releases: epics-base/pvxs
1.4.1
1.4.0
Feature release. Includes changes related to build, IPv6 compatibility, and handling of localhost multicast.
Contains changes to configure/* makefile rules. Earlier versions wrote $(TOP)/configure/CONFIG_SITE.Common.$(T_A), which was not automatically deleted as by convention it should be a user created file. Anyone performing an in-place upgrade should remove these generated files prior to building 1.4.0. Beginning with 1.4.0 the equivalent content is placed in $(INSTALL_LOCATION)/cfg/TOOLCHAIN_PVXS.$(T_A), which will be automatically included as needed.
See release notes or changelog for details.
1.3.3
Bug fix release. Believed to be ABI compatible with 1.3.2. See release notes or changelog for details.
1.3.2
What's Changed
- Add Python 3.12 Support by @OCopping in #73
- cache_sync() copy Any/Union by @mdavidsaver in #77
- server: correctly adjudicate collision bind() of specific port by @mdavidsaver in #82
Full Changelog: 1.3.1...1.3.2
1.3.1
1.3.0
1.2.4
Bug fix release. Believed to be ABI compatible with 1.2.3. See release notes for details.
1.2.3
Bug fix release with addition of $PVXS_ENABLE_IPV6 to prevent use of IPv6 at runtime. Believed to be ABI compatible with 1.2.1. See release notes for details.
1.2.2
Bug fix release. Believed to be ABI compatible with 1.2.1. Includes change to the string representation of Value and shared_array types (see #46). See release notes for details.
1.2.1
Minor bug fix release. Adds python 3.11 wheels. Believed to be ABI compatible with 1.2.0. See release notes for details.