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 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