File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Version 24.11.2 [2024-12-18]
5+ ----------------------------
6+
7+ Bugfixes
8+ ~~~~~~~~
9+
10+ - Resolved an issue in the ``docker-compose `` configuration for the
11+ ``openvpn `` service by adding the ``/dev/net/tun `` device.
12+ - Fixed the auto-install script to support installations from forked
13+ repositories.
14+ - Fixed the auto-install script to ensure installation of the latest
15+ released version from GitHub.
16+ - Added missing dependencies ``curl `` and ``jq `` to the auto-install
17+ script to prevent installation failures.
18+ - Resolved issues in the ``openwisp-postfix `` image by upgrading to
19+ ``postfix~=3.9.1-r0 ``.
20+ - Bumped ``boto3~=1.35.82 ``.
21+
422Version 24.11.1 [2024-11-27]
523----------------------------
624
Original file line number Diff line number Diff line change 11# Find documentation in README.md under
22# the heading "Makefile Options".
33
4- OPENWISP_VERSION = 24.11.1
4+ OPENWISP_VERSION = 24.11.2
55SHELL := /bin/bash
66.SILENT : clean pull start stop
77
Original file line number Diff line number Diff line change 33from .celery import app as celery_app
44
55__all__ = ['celery_app' ]
6- __openwisp_version__ = '24.11.1 '
6+ __openwisp_version__ = '24.11.2 '
77__openwisp_installation_method__ = 'docker-openwisp'
You can’t perform that action at this time.
0 commit comments