From f5526b5d6ecefbb7deedf37d0ccab9152606e2eb Mon Sep 17 00:00:00 2001 From: JJ Fullmer Date: Mon, 5 Aug 2024 15:40:57 -0600 Subject: [PATCH] Release note format updates --- Release Notes.MD | 20 +++++++++++++------- packages/web/lib/fog/system.class.php | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/Release Notes.MD b/Release Notes.MD index 71c086eef1..cd1cd3e486 100644 --- a/Release Notes.MD +++ b/Release Notes.MD @@ -2,12 +2,24 @@ FOG Project Release Notes ========================= * [FOG 1.5.10](#fog-1510) -* [FOG 1.5.10 revisions](#fog-1510-revisions) +* [FOG 1.5.10 revisions](##fog-1510-revisions) * [FOG 1.5.9](#fog-159) * [FOG 1.5.8](#fog-158) # FOG 1.5.10 +## FOG 1.5.10 revisions + +### FOG 1.5.10.48 + +https://github.com/FOGProject/fogproject/releases/tag/1.5.10.48 + +### FOG 1.5.10.41 + +https://github.com/FOGProject/fogproject/releases/tag/1.5.10.41 + +## FOG 1.5.10 overview + FOG 1.5.10 officially released: https://news.fogproject.org/fog-1-5-10-officially-released/ Below is a summary of the many fixes and improvements introduced over the last 2.5 years since the last official release. @@ -206,12 +218,6 @@ We have upgraded the versions of its main dependencies, added many improvements * Repair disk enumeration for image type MPA (all disks) * Remove support for module loading from the kernel as we don't use modules -# FOG 1.5.10 Revisions - -## FOG 1.5.10.41 - -https://github.com/FOGProject/fogproject/releases/tag/1.5.10.41 - # FOG 1.5.9 This release mainly focuses on bug fixes for FOG. diff --git a/packages/web/lib/fog/system.class.php b/packages/web/lib/fog/system.class.php index f79db7c0c4..5c0ff9499b 100644 --- a/packages/web/lib/fog/system.class.php +++ b/packages/web/lib/fog/system.class.php @@ -53,7 +53,7 @@ private static function _versionCompare() public function __construct() { self::_versionCompare(); - define('FOG_VERSION', '1.5.10.70'); + define('FOG_VERSION', '1.5.10.74'); define('FOG_SCHEMA', 271); define('FOG_BCACHE_VER', 141); define('FOG_CLIENT_VERSION', '0.13.0');