From 6168c8ff4d6d2ae2e555d73059bcf593a8a10c2b Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Mon, 5 Jan 2026 13:26:37 -0800 Subject: [PATCH] 1.5.0a1 Public ABI change in cb627971984eeb390a3723716c34bf47630236bd triggers jump past 1.4.2 (a4b6e2acf6ef5eb56bab7ea10f13e52f4e3b7276) --- configure/CONFIG_PVXS_VERSION | 6 +++--- documentation/releasenotes.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure/CONFIG_PVXS_VERSION b/configure/CONFIG_PVXS_VERSION index 20e63b6..991f4f3 100644 --- a/configure/CONFIG_PVXS_VERSION +++ b/configure/CONFIG_PVXS_VERSION @@ -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 diff --git a/documentation/releasenotes.rst b/documentation/releasenotes.rst index cd98228..0d0d6ca 100644 --- a/documentation/releasenotes.rst +++ b/documentation/releasenotes.rst @@ -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.