Skip to content

Commit deb0389

Browse files
DawoudSherazregisb
authored andcommitted
v19.0.2
1 parent fc1a6fe commit deb0389

6 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ instructions, because git commits are used to generate release notes:
2020

2121
<!-- scriv-insert-here -->
2222

23+
<a id='changelog-19.0.2'></a>
24+
## v19.0.2 (2025-02-12)
25+
26+
- [Improvement] Add a do command to update the authentication plugin of existing MySQL users from mysql_native_password to caching_sha2_password for compatibility with MySQL v8.4.0 and above. (by @Danyal-Faheem)
27+
28+
- [Improvement] Move the openedx-auth patch to the bottom of the auth.yml file to allow patching DATABASES, EMAIL and XQUEUE options. (by @Danyal-Faheem)
29+
30+
- [Improvement] Allow installing custom openedx-scorm-xblock using the openedx-dockerfile-post-python-requirements patch. (by @Danyal-Faheem)
31+
32+
- [Feature] Update OPENEDX_COMMON_VERSION to sumac.2 tag (by @dawoudsheraz)
33+
2334
<a id='changelog-19.0.1'></a>
2435
## v19.0.1 (2025-01-10)
2536

changelog.d/20240718_171945_danyal.faheem_mysql_authentication_plugin_change.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/20250127_183638_danyal.faheem_support_other_databases_through_plugin.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/20250203_192055_danyal.faheem_allow_installing_scorm_xblock_using_patch.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/20250212_220952_dawoud.sheraz_sumac_2.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

tutor/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Increment this version number to trigger a new release. See
44
# docs/tutor.html#versioning for information on the versioning scheme.
5-
__version__ = "19.0.1"
5+
__version__ = "19.0.2"
66

77
# The version suffix will be appended to the actual version, separated by a
88
# dash. Use this suffix to differentiate between the actual released version and

0 commit comments

Comments
 (0)