⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog-1.2.0

📁 The Kannel Open Source WAP and SMS gateway works as both an SMS gateway, for implementing keyword b
💻 0
📖 第 1 页 / 共 2 页
字号:
    * : The "I want my cvs date" patch    * configure.in, Makefile.in: configure now creates a VERSION var with      cvs-20020501 based on ChangeLog date on cvs (or simply first line of      VERSION file, if not cvs); Makefile now uses it on documentation       headers; added --enable-suffix (default: disabled) and       --with-suffix= to enable and define the suffix name to      binaries; tweaked some messages    * gw/wapkannel.conf: default to aarno dirs ?? changed back to tmp    * gwlib/http.c: removed hard-coded User-Agent. It should be defined on      the module using it and passed through headers list. Fixes Wapbox      sending "kannel/$version" instead of mobile user-agent2002-05-03  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * : The "where was my head at that day" patch    * gw/smsbox.c: reverted octstr_destroy(udh) but replaced original one      with O_DESTROY;2002-05-01  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * configure.in: configure now defaults to --disable-mysql     * gw/smsbox.c: http reply, when text/plain, doesn't strip_blanks. Needed      to be able to send smscards with spaces in first line2002-05-02  Stipe Tolj <tolj@wapme-systems.de>    * configure[.in], config.h.in: changed VERSION definition to have       a more readable date format and added GW_NAME define to allow       vendor specific naming.    * gw/bb_http.c, gw/bearerbox.c, gw/shared.c, gw/smsbox.c,       gw/wap-appl.c, gw/wap-error, gw/wap_push_ppg.c, gw/wapbox.c,      gwlib/http.c, gwlib/socket.c: added GW_NAME macro2002-05-02: Aarno Syv鋘en <aarno@wiral.com>    * gw/bb_smscconn.c: Dropped outgoing sms queue test when handling para-    meter maximum-queue-length.     * doc/userguide/userguide.xml: Documented the change.2002-05-01  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * configure.in: added --enable-mysql besides --with-mysql; added       date to VERSION, read from CVS/Entries instead of newest file in .;      fixed openssl command detection    * gw/smsc_smpp.c: added PID and DCS/* MO support 2002-04-30 Aarno Syv鋘en <aarno@wiral.com>    * wap/wsp_server_session_machine.def: Fixed a compiler warning2002-04-29  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * gw/smsbox.c: xml-post: moved auth tag to from tag    * doc/userguide/userguide.xml: updated2002-04-29  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * gwlib/cfg.c: Yet another fix to grp->cfgfilename. Hopefully, the last     * gw/smsbox.c: Finished post-xml code. Someday the code will be changed      to libxml functions, but until then, this "works for me". XML format      could and WILL be changed later, as IETF's document is still a draft,       and there's some tags that it doesn't have.      Works for service (post-xml field), accepts xml in service reply and      in sendsms-user. Sendsms-user support multiple recipient addresses.    * doc/userguide/userguide.xml: Completed post-xml documentation.    * gw/smsbox.c: Fixed a bug when receiving reply from service and       accept-x-kannel-headers is disabled. udh was destroyed and later       was used to define coding    * doc/userguide/userguide.xml: fixed ">Date" in log format appendix    * gw/smsbox.c: fixed some tab/space    * gw/smsbox.c: destroy sendsms_url, sendota_url and xmlrpc_url at the end2002-04-29  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * doc/userguide/userguide.xml: Added UDH example to set number of       messages in MWI    * Changelog: Fixed ^M. Please cvs up -d and cvs diff before commiting2002-04-29  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * gw/otacompiler.c, gw/shared.c, gw/wap_push_pap_compiler.c,       gw/wap_push_si_compiler.c, gwlib/xmlrpc.c: Fix xml includes to be      #include <libxml/*.h>2002-04-27 Aarno Syv鋘en <aarno@wiral.com>    * gw/wap_push_ppg.c: Corrected handling of puah.soa application id. Thanks      to Michael Mulcahy for correction.    * gw/wapbox.c: Dropped an useless (and dangerous) dump.    * wap/wsp_unit.c: Better debugging.	2002-04-27 Aarno Syv鋘en <aarno@wiral.com>    * gw/wap_push_ppg.c: Fixed HTTP return statuses.	2002-04-26  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * debian/*: fixed some issues, add mysql and ssl support to debian      packages (not that crypto is not an issue and ssl has moved from      non-us to main, there's no need to have a kannel and kannel-ssl       package)    * utils/kannel-stable-rh7.spec: added ssl and mysql, altough I still      haven't built the RPM    * doc/userguide/userguide.xml: Added "can use DLR" checkbox to table      SMSC Driver Features2002-04-26 Aarno Syv鋘en <aarno@wiral.com>    * gwlib/cfg.def: Added new configuration variables.    * checks/check_sendsms.sh: Added tsting for empty cgi vars.    * gw/wap_push_ppg.c: Use variable global-sender. HTTPS support added.       Changed push-url default.    * gwlib/octstr.[ch]: Added function octstr_strip_crlfs.    * gw/smsc_cimd2.c: Fixed a memory leak.    * gw/smsbox.c: Fixed a memory leak happening with stranger return types.      Kannel accepts 202 return code.    * gw/bb_smscconn.c: Logsms works without sender/receiver. Implement       queue limit.    * test/test_http_server: Response body changed to "Sent".    * gw/wap_push_si_compiler.c: Fixed a memory leak.    * gwlib/http.[ch]: Library function http_cgiargs_dump.    * gw/bearerbox.c: A minor memory leak fixed.    * doc/userguide/userguide.xml: Documented PPG HTTPS support. Added docu-      mentation for global-sender. Changed default push URL, previous one      caused lot questions.    * doc/arch/arch.xml: Documented architecture change caused by HTTPS       support.    * gw/wap_push_pap_compiler.c: Values of reserved words case-insensitive.    * checks/chech_ppg.sh: Better debugging for failed cases.2002-04-25  Stipe Tolj <tolj@wapme-systems.de>    * gw/wap_push_ppg.c: fix in coriented_deliverable() to return       the right boolean, thanks to Paul2002-04-24  Stipe Tolj <tolj@wapme-systems.de>    * gw/smsbox.c: fixed typo in init_smsbox()2002-04-24  Stipe Tolj <tolj@wapme-systems.de>    * gw/smsc_smpp.c: fixed debug output to be hex, thanks to Simon2002-04-24  Stipe Tolj <tolj@wapme-systems.de>    * doc/userguide/userguide.xml: added 'transceiver-mode' section    * gw/smpp_pdu.def, gw/smsc_smpp.c, gwlib/cfg.def: added SMPP      transceiver mode patch submited by Simon Beale <simon.beale@ngame.com>      [Msg-ID: <004201c1e0b3$c9490c20$c80a0a0a@ngame.com>]2002-04-23  Stipe Tolj <tolj@wapme-systems.de>    * gwlib/cfg.def: added missing 'xmlrpc-url' for XML-RPC URI      trigger to be used.2002-04-22  Stipe Tolj <tolj@wapme-systems.de>    * doc/userguide/userguide.xml: added 'smart-errors' section    * gw/wap-appl.c, wap/wsp.h, wap/wsp_server_session_machine.def,      wap/wsp_session.c: added HTTP Referer header and smart WSP      error messaging    * gw/wapbox.c, gwlib/cfg.def: added 'smart-errors' directive for       smart WSP error messages via returned WML decks    * gw/wap-error.[ch]: added files to handle the smart errors    * wap/cookies.h: find_session_machine_by_id() is now declared       in wap/wsp.h2002-04-19  Stipe Tolj <tolj@wapme-systems.de>    * doc/userguide/userguide.xml: added 'force-sar' section    * gw/wap-appl.c: some source reformating    * wap/wtp_resp.c, gw/wapbox.c, gwlib/cfg.def: added 'force-sar'       indicator to allow forced WTP connections, even if the phone       requests SAR. Some source reformating.2002-04-19  Stipe Tolj <tolj@wapme-systems.de>    * gw/wap-appl.c: reformated return_reply() to CodingStyle rules2002-04-18  Stipe Tolj <tolj@wapme-systems.de>    * gw/numhash.c: fixed a bug inside numhash_create(),      reported from Paul.2002-04-17  Stipe Tolj <tolj@wapme-systems.de>    * gw/wap_push_ppg.c: turned default PPG HTTP instance off if no 'ppg'      group is in config file, for security reasons2002-04-17  Stipe Tolj <tolj@wapme-systems.de>    * gw/bb_smscconn.c: added smsc id information to status.xml      patch provided by Angel.      [Msg-ID: <FMEKKCFKIGBADHGIJKPJAEPADCAA.afradejas@mediafusion.es>]2002-04-17  Stipe Tolj <tolj@wapme-systems.de>    * gw/wapbox.c, gwlib/pki.c: more work on WTLS configuration checking2002-04-17  Stipe Tolj <tolj@wapme-systems.de>    * wap/wap_events.c: minor style correction2002-04-17  Stipe Tolj <tolj@wapme-systems.de>    * gw/bb_udp.c: added checking if WTLS support should be used, even while      compiled in    * gwlib/cfg.h: introduce new 'wtls' group to specify all required arguments2002-04-16  Stipe Tolj <tolj@wapme-systems.de>    * 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 <tolj@wapme-systems.de>    * 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: <2CFC21DAF860CC49AF57333C4459DD4B296CA6@exchange.m-wise.com>]2002-04-15  Stipe Tolj <tolj@wapme-systems.de>    * gw/wap_push_pph_pushuser.c: fixed memory leaks in xxx_list_add() and       xxx_authenticate() reported by Paul.      [Msg-ID: <000001c1e214$2ef53650$0300a8c0@anam.com>]2002-04-10  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * doc/modems.conf: added enable-mms info and enabled it on nokiaphone    * doc/smsc_at2.[ch], gwlib/cfg.def, doc/userguide/userguide.xml: added       enable-mms variable and only send +MMS if it's enabled    * gwlib/cfg.c: removed assignation of included filename to group structure.      If we want filename and line number for each line read, we need a       different approach. With it, group would have the last file included and      at2 won't know anymore where the modem definitions are. It's better to      have the original kannel.conf in group struct so at2 could reread       everything and find the group it wants2002-04-10  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * gw/smsbox.c: Changed XML Post format (smsbox->application) to conform      to IETF sms-xml-02 draft.2002-04-10  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * gw/urltrans.c: Added white/black list and allowed/denied prefix       implementation to default service.    * doc/userguide/userguide.xml: added --enable-drafts information2002-04-09  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * doc/userguide/userguide.xml: fixed a link reference that fails with      --disable-drafts2002-04-10 Andreas Fink <andreas@fink.org>    * doc/userguide/userguide.xml: corrected a typo. Added section about DLR2002-04-09  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * gw/smsc_smpp.c, doc/userguide/userguide.xml: Added my-number to SMPP    * doc/userguide/userguide.xml: changed at2 my-number description    * gw/smsbox.c, gw/urltrans.[ch]: Added preliminary XML Post to smsbox.    * Makefile.in: when building ps from xml, only echo "check log" if       jadetex fail, cleaning "make -s"    * Makefile.in, configure.in, configure : added --enable-drafts to       enable/disable draft blocks being included in documentation    * doc/userguide/userguide.xml: added draft conditional includes,       defined with --enable-drafts to be able to write text without being       displayed on snapshot documentation until it's almost final2002-04-08 Andreas Fink <andreasgfink.org>    * gw/dlr.c: fixed mysql_close issue pointed      out by "Dima Milentiev" <Dima@m-wise.com>      partially fixed a mysql problem when multiple      messages where sent using the same timestamp2002-04-06  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * test/.cvsignore: sorry, two last lines got concatenated    * doc/userguide/userguide.xml: moved "account" information from       send-smsuser group to send-sms cgi variables2002-04-06  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * test/.cvsignore: added test_xmlrpc to cvsignore2002-04-06  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * gw/smsc_emi2.c: Fixed (I hope) a bug when smsc disconnects us and      kannel tries to connect to primary and alternate smsc (it's hard to      duplicate the error)    * gw/urltrans.c: some identation cleaning2002-04-04  Stipe Tolj  <tolj@wapme-systems.de>    * test/test_xmlrpc.c: fixed some memory leaks2002-04-04  Stipe Tolj  <tolj@wapme-systems.de>    * gwlib/xmlrpc.[ch]: additional parsing improvements, error handling    * test/test_xmlrpc.c: added call to xmlrpc_call_send() in thread to      test sending XMP-RPC requests via HTTP POST to servers.2002-04-04  Stipe Tolj  <tolj@wapme-systems.de>    * gwlib/http.c: changed the server side Server HTTP header, to look the      same as the client side.2002-04-04  Stipe Tolj  <tolj@wapme-systems.de>    * gwlib/http.c: added User-Agent HTTP header to HTTP client requests to      identify itself by the string 'Kannel/<ver>', where <ver> is the       version string from VERSION.2002-04-04  Stipe Tolj  <tolj@wapme-systems.de>    * test/test_http.c: fixed unitialized var usage for the POST content   2002-04-04  Stipe Tolj  <tolj@wapme-systems.de>    * gwlib/xmlrpc.[ch]: added parsing of XML document    * test/test_xmlrpc.c: some minor changes2002-04-03  Stipe Tolj  <tolj@wapme-systems.de>    * test/test_http.c: fixed a missing int declaration2002-04-03  Stipe Tolj  <tolj@wapme-systems.de>    * gwlib/xmlrpc.[ch]: some minor improvements and parsing routines    * test/test_xmlrpc.c: added testing application for the xmlrpc calls2002-04-03  Stipe Tolj  <tolj@wapme-systems.de>    * gw/ota_prov.c: make output a bit more semantical    * gw/smsbox.c: bug fixing of destroyed variables    * test/test_http.c: fixed typo and minor bug when sending non-POST       request, which of course does not have any content.2002-04-02  Stipe Tolj  <tolj@wapme-systems.de>    * gw/smsbox.c: added new smsbox_sendota_post() to handke POST method of       sendota function. Now you can use the same POST semantic as for sendsms. 2002-04-02  Stipe Tolj  <tolj@wapme-systems.de>    * test/test_http.c: added POST method support for the HTTP client test      program. Mainly this may be used to test POST enabled HTTP servers      within the single boxes, like PPG, sendsms, sendota.2002-04-01  Stipe Tolj  <tolj@wapme-systems.de>    * gw/smsc_at2.c, gwlib/http.c: fixed minor kannel-nag warnings2002-03-28  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * gw/smsbox.c: Added X-Kannel-SMSC on smsbox->application. It was missing

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -