[Fwd: Daily patch: gateway]
Bruno David Simões Rodrigues <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <1019140182.31690.4.camel@davi> |
Hei, what happened to changelog ?!?!?! -----Forwarded Message----- > From: kannel <[email protected]> > To: [email protected] > Subject: Daily patch: gateway > Date: 18 Apr 2002 06:30:03 +0100 > > File gateway/ChangeLog changed from revision 1.1781 to 1.1786 > File gateway/gw/bb_smscconn.c changed from revision 1.37 to 1.38 > File gateway/gw/bb_udp.c changed from revision 1.29 to 1.30 > File gateway/gw/wap_push_ppg.c changed from revision 1.32 to 1.33 > File gateway/gw/wapbox.c changed from revision 1.139 to 1.140 > File gateway/gwlib/cfg.def changed from revision 1.51 to 1.52 > File gateway/gwlib/pki.c changed from revision 1.3 to 1.4 > File gateway/wap/wap_events.c changed from revision 1.4 to 1.5 > > > > Index: gateway/ChangeLog > diff -u gateway/ChangeLog:1.1781 gateway/ChangeLog:1.1786 > --- gateway/ChangeLog:1.1781 Tue Apr 16 14:44:10 2002 > +++ gateway/ChangeLog Wed Apr 17 19:20:59 2002 > @@ -1,13029 +1,13049 @@ > -2002-04-16 Stipe Tolj <[email protected]> > - * gw/smsbox.c: added preliminary function smsbox_xmlrpc_post() to handle > - the XML-RPC calls and replies. > - * gwlib/gwlib.h: added inclusion of xmlrpc.h to make the structures public > - * gwlib/xmlrpc.[ch]: further improvements in the <struct> parsing, but yet > - not finished for that. > - > -2002-04-16 Stipe Tolj <[email protected]> > - * gw/smsbox.c: changed return value semantic of send_message() to return > - the number of splits that have been send to bearerbox, otherwise > - return -1 in case of an error. Patch submitted by Oded. > - [Msg-ID: <[email protected]>]