- some changes & enhancements inspired by Cris Ross:

* 183 Trying *may* contain SDP data
  * compare_url: now does compare the scheme,
    if a host is not resolveable hostnames will be
    compares as strings
This commit is contained in:
Thomas Ries
2003-12-05 18:16:28 +00:00
parent 0170015955
commit acbdb707ec
6 changed files with 100 additions and 54 deletions
+5
View File
@@ -1,5 +1,10 @@
0.5.1
=====
05-Dec-2003: - some changes & enhancements inspired by Cris Ross:
* 183 Trying *may* contain SDP data
* compare_url: now does compare the scheme,
if a host is not resolveable hostnames will be
compares as strings
04-Dec-2003: - have registrations persistent across restarts of
the daemon ('registration_file' config option)
29-Nov-2003: - some documentation & FAQ updates