2024-02-05 Fred Gleason <fredg@paravelsystems.com>

* Added a 'REPLICATORS.PROGRAM_CODE' field to the database.
	* Incremented the database version to 372.
	* Added 'RDReplicator::programCode()' and
	'RDReplicator::setProgramCode()' methods.
	* Added a 'Program Code' control to the 'Rivendell Replicators'
	dialog in rdadmin(1).
	* Renamed the 'Citadel X-Digital Portal' replicator to
	'X-Digital National ISCI Model'.
	* Added a 'X-Digital Cue Model' replicator.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2024-02-05 17:49:26 -05:00
parent db8883bf09
commit 887d297a19
16 changed files with 631 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
## Makefile.am
##
## (C) Copyright 2010-2023 Fred Gleason <fredg@paravelsystems.com>
## (C) Copyright 2010-2024 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
@@ -30,7 +30,8 @@ dist_rdrepld_SOURCES = rdrepld.cpp rdrepld.h \
replconfig.cpp replconfig.h\
replfactory.cpp replfactory.h\
citadelxds.cpp citadelxds.h\
ww1ipump.cpp ww1ipump.h
ww1ipump.cpp ww1ipump.h\
xdscue.cpp xdscue.h\
nodist_rdrepld_SOURCES = moc_rdrepld.cpp
rdrepld_LDADD = @LIB_RDLIBS@ @LIBVORBIS@ @QT5_LIBS@ @MUSICBRAINZ_LIBS@ @IMAGEMAGICK_LIBS@