Commit Graph

17 Commits

Author SHA1 Message Date
Asterisk Development Team
2cdb9de219 Update for 21.10.0-rc2 2025-07-03 16:37:41 +00:00
Asterisk Development Team
51717212dc Update for 21.10.0-rc1 2025-06-26 18:57:28 +00:00
Asterisk Development Team
5d8b6b4f8c Update for 21.9.1 2025-05-22 15:57:26 +00:00
Asterisk Development Team
f7335fe8cb Update for 21.9.0 2025-05-08 12:34:42 +00:00
Asterisk Development Team
4aec6aece0 Update for 21.9.0-rc1 2025-05-01 12:41:21 +00:00
Asterisk Development Team
e1756024b4 Update for 21.8.0 2025-03-27 12:49:43 +00:00
Asterisk Development Team
519ac6ba07 Update for 21.8.0-rc1 2025-03-20 18:29:26 +00:00
George Joseph
b8f2a4b9f3 README.md: Updates and Fixes
* Outdated information has been removed.
* New links added.
* Placeholder added for link to change logs.

Going forward, the release process will create HTML versions of the README
and change log and will update the link in the README to the current
change log for the branch...

* In the development branches, the link will always point to the current
  release on GitHub.
* In the "releases/*" branches and the tarballs, the link will point to the
  ChangeLogs/ChangeLog-<version>.html file in the source directory.
* On the downloads website, the link will point to the
  ChangeLog-<version>.html file in the same directory.

Resolves: #1131
(cherry picked from commit 2d57b52e3d)
2025-03-20 18:29:21 +00:00
George Joseph
ae766ffdc1 README.md, asterisk.c: Update Copyright Dates
(cherry picked from commit ece2cfc7c1)
2025-01-23 18:39:42 +00:00
Shyju Kanaprath
c33cdfd49e README.md: Removed outdated link
Removed outdated link http://www.quicknet.net from README.md

cherry-pick-to: 18
cherry-pick-to: 20
cherry-pick-to: 21
(cherry picked from commit 07055dce94)
2024-03-07 14:18:41 +00:00
Naveen Albert
f485d3cc8b general: Fix broken links.
This fixes a number of broken links throughout the
tree, mostly caused by wiki.asterisk.org being replaced
with docs.asterisk.org, which should eliminate the
need for sporadic fixes as in f28047db36.

Resolves: #430
(cherry picked from commit 3bb34477d4)
2024-01-12 18:32:13 +00:00
Marcel Wagner
9b654d4e98 documentation: Add information on running install_prereq script in readme
Adding information in the readme about running the install_preqreq script to install components that the ./configure script might indicate as missing.

ASTERISK-29976 #close

Change-Id: Ic287b46300168729838bddd8f9265e98fc22bce6
2022-03-28 11:27:54 -05:00
Joshua C. Colp
f8d1758792 asterisk: Update copyright.
ASTERISK-29326

Change-Id: Ia95dbfb66e2d11ac4d1228444283bb2e4d77396a
2021-03-04 13:48:27 -06:00
Rodrigo Ramírez Norambuena
64a908f897 README.md: Update year
Change-Id: I746fb94d112c7d797e206bca0fd1e13fcd26bae3
2019-07-04 20:46:36 -04:00
Corey Farrell
23381d2c5e Build System: Require __sync or __atomic functions.
This change causes the configure script to throw an error if neither
__sync nor __atomic builtin functions are available.

ASTERISK-27619

Change-Id: Ie01a281e0f5c41dfeeb5f250c1ccea8752f56ef9
2018-01-25 10:38:45 -05:00
George Joseph
a51bfe5a79 README: Remove outdated references to tex docs
Added links to the wiki to replace references to outdated
tex docs.

ASTERISK-27430
Reported by: Corey Farrell

Change-Id: I5007e732b30bc7b63d124c530ae8857c89991209
2017-12-13 14:30:38 -06:00
Corey Farrell
90f9885f73 README: Convert to README.md.
Convert the README file to markdown format, remove the old README.  This
causes websites like github to display the README in a much nicer
format with live links.  The raw file is still very readable from
plain text editors and terminals.

Change-Id: I7d13131764a9a9026e5f8a6ddb245a01bbd788e7
2017-11-21 09:58:07 -05:00