From 32ce091fe2a5ed1965dcc465235e09466c8a63d4 Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Tue, 29 Sep 2015 09:25:36 +0200 Subject: [PATCH 1/2] Update CHANGELOG --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index df571e5528..5b51a5511f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -38,6 +38,10 @@ Version 3.4.2 Change default directory to dir.friendi.ca (annando) Improve cache system with granular expire time (annando) Remove oohembed code (issue #1855) (annando) + Checks for mcrypt availability before enable or use RINO2 (fabrixm) + Fix following email contacts (issue #1896) (annando) + Parse BBCode in contact request notification email (annando) + Version 3.4.1 From 2376cf143cc6e20543b93373c2845e8fb6951afa Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Tue, 29 Sep 2015 09:25:59 +0200 Subject: [PATCH 2/2] Bump Friendica version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index e2eed38ebf..dcf6c65b1e 100644 --- a/boot.php +++ b/boot.php @@ -17,7 +17,7 @@ require_once('include/dbstructure.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_CODENAME', 'Lily of the valley'); -define ( 'FRIENDICA_VERSION', '3.4.1' ); +define ( 'FRIENDICA_VERSION', '3.4.2' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1188 ); define ( 'EOL', "
\r\n" );