Skip to content

Commit 1b3e5e8

Browse files
committed
v69
1 parent 2f5e736 commit 1b3e5e8

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
CHANGELOG
22
=========
33

4+
Version 69 (July 20, 2024)
5+
--------------------------
6+
7+
Package updates:
8+
9+
* Nextcloud is updated to 26.0.13.
10+
* Z-Push is updated to 2.7.3.
11+
12+
Other updates:
13+
14+
* Fixed an error generating the weekly statistics.
15+
* Fixed file permissions when setting up Nextcloud.
16+
* Added an undocumented option to proxy websockets.
17+
* Internal improvements to the code to make it more reliable and readable.
18+
419
Version 68 (April 1, 2024)
520
--------------------------
621

@@ -25,7 +40,6 @@ Other:
2540
* fail2ban is updated to see "HTTP/2.0" requests to munin also.
2641
* Internal improvements to the code to make it more reliable and readable.
2742

28-
2943
Version 67 (December 22, 2023)
3044
------------------------------
3145

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Clone this repository and checkout the tag corresponding to the most recent rele
6060

6161
$ git clone https://github.com/mail-in-a-box/mailinabox
6262
$ cd mailinabox
63-
$ git checkout v68
63+
$ git checkout v69
6464

6565
Begin the installation.
6666

setup/bootstrap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ -z "$TAG" ]; then
2323
if [ "$UBUNTU_VERSION" == "Ubuntu 22.04 LTS" ]; then
2424
# This machine is running Ubuntu 22.04, which is supported by
2525
# Mail-in-a-Box versions 60 and later.
26-
TAG=v68
26+
TAG=v69
2727
elif [ "$UBUNTU_VERSION" == "Ubuntu 18.04 LTS" ]; then
2828
# This machine is running Ubuntu 18.04, which is supported by
2929
# Mail-in-a-Box versions 0.40 through 5x.

0 commit comments

Comments
 (0)