Files
asterisk/ChangeLogs/ChangeLog-23.2.1.md
Asterisk Development Team 4342e2a9a2 Update for 23.2.1
2026-01-29 14:38:26 +00:00

1.1 KiB

Change Log for Release asterisk-23.2.1

Summary:

  • Commits: 1
  • Commit Authors: 1
  • Issues Resolved: 1
  • Security Advisories Resolved: 0

User Notes:

Upgrade Notes:

Developer Notes:

Commit Authors:

  • Sean Bright: (1)

Issue and Commit Detail:

Closed Issues:

  • 1739: [bug]: Regression in 23.2.0 with regard to parsing fractional numbers when system locale is non-standard

Commits By Author:

  • Sean Bright (1):

Commit List:

  • asterisk.c: Use C.UTF-8 locale instead of relying on user's environment.

Commit Details:

asterisk.c: Use C.UTF-8 locale instead of relying on user's environment.

Author: Sean Bright Date: 2026-01-23

Resolves: #1739