The branch, master has been updated
via 43477d8b5be release.sh: also replace "y acute" character with html
entity
from 0c73b793a05 lib: Move a few smb-related constant #defines to common
code
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 43477d8b5beac9313e65f1499e19dc7a2d8353ae
Author: Björn Jacke <[email protected]>
Date: Wed Jan 7 15:38:28 2026 +0100
release.sh: also replace "y acute" character with html entity
Signed-off-by: Bjoern Jacke <[email protected]>
Reviewed-by: Jule Anger <[email protected]>
Autobuild-User(master): Björn Jacke <[email protected]>
Autobuild-Date(master): Wed Jan 7 15:58:11 UTC 2026 on atb-devel-224
-----------------------------------------------------------------------
Summary of changes:
script/release.sh | 2 ++
1 file changed, 2 insertions(+)
Changeset truncated at 500 lines:
diff --git a/script/release.sh b/script/release.sh
index b144f74e817..451432e8e30 100755
--- a/script/release.sh
+++ b/script/release.sh
@@ -912,6 +912,8 @@ announcement_samba_stable()
-e 's!Ö!\Ö!g' \
-e 's!ü!\ü!g' \
-e 's!Ü!\Ü!g' \
+ -e 's!ý!\ý!g' \
+ -e 's!Ý!\Ý!g' \
-e 's!ß!\ß!g' \
-e 's!"!\"!g' \
-e "s!'!\'!g" |
--
Samba Shared Repository