Skip to content

Commit 543404b

Browse files
committed
Fixing minor typos in CHANGELOG
1 parent b7166d7 commit 543404b

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

CHANGELOG.md

+9-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Version 23.10
22

3-
Compilation
3+
Compilation:
44
- Erlang/OTP: Raise the requirement to Erlang/OTP 20.0 as a minimum
55
- CI: Update tests to Erlang/OTP 26 and recent Elixir
66
- Move Xref and Dialyzer options from workflows to `rebar.config`
@@ -13,7 +13,7 @@ Compilation
1313
- Elixir: When building OTP release with mix, keep `ERLANG_NODE=ejabberd@localhost`
1414
- `ejabberdctl`: Pass `ERLANG_OPTS` when calling `erl` to parse the `INET_DIST_INTERFACE` ([#4066](https://github.com/processone/ejabberd/issues/#4066)
1515

16-
Commands
16+
Commands:
1717
- `create_room_with_opts`: Fix typo and move examples to `args_example` ([#4080](https://github.com/processone/ejabberd/issues/#4080))
1818
- `etop`: Let `ejabberdctl etop` work in a release (if `observer` application is available)
1919
- `get_roster`: Command now returns groups in a list instead of newlines ([#4088](https://github.com/processone/ejabberd/issues/#4088))
@@ -22,18 +22,16 @@ Commands
2222
- `ejabberdctl`: Improve printing lists in results
2323
- `ejabberdctl`: Support `policy=user` in the help and return proper arguments
2424
- `ejabberdctl`: Document how to stop a debug shell: control+g
25-
- `ejabberdctl`: Support policy=user in the help and return proper arguments
26-
- `ejabberdctl`: Improve printing lists in results
2725

28-
Container
26+
Container:
2927
- Dockerfile: Add missing dependency for mssql databases
3028
- Dockerfile: Reorder stages and steps for consistency
3129
- Dockerfile: Use Alpine as base for `METHOD=package`
3230
- Dockerfile: Rename packages to improve compatibility
3331
- Dockerfile: Provide specific OTP and elixir vsn for direct compilation
3432
- Halt ejabberd if a command in `CTL_ON_` fails during ejabberd startup
3533

36-
Core
34+
Core:
3735
- `auth_external_user_exists_check`: New option ([#3377](https://github.com/processone/ejabberd/issues/#3377))
3836
- `gen_mod`: Extend `gen_mod` API to simplify hooks and IQ handlers registration
3937
- `gen_mod`: Add shorter forms for `gen_mod` hook/`iq_handler` API
@@ -48,14 +46,14 @@ Core
4846
- Web Admin: In roster page move the `AddJID` textbox to top ([#4067](https://github.com/processone/ejabberd/issues/#4067))
4947
- Web Admin: Show a warning when visiting webadmin with non-privileged account ([#4089](https://github.com/processone/ejabberd/issues/#4089))
5048

51-
Docs
49+
Docs:
5250
- Example configuration: clarify 5223 tls options; specify s2s shaper
5351
- Make sure that `policy=user` commands have `host` instead of `server` arg in docs
5452
- Improve syntax of many command descriptions for the Docs site
5553
- Move example Perl extauth script from ejabberd git to Docs site
5654
- Remove obsolete example files, and add link in Docs to the archived copies
5755

58-
Installers (`make-binaries`)
56+
Installers (`make-binaries`):
5957
- Bump Erlang/OTP version to 26.1.1, and other dependencies
6058
- Remove outdated workaround
6159
- Don't build Linux-PAM examples
@@ -67,7 +65,7 @@ Installers (`make-binaries`)
6765
- Set kernel version for all builds
6866
- Let curl fail on HTTP errors
6967

70-
Modules
68+
Modules:
7169
- `mod_muc_log`: Add trailing backslash to URLs shown in disco info
7270
- `mod_muc_occupantid`: New module with support for XEP-0421 Occupant Id ([#3397](https://github.com/processone/ejabberd/issues/#3397))
7371
- `mod_muc_rtbl`: Better error handling in ([#4050](https://github.com/processone/ejabberd/issues/#4050))
@@ -85,7 +83,7 @@ Modules
8583
- `mod_register_web`: Make redirect to page that end with `/` ([#3177](https://github.com/processone/ejabberd/issues/#3177))
8684
- `mod_shared_roster_ldap`: Don't crash in `get_member_jid` on empty output ([#3614](https://github.com/processone/ejabberd/issues/#3614))
8785

88-
MUC
86+
MUC:
8987
- Add support to register nick in a room ([#3455](https://github.com/processone/ejabberd/issues/#3455))
9088
- Convert `allow_private_message` MUC room option to `allowpm` ([#3736](https://github.com/processone/ejabberd/issues/#3736))
9189
- Update xmpp version to send `roomconfig_changesubject` in disco#info ([#4085](https://github.com/processone/ejabberd/issues/#4085))
@@ -98,7 +96,7 @@ MUC
9896
- Remove existing role information for users that are kicked from room ([#4035](https://github.com/processone/ejabberd/issues/#4035))
9997
- Expand rule "mucsub subscribers are members in members only rooms" to more places
10098

101-
SQL
99+
SQL:
102100
- Add ability to force alternative upsert implementation in mysql
103101
- Properly parse mysql version even if it doesn't have type tag
104102
- Use prepared statement with mysql

0 commit comments

Comments
 (0)