[Asterisk-cvs] asterisk ChangeLog,1.103,1.104
kpfleming
kpfleming
Thu Nov 10 23:22:09 CST 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv12060
Modified Files:
ChangeLog
Log Message:
issue #5595
Index: ChangeLog
===================================================================
RCS file: /usr/cvsroot/asterisk/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- ChangeLog 11 Nov 2005 03:48:28 -0000 1.103
+++ ChangeLog 11 Nov 2005 04:12:54 -0000 1.104
@@ -1,5 +1,8 @@
2005-11-10 Kevin P. Fleming <kpfleming at digium.com>
+ * rtp.c (ast_rtp_raw_write): use unsigned int for return value from calc_txstamp() (issue #5595)
+ (calc_txstamp): never return a value that was less than zero before being turned into 'unsigned int' (issue #5595)
+
* include/asterisk/chanspy.h: move spy-related stuff into separate header so chan_h323 can build (issue #5590)
* include/asterisk/linkedlists.h (AST_LIST_HEAD_SET_NOLOCK): properly initialize tail pointer when list head is directly set (issue #5669)
More information about the svn-commits
mailing list