-
Notifications
You must be signed in to change notification settings - Fork 8
/
ChangeLog
439 lines (260 loc) · 12 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
ObexFTP 0.24.2 (released 2016-04-07)
------------------------------------
* obexfs: Parse XML data with Expat library
* obexfs: Properly encode XML special characters
* obexfs: New option -r to specify root path
* obexfs: New option -S to simulate free space
* Fix probing
* Add support for Gigaset devices
* CMake improvements
ObexFTP 0.24.1 (released 2014-02-03)
------------------------------------
* Fix build system bugs
* Replace CRC implementation in libbfb
ObexFTP 0.24 (released 2013-03-05)
----------------------------------
* Maintainer changed from Christian to Hendrik
* change build system to using CMake
* integrate obexfs-0.12
* fix build for OpenOBEX-1.7
ObexFTP 0.23 (released 2009-02-17)
----------------------------------
* allow win32 to use hci src names
* adding a simpler connect wrapper
* show OBEX_HandleInput errors
* catch errors and let the user know
* print timeout stats if available
* sdp unregister more verbose
* upgrading btkit
* fix for win32 without bt
* replacing deprecated automake vars
* sizeof() fixes
* removing bdaddr_t reference from obexftpd.c
* adding bootstrap helper
* concurrency bug in extconf.rb generated Makefile (fix by Alin Năstac)
* switching from POD to asciidoc
* clearing gnu-style implicit rules
ObexFTP 0.22 (released 2008-06-15)
----------------------------------
* added proper unicode support
* added support for transparent OBEX-over-AT mode
* rewritten at-command function
* added specific error messages
* refactored to flexible bt_kit layer
* fixed cache root duplicates
* fixed off-by-one and unfreed mem in cache layer
* added pkg-config file
* added example code
* switched to doxygen
* added python binding callbacks
* portable packed structs
* enabled linux hci dev names for source selection
* Python binding uses distutils now, tested by Adam Williamson
* removed exit from bt discovery
* Better autodetection for possible language bindings
* reworked win32 support
* Motorola SLVR L2 cobex fix by Andrey Rahmatullin
* now using AC_HELP_STRING for compat with autoconf <=2.57
* added hci selection support, drafted by Manuel Naranjo
* switched obexftp cli to new discovery api
* prefer PCSUITE over FTP, req. by Martin Storsjö for Series 60 2nd Ed.
* fixed compile error with >=swig-1.3.28
* renamed sdp browse function
* fixed month/day swapping in atotime, spotted by Dr. Johannes Zellner
* added BFC compatibility for newer Siemens phones
* added PCSOFTWARE uuid support for SHARP phones
* added motorola support
* end bfb mode properly
* added CPROT=0 support from 3GPP 27.007
* fixed ericsson init
* fixed invalid conn_id in disconnect rep. by Alan J. McFarlane
* better create flag handling in setpath
* Changed LDADD to LIBADD sug. by Sergey Vlasov <[email protected]>
* obexftpd clean up by Hendrik Sattler
* 64-bit fixes by Hendrik Sattler
* Removed all (dangerous) obex_headerdata_t casts
* Reorganized all swig-dependant Makefiles
* Applied cobex write patch from Simon Ruggier <[email protected]>
* Applied from Frode Isaksen <[email protected]>
ObexFTP 0.21 (released 2006-06-27)
----------------------------------
2006-05-26 Christian W. Zuckschwerdt <[email protected]>
* Fixes to obexftpd suggested by Hendrik Sattler
2006-05-24 Christian W. Zuckschwerdt <[email protected]>
* Added ruby binding
* Added preliminary discovery function
ObexFTP 0.20 (released 2006-05-16)
----------------------------------
2006-05-16 Christian W. Zuckschwerdt <[email protected]>
* Change __S_IFDIR to S_IFDIR with fallback sug. by Alex Kanavin
* Added old CLI switches and documentation sug. by Hendrik Sattler
2006-04-26 Christian W. Zuckschwerdt <[email protected]>
* Fixed the -g CLI switch (bug reported by many people)
2006-03-08 Christian W. Zuckschwerdt <[email protected]>
* Added obexfsd written by Alan Zhang <[email protected]>
* Fixed iconv (found by Stanislav Nikolov)
2006-03-07 Christian W. Zuckschwerdt <[email protected]>
* device/channel code cleanup
ObexFTP 0.19 (released 2006-02-08)
----------------------------------
2006-02-08 Christian W. Zuckschwerdt <[email protected]>
* Updated for OpenOBEX 1.1 (pkg-config)
2006-01-26 Christian W. Zuckschwerdt <[email protected]>
* Added --output switch by Daniel Burr/Andrzej Szombierski.
2006-01-21 Christian W. Zuckschwerdt <[email protected]>
* Simplified the swig/perl/Makefile.am.
ObexFTP 0.18 (released 2006-01-18)
----------------------------------
2006-01-11 Christian W. Zuckschwerdt <[email protected]>
* Fixed a pointer typo and a free() typo.
2005-12-12 Christian W. Zuckschwerdt <[email protected]>
* Added perl, python and tcl binding with swig.
2005-09-15 Christian W. Zuckschwerdt <[email protected]>
* Quick iconv hack. Needs to be done in openobex.
2005-09-14 Christian W. Zuckschwerdt <[email protected]>
* Rewrote folder-listing parser to enhance compatibility
2005-09-12 Christian W. Zuckschwerdt <[email protected]>
* Connection headers by Philip Kovacs <[email protected]>
2005-08-06 Christian W. Zuckschwerdt <[email protected]>
* Nokia hack (suppressing FBS)
* Capabilty retrieving by Marco Canini <[email protected]>
2005-06-27 Christian W. Zuckschwerdt <[email protected]>
* USB support, mainly by Daniel Burr <[email protected]>
2005-06-19 Christian W. Zuckschwerdt <[email protected]>
* Added implicit setpath support in every function.
2005-06-11 Christian W. Zuckschwerdt <[email protected]>
* Fixed quoting problem. Lets hope this wont break libtool.
2005-06-10 Christian W. Zuckschwerdt <[email protected]>
* Added simple caching
* Removed recursive put. Apps should implement it themselves.
2005-06-09 Christian W. Zuckschwerdt <[email protected]>
* New configure flag to enable building docs (disabled by default now)
2005-03-23 Christian W. Zuckschwerdt <[email protected]>
* Security fix suggested by Kevin Finisterre <[email protected]>
2005-03-21 Christian W. Zuckschwerdt <[email protected]>
* GCC 2.96 compat fixes by Paul Boddie <[email protected]>
2005-01-15 Christian W. Zuckschwerdt <[email protected]>
* Documentation updated by Hendrik Sattler <[email protected]>
2005-01-10 Christian W. Zuckschwerdt <[email protected]>
* Typo fix to setpath by Olivier Berger <[email protected]>
* Removed some BT ifdefs by Hendrik Sattler
* Use VERSION macro suggested by Andrej Kacian
ObexFTP 0.17 (released 2004-12-17)
----------------------------------
2004-12-17 Christian W. Zuckschwerdt <[email protected]>
* Added sdp lib checks, reported by George Styles and Johan Debal
2004-12-12 Christian W. Zuckschwerdt <[email protected]>
* Fixed do_at_cmd, reported by Donald Burns <[email protected]>
2004-11-21 Christian W. Zuckschwerdt <[email protected]>
* Bluetooth device and channel auto-discovery
ObexFTP 0.16 (released 2004-11-23)
----------------------------------
2004-11-20 Christian W. Zuckschwerdt <[email protected]>
* FreeBSD patch by Bruce Simpson <[email protected]>
2004-11-19 Christian W. Zuckschwerdt <[email protected]>
* Bug fixes (for Sony-Ericsson) by David Haslam <[email protected]>
ObexFTP 0.15 (released 2004-11-13)
----------------------------------
2004-11-12 Christian W. Zuckschwerdt <[email protected]>
* Don't send S45 UUID first (broke other phones too, sorry S45 users)
2004-11-10 Christian W. Zuckschwerdt <[email protected]>
* Fixed linebreaks in contributed backup script.
ObexFTP 0.14 (released 2004-09-26)
----------------------------------
2004-09-26 Christian W. Zuckschwerdt <[email protected]>
* Moved vmo converter into a seperate package
2004-09-05 Christian W. Zuckschwerdt <[email protected]>
* Serial-USB converter fix, Gerhard Reithofer
2004-08-10 Christian W. Zuckschwerdt <[email protected]>
* Uploads discard path info now.
2004-07-25 Christian W. Zuckschwerdt <[email protected]>
* Added support for Sony-Ericsson phones, debian Bug#261328
2004-06-11 Christian W. Zuckschwerdt <[email protected]>
* Version option added
2004-03-05 Christian W. Zuckschwerdt <[email protected]>
* NetBSD portability patch by Soren S. Jorvang <[email protected]>
2004-02-04 Christian W. Zuckschwerdt <[email protected]>
* Skip transports not linked, François Fleuret <[email protected]>
2004-01-30 Christian W. Zuckschwerdt <[email protected]>
* IrCOMM 1-line show stopper fixed by Stefan Behnel <[email protected]>
2003-12-28 Christian W. Zuckschwerdt <[email protected]>
* setpath patch for T610 by Adam Goode <[email protected]>
2003-10-22 Christian W. Zuckschwerdt <[email protected]>
* bfb_write_packets patch by Jorge Ventura <[email protected]>
* connection setup fixes (cobex)
2003-10-01 Christian W. Zuckschwerdt <[email protected]>
* Bluetooth support
2003-09-24 Christian W. Zuckschwerdt <[email protected]>
* Ericsson phones are now working with the unified cobex.
* removed the automatic directory parsing, please just the -c switch.
* Shuffled the option names for obexftp to counter missunderstandings.
2003-07-18 Christian W. Zuckschwerdt <[email protected]>
* fixed a Makefile bug reported by Carwyn Edwards
ObexFTP 0.13 (released 2003-04-11)
----------------------------------
2003-04-11 Christian W. Zuckschwerdt <[email protected]>
* all but data output goes to stderr now (suggested by Heiko)
* The environment variable OBEXFTP_PORT is used as a default.
ObexFTP 0.12 (released 2003-02-17)
----------------------------------
2003-02-17 Christian W. Zuckschwerdt <[email protected]>
* Added vmo converters (suggested by Dmitry Zakharov)
2003-02-11 Christian W. Zuckschwerdt <[email protected]>
* Added UUID fallback for C55 (suggested by Hristo Todorov)
ObexFTP 0.11 (released 2003-01-26)
----------------------------------
2003-01-26 Christian W. Zuckschwerdt <[email protected]>
* Unified BFB and PE;
2003-01-19 Christian W. Zuckschwerdt <[email protected]>
* C++ compatible header files (suggested Carsten Pfeiffer)
ObexFTP 0.10 (released 2003-01-10)
----------------------------------
2003-01-09 Christian W. Zuckschwerdt <[email protected]>
* Big file transmission problem solved
2002-11-22 Christian W. Zuckschwerdt <[email protected]>
* Jan Metz <[email protected]> supplied me with his RH8 box and
some SL45i connected to it. Finally S45(i) is working.
2002-11-19 Christian W. Zuckschwerdt <[email protected]>
* this is the last release to support OpenOBEX 0.9.8
2002-11-14 Christian W. Zuckschwerdt <[email protected]>
* Removed glib dependancy
* win32 target is working (tested with mingw)
2002-10-17 Christian W. Zuckschwerdt <[email protected]>
* Removed Siemens references in favor of OBEX enabled devices
* Enhancements for upcoming OpenOBEX 1.0.0
2002-04-29 Christian W. Zuckschwerdt <[email protected]>
* Erricsson T39m support, req. by Ole Streicher <[email protected]>
2002-03-04 Christian W. Zuckschwerdt <[email protected]>
* Try harder to connect. IRDA needs patience.
* Wrote a man page. Should really be a docbook refentry.
ObexFTP 0.9 (released 2002-02-18)
---------------------------------
ObexFTP 0.8 (released 2002-02-14)
---------------------------------
ObexFTP 0.7 (released 2002-02-13)
---------------------------------
ObexFTP 0.6 (released 2002-02-12)
---------------------------------
ObexFTP 0.5 (released 2002-02-11)
---------------------------------
2002-02-11 Christian W. Zuckschwerdt <[email protected]>
* cobex now capable of asynch operation
ObexFTP 0.4 (released 2002-02-09)
---------------------------------
2002-02-09 Christian W. Zuckschwerdt <[email protected]>
* Rewrote main using getopt.
ObexFTP 0.3 (released 2002-02-08)
---------------------------------
2002-02-08 Christian W. Zuckschwerdt <[email protected]>
* Fixed BFB protocol (Code 0x01 is ACK not PREPARE...).
2002-02-07 Christian W. Zuckschwerdt <[email protected]>
* Implemented BFB protocol.
ObexFTP 0.2 (released 2002-01-19)
---------------------------------
2002-01-19 Christian W. Zuckschwerdt <[email protected]>
* Implemented delete and rename.
ObexFTP 0.1 (released 2002-01-18)
---------------------------------
2002-01-18 Christian W. Zuckschwerdt <[email protected]>
* Initial beta.
* It's work in progress so expect errors and report/fix then!