summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2016-11-12 20:15:12 +0200
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2016-11-14 19:40:03 +0200
commit97a75e3829e2e263da1828a06dad97b40c7ff32c (patch)
tree21b2a72a2ae2672a0f1d808b2b0b2163aa0b998d /CHANGES
parent7540036427f87bfe3c87357ac33c08561f191e98 (diff)
Add support for building RADIUS with radcli
Radcli is yet another RADIUS client library, generally compatible with freeradius and radiusclient-ng. This commit adds autoconf option for detecting it as well and changes cdr_radius and cel_radius to use its header file in that case. ASTERISK-26540 #close Change-Id: I271f0715406334874865ffbce0b354b3a2ca148f
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a57ed88e3..96851af6f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -19,6 +19,10 @@ Build System
Asterisk built with LOW_MEMORY can now successfully load binary modules
built without LOW_MEMORY and vice versa.
+ * RADIUS backends for CEL and CDR can now also be built using the radcli
+ client library, in addition to the existing support for building them
+ using either freeradius or radiusclient-ng.
+
Core
------------------
* ASTERISK_REGISTER_FILE was no longer useful and has been removed. Sources