summaryrefslogtreecommitdiffstats
path: root/packaging/rpm
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/rpm')
-rw-r--r--packaging/rpm/meshbay-hub.spec14
-rw-r--r--packaging/rpm/meshbay-node.spec6
-rw-r--r--packaging/rpm/python3-meshbay-common.spec5
3 files changed, 22 insertions, 3 deletions
diff --git a/packaging/rpm/meshbay-hub.spec b/packaging/rpm/meshbay-hub.spec
index 6872520..dd4803f 100644
--- a/packaging/rpm/meshbay-hub.spec
+++ b/packaging/rpm/meshbay-hub.spec
@@ -1,5 +1,5 @@
Name: meshbay-hub
-Version: 0.5.0
+Version: 0.6.0
Release: 1%{?dist}
Summary: MeshBay Hub — identity authority and group registry server
License: AGPLv3+
@@ -74,6 +74,18 @@ getent passwd meshbay >/dev/null || \
%dir %attr(750, meshbay, meshbay) %{_sharedstatedir}/meshbay/hub
%changelog
+* Sun Aug 23 2026 MeshBay Team <team@meshbay.org> - 0.6.0-1
+- Group UI split into a pluggable "applications" architecture (Chat, Files
+ today; Videos/Music/Photos can register without touching GroupPage)
+- Operators can enable/disable applications per group from Settings
+- Group Settings sections reordered: Invite, Pairing, Applications, Shared
+ directories, Uploads, danger zone, Your devices, Members
+- Fixed: a fresh access token was never picked up when a "not a member"
+ handshake retry fired, wrongly locking a member (including a group's own
+ creator) out of a group they had just joined
+- Fixed: opening Chat on a group with existing messages threw and wedged the
+ page's rendering, leaving every button unresponsive until reload
+
* Sun Aug 16 2026 MeshBay Team <team@meshbay.org> - 0.5.0-1
- Leave a group; public groups capped at 10 per owner, staff exempt
- Groups are listed only once a node has announced them; prune-groups collects the rest
diff --git a/packaging/rpm/meshbay-node.spec b/packaging/rpm/meshbay-node.spec
index 5f28c52..e4f386e 100644
--- a/packaging/rpm/meshbay-node.spec
+++ b/packaging/rpm/meshbay-node.spec
@@ -1,5 +1,5 @@
Name: meshbay-node
-Version: 0.5.0
+Version: 0.6.0
Release: 1%{?dist}
Summary: MeshBay Node — local file host, streaming server, and group daemon
License: AGPLv3+
@@ -62,6 +62,10 @@ install -Dm644 packaging/systemd/meshbay-node-user.service \
%{_userunitdir}/meshbay-node.service
%changelog
+* Sun Aug 23 2026 MeshBay Team <team@meshbay.org> - 0.6.0-1
+- Per-group application enablement: roster setting, signed apps_enabled op,
+ enforced by the same admin-authority check as member_upload
+
* Sun Aug 16 2026 MeshBay Team <team@meshbay.org> - 0.5.0-1
- Abandoned video streams release their transcode slot at once
- Background tasks are held, so none is collected mid-flight losing a slot
diff --git a/packaging/rpm/python3-meshbay-common.spec b/packaging/rpm/python3-meshbay-common.spec
index 931dcfd..6af8ed9 100644
--- a/packaging/rpm/python3-meshbay-common.spec
+++ b/packaging/rpm/python3-meshbay-common.spec
@@ -1,5 +1,5 @@
Name: python3-meshbay-common
-Version: 0.5.0
+Version: 0.6.0
Release: 1%{?dist}
Summary: MeshBay shared cryptographic primitives and protocol types
License: AGPLv3+
@@ -38,6 +38,9 @@ encryption/signing, keystore AES-256-GCM, and MNP protocol types.
%{python3_sitelib}/meshbay_common-*.dist-info/
%changelog
+* Sun Aug 23 2026 MeshBay Team <team@meshbay.org> - 0.6.0-1
+- MNP 0.4: apps_enabled/apps_enabled_ack, enabled_apps on the handshake ack
+
* Sun Aug 16 2026 MeshBay Team <team@meshbay.org> - 0.5.0-1
- MNP 0.2: PING/PONG, and backward chat paging (before / has_more)