Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asterisk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Voice
asterisk
Commits
edba3662
Commit
edba3662
authored
1 year ago
by
Asterisk Development Team
Browse files
Options
Downloads
Patches
Plain Diff
Update for 18.21.0-rc2
parent
b9373a20
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.version
+1
-1
1 addition, 1 deletion
.version
CHANGES.md
+1
-1
1 addition, 1 deletion
CHANGES.md
ChangeLogs/ChangeLog-18.21.0-rc2.md
+62
-0
62 additions, 0 deletions
ChangeLogs/ChangeLog-18.21.0-rc2.md
with
64 additions
and
2 deletions
.version
+
1
−
1
View file @
edba3662
18.21.0-rc
1
18.21.0-rc
2
This diff is collapsed.
Click to expand it.
CHANGES.md
+
1
−
1
View file @
edba3662
ChangeLogs/ChangeLog-18.21.0-rc1.md
ChangeLogs/ChangeLog-18.21.0-rc2.md
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
ChangeLogs/ChangeLog-18.21.0-rc2.md
0 → 100644
+
62
−
0
View file @
edba3662
Change Log for Release asterisk-18.21.0-rc2
========================================
Links:
----------------------------------------
-
[
Full ChangeLog
](
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-18.21.0-rc2.md
)
-
[
GitHub Diff
](
https://github.com/asterisk/asterisk/compare/18.21.0-rc1...18.21.0-rc2
)
-
[
Tarball
](
https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-18.21.0-rc2.tar.gz
)
-
[
Downloads
](
https://downloads.asterisk.org/pub/telephony/asterisk
)
Summary:
----------------------------------------
-
logger: Fix linking regression.
User Notes:
----------------------------------------
Upgrade Notes:
----------------------------------------
Closed Issues:
----------------------------------------
-
#539: [bug]: Existence of logger.xml causes linking failure
Commits By Author:
----------------------------------------
-
### Naveen Albert (1):
-
logger: Fix linking regression.
Detail:
----------------------------------------
-
### logger: Fix linking regression.
Author: Naveen Albert
Date: 2024-01-16
Commit 008731b0a4b96c4e6c340fff738cc12364985b64
caused a regression by resulting in logger.xml
being compiled and linked into the asterisk
binary in lieu of logger.c on certain platforms
if Asterisk was compiled in dev mode.
To fix this, we ensure the file has a unique
name without the extension. Most existing .xml
files have been named differently from any
.c files in the same directory or did not
pose this issue.
channels/pjsip/dialplan_functions.xml does not
pose this issue but is also being renamed
to adhere to this policy.
Resolves: #539
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment