Changeset 209

Show
Ignore:
Timestamp:
06/15/08 18:57:21 (5 months ago)
Author:
zany
Message:

changelog bulk update

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r150 r209  
    1 2007-06-02  Christian W. Zuckschwerdt  <zany@triq.net> 
    2  
     1ObexFTP 0.22 (released 2008-06-15) 
     2---------------------------------- 
     3 
     4        * added proper unicode support 
     5        * added support for transparent OBEX-over-AT mode 
     6        * rewritten at-command function 
     7        * added specific error messages 
     8        * refactored to flexible bt_kit layer 
     9        * fixed cache root duplicates 
     10        * fixed off-by-one and unfreed mem in cache layer 
     11        * added pkg-config file 
     12        * added example code 
     13        * switched to doxygen 
     14        * added python binding callbacks  
     15        * portable packed structs  
     16        * enabled linux hci dev names for source selection 
     17        * Python binding uses distutils now, tested by Adam Williamson 
     18        * removed exit from bt discovery 
     19        * Better autodetection for possible language bindings 
     20        * reworked win32 support 
    321        * Motorola SLVR L2 cobex fix by Andrey Rahmatullin 
    4  
    5 2007-06-01  Christian W. Zuckschwerdt  <zany@triq.net> 
    6  
     22        * now using AC_HELP_STRING for compat with autoconf <=2.57 
    723        * added hci selection support, drafted by Manuel Naranjo 
    8  
    9 2007-05-27  Christian W. Zuckschwerdt  <zany@triq.net> 
    10  
     24        * switched obexftp cli to new discovery api  
    1125        * prefer PCSUITE over FTP, req. by Martin Storsjö for Series 60 2nd Ed. 
    12         * switched obexftp cli to new discovery api  
    13  
    14 2007-05-26  Christian W. Zuckschwerdt  <zany@triq.net> 
    15  
    1626        * fixed compile error with >=swig-1.3.28 
    17  
    18 2007-05-21  Christian W. Zuckschwerdt  <zany@triq.net> 
    19  
    2027        * renamed sdp browse function 
    21  
    22 2007-05-02  Christian W. Zuckschwerdt  <zany@triq.net> 
    23  
    2428        * fixed month/day swapping in atotime, spotted by Dr. Johannes Zellner 
    25  
    26 2006-09-19  Christian W. Zuckschwerdt  <zany@triq.net> 
    27  
     29        * added BFC compatibility for newer Siemens phones 
     30        * added PCSOFTWARE uuid support for SHARP phones 
     31        * added motorola support 
     32        * end bfb mode properly 
     33        * added CPROT=0 support from 3GPP 27.007  
     34        * fixed ericsson init 
    2835        * fixed invalid conn_id in disconnect rep. by Alan J. McFarlane 
    29  
    30 2006-08-03  Christian W. Zuckschwerdt  <zany@triq.net> 
    31  
    3236        * better create flag handling in setpath 
    33  
    34 2006-07-31  Christian W. Zuckschwerdt  <zany@triq.net> 
    35  
    3637        * Changed LDADD to LIBADD sug. by Sergey Vlasov <vsu@altlinux.ru> 
    37  
    38 2006-06-28  Christian W. Zuckschwerdt  <zany@triq.net> 
    39  
    4038        * obexftpd clean up by Hendrik Sattler 
    4139        * 64-bit fixes by Hendrik Sattler 
    4240        * Removed all (dangerous) obex_headerdata_t casts 
    43  
    44 2006-05-28  Christian W. Zuckschwerdt  <zany@triq.net> 
    45  
    4641        * Reorganized all swig-dependant Makefiles 
    4742        * Applied cobex write patch from Simon Ruggier <Simon80@gmail.com> 
    4843        * Applied   from Frode Isaksen <fisaksen@bewan.com> 
    4944 
     45 
     46ObexFTP 0.21 (released 2006-06-27) 
     47---------------------------------- 
     48 
    50492006-05-26  Christian W. Zuckschwerdt  <zany@triq.net> 
    5150 
     
    5756        * Added preliminary discovery function 
    5857 
     58 
     59ObexFTP 0.20 (released 2006-05-16) 
     60---------------------------------- 
     61 
    59622006-05-16  Christian W. Zuckschwerdt  <zany@triq.net> 
    6063 
     
    7578        * device/channel code cleanup 
    7679 
     80 
     81ObexFTP 0.19 (released 2006-02-08) 
     82---------------------------------- 
     83 
    77842006-02-08  Christian W. Zuckschwerdt  <zany@triq.net> 
    7885 
     
    8693 
    8794        * Simplified the swig/perl/Makefile.am. 
     95 
     96 
     97ObexFTP 0.18 (released 2006-01-18) 
     98---------------------------------- 
    8899 
    891002006-01-11  Christian W. Zuckschwerdt  <zany@triq.net> 
     
    141152        * GCC 2.96 compat fixes by Paul Boddie <paul@boddie.org.uk> 
    142153 
    143 2004-01-15  Christian W. Zuckschwerdt  <zany@triq.net> 
     1542005-01-15  Christian W. Zuckschwerdt  <zany@triq.net> 
    144155 
    145156        * Documentation updated by Hendrik Sattler <debian@hendrik-sattler.de> 
    146157 
    147 2004-01-10  Christian W. Zuckschwerdt  <zany@triq.net> 
     1582005-01-10  Christian W. Zuckschwerdt  <zany@triq.net> 
    148159 
    149160        * Typo fix to setpath by Olivier Berger <oberger@ouvaton.org> 
     
    151162        * Use VERSION macro suggested by Andrej Kacian 
    152163 
     164 
     165ObexFTP 0.17 (released 2004-12-17) 
     166---------------------------------- 
     167 
    1531682004-12-17  Christian W. Zuckschwerdt  <zany@triq.net> 
    154169 
     
    163178        * Bluetooth device and channel auto-discovery 
    164179 
     180 
     181ObexFTP 0.16 (released 2004-11-23) 
     182---------------------------------- 
     183 
    1651842004-11-20  Christian W. Zuckschwerdt  <zany@triq.net> 
    166185 
     
    171190        * Bug fixes (for Sony-Ericsson) by David Haslam <dhaslam@ntlworld.com> 
    172191 
     192 
     193ObexFTP 0.15 (released 2004-11-13) 
     194---------------------------------- 
     195 
    1731962004-11-12  Christian W. Zuckschwerdt  <zany@triq.net> 
    174197 
     
    178201 
    179202        * Fixed linebreaks in contributed backup script. 
     203 
     204 
     205ObexFTP 0.14 (released 2004-09-26) 
     206---------------------------------- 
    180207 
    1812082004-09-26  Christian W. Zuckschwerdt  <zany@triq.net> 
     
    234261        * fixed a Makefile bug reported by Carwyn Edwards 
    235262 
     263 
     264ObexFTP 0.13 (released 2003-04-11) 
     265---------------------------------- 
     266 
    2362672003-04-11  Christian W. Zuckschwerdt  <zany@triq.net> 
    237268 
     
    239270        * The environment variable OBEXFTP_PORT is used as a default. 
    240271 
     272 
     273ObexFTP 0.12 (released 2003-02-17) 
     274---------------------------------- 
     275 
    2412762003-02-17  Christian W. Zuckschwerdt  <zany@triq.net> 
    242277 
     
    247282        * Added UUID fallback for C55 (suggested by Hristo Todorov) 
    248283 
    249 2002-01-26  Christian W. Zuckschwerdt  <zany@triq.net> 
     284 
     285ObexFTP 0.11 (released 2003-01-26) 
     286---------------------------------- 
     287 
     2882003-01-26  Christian W. Zuckschwerdt  <zany@triq.net> 
    250289 
    251290        * Unified BFB and PE; 
    252291 
    253 2002-01-19  Christian W. Zuckschwerdt  <zany@triq.net> 
     2922003-01-19  Christian W. Zuckschwerdt  <zany@triq.net> 
    254293 
    255294        * C++ compatible header files (suggested Carsten Pfeiffer) 
    256295 
    257 2002-01-09  Christian W. Zuckschwerdt  <zany@triq.net> 
     296 
     297ObexFTP 0.10 (released 2003-01-10) 
     298---------------------------------- 
     299 
     3002003-01-09  Christian W. Zuckschwerdt  <zany@triq.net> 
    258301 
    259302        * Big file transmission problem solved 
     
    287330        * Wrote a man page. Should really be a docbook refentry. 
    288331 
     332 
     333ObexFTP 0.9 (released 2002-02-18) 
     334--------------------------------- 
     335 
     336 
     337ObexFTP 0.8 (released 2002-02-14) 
     338--------------------------------- 
     339 
     340 
     341ObexFTP 0.7 (released 2002-02-13) 
     342--------------------------------- 
     343 
     344 
     345ObexFTP 0.6 (released 2002-02-12) 
     346--------------------------------- 
     347 
     348 
     349ObexFTP 0.5 (released 2002-02-11) 
     350--------------------------------- 
     351 
    2893522002-02-11  Christian W. Zuckschwerdt  <zany@triq.net> 
    290353 
    291354        * cobex now capable of asynch operation 
    292355 
     356 
     357ObexFTP 0.4 (released 2002-02-09) 
     358--------------------------------- 
     359 
    2933602002-02-09  Christian W. Zuckschwerdt  <zany@triq.net> 
    294361 
    295362        * Rewrote main using getopt. 
    296363 
     364 
     365ObexFTP 0.3 (released 2002-02-08) 
     366--------------------------------- 
     367 
    2973682002-02-08  Christian W. Zuckschwerdt  <zany@triq.net> 
    298369 
     
    303374        * Implemented BFB protocol. 
    304375 
     376 
     377ObexFTP 0.2 (released 2002-01-19) 
     378--------------------------------- 
     379 
    3053802002-01-19  Christian W. Zuckschwerdt  <zany@triq.net> 
    306381 
    307382        * Implemented delete and rename. 
     383 
     384 
     385ObexFTP 0.1 (released 2002-01-18) 
     386--------------------------------- 
    308387 
    3093882002-01-18  Christian W. Zuckschwerdt  <zany@triq.net> 
  • trunk/NEWS

    r86 r209  
    22=================== 
    33 
     4* proper unicode support 
     5* support for transparent OBEX-over-AT mode 
     6* working win32 support (again) 
     7* full Series 60 support 
     8* Newer Siemens phones (BFC support) 
     9* Sharp support (PCSOFTWARE uuid) 
     10* added motorola support 
     11* 3GPP 27.007 cable support (CPROT=0) 
     12* 64-bit clean 
     13* obexftpd daemon application 
     14 
    415* Motorola support, tested with models v710/e815 
    5  
    616* be sure to give ObexFS a spin! 
    7  
    817* object caching and directory parsing (for things like ObexFS) 
    918 
     19* Nokia support via IrDA and Bluetooth 
     20* Siemens S65 support 
     21* Everything but data goes to stderr for more simple redirection. 
     22* VMO converter (gsm and wav) split into seperate package. 
     23* Ericsson and Siemens cable support unified (still testing). 
    1024 
    11 * Nokia support via IrDA and Bluetooth 
    12  
    13 * Siemens S65 support 
    14  
    15 * Everything but data goes to stderr for more simple redirection. 
    16  
    17 * VMO converter (gsm and wav) split into seperate package. 
    18  
    19 * Ericsson and Siemens cable support unified (still testing). 
  • trunk/THANKS

    r110 r209  
    2525Alan Zhang <vibra@tom.com> - daemon application 
    2626 
     27Frode Isaksen <fisaksen@bewan.com> - obexftpd improvements 
     28 
     29Simon Ruggier <Simon80@gmail.com> - cobex write patch 
     30 
     31Hendrik Sattler - various cleanups and hints 
     32 
     33Sergey Vlasov <vsu@altlinux.ru> sugg. LDADD to LIBADD 
     34 
     35Alan J. McFarlane - rep. invalid conn_id in disconnect 
     36 
     37Dr. Johannes Zellner - spotted month/day swapping in atotime 
     38 
     39Martin Storsjö - PCSUITE over FTP sugg. for Series 60 2nd Ed. 
     40 
     41Manuel Naranjo - hci selection draft 
     42 
     43Andrey Rahmatullin - Motorola SLVR L2 cobex fix 
     44 
     45Adam Williamson - Python distutils testing 
     46 
  • trunk/TODO

    r114 r209  
    22================== 
    33 
    4 * get perl and ruby to distcheck (only python and tcl distcheck ok) 
     4* verify memory alloc's with bindings 
    55 
    6 * transport select patch by Hendrik Sattler 
     6* cancel (async?) support for bindings 
    77 
    8 * OBEX-Push-only mode (no UUID) suggested by Antti Hayrynen 
     8* obexftp.is_connected() perhaps? 
    99 
    10 * UUID issue (FBS or S45 first?), autodetect phone and re-connect? 
     10* get perl and ruby to uninstall for distcheck (only python and tcl distcheck clean) 
    1111 
    1212* put to specified file (-p file.vcf -f telecom/pb.vcf) 
     
    1414* Discover port and protocol to use (i.e. Bt, IrDA, TTY) 
    1515 
    16  
    17 later... 
    18  
    19 * AT-Kommandos 
    20  
    21 * "Something went wrong" -- help texts 
    22  
    23 * Verify unified cable support. 
    24  
    25 * Tear down BFB connection cleanly - no more cable cycling. 
    26  
    27 * Document the general vs Siemens specific features 
    28  
    29 * Path parsing issues (some phones dont know about paths others insist on them) 
    30  
    31 * Error handling on missing files (either TA or M) 
    32  
    33 * Use the TAC (Type Approval Code) perhaps. (http://www.nobbi.com/glossar.htm#imei) 
    34