Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev-branch' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
darksidemilk committed Aug 5, 2024
2 parents 12c154c + f5526b5 commit 3e63a52
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
20 changes: 13 additions & 7 deletions Release Notes.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/web/lib/fog/system.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 3e63a52

Please sign in to comment.