Changeset 209
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r150 r209 1 2007-06-02 Christian W. Zuckschwerdt <zany@triq.net> 2 1 ObexFTP 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 3 21 * 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 7 23 * 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 11 25 * prefer PCSUITE over FTP, req. by Martin Storsjö for Series 60 2nd Ed. 12 * switched obexftp cli to new discovery api13 14 2007-05-26 Christian W. Zuckschwerdt <zany@triq.net>15 16 26 * fixed compile error with >=swig-1.3.28 17 18 2007-05-21 Christian W. Zuckschwerdt <zany@triq.net>19 20 27 * renamed sdp browse function 21 22 2007-05-02 Christian W. Zuckschwerdt <zany@triq.net>23 24 28 * 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 28 35 * fixed invalid conn_id in disconnect rep. by Alan J. McFarlane 29 30 2006-08-03 Christian W. Zuckschwerdt <zany@triq.net>31 32 36 * better create flag handling in setpath 33 34 2006-07-31 Christian W. Zuckschwerdt <zany@triq.net>35 36 37 * Changed LDADD to LIBADD sug. by Sergey Vlasov <vsu@altlinux.ru> 37 38 2006-06-28 Christian W. Zuckschwerdt <zany@triq.net>39 40 38 * obexftpd clean up by Hendrik Sattler 41 39 * 64-bit fixes by Hendrik Sattler 42 40 * Removed all (dangerous) obex_headerdata_t casts 43 44 2006-05-28 Christian W. Zuckschwerdt <zany@triq.net>45 46 41 * Reorganized all swig-dependant Makefiles 47 42 * Applied cobex write patch from Simon Ruggier <Simon80@gmail.com> 48 43 * Applied from Frode Isaksen <fisaksen@bewan.com> 49 44 45 46 ObexFTP 0.21 (released 2006-06-27) 47 ---------------------------------- 48 50 49 2006-05-26 Christian W. Zuckschwerdt <zany@triq.net> 51 50 … … 57 56 * Added preliminary discovery function 58 57 58 59 ObexFTP 0.20 (released 2006-05-16) 60 ---------------------------------- 61 59 62 2006-05-16 Christian W. Zuckschwerdt <zany@triq.net> 60 63 … … 75 78 * device/channel code cleanup 76 79 80 81 ObexFTP 0.19 (released 2006-02-08) 82 ---------------------------------- 83 77 84 2006-02-08 Christian W. Zuckschwerdt <zany@triq.net> 78 85 … … 86 93 87 94 * Simplified the swig/perl/Makefile.am. 95 96 97 ObexFTP 0.18 (released 2006-01-18) 98 ---------------------------------- 88 99 89 100 2006-01-11 Christian W. Zuckschwerdt <zany@triq.net> … … 141 152 * GCC 2.96 compat fixes by Paul Boddie <paul@boddie.org.uk> 142 153 143 200 4-01-15 Christian W. Zuckschwerdt <zany@triq.net>154 2005-01-15 Christian W. Zuckschwerdt <zany@triq.net> 144 155 145 156 * Documentation updated by Hendrik Sattler <debian@hendrik-sattler.de> 146 157 147 200 4-01-10 Christian W. Zuckschwerdt <zany@triq.net>158 2005-01-10 Christian W. Zuckschwerdt <zany@triq.net> 148 159 149 160 * Typo fix to setpath by Olivier Berger <oberger@ouvaton.org> … … 151 162 * Use VERSION macro suggested by Andrej Kacian 152 163 164 165 ObexFTP 0.17 (released 2004-12-17) 166 ---------------------------------- 167 153 168 2004-12-17 Christian W. Zuckschwerdt <zany@triq.net> 154 169 … … 163 178 * Bluetooth device and channel auto-discovery 164 179 180 181 ObexFTP 0.16 (released 2004-11-23) 182 ---------------------------------- 183 165 184 2004-11-20 Christian W. Zuckschwerdt <zany@triq.net> 166 185 … … 171 190 * Bug fixes (for Sony-Ericsson) by David Haslam <dhaslam@ntlworld.com> 172 191 192 193 ObexFTP 0.15 (released 2004-11-13) 194 ---------------------------------- 195 173 196 2004-11-12 Christian W. Zuckschwerdt <zany@triq.net> 174 197 … … 178 201 179 202 * Fixed linebreaks in contributed backup script. 203 204 205 ObexFTP 0.14 (released 2004-09-26) 206 ---------------------------------- 180 207 181 208 2004-09-26 Christian W. Zuckschwerdt <zany@triq.net> … … 234 261 * fixed a Makefile bug reported by Carwyn Edwards 235 262 263 264 ObexFTP 0.13 (released 2003-04-11) 265 ---------------------------------- 266 236 267 2003-04-11 Christian W. Zuckschwerdt <zany@triq.net> 237 268 … … 239 270 * The environment variable OBEXFTP_PORT is used as a default. 240 271 272 273 ObexFTP 0.12 (released 2003-02-17) 274 ---------------------------------- 275 241 276 2003-02-17 Christian W. Zuckschwerdt <zany@triq.net> 242 277 … … 247 282 * Added UUID fallback for C55 (suggested by Hristo Todorov) 248 283 249 2002-01-26 Christian W. Zuckschwerdt <zany@triq.net> 284 285 ObexFTP 0.11 (released 2003-01-26) 286 ---------------------------------- 287 288 2003-01-26 Christian W. Zuckschwerdt <zany@triq.net> 250 289 251 290 * Unified BFB and PE; 252 291 253 200 2-01-19 Christian W. Zuckschwerdt <zany@triq.net>292 2003-01-19 Christian W. Zuckschwerdt <zany@triq.net> 254 293 255 294 * C++ compatible header files (suggested Carsten Pfeiffer) 256 295 257 2002-01-09 Christian W. Zuckschwerdt <zany@triq.net> 296 297 ObexFTP 0.10 (released 2003-01-10) 298 ---------------------------------- 299 300 2003-01-09 Christian W. Zuckschwerdt <zany@triq.net> 258 301 259 302 * Big file transmission problem solved … … 287 330 * Wrote a man page. Should really be a docbook refentry. 288 331 332 333 ObexFTP 0.9 (released 2002-02-18) 334 --------------------------------- 335 336 337 ObexFTP 0.8 (released 2002-02-14) 338 --------------------------------- 339 340 341 ObexFTP 0.7 (released 2002-02-13) 342 --------------------------------- 343 344 345 ObexFTP 0.6 (released 2002-02-12) 346 --------------------------------- 347 348 349 ObexFTP 0.5 (released 2002-02-11) 350 --------------------------------- 351 289 352 2002-02-11 Christian W. Zuckschwerdt <zany@triq.net> 290 353 291 354 * cobex now capable of asynch operation 292 355 356 357 ObexFTP 0.4 (released 2002-02-09) 358 --------------------------------- 359 293 360 2002-02-09 Christian W. Zuckschwerdt <zany@triq.net> 294 361 295 362 * Rewrote main using getopt. 296 363 364 365 ObexFTP 0.3 (released 2002-02-08) 366 --------------------------------- 367 297 368 2002-02-08 Christian W. Zuckschwerdt <zany@triq.net> 298 369 … … 303 374 * Implemented BFB protocol. 304 375 376 377 ObexFTP 0.2 (released 2002-01-19) 378 --------------------------------- 379 305 380 2002-01-19 Christian W. Zuckschwerdt <zany@triq.net> 306 381 307 382 * Implemented delete and rename. 383 384 385 ObexFTP 0.1 (released 2002-01-18) 386 --------------------------------- 308 387 309 388 2002-01-18 Christian W. Zuckschwerdt <zany@triq.net> -
trunk/NEWS
r86 r209 2 2 =================== 3 3 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 4 15 * Motorola support, tested with models v710/e815 5 6 16 * be sure to give ObexFS a spin! 7 8 17 * object caching and directory parsing (for things like ObexFS) 9 18 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). 10 24 11 * Nokia support via IrDA and Bluetooth12 13 * Siemens S65 support14 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 25 25 Alan Zhang <vibra@tom.com> - daemon application 26 26 27 Frode Isaksen <fisaksen@bewan.com> - obexftpd improvements 28 29 Simon Ruggier <Simon80@gmail.com> - cobex write patch 30 31 Hendrik Sattler - various cleanups and hints 32 33 Sergey Vlasov <vsu@altlinux.ru> sugg. LDADD to LIBADD 34 35 Alan J. McFarlane - rep. invalid conn_id in disconnect 36 37 Dr. Johannes Zellner - spotted month/day swapping in atotime 38 39 Martin Storsjö - PCSUITE over FTP sugg. for Series 60 2nd Ed. 40 41 Manuel Naranjo - hci selection draft 42 43 Andrey Rahmatullin - Motorola SLVR L2 cobex fix 44 45 Adam Williamson - Python distutils testing 46 -
trunk/TODO
r114 r209 2 2 ================== 3 3 4 * get perl and ruby to distcheck (only python and tcl distcheck ok)4 * verify memory alloc's with bindings 5 5 6 * transport select patch by Hendrik Sattler6 * cancel (async?) support for bindings 7 7 8 * OBEX-Push-only mode (no UUID) suggested by Antti Hayrynen8 * obexftp.is_connected() perhaps? 9 9 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) 11 11 12 12 * put to specified file (-p file.vcf -f telecom/pb.vcf) … … 14 14 * Discover port and protocol to use (i.e. Bt, IrDA, TTY) 15 15 16 17 later...18 19 * AT-Kommandos20 21 * "Something went wrong" -- help texts22 23 * Verify unified cable support.24 25 * Tear down BFB connection cleanly - no more cable cycling.26 27 * Document the general vs Siemens specific features28 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
