root/trunk/ChangeLog

Revision 216, 10.8 KB (checked in by zany, 4 months ago)

removing bdaddr_t reference from obexftpd.c

Line 
1ObexFTP 0.23 (unreleased)
2----------------------------------
3
4        * removing bdaddr_t reference from obexftpd.c
5
6
7ObexFTP 0.22 (released 2008-06-15)
8----------------------------------
9
10        * added proper unicode support
11        * added support for transparent OBEX-over-AT mode
12        * rewritten at-command function
13        * added specific error messages
14        * refactored to flexible bt_kit layer
15        * fixed cache root duplicates
16        * fixed off-by-one and unfreed mem in cache layer
17        * added pkg-config file
18        * added example code
19        * switched to doxygen
20        * added python binding callbacks
21        * portable packed structs
22        * enabled linux hci dev names for source selection
23        * Python binding uses distutils now, tested by Adam Williamson
24        * removed exit from bt discovery
25        * Better autodetection for possible language bindings
26        * reworked win32 support
27        * Motorola SLVR L2 cobex fix by Andrey Rahmatullin
28        * now using AC_HELP_STRING for compat with autoconf <=2.57
29        * added hci selection support, drafted by Manuel Naranjo
30        * switched obexftp cli to new discovery api
31        * prefer PCSUITE over FTP, req. by Martin Storsjö for Series 60 2nd Ed.
32        * fixed compile error with >=swig-1.3.28
33        * renamed sdp browse function
34        * fixed month/day swapping in atotime, spotted by Dr. Johannes Zellner
35        * added BFC compatibility for newer Siemens phones
36        * added PCSOFTWARE uuid support for SHARP phones
37        * added motorola support
38        * end bfb mode properly
39        * added CPROT=0 support from 3GPP 27.007
40        * fixed ericsson init
41        * fixed invalid conn_id in disconnect rep. by Alan J. McFarlane
42        * better create flag handling in setpath
43        * Changed LDADD to LIBADD sug. by Sergey Vlasov <vsu@altlinux.ru>
44        * obexftpd clean up by Hendrik Sattler
45        * 64-bit fixes by Hendrik Sattler
46        * Removed all (dangerous) obex_headerdata_t casts
47        * Reorganized all swig-dependant Makefiles
48        * Applied cobex write patch from Simon Ruggier <Simon80@gmail.com>
49        * Applied   from Frode Isaksen <fisaksen@bewan.com>
50
51
52ObexFTP 0.21 (released 2006-06-27)
53----------------------------------
54
552006-05-26  Christian W. Zuckschwerdt  <zany@triq.net>
56
57        * Fixes to obexftpd suggested by Hendrik Sattler
58
592006-05-24  Christian W. Zuckschwerdt  <zany@triq.net>
60
61        * Added ruby binding
62        * Added preliminary discovery function
63
64
65ObexFTP 0.20 (released 2006-05-16)
66----------------------------------
67
682006-05-16  Christian W. Zuckschwerdt  <zany@triq.net>
69
70        * Change __S_IFDIR to S_IFDIR with fallback sug. by Alex Kanavin
71        * Added old CLI switches and documentation sug. by Hendrik Sattler
72
732006-04-26  Christian W. Zuckschwerdt  <zany@triq.net>
74
75        * Fixed the -g CLI switch (bug reported by many people)
76
772006-03-08  Christian W. Zuckschwerdt  <zany@triq.net>
78
79        * Added obexfsd written by Alan Zhang <vibra@tom.com>
80        * Fixed iconv (found by Stanislav Nikolov)
81
822006-03-07  Christian W. Zuckschwerdt  <zany@triq.net>
83
84        * device/channel code cleanup
85
86
87ObexFTP 0.19 (released 2006-02-08)
88----------------------------------
89
902006-02-08  Christian W. Zuckschwerdt  <zany@triq.net>
91
92        * Updated for OpenOBEX 1.1 (pkg-config)
93
942006-01-26  Christian W. Zuckschwerdt  <zany@triq.net>
95
96        * Added --output switch by Daniel Burr/Andrzej Szombierski.
97
982006-01-21  Christian W. Zuckschwerdt  <zany@triq.net>
99
100        * Simplified the swig/perl/Makefile.am.
101
102
103ObexFTP 0.18 (released 2006-01-18)
104----------------------------------
105
1062006-01-11  Christian W. Zuckschwerdt  <zany@triq.net>
107
108        * Fixed a pointer typo and a free() typo.
109
1102005-12-12  Christian W. Zuckschwerdt  <zany@triq.net>
111
112        * Added perl, python and tcl binding with swig.
113
1142005-09-15  Christian W. Zuckschwerdt  <zany@triq.net>
115
116        * Quick iconv hack. Needs to be done in openobex.
117
1182005-09-14  Christian W. Zuckschwerdt  <zany@triq.net>
119
120        * Rewrote folder-listing parser to enhance compatibility
121
1222005-09-12  Christian W. Zuckschwerdt  <zany@triq.net>
123
124        * Connection headers by Philip Kovacs <kovacsp3@comcast.net>
125
1262005-08-06  Christian W. Zuckschwerdt  <zany@triq.net>
127
128        * Nokia hack (suppressing FBS)
129        * Capabilty retrieving by Marco Canini <marco.canini@fastwebnet.it>
130
1312005-06-27  Christian W. Zuckschwerdt  <zany@triq.net>
132
133        * USB support, mainly by Daniel Burr <joaniemrc@dodo.com.au>
134
1352005-06-19  Christian W. Zuckschwerdt  <zany@triq.net>
136
137        * Added implicit setpath support in every function.
138
1392005-06-11  Christian W. Zuckschwerdt  <zany@triq.net>
140
141        * Fixed quoting problem. Lets hope this wont break libtool.
142
1432005-06-10  Christian W. Zuckschwerdt  <zany@triq.net>
144
145        * Added simple caching
146        * Removed recursive put. Apps should implement it themselves.
147
1482005-06-09  Christian W. Zuckschwerdt  <zany@triq.net>
149
150        * New configure flag to enable building docs (disabled by default now)
151
1522005-03-23  Christian W. Zuckschwerdt  <zany@triq.net>
153
154        * Security fix suggested by Kevin Finisterre <kf@digitalmunition.com>
155
1562005-03-21  Christian W. Zuckschwerdt  <zany@triq.net>
157
158        * GCC 2.96 compat fixes by Paul Boddie <paul@boddie.org.uk>
159
1602005-01-15  Christian W. Zuckschwerdt  <zany@triq.net>
161
162        * Documentation updated by Hendrik Sattler <debian@hendrik-sattler.de>
163
1642005-01-10  Christian W. Zuckschwerdt  <zany@triq.net>
165
166        * Typo fix to setpath by Olivier Berger <oberger@ouvaton.org>
167        * Removed some BT ifdefs by Hendrik Sattler
168        * Use VERSION macro suggested by Andrej Kacian
169
170
171ObexFTP 0.17 (released 2004-12-17)
172----------------------------------
173
1742004-12-17  Christian W. Zuckschwerdt  <zany@triq.net>
175
176        * Added sdp lib checks, reported by George Styles and Johan Debal
177
1782004-12-12  Christian W. Zuckschwerdt  <zany@triq.net>
179
180        * Fixed do_at_cmd, reported by Donald Burns <dmb@reliance.co.uk>
181
1822004-11-21  Christian W. Zuckschwerdt  <zany@triq.net>
183
184        * Bluetooth device and channel auto-discovery
185
186
187ObexFTP 0.16 (released 2004-11-23)
188----------------------------------
189
1902004-11-20  Christian W. Zuckschwerdt  <zany@triq.net>
191
192        * FreeBSD patch by Bruce Simpson <bms@spc.org>
193
1942004-11-19  Christian W. Zuckschwerdt  <zany@triq.net>
195
196        * Bug fixes (for Sony-Ericsson) by David Haslam <dhaslam@ntlworld.com>
197
198
199ObexFTP 0.15 (released 2004-11-13)
200----------------------------------
201
2022004-11-12  Christian W. Zuckschwerdt  <zany@triq.net>
203
204        * Don't send S45 UUID first (broke other phones too, sorry S45 users)
205
2062004-11-10  Christian W. Zuckschwerdt  <zany@triq.net>
207
208        * Fixed linebreaks in contributed backup script.
209
210
211ObexFTP 0.14 (released 2004-09-26)
212----------------------------------
213
2142004-09-26  Christian W. Zuckschwerdt  <zany@triq.net>
215
216        * Moved vmo converter into a seperate package
217
2182004-09-05  Christian W. Zuckschwerdt  <zany@triq.net>
219
220        * Serial-USB converter fix, Gerhard Reithofer
221
2222004-08-10  Christian W. Zuckschwerdt  <zany@triq.net>
223
224        * Uploads discard path info now.
225
2262004-07-25  Christian W. Zuckschwerdt  <zany@triq.net>
227
228        * Added support for Sony-Ericsson phones, debian Bug#261328
229
2302004-06-11  Christian W. Zuckschwerdt  <zany@triq.net>
231
232        * Version option added
233
2342004-03-05  Christian W. Zuckschwerdt  <zany@triq.net>
235
236        * NetBSD portability patch by Soren S. Jorvang <soren@wheel.dk>
237
2382004-02-04  Christian W. Zuckschwerdt  <zany@triq.net>
239
240        * Skip transports not linked, François Fleuret <francois.fleuret@inria.fr>
241
2422004-01-30  Christian W. Zuckschwerdt  <zany@triq.net>
243
244        * IrCOMM 1-line show stopper fixed by Stefan Behnel <Stefan@Behnel.de>
245
2462003-12-28  Christian W. Zuckschwerdt  <zany@triq.net>
247
248        * setpath patch for T610 by Adam Goode <adam@evdebs.org>
249
2502003-10-22  Christian W. Zuckschwerdt  <zany@triq.net>
251
252        * bfb_write_packets patch by Jorge Ventura <jorge.ventura@varig.com>
253        * connection setup fixes (cobex)
254
2552003-10-01  Christian W. Zuckschwerdt  <zany@triq.net>
256
257        * Bluetooth support
258
2592003-09-24  Christian W. Zuckschwerdt  <zany@triq.net>
260
261        * Ericsson phones are now working with the unified cobex.
262        * removed the automatic directory parsing, please just the -c switch.
263        * Shuffled the option names for obexftp to counter missunderstandings.
264
2652003-07-18  Christian W. Zuckschwerdt  <zany@triq.net>
266
267        * fixed a Makefile bug reported by Carwyn Edwards
268
269
270ObexFTP 0.13 (released 2003-04-11)
271----------------------------------
272
2732003-04-11  Christian W. Zuckschwerdt  <zany@triq.net>
274
275        * all but data output goes to stderr now (suggested by Heiko)
276        * The environment variable OBEXFTP_PORT is used as a default.
277
278
279ObexFTP 0.12 (released 2003-02-17)
280----------------------------------
281
2822003-02-17  Christian W. Zuckschwerdt  <zany@triq.net>
283
284        * Added vmo converters (suggested by Dmitry Zakharov)
285
2862003-02-11  Christian W. Zuckschwerdt  <zany@triq.net>
287
288        * Added UUID fallback for C55 (suggested by Hristo Todorov)
289
290
291ObexFTP 0.11 (released 2003-01-26)
292----------------------------------
293
2942003-01-26  Christian W. Zuckschwerdt  <zany@triq.net>
295
296        * Unified BFB and PE;
297
2982003-01-19  Christian W. Zuckschwerdt  <zany@triq.net>
299
300        * C++ compatible header files (suggested Carsten Pfeiffer)
301
302
303ObexFTP 0.10 (released 2003-01-10)
304----------------------------------
305
3062003-01-09  Christian W. Zuckschwerdt  <zany@triq.net>
307
308        * Big file transmission problem solved
309
3102002-11-22  Christian W. Zuckschwerdt  <zany@triq.net>
311
312        * Jan Metz <metz@jamecs.de> supplied me with his RH8 box and
313          some SL45i connected to it. Finally S45(i) is working.
314
3152002-11-19  Christian W. Zuckschwerdt  <zany@triq.net>
316
317        * this is the last release to support OpenOBEX 0.9.8
318
3192002-11-14  Christian W. Zuckschwerdt  <zany@triq.net>
320
321        * Removed glib dependancy
322        * win32 target is working (tested with mingw)
323
3242002-10-17  Christian W. Zuckschwerdt  <zany@triq.net>
325
326        * Removed Siemens references in favor of OBEX enabled devices
327        * Enhancements for upcoming OpenOBEX 1.0.0
328
3292002-04-29  Christian W. Zuckschwerdt  <zany@triq.net>
330
331        * Erricsson T39m support, req. by Ole Streicher <ole.streicher@gmx.de>
332
3332002-03-04  Christian W. Zuckschwerdt  <zany@triq.net>
334
335        * Try harder to connect. IRDA needs patience.
336        * Wrote a man page. Should really be a docbook refentry.
337
338
339ObexFTP 0.9 (released 2002-02-18)
340---------------------------------
341
342
343ObexFTP 0.8 (released 2002-02-14)
344---------------------------------
345
346
347ObexFTP 0.7 (released 2002-02-13)
348---------------------------------
349
350
351ObexFTP 0.6 (released 2002-02-12)
352---------------------------------
353
354
355ObexFTP 0.5 (released 2002-02-11)
356---------------------------------
357
3582002-02-11  Christian W. Zuckschwerdt  <zany@triq.net>
359
360        * cobex now capable of asynch operation
361
362
363ObexFTP 0.4 (released 2002-02-09)
364---------------------------------
365
3662002-02-09  Christian W. Zuckschwerdt  <zany@triq.net>
367
368        * Rewrote main using getopt.
369
370
371ObexFTP 0.3 (released 2002-02-08)
372---------------------------------
373
3742002-02-08  Christian W. Zuckschwerdt  <zany@triq.net>
375
376        * Fixed BFB protocol (Code 0x01 is ACK not PREPARE...).
377
3782002-02-07  Christian W. Zuckschwerdt  <zany@triq.net>
379
380        * Implemented BFB protocol.
381
382
383ObexFTP 0.2 (released 2002-01-19)
384---------------------------------
385
3862002-01-19  Christian W. Zuckschwerdt  <zany@triq.net>
387
388        * Implemented delete and rename.
389
390
391ObexFTP 0.1 (released 2002-01-18)
392---------------------------------
393
3942002-01-18  Christian W. Zuckschwerdt  <zany@triq.net>
395
396        * Initial beta.
397        * It's work in progress so expect errors and report/fix then!
Note: See TracBrowser for help on using the browser.