ChangeLog-0.13.1
资源名称:gateway-1.2.1 [点击查看]
上传用户:gzpyjq
上传日期:2013-01-31
资源大小:1852k
文件大小:282k
源码类别:
手机WAP编程
开发平台:
WINDOWS
- 2000-12-13 Richard Braakman <dark@wapit.com>
- * Making release 0.13.1.
- 2000-12-13 Richard Braakman <dark@wapit.com>
- * Updated NEWS file. Compare 0.13 with 0.12 series instead of
- with 0.11 series, on the assumption that people who use development
- versions will still read the release notes for stable versions.
- * Documented --with-malloc=slow.
- 2000-12-11 Aarno Syv鋘en <syvanen@wapit.com>
- * wap/wsp_unit.c: Added handling of S_Unit_Push.req
- 2000-12-11 Richard Braakman <dark@wapit.com>
- * gw/smsc_smpp.c: Made smpp_reopen() work, and not crash.
- Made it not destroy the smsc structure when it fails, because
- that's not part of the interface.
- * gw/smsc.c: Made smsc_reopen() also lock the smsc structure.
- * gwlib/socket.c: In read_available(), pass the actual value of
- the largest fd used to select, rather than FD_SETSIZE.
- * gw/urltrans.c: encode_for_url returns an Octstr, but callers
- treated it as char *. Fixed that.
- Free URLTranslation->keyword with octstr_destroy, not gw_free.
- * gw/smsc_smpp.c: Removed unused lists sent_mt and delivered_mt.
- 2000-12-11 Lars Wirzenius <liw@iki.fi>
- * gwlib/octstr.c: octstr_format(): Implement %% in format strings.
- 2000-12-08 Aarno Syv鋏n <syvanen@wapit.com>
- * wap/wsp_push_client.c, wap/wap_events.def: Really resolve
- a conflict.
- 2000-12-09 Lars Wirzenius <liw@iki.fi>
- * wap/wsp_push_client.c, wap/wsp_push_client_states.def,
- wap/wsp_server_push_states.def, wap/wsp_session.c: Commented
- things out so that things will at least compile and pass "make
- check". I assume Aarno forgot to add one or two files or other
- changes when he committed and that things do compile in *his*
- work directory.
- 2000-12-08 Aarno Syv鋘en <syvanen@wapit.com>
- * wap/server_push_machine.def, wsp_server_push_states.def: Two new
- modules to handle wsp push.
- * gw/wap_push_ota.c|h: These files are used, for now, only for
- debugging
- * wap/wap_events.def: For TR-Abort.ind, added the field ir_flag. This
- tells are the indicator responder or initiator and TR-Invoke.cnf,
- added field addr_tuple, which tells the session to which the event
- should be sent.
- * wap/wtp.h: More readable strings instead of magic numbers.
- * wap/wsp_push_client.c: Added calls to disconnect and suspend a
- session. Combined indications and dispatching. Separate abort
- functions for the initiator and the responder.
- * wap/wsp.h: Added definition of server push machine.
- * wap/wsp_server_session_machine.def: Added list for push machines.
- Renamed macro METHODMACHINES to MACINESLIST.
- * wap/wsp_session.c: Added statics to handle wsp push. In function
- find_session_machine, added handling of push events. Destroying both
- method and push machines.
- * wap/wtp_init.c, wap/wtp_resp.c: Assign values of new flags.
- * wap/wap.h: Added a new interface function wap_push_ota_dispatch_
- event.
- * wap/wsp_push_client_machine.def: Added session_id.
- 2000-12-08 Richard Braakman <dark@wapit.com>
- * gw/bb_smsc.c, function sms_receiver: Made the increase in sleep
- times much slower (multiply by 2 instead of by 100). This avoids
- having the bearerbox sleep a whole second just because the SMSC
- took longer than 0.01 seconds. This scenario is pretty common
- on dialup links.
- 2000-12-07 Lars Wirzenius <liw@iki.fi>
- * contrib/{fortune.cgi,ping.cgi,sendsms,smstomail.cgi}: Added
- some sample services that can be used with Kannel. They're
- unlikely to be useful in real life, but might be amusing to test.
- 2000-12-07 Lars Wirzenius <liw@iki.fi>
- * gw/smskannel.conf: Removed the "www" example service, since
- people seem not to remove it from production installations.
- They should, since it's potentially a security problem.
- 2000-12-06 Richard Braakman <dark@wapit.com>
- * gw/wapbox.c: Memory cleanup: Call close_connection_to_bearerbox()
- when exiting, and destroy the bearerbox_host string.
- 2000-12-06 Lars Wirzenius <liw@iki.fi>
- * gw/smsbox.c: Removed compilation warning about `catref' being
- possibly used without initialization in send_message. While doing
- this, fixed some formatting (long lines, comment style), frivolous
- argument order changes, and renamed catref to msg_sequence,
- so as to use the same name everywhere.
- Also removed the commented-out part that disabled catenation
- on messages with UDH. It was enabled since the code before the
- rewrite didn't seem to deal with this case properly, and I hadn't
- time to find out the correct way to handle this.
- 2000-12-06 Richard Braakman <dark@wapit.com>
- * Not Finnish and not independent. (Ruled by a queen)
- * Applied Mikael Gueck's cleanup patch for SMPP.
- * gw/smsc_smpp.c: Fixed memory leak in data_receive(), spotted
- by Milko Videv.
- * gw/smsc_smpp.c: Fixed minor compiler warnings, deleted unused
- functions charset_smpp_to_iso(), charset_iso_to_smpp(), and
- actively_unbind().
- * gw/smsc_smpp.h: Deleted declarations of unused functions.
- Deleted translation_table (no longer used)
- 2000-12-06 Yann Muller <ymuller@3glab.com>
- * gw/smsbox.c: Corrected reference number for concatenation UDH,
- recalculate UDH length after adding concatenation info and adjust
- if UDH was empty. Commented out reset of 'catenate' if UDH is
- already present.
- * gw/smsc_at.c: fixed the length of the user data in pdu_encode().
- 2000-12-05 Lars Wirzenius <liw@iki.fi>
- * gw/wapbox.c: Converted to use bearerbox communication stuff
- from gw/shared.c (and therefore Connection) instead of using
- old plain socket stuff. Among other things, this kills one thread
- (empty_queue_thread).
- * gw/shared.c: Check for write errors and don't report messages
- that were sent.
- * checks/check_fakewap.sh: Set log level to 0 and shorten sleeps
- between box startups.
- * gw/smsbox.c: Don't use