Public ABI change in cb62797198
triggers jump past 1.4.2 (a4b6e2acf6)
This commit is contained in:
Michael Davidsaver
2026-01-05 13:26:37 -08:00
parent b32d7f3cd2
commit 6168c8ff4d
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
PVXS_MAJOR_VERSION = 1
PVXS_MINOR_VERSION = 4
PVXS_MAINTENANCE_VERSION = 2
PVXS_MINOR_VERSION = 5
PVXS_MAINTENANCE_VERSION = 0
# Version range conditions in Makefiles
#
@@ -12,7 +12,7 @@ PVXS_MAINTENANCE_VERSION = 2
#
# ifneq ($(PVXS_X_Y_Z),YES) # PVXS != X.Y.Z
#
PVXS_1_4_2 = YES
PVXS_1_5_0 = YES
PVXS_1_4_1 = NO
PVXS_1_4_0 = NO
PVXS_1_3_3 = NO
+1 -1
View File
@@ -3,7 +3,7 @@
Release Notes
=============
1.4.2 (UNRELEASED)
1.5.0 (UNRELEASED)
------------------
* server: plug channel cache leak when close Channel while reusing Connection.