From 96b66a40f7f832b27223d363ec2773e230e6fe69 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Thu, 4 Apr 2024 11:27:01 -0400 Subject: [PATCH] 2024-04-04 Fred Gleason * Incremented the package version to 4.1.3int2. * Incremented the Python API version to 4.1.3+int2. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ NEWS | 7 ++++++- versions/PACKAGE_VERSION | 2 +- versions/PYTHONAPI_VERSION | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9c9600dc..83085c7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24696,3 +24696,6 @@ * Added an 'ExtendedNextPadEvents=' directive to rd.conf(5). 2024-04-04 Fred Gleason * Updated the URL for Python version formatting rules. +2024-04-04 Fred Gleason + * Incremented the package version to 4.1.3int2. + * Incremented the Python API version to 4.1.3+int2. diff --git a/NEWS b/NEWS index f2122f58..ff540aa1 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,14 @@ The NEWS file for the Rivendell package. ------------------------------------------------------------------------------- -v4.1.3int1 -- 14 February 2024 +v4.1.3int2 -- 4 April 2024 Changes: + PAD Data System. Added an additional XML data feed at TCP port 34290 + containing extended 'next' data objects. See the 'ExtendedNextPadEvents' + directive in the '[Tuning]' section of the rd.conf(5) man page for more + information. + Podcasting System. Added the ability to provision users for a new RSS feed on the basis of the membership of an existing feed. diff --git a/versions/PACKAGE_VERSION b/versions/PACKAGE_VERSION index 09dc44b0..66c8d15b 100644 --- a/versions/PACKAGE_VERSION +++ b/versions/PACKAGE_VERSION @@ -1 +1 @@ -4.1.3int1 \ No newline at end of file +4.1.3int2 \ No newline at end of file diff --git a/versions/PYTHONAPI_VERSION b/versions/PYTHONAPI_VERSION index 99eba4de..0f1a7f66 100644 --- a/versions/PYTHONAPI_VERSION +++ b/versions/PYTHONAPI_VERSION @@ -1 +1 @@ -4.1.0 \ No newline at end of file +4.1.3+int2 \ No newline at end of file