From 6eb9055275a50257734e18e4fa474a0b8f418053 Mon Sep 17 00:00:00 2001 From: Michael Kroes Date: Tue, 9 Oct 2018 13:09:54 +0200 Subject: [PATCH 1/3] Upgrade NextCloud to 13.06 (#1436) --- CHANGELOG.md | 2 +- setup/owncloud.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index befea2a7..dab1cab7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ In Development -------------- * Starting with v0.28, TLS certificate provisioning wouldn't work on new boxes until the mailinabox setup command was run a second time because of a problem with the non-interactive setup. -* Update to Nextcloud 13.0.5. +* Update to Nextcloud 13.0.6. * Update to Roundcube 1.3.7. * Update to Z-Push 2.4.4. diff --git a/setup/owncloud.sh b/setup/owncloud.sh index 5825078d..e2f28984 100755 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -154,8 +154,8 @@ InstallOwncloud() { fi } -owncloud_ver=13.0.5 -owncloud_hash=e2b4a4bebd4fac14feae1e6e8997682f73fa8b50 +owncloud_ver=13.0.6 +owncloud_hash=33e41f476f0e2be5dc7cdb9d496673d9647aa3d6 # Check if Nextcloud dir exist, and check if version matches owncloud_ver (if either doesn't - install/upgrade) if [ ! -d /usr/local/lib/owncloud/ ] \ From 2f494e9a1ca42fefe34238ff980b505a8b252131 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Wed, 24 Oct 2018 16:09:59 -0400 Subject: [PATCH 2/3] CHANGELOG fixes/updates --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dab1cab7..a30001d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ In Development * Update to Nextcloud 13.0.6. * Update to Roundcube 1.3.7. * Update to Z-Push 2.4.4. +* Backup dates listed in the control panel now use an internationalized format. v0.28 (July 30, 2018) --------------------- @@ -34,7 +35,6 @@ Mail: Control Panel: -* We now use EFF's `certbot` tool to provision HTTPS certificates instead of our home-grown free_tls_certificates package. * The undocumented feature for proxying web requests to another server now sets X-Forwarded-For. v0.26c (February 13, 2018) From 16f38042ec0e90819af7a74a7a2e9aeacc842b5b Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Wed, 24 Oct 2018 16:12:25 -0400 Subject: [PATCH 3/3] v0.29 released, closes #1440 --- CHANGELOG.md | 4 ++-- README.md | 4 ++-- setup/bootstrap.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a30001d3..e1b788f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ CHANGELOG ========= -In Development --------------- +v0.29 (October 25, 2018) +------------------------ * Starting with v0.28, TLS certificate provisioning wouldn't work on new boxes until the mailinabox setup command was run a second time because of a problem with the non-interactive setup. * Update to Nextcloud 13.0.6. diff --git a/README.md b/README.md index d7caacfa..ac138229 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ by me: $ curl -s https://keybase.io/joshdata/key.asc | gpg --import gpg: key C10BDD81: public key "Joshua Tauberer " imported - $ git verify-tag v0.28 + $ git verify-tag v0.29 gpg: Signature made ..... using RSA key ID C10BDD81 gpg: Good signature from "Joshua Tauberer " gpg: WARNING: This key is not certified with a trusted signature! @@ -72,7 +72,7 @@ and on my [personal homepage](https://razor.occams.info/). (Of course, if this r Checkout the tag corresponding to the most recent release: - $ git checkout v0.28 + $ git checkout v0.29 Begin the installation. diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index f25de9af..738b5abf 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -7,7 +7,7 @@ ######################################################### if [ -z "$TAG" ]; then - TAG=v0.28 + TAG=v0.29 fi # Are we running as root?