From 68fc6df0dae09062eab1283387a14212b2ac3fef Mon Sep 17 00:00:00 2001 From: src386 Date: Thu, 6 Oct 2016 10:43:43 +0200 Subject: [PATCH] update to movim upstream --- CHANGELOG | 3 +++ README.md | 2 +- scripts/_common.sh | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 04f2d3e..055215c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ **Changelog** +2.0.2 2016-10-06 +- Update to movim 0.10 git2016-10-06 + 2.0.1 2016-08-05 - Update to movim 0.10 git2016-08-05 diff --git a/README.md b/README.md index 7934bdf..125b22f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Movim is a decentralized social network, written in PHP and HTML5 and based on t It is recommended to use a "valid" certificate to use Movim, auto-signed is sometimes problematic. You might want to take a look a StartSSL or Let's Encrypt. -Provided Movim version : 0.10 git2016-08-05 +Provided Movim version : 0.10 git2016-10-06 Please read CHANGELOG. diff --git a/scripts/_common.sh b/scripts/_common.sh index ed8d9c6..fc2e45c 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ GIT_REPO="https://github.com/movim/movim" # Commit to checkout -HEAD_COMMIT="2f50870f8bd55dbdfaada5418a6424faf3b17b39" +HEAD_COMMIT="8b25303651556540d17ebeb960eeb4a64c3fe6ba" # Source code destination directory DESTDIR="/var/www/movim"