mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2021-05-28 Fred Gleason <fredg@paravelsystems.com>
* Updated rddbmgr(8) to correctly recognize schema database schema 347 as belonging to v3.6.0. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -21718,3 +21718,6 @@
|
|||||||
2021-05-19 Fred Gleason <fredg@paravelsystems.com>
|
2021-05-19 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Hacked the build system to make the PyPAD module install
|
* Hacked the build system to make the PyPAD module install
|
||||||
correctly on Debian-ish systems.
|
correctly on Debian-ish systems.
|
||||||
|
2021-05-28 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Updated rddbmgr(8) to correctly recognize schema database
|
||||||
|
schema 347 as belonging to v3.6.0.
|
||||||
|
|||||||
@@ -159,6 +159,7 @@ void MainObject::InitializeSchemaMap() {
|
|||||||
global_version_map["3.3"]=314;
|
global_version_map["3.3"]=314;
|
||||||
global_version_map["3.4"]=317;
|
global_version_map["3.4"]=317;
|
||||||
global_version_map["3.5"]=346;
|
global_version_map["3.5"]=346;
|
||||||
|
global_version_map["3.6"]=347;
|
||||||
global_version_map["4.0"]=349;
|
global_version_map["4.0"]=349;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user