ChangeLog-1.1.5
上传用户:gzpyjq
上传日期:2013-01-31
资源大小:1852k
文件大小:5k
源码类别:

手机WAP编程

开发平台:

WINDOWS

  1. 2001-05-31  Richard Braakman  <dark@wapit.com>
  2. * Making release 1.1.5.
  3. 2001-05-28  Uoti Urpala  <uau@wapit.com>
  4. * gw/urltrans.c: Fixed handling of unrecognized %-escapes in
  5. sms-service URLs (for example, "%x" was supposed to stay
  6. unchanged, became "%%" instead).
  7. 2001-05-27  Richard Braakman  <dark@wapit.com>
  8. * doc/userguide/userguide.xml: Added big table of smsc_* features,
  9. to get an overview of which smsc driver supports what.  It's still
  10. mostly empty.
  11. 2001-05-26  Richard Braakman  <dark@wapit.com>
  12. * gw/urltrans.c: Fixed bug in find_default_translation() that would
  13. make the smsbox panic if there was no default.
  14. 2001-05-24  Paul Keogh <paul.keogh@anam.com>
  15. * gw/bb_http.c, gw/bb_boxc.c, gw/bb_smscconn.c, bearerbox.c: Added
  16. support for the cgi-bin/status.xml HTTP status command. Status is
  17. returned as a well-formed XML document.
  18. 2001-05-22  Uoti Urpala  <uau@wapit.com>
  19. * gwlib/http.c: Fixed two bugs with redirects. One happened when
  20. the redirect URL was recognized as unsupported/invalid
  21. (f0o://bar), the other when Kannel didn't get a proper HTTP reply
  22. from the server it was redirected to.
  23. 2001-05-18  Lars Wirzenius  <liw@iki.fi>
  24. * gw/smsc_at.c: Initialize some local variables to shut off compiler
  25. warnings and (possibly) fix bugs.
  26. 2001-05-17  Uoti Urpala  <uau@wapit.com>
  27. * gw/urltrans.c: Added a new sms-service escape, %i, that adds the
  28. smsc-id of the message.
  29. * doc/userguide/userguide.xml: Documented above change.
  30. 2001-05-17  Richard Braakman  <dark@wapit.com>
  31. * gwlib/thread.h: Wrap gw_claim_area() around mutex_create(),
  32. so that the user of the mutex shows up in the report of leaked
  33. or damaged memory areas.
  34. * checks/check_fakewap.sh, checks/check_http.sh: Use port 8040
  35. instead of 8080, it's more likely to be free.
  36. 2001-06-17  Jarkko Kovala  <jarkko.kovala@iki.fi>
  37. * doc/userguide/userguide.xml: Documentation for the
  38. ssl-certkey-file variable.
  39. 2001-05-16  Richard Braakman  <dark@wapit.com>
  40. * gw/smsc.c, gw/smsc_p.h, gw/smsc_cimd2.c, gwlib/cfg.def:
  41.         Added configuration variable "sender-prefix" for CIMD2.
  42.         * doc/userguide/userguide.xml: Documented new variable.
  43. 2001-05-16  Kalle Marjola  <rpr@wapit.com>
  44. * gw/bb_smscconn.c, gw/bb_boxc.c: now that we have octstr_format, 
  45. fixed buffer overflow problems pointed out by Alexei Pashkovsky
  46. 2001-05-16  Uoti Urpala  <uau@wapit.com>
  47. * gw/bb_boxc.c: In boxc_sender(), flush outgoing data before
  48. doing list_consume()s than can block indefinitely.
  49. 2001-05-14  Lars Wirzenius  <liw@iki.fi>
  50. * gw/smsc_smpp.c: Made system-id variable obsolete (i.e., if used,
  51. the user is warned and told to use smsc-username instead). Things
  52. should still work, and this allows us to remove the variable in a
  53. future version.
  54. * */*.conf: Renamed system-id to smsc-username in sample config
  55. files.
  56. * doc/userguide/userguide.xml: Updated to correspond to this.
  57. 2001-05-14  Lars Wirzenius  <liw@iki.fi>
  58. * test/fakewap.c: Applied (after two months of waiting!) Neil
  59. Hunter's patch for making fakewap more suitable for benchmarking
  60. WAP gateways.
  61. 2001-05-14  Lars Wirzenius  <liw@iki.fi>
  62. * benchmarks/bench_sms.conf: Add smsc-username, which is now
  63. used instead of system-id.
  64. * checks/check_list.c: #undef strcmp so that stupid glibc bug
  65. won't cause half a dozen of warnings for a single call.
  66. 2001-05-14  Derry Hamilton <rasilon@tardis.ed.ac.uk>
  67. * gw/smsbox.c: Wrapped the ssl_certkey_file declaration in 
  68. ifdefs, like the code that uses it so that we don't have gcc
  69. complaining about unused variables.
  70. 2001-05-14  Nick Clarey  <nclarey@3glab.com>
  71. * gw/smsc_at.c: 7-bit messages plus UDH now encoded correctly. 
  72. Thanks to Paul Keogh for the patch, as well as Richard Braakman for
  73. supervising the change to the UDL calculation code.
  74. 2001-05-11  Uoti Urpala  <uau@wapit.com>
  75. * gw/urltrans.c: accept-x-kannel-headers and assume-plain-text
  76. were set incorrectly.
  77. 2001-05-09  Uoti Urpala  <uau@wapit.com>
  78. * gw/smsc_emi2.c: Fixed formatting of a message field (%04d vs
  79. %4d). Spotted by Andreas Fink.
  80. * gw/smsbox.c: Fixed a nasty typo in the previous change.
  81. 2001-05-09  Uoti Urpala  <uau@wapit.com>
  82. * gw/smsbox.c: Return meaningful HTTP status codes when replying
  83. to requests to sendsms-port.
  84. 2001-05-08  Uoti Urpala  <uau@wapit.com>
  85. * gwlib/conn.c: Added missing unlock_out(conn) to conn_flush().
  86. Found by Michael Mulcahy. Since conn_flush() is currently unused
  87. this didn't cause any Kannel bugs.
  88. 2001-05-07  Jarkko Kovala <jarkko.kovala@iki.fi>
  89.  
  90. * config.in, config.h.in: Added autoconfiguration for
  91. libssl and a --disable-ssl option. Checks for libssl
  92. libraries and compiles it in if found and not disabled.
  93. Also checks if the OpenSSL libraries are multithread-
  94. enabled.
  95.  
  96. * gw/smsbox.c, gw/smskannel.conf, gwlib/cfg.def: Added 
  97. configuration of a global SSL certificate and key file 
  98. with variable 'ssl-certkey-file'.
  99.  
  100. * gwlib/conn.[ch]: Added support for client-side thread-safe
  101. use of SSL; new interface conn_open_ssl() similar to 
  102. conn_open_tcp(). Also initialization functions for some
  103. stuff needed for SSL and interfaces to use global certificates
  104. and to get certificates from remote hosts.
  105. * gwlib/http.[ch]: Changed the http_start_request interface
  106. to accept variable certkeyfile for call-specific certificate &
  107. private key files. Changed to initialize the SSL stuff from
  108. conn.c at startup.
  109.  
  110. * gw/smsbox.c gw/smsc_http.c, gw/wap-appl.c, test/test_http.c,
  111. gwlib/xmlrpc.c: Changed calls to http_start_request to use the
  112. new interface.