-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
sems (1.141.0) stable; urgency=low | ||
* redis: add redis ROLE detection | ||
* registrar: redis.{read,write}.connection() -> hosts{} | ||
* AmThread: use std::mutex for AmMutex, delete copy ctor/assignment-operator for the related classes | ||
* AmThread: use std::lock_guard for AmLock | ||
* AmThread: use std::condition_variable for AmCondition | ||
* AmUtils: add parse_hostport helper | ||
-- Michael Furmur <[email protected]> Thu, 29 Aug 2024 11:10:37 +0300 | ||
|
||
sems (1.140.2) stable; urgency=low | ||
* add dbg for tls/tcp transport and async SIP parser | ||
-- Michael Furmur <[email protected]> Fri, 23 Aug 2024 11:23:44 +0300 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
libsems 1 libsems1 (>= 1.140), libsems1 (<< 1.141) | ||
libsems 1 libsems1 (>= 1.141), libsems1 (<< 1.142) |