From: Kevin P. Fleming Date: Fri, 11 Nov 2005 04:12:54 +0000 (+0000) Subject: issue #5595 X-Git-Tag: 1.2.0-rc2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed465f4a85f19e1f75aadcfd52c684db90ce8c57;p=thirdparty%2Fasterisk.git issue #5595 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7070 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/ChangeLog b/ChangeLog index 677f46933c..ac312f4693 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-11-10 Kevin P. Fleming + * 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)