From 575dba75c86ea5ccde90f8a8056adfe62c423bbe Mon Sep 17 00:00:00 2001 From: Trial97 Date: Wed, 19 Feb 2020 15:35:56 +0200 Subject: [PATCH] Updated changelog --- changelog | 19 +------------------ packages/debian/changelog | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 18 deletions(-) mode change 100644 => 120000 changelog diff --git a/changelog b/changelog deleted file mode 100644 index 7b2ce7d44..000000000 --- a/changelog +++ /dev/null @@ -1,18 +0,0 @@ -cgrates (0.10) UNRELEASED; urgency=medium - - [ Alexandru Tripon ] - * [FilterS] Removed rals_conns in favor of reading the account - directly from DataDB - * [SessionS] Added check for missing CGRevent - * [DiameterAgent] Using String function from diam.Message instead of - ToJSON for request String method - * [DiameterAgent] Updated 3gp_vendor dictionary - * [Templates] Added new dataconvertor: *ip2hex - - [ Voivozeanu Teofil ] - * [AgentRequest] Add support for *group type and correctly overwrite - the values in case of *variable - * [EventReader] Correctly populate ConcurrentRequest from config in - EventReader - - -- Alexandru Tripon Tue, 18 Feb 2020 08:44:41 +0200 diff --git a/changelog b/changelog new file mode 120000 index 000000000..984f9b2f5 --- /dev/null +++ b/changelog @@ -0,0 +1 @@ +./packages/debian/changelog \ No newline at end of file diff --git a/packages/debian/changelog b/packages/debian/changelog index cb3eba31d..5b594169c 100644 --- a/packages/debian/changelog +++ b/packages/debian/changelog @@ -1,3 +1,19 @@ +cgrates (0.10.1~dev) UNRELEASED; urgency=medium + + * [FilterS] Removed rals_conns in favor of reading the account + directly from DataDB + * [SessionS] Added check for missing CGRevent + * [DiameterAgent] Using String function from diam.Message instead of + ToJSON for request String method + * [DiameterAgent] Updated 3gp_vendor dictionary + * [Templates] Added new dataconvertor: *ip2hex + * [AgentRequest] Add support for *group type and correctly overwrite + the values in case of *variable + * [EventReader] Correctly populate ConcurrentRequest from config in + EventReader + + -- Alexandru Tripon Wed, 19 Feb 2020 15:22:59 +0200 + cgrates (0.10.0) UNRELEASED; urgency=medium * Creating first stable branch.