Skip to content

Commit

Permalink
v1.141.0
Browse files Browse the repository at this point in the history
  • Loading branch information
furmur committed Aug 29, 2024
1 parent 2d6fd27 commit 49b54cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions debian/changelog
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
Expand Down
2 changes: 1 addition & 1 deletion debian/libsems1.shlibs
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)

0 comments on commit 49b54cf

Please sign in to comment.