diff --git a/samba/CHANGELOG.md b/samba/CHANGELOG.md index 0f9bd4a..f4ba5a7 100644 --- a/samba/CHANGELOG.md +++ b/samba/CHANGELOG.md @@ -1,154 +1,88 @@ -# Changelog - +#变更日志 ## 12.5.4 - -- Fix invalid inverted commas in server signing parameter - +-修复服务器签名参数中无效的引号 ## 12.5.3 - -- Add option for setting server signing parameter - +-添加设置服务器签名参数的选项 ## 12.5.2 - -- Avoid binding to disabled network interfaces - +-避免绑定到已禁用的网络接口 ## 12.5.1 - -- Add configurations option to disable Apple devices interoperability. Disabling this setting might be required for file systems that do not support extended attributes such as exFAT. - +-添加配置选项以禁用Apple设备的互操作性。对于不支持扩展属性(如exFAT)的文件系统,可能需要禁用此设置。 ## 12.5.0 - -- Add the ability to enable and disable trying to become a local master browser on a subnet - +-添加启用和禁用尝试成为子网上的本地主浏览器的功能 ## 12.4.0 - -- Add the ability to enable and disable specific shares, improving user control over folder access - +-添加启用和禁用特定共享的功能,改善用户对文件夹访问的控制 ## 12.3.3 - -- Enable Samba configurations to improve interoperability with Apple devices - +-启用Samba配置以提高与Apple设备的互操作性 ## 12.3.2 - -- Suppress benign idmap logged error - +-抑制良性idmap记录错误 ## 12.3.1 - -- Handle passwords with backslash correctly - +-正确处理带有反斜杠的密码 ## 12.3.0 - -- Upgrade Alpine Linux to 3.19 - +-将Alpine Linux升级到3.19 ## 12.2.0 - -- Decrease Samba log level - +-降低Samba日志级别 ## 12.1.0 - -- Use the new Home Assistant folder for the `config` share -- Add support for accessing public add-on configurations - +-使用新的“家庭助理”文件夹进行“配置”共享 +-添加对访问公共附加组件配置的支持 ## 12.0.0 - -- Temporary remove access to add-on config shares, until Supervisor 2023.11.2 has been rolled out stable -- Revert `config` share name change to avoid user facing change -- Adjust location of Home Assistant config to match latest dev/beta Supervisor -- Migrate add-on layout to S6 Overlay - +-临时删除对附加配置共享的访问权限,直到Supervisor 2023.11.2稳定推出 +-还原“config”共享名称更改,以避免面向用户的更改 +-调整Home Assistant配置的位置,以匹配最新的开发/测试主管 +-将附加组件布局迁移到S6叠加 ## 11.0.0 - -- The `config` share has been renamed to `homeassistant` to match upstream changes. -- Add support for accessing public add-on configurations -- Update to Alpine 3.18 -- Adds HEALTCHECK support - +-“config”共享已重命名为“homeassistant”,以匹配上游更改。 +-添加对访问公共附加组件配置的支持 +-更新到Alpine 3.18 +-添加HEALTCHECK支持 ## 10.0.2 - -- Enable IPv6 ULA and IPv4 link-local addresses by default - +-默认情况下启用IPv6 ULA和IPv4链路本地地址 ## 10.0.1 - -- Update to Alpine 3.17 - +-更新到Alpine 3.17 ## 10.0.0 - -BREAKING CHANGE: Don't mangle filenames - -By default, Samba mangles filenames with special characters to ensure -compatibility with really old versions of Windows which have a very limited -charset for filenames. The add-on no longer does this as modern operating -systems do not have these restrictions. - -- Don't mangle filenames (fixes #2541) -- Upgrade Alpine Linux to 3.16 - +突破性的改变:不要破坏文件名 +默认情况下,Samba会使用特殊字符来修改文件名,以确保 +与非常旧版本的Windows的兼容性非常有限 +文件名的字符集。附加组件不再像现代操作那样执行此操作 +系统没有这些限制。 +-不要损坏文件名(修复#2541) +-将Alpine Linux升级到3.16 ## 9.7.0 - -- Upgrade Alpine Linux to 3.15 -- Sign add-on with Codenotary Community Attestation Service (CAS) - +-将Alpine Linux升级到3.15 +-使用代码公证人社区认证服务(CAS)签署附加内容 ## 9.6.1 - -- Remove lo from interface list -- Exit with error if there are no supported interfaces to run Samba on - +-从接口列表中删除lo +-如果没有支持的接口来运行Samba,则退出时出错 ## 9.6.0 - -- Run on all supported interfaces - +-在所有支持的接口上运行 ## 9.5.1 - -- Add `hassio_api` to add-on configuration - +-将`hassio_api`添加到附加组件配置中 ## 9.5.0 - -- Remove interface options in favor of network - +-删除有利于网络的接口选项 ## 9.4.0 - -- Upgrade Alpine Linux to 3.13 -- Rewrite configuration generation code - +-将Alpine Linux升级到3.13 +-重写配置生成代码 ## 9.3.1 - -- Update options schema for passwords - +-更新密码的选项架构 ## 9.3.0 - -- Support new media folder -- Update Samba to 4.12.6 -- Upgrade Alpine Linux to 3.12 - +-支持新媒体文件夹 +-将Samba更新到4.12.6 +-将Alpine Linux升级到3.12 ## 9.2.0 - -- Pin base image version -- Rewrite add-on onto S6 Overlay -- Use default configuration location -- Add support for running in compatibility mode (SMB1/NT1) -- Add dummy files to reduce number of errors/warnings in log output - +-固定基础图像版本 +-将附加组件重写到S6覆盖层上 +-使用默认配置位置 +-添加对在兼容模式(SMB1/NT1)下运行的支持 +-添加虚拟文件以减少日志输出中的错误/警告数量 ## 9.1.0 - -- Allow IPv6 link-local hosts by default, consistent with IPv4 - +-默认情况下允许IPv6链接本地主机,与IPv4一致 ## 9.0.0 - -- New option `veto_files` to limit writing of specified files to the share - +-新选项“veto_files”用于限制将指定文件写入共享 ## 8.3.0 - -- Fixes a bug in warning log message, causing start failure -- Minor code cleanups - +-修复了警告日志消息中导致启动失败的错误 +-小代码清理 ## 8.2.0 - -- Update from bash to bashio - +-从bash更新到bashio ## 8.1.0 - -- Update Samba to version 4.8.8 - +-将Samba更新到4.8.8版本 ## 8.0.0 - -- Fix access to /backup +-修复对/备份的访问 \ No newline at end of file