From bbaa6578e101de617d681c849232b70895da0934 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Thu, 10 Apr 2025 08:11:04 +0200 Subject: [PATCH 1/2] refs #1878 makes writable Samba export in ogclient --- etc/samba/smb-ogclient.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/samba/smb-ogclient.conf b/etc/samba/smb-ogclient.conf index a7c3422..34d5496 100644 --- a/etc/samba/smb-ogclient.conf +++ b/etc/samba/smb-ogclient.conf @@ -1,7 +1,7 @@ [ogclient] comment = OpenGnsys Client browseable = no - writeable = no + writeable = yes locking = no path = /opt/opengnsys/ogclient guest ok = no From 1f92f549944807fb49ed16e8c61086039fc888ea Mon Sep 17 00:00:00 2001 From: Natalia Serrano Date: Thu, 10 Apr 2025 09:41:08 +0200 Subject: [PATCH 2/2] refs #1878 update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df519fe..46b173f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.0] - 2025-04-10 + +### Changed + +- Make /opt/opengnsys writable in clients, just like it used to be + ## [0.3.6] - 2025-04-09 ### Fixed