Release version 5.2.5
This commit is contained in:
@@ -240,3 +240,7 @@
|
|||||||
treating the $today variable as global.
|
treating the $today variable as global.
|
||||||
- In install.php, if a previous installation was found, make upgrade
|
- In install.php, if a previous installation was found, make upgrade
|
||||||
the default choice.
|
the default choice.
|
||||||
|
|
||||||
|
5.2.5 - 2026-02-10
|
||||||
|
This is just a version number bump to get on a major-minor-patch
|
||||||
|
scheme. There are no code changes for this release.
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ CREATE TABLE `configs` (
|
|||||||
LOCK TABLES `configs` WRITE;
|
LOCK TABLES `configs` WRITE;
|
||||||
/*!40000 ALTER TABLE `configs` DISABLE KEYS */;
|
/*!40000 ALTER TABLE `configs` DISABLE KEYS */;
|
||||||
INSERT INTO `configs` VALUES
|
INSERT INTO `configs` VALUES
|
||||||
(1,'ol_version','5.2.4.4'),
|
(1,'ol_version','5.2.5'),
|
||||||
(2,'log_name','OpenLog'),
|
(2,'log_name','OpenLog'),
|
||||||
(3,'banner','1'),
|
(3,'banner','1'),
|
||||||
(4,'background_color','#003333'),
|
(4,'background_color','#003333'),
|
||||||
|
|||||||
@@ -33,3 +33,7 @@ margs="--defaults-extra-file=$mysql_opt_file"
|
|||||||
# ---------- version 5.2.4.4 ----------
|
# ---------- version 5.2.4.4 ----------
|
||||||
# Nothing to do
|
# Nothing to do
|
||||||
# -------------------------------------
|
# -------------------------------------
|
||||||
|
|
||||||
|
# ---------- version 5.2.5 ------------
|
||||||
|
# Nothing to do
|
||||||
|
# -------------------------------------
|
||||||
|
|||||||
@@ -50,3 +50,8 @@ UPDATE configs SET confvalue="5.2.4.3" WHERE confname="ol_version";
|
|||||||
-- Update version number
|
-- Update version number
|
||||||
UPDATE configs SET confvalue="5.2.4.4" WHERE confname="ol_version";
|
UPDATE configs SET confvalue="5.2.4.4" WHERE confname="ol_version";
|
||||||
-- --------------------------------------
|
-- --------------------------------------
|
||||||
|
|
||||||
|
-- ---------- version 5.2.5 -------------
|
||||||
|
-- Update version number
|
||||||
|
UPDATE configs SET confvalue="5.2.5" WHERE confname="ol_version";
|
||||||
|
-- --------------------------------------
|
||||||
|
|||||||
@@ -1,27 +0,0 @@
|
|||||||
# opendrs-update.sh
|
|
||||||
|
|
||||||
install_path=$1
|
|
||||||
|
|
||||||
# ---------- version 5.2.1 --------------
|
|
||||||
# No changes to the db.php file
|
|
||||||
# ---------------------------------------
|
|
||||||
|
|
||||||
# ---------- version 5.2.2 --------------
|
|
||||||
# No changes to the db.php file
|
|
||||||
# ---------------------------------------
|
|
||||||
|
|
||||||
# ---------- version 5.2.3 --------------
|
|
||||||
# No changes to the db.php file
|
|
||||||
# ---------------------------------------
|
|
||||||
|
|
||||||
# ---------- version 5.2.4 --------------
|
|
||||||
# No changes to the db.php file
|
|
||||||
# ---------------------------------------
|
|
||||||
|
|
||||||
# ---------- version 5.2.4.1 ------------
|
|
||||||
# No changes to the db.php file
|
|
||||||
# ---------------------------------------
|
|
||||||
|
|
||||||
# ---------- version 5.2.4.2 ------------
|
|
||||||
# No changes to the db.php file
|
|
||||||
# ---------------------------------------
|
|
||||||
@@ -240,3 +240,8 @@
|
|||||||
treating the $today variable as global.
|
treating the $today variable as global.
|
||||||
- In install.php, if a previous installation was found, make upgrade
|
- In install.php, if a previous installation was found, make upgrade
|
||||||
the default choice.
|
the default choice.
|
||||||
|
|
||||||
|
5.2.5 - 2026-02-10
|
||||||
|
This is just a version number bump to get on a major-minor-patch
|
||||||
|
scheme. There are no code changes for this release.
|
||||||
|
|
||||||
|
|||||||
@@ -41,3 +41,8 @@ fi
|
|||||||
# ---------- version 5.2.4.4 -----------
|
# ---------- version 5.2.4.4 -----------
|
||||||
# No changes
|
# No changes
|
||||||
# --------------------------------------
|
# --------------------------------------
|
||||||
|
|
||||||
|
# ---------- version 5.2.5 -------------
|
||||||
|
# No changes
|
||||||
|
# --------------------------------------
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
APP_NAME="OpenLog"
|
APP_NAME="OpenLog"
|
||||||
DEFAULT_DB_NAME="openlog"
|
DEFAULT_DB_NAME="openlog"
|
||||||
APP_VERSION="5.2.4.4"
|
APP_VERSION="5.2.5"
|
||||||
DOC_ROOT="/var/www"
|
DOC_ROOT="/var/www"
|
||||||
INSTALL_LOC="openlog"
|
INSTALL_LOC="openlog"
|
||||||
APACHE_CONF_DIR="/etc/apache2/conf-available"
|
APACHE_CONF_DIR="/etc/apache2/conf-available"
|
||||||
|
|||||||
Reference in New Issue
Block a user