[Asterisk-cvs] asterisk ChangeLog,1.69,1.70
russell
russell
Tue Nov 8 00:06:32 CST 2005
- Previous message: [Asterisk-cvs] asterisk/apps app_chanisavail.c, 1.29,
1.30 app_chanspy.c, 1.32, 1.33 app_controlplayback.c, 1.21,
1.22 app_db.c, 1.20, 1.21 app_dictate.c, 1.11,
1.12 app_directed_pickup.c, 1.8, 1.9 app_dumpchan.c, 1.16,
1.17 app_echo.c, 1.17, 1.18 app_enumlookup.c, 1.28,
1.29 app_externalivr.c, 1.15, 1.16 app_flash.c, 1.11,
1.12 app_forkcdr.c, 1.17, 1.18 app_getcpeid.c, 1.13,
1.14 app_hasnewvoicemail.c, 1.23, 1.24 app_image.c, 1.15,
1.16 app_lookupblacklist.c, 1.16, 1.17 app_lookupcidname.c,
1.13, 1.14 app_macro.c, 1.34, 1.35 app_md5.c, 1.15,
1.16 app_meetme.c, 1.122, 1.123 app_milliwatt.c, 1.16,
1.17 app_mixmonitor.c, 1.14, 1.15 app_parkandannounce.c, 1.22,
1.23 app_playback.c, 1.27, 1.28 app_privacy.c, 1.23,
1.24 app_queue.c, 1.178, 1.179 app_read.c, 1.29,
1.30 app_realtime.c, 1.17, 1.18 app_record.c, 1.45,
1.46 app_senddtmf.c, 1.17, 1.18 app_sendtext.c, 1.16,
1.17 app_setcallerid.c, 1.16, 1.17 app_setcidname.c, 1.17,
1.18 app_setcidnum.c, 1.17, 1.18 app_setrdnis.c, 1.12,
1.13 app_sms.c, 1.32, 1.33 app_softhangup.c, 1.15,
1.16 app_striplsd.c, 1.12, 1.13 app_substring.c, 1.16,
1.17 app_system.c, 1.24, 1.25 app_talkdetect.c, 1.19,
1.20 app_test.c, 1.17, 1.18 app_transfer.c, 1.20,
1.21 app_url.c, 1.16, 1.17 app_userevent.c, 1.12,
1.13 app_waitforring.c, 1.11, 1.12 app_waitforsilence.c, 1.13,
1.14 app_while.c, 1.15, 1.16 app_zapateller.c, 1.16,
1.17 app_zapbarge.c, 1.15, 1.16 app_zapscan.c, 1.25, 1.26
- Next message: [Asterisk-cvs] asterisk CHANGES,1.81,1.82
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv16347
Modified Files:
ChangeLog
Log Message:
remove an unnecessary line
Index: ChangeLog
===================================================================
RCS file: /usr/cvsroot/asterisk/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- ChangeLog 8 Nov 2005 04:48:00 -0000 1.69
+++ ChangeLog 8 Nov 2005 04:57:34 -0000 1.70
@@ -9,7 +9,6 @@
2005-11-07 Russell Bryant <russell at digium.com>
* apps/app_queue.c: upgrade to new arg/option API and implement priority jumping control (issue #5580)
- * res/res_indications.c: Add missing include of stdio.h
* many files: Add missing include of stdio.h, and remove some duplicate and unused header includes
* include/asterisk/app.h: Increment the arg_index in the options structure to fix applicaiton options that have arguments to them
- Previous message: [Asterisk-cvs] asterisk/apps app_chanisavail.c, 1.29,
1.30 app_chanspy.c, 1.32, 1.33 app_controlplayback.c, 1.21,
1.22 app_db.c, 1.20, 1.21 app_dictate.c, 1.11,
1.12 app_directed_pickup.c, 1.8, 1.9 app_dumpchan.c, 1.16,
1.17 app_echo.c, 1.17, 1.18 app_enumlookup.c, 1.28,
1.29 app_externalivr.c, 1.15, 1.16 app_flash.c, 1.11,
1.12 app_forkcdr.c, 1.17, 1.18 app_getcpeid.c, 1.13,
1.14 app_hasnewvoicemail.c, 1.23, 1.24 app_image.c, 1.15,
1.16 app_lookupblacklist.c, 1.16, 1.17 app_lookupcidname.c,
1.13, 1.14 app_macro.c, 1.34, 1.35 app_md5.c, 1.15,
1.16 app_meetme.c, 1.122, 1.123 app_milliwatt.c, 1.16,
1.17 app_mixmonitor.c, 1.14, 1.15 app_parkandannounce.c, 1.22,
1.23 app_playback.c, 1.27, 1.28 app_privacy.c, 1.23,
1.24 app_queue.c, 1.178, 1.179 app_read.c, 1.29,
1.30 app_realtime.c, 1.17, 1.18 app_record.c, 1.45,
1.46 app_senddtmf.c, 1.17, 1.18 app_sendtext.c, 1.16,
1.17 app_setcallerid.c, 1.16, 1.17 app_setcidname.c, 1.17,
1.18 app_setcidnum.c, 1.17, 1.18 app_setrdnis.c, 1.12,
1.13 app_sms.c, 1.32, 1.33 app_softhangup.c, 1.15,
1.16 app_striplsd.c, 1.12, 1.13 app_substring.c, 1.16,
1.17 app_system.c, 1.24, 1.25 app_talkdetect.c, 1.19,
1.20 app_test.c, 1.17, 1.18 app_transfer.c, 1.20,
1.21 app_url.c, 1.16, 1.17 app_userevent.c, 1.12,
1.13 app_waitforring.c, 1.11, 1.12 app_waitforsilence.c, 1.13,
1.14 app_while.c, 1.15, 1.16 app_zapateller.c, 1.16,
1.17 app_zapbarge.c, 1.15, 1.16 app_zapscan.c, 1.25, 1.26
- Next message: [Asterisk-cvs] asterisk CHANGES,1.81,1.82
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list