From 4209eaf33c3ce0fd6f33021a4b4970a748546cb0 Mon Sep 17 00:00:00 2001
From: Fred Gleason <fredg@paravelsystems.com>
Date: Fri, 18 Mar 2022 13:58:18 -0400
Subject: [PATCH] 2022-03-18 Fred Gleason <fredg@paravelsystems.com> 	*
 Incremented the package version to 3.6.5.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
---
 ChangeLog       |  2 ++
 NEWS            | 13 +++++++++++++
 PACKAGE_VERSION |  2 +-
 3 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 72f8c24c..e3a588e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20863,3 +20863,5 @@
 	* Fixed a bug in the 'rdxport' service that caused the 'ListLog'
 	WebAPI call to return null values in the 'description', 'isrc',
 	'isci', 'recordingMbId' and 'releaseMbId' fields.
+2022-03-18 Fred Gleason <fredg@paravelsystems.com>
+	* Incremented the package version to 3.6.5.
diff --git a/NEWS b/NEWS
index 887a44b8..24d99bd9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,18 @@
 The NEWS file for the Rivendell package.
 
+-------------------------------------------------------------------------------
+v3.6.5 --18 March 2022
+
+Changes:
+   Various bugfixes. See the ChangeLog for details.
+
+Database Update:
+   This version of Rivendell uses database schema version 347, and will
+   automatically upgrade any earlier versions. To see the current schema
+   version prior to upgrade, see RDAdmin->SystemInfo.
+
+   Be sure to run 'rddbmgr --modify' (as root) immediately after upgrading
+   to allow any necessary changes to the database schema to be applied.
 -------------------------------------------------------------------------------
 v3.6.4 --22 February 2022
 
diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION
index c3f6bdc3..b55f1080 100644
--- a/PACKAGE_VERSION
+++ b/PACKAGE_VERSION
@@ -1 +1 @@
-3.6.4
\ No newline at end of file
+3.6.5
\ No newline at end of file