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
3a0d24d9
Commit
3a0d24d9
authored
1 year ago
by
Asterisk Development Team
Browse files
Options
Downloads
Patches
Plain Diff
Update for 20.4.0-rc2
parent
6cfafdeb
Branches
Branches containing commit
Tags
20.4.0-rc2
Tags containing commit
1 merge request
!193
Merge tag '20.8.1' into 'merge-asterisk-20.8.1'
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-20.4.0-rc2.md
+62
-0
62 additions, 0 deletions
ChangeLogs/ChangeLog-20.4.0-rc2.md
with
64 additions
and
2 deletions
.version
+
1
−
1
View file @
3a0d24d9
20.4.0-rc
1
20.4.0-rc
2
This diff is collapsed.
Click to expand it.
CHANGES.md
+
1
−
1
View file @
3a0d24d9
ChangeLogs/ChangeLog-20.4.0-rc1.md
ChangeLogs/ChangeLog-20.4.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-20.4.0-rc2.md
0 → 100644
+
62
−
0
View file @
3a0d24d9
Change Log for Release 20.4.0-rc2
========================================
Links:
----------------------------------------
-
[
Full ChangeLog
](
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-20.4.0-rc2.md
)
-
[
GitHub Diff
](
https://github.com/asterisk/asterisk/compare/20.4.0-rc1...20.4.0-rc2
)
-
[
Tarball
](
https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20.4.0-rc2.tar.gz
)
-
[
Downloads
](
https://downloads.asterisk.org/pub/telephony/asterisk
)
Summary:
----------------------------------------
-
app.h: Move declaration of ast_getdata_result before its first use
-
doc: Remove obsolete CHANGES-staging and UPGRADE-staging
User Notes:
----------------------------------------
Upgrade Notes:
----------------------------------------
Closed Issues:
----------------------------------------
-
#200: [bug]: Regression: In app.h an enum is used before its declaration.
Commits By Author:
----------------------------------------
-
### George Joseph (2):
-
doc: Remove obsolete CHANGES-staging and UPGRADE-staging
-
app.h: Move declaration of ast_getdata_result before its first use
Detail:
----------------------------------------
-
### app.h: Move declaration of ast_getdata_result before its first use
Author: George Joseph
Date: 2023-07-10
The ast_app_getdata() and ast_app_getdata_terminator() declarations
in app.h were changed recently to return enum ast_getdata_result
(which is how they were defined in app.c). The existing
declaration of ast_getdata_result in app.h was about 1000 lines
after those functions however so under certain circumstances,
a "use before declaration" error was thrown by the compiler.
The declaration of the enum was therefore moved to before those
functions.
Resolves: #200
-
### doc: Remove obsolete CHANGES-staging and UPGRADE-staging
Author: George Joseph
Date: 2023-07-10
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