diff --git a/CHANGELOG.md b/CHANGELOG.md index a0fd9eb..40dfa0c 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). +## [3.11.2] - 2025-07-18 + +### Changed + +- Don't use the "@euro" locales + ## [3.11.1] - 2025-07-11 ### Fixed diff --git a/includes/etc/environment b/includes/etc/environment index 231fa9d..0724f2b 100644 --- a/includes/etc/environment +++ b/includes/etc/environment @@ -1,6 +1,6 @@ -LC_TYPE=es_ES.UTF-8@euro -LC_ALL=es_ES.UTF-8@euro -LANG=es_ES.UTF-8@euro -LANGUAGE=es_ES.UTF-8@euro +LC_TYPE=es_ES.UTF-8 +LC_ALL=es_ES.UTF-8 +LANG=es_ES.UTF-8 +LANGUAGE=es_ES.UTF-8 XDG_RUNTIME_DIR=/run/user/0 QTWEBENGINE_CHROMIUM_FLAGS=--no-sandbox diff --git a/includes/etc/initramfs-tools/scripts/VERSION.txt b/includes/etc/initramfs-tools/scripts/VERSION.txt index d413855..13dc5bf 100644 --- a/includes/etc/initramfs-tools/scripts/VERSION.txt +++ b/includes/etc/initramfs-tools/scripts/VERSION.txt @@ -1 +1 @@ -OpenGnsys Client 3.11.1 +OpenGnsys Client 3.11.2