Skip to content

Commit

Permalink
Prepared for the 1.2.0 beta 5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
endelwar committed May 26, 2014
1 parent d978961 commit 23f267c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.2.0 - DEV
1.2.0 - Beta 5
-----------

- Reorganized all libraries to lib directory, removed fpdf (which was not used) and removed lib's symlinks
Expand Down Expand Up @@ -37,7 +37,7 @@
- Fixed spelling mistakes/typos
- Code cleanup

1.2.0 - beta 4 patch 4
1.2.0 - Beta 4 patch 4
----------------------

- Fixed create.sql for some incorrect parts
Expand All @@ -47,23 +47,23 @@
lists.php
- Updated functions.php

1.2.0 - beta 4
1.2.0 - Beta 4
--------------

- Fix the mime.php due to a mistype
- Fix geoip_update.php for a mistype

1.2.0 - Beta3
1.2.0 - Beta 3
-------------

- Fix for XSS issue

1.2.0 - Beta2
1.2.0 - Beta 2
-------------

- Fix for CentOS 6 not respecting issues with ./

1.2.0 - Beta1
1.2.0 - Beta 1
-------------

- Fixed db_clean.php to remove items correctly.
Expand Down
2 changes: 1 addition & 1 deletion mailscanner/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -3042,7 +3042,7 @@ function net_match($network, $ip)

function mw_version()
{
return ("1.2.0 DEV");
return ("1.2.0 - Beta 5");
}

function is_rpc_client_allowed()
Expand Down

0 comments on commit 23f267c

Please sign in to comment.