Skip to content

Commit e825ace

Browse files
committed
Set release version to 1.2.26
1 parent d2acdcf commit e825ace

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 1.2.26
46
### Security
57
- Add missing admin role authorization check on sa_lint.php, ms_lint.php, sophos_status.php, geoip_update.php, bayes_info.php and mysql_status.php
68
- Improve output escaping in SpamAssassin Lint tool
79

8-
### Fixed
9-
- Fix broken HTML page on popen failure in SpamAssassin Lint tool
10+
### Added
11+
- Turkish translation (#1321)
1012

1113
### Changed
1214
- Tools scripts now auto-detect functions.php path relative to their location, with fallback to the default `/var/www/html/mailscanner/` path
1315

1416
### Fixed
1517
- Fixed Message-ID extraction stripping angle brackets required by RFC 5322
1618
- Fixed the wrong variable check for mtalogprocessor.inc.php in mailwatch_postfix_relay.php
19+
- Fixed broken HTML page on failure to run SpamAssassin Lint tool
1720

1821
## 1.2.25
1922
### Changed

mailscanner/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ function getVirusRegex($scanner = null)
267267
*/
268268
function mailwatch_version()
269269
{
270-
return '1.2.25';
270+
return '1.2.26';
271271
}
272272

273273
/**

0 commit comments

Comments
 (0)