Skip to content

Commit

Permalink
Set release version to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
endelwar committed Aug 21, 2017
1 parent dbc8263 commit 01f8489
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
1.2.5
-----------
Improvements
- Support for multiple virus scanners and multiple top viruses (#874)
- Add detection of MySQL or MariaDB in upgrade process (#873)
- Prevents Mail Queue summary from duplicating mail count when local server is defined in RPC list (#904, #905)
- Enhance upgrade.php with check for conf.php syntax and MailScanner.conf existence
- Better UI on tables and graphs
- Improved translations

Fixes
- Fixes issue when sanitization causes ampersand to be html-ified (#882)
- Fix mailwatch-sendmail-relay init script (#881)
- Fix code for php 5.3 compatibility (#889)
- Fix path to mtalogprocessor file in senmail_relay (#912)
- Remove on update/default value for timestamp in maillog table (#915)
- Permit up to 20 chars in first part of Postfix msgid (#652)

1.2.4
-----------
Improvements
Expand Down
2 changes: 1 addition & 1 deletion mailscanner/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ function getVirusRegex($scanner = null)
*/
function mailwatch_version()
{
return '1.2.5-dev';
return '1.2.5';
}

/**
Expand Down

0 comments on commit 01f8489

Please sign in to comment.