2022-11-29 Fred Gleason <fredg@paravelsystems.com>

* Added a 'SuppressRdcatchMeterUpdates=' directive to '[Hacks]'
	section of rd.conf(5).
	* Fixed a regression in the RDCatch subsystem that caused remote
	deck indication to break.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-11-29 16:41:09 -05:00
parent 54fdd27303
commit 6da25636a4
9 changed files with 55 additions and 39 deletions

View File

@@ -1,8 +1,8 @@
// upload_test.cpp
// notification_test.cpp
//
// Test Rivendell file uploading.
// Test Rivendell RDNotification class.
//
// (C) Copyright 2019-2021 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2019-2022 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

View File

@@ -1,6 +1,6 @@
// upload_test.h
//
// Test Rivendell Notifications
// Test Rivendell RDNotification class
//
// (C) Copyright 2019 Fred Gleason <fredg@paravelsystems.com>
//