From 31a1ba6b0bbe623091bbcdaa93977383aa9afd59 Mon Sep 17 00:00:00 2001 From: src386 Date: Thu, 9 Feb 2017 12:23:59 +0100 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 fb01d55..eaa73a2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ **Changelog** +2.0.4 2017-02-09 +- Update to movim 0.10 git2017-02-09 + 2.0.3 2016-11-16 - Update to movim 0.10 git2016-11-16 - Use start, --url and --port options for Movim daemon diff --git a/README.md b/README.md index 29c4ece..6a13e21 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-11-16 +Provided Movim version : 0.10 git2017-02-09 Please read CHANGELOG. diff --git a/scripts/_common.sh b/scripts/_common.sh index 81a908b..1c0f7e9 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="478c9631b78f91f9b00d38cbaadb5b96bb9940c9" +HEAD_COMMIT="00ef035b92ae78cce34521deee7a12634444878d" # Source code destination directory DESTDIR="/var/www/movim"