Documentation updates: git, tarball, bugs, contact
[barry/pauldeden.git] / ChangeLog
blob7c28fca75d8fc629e0fe1966ea2e3a4e778b8531
1 Release: version 0.13 - 2008/06/??
2 ------------------------------------------------------------------------------
3 2008/06/04
4         - added notes to web documentation for OpenBSD
5         - documentation updates:
6                 - changed git patch command to use format-patch
7                 - added instructions for building from tarball
8                 - added bugs.php and contact.php pages
9 2008/05/30
10         - added Ubuntu 8.04 to release build scripts
11 2008/05/29
12         - fixed compile errors in gui when compiling with gcc 4.3.x
13         - added ppp options and chatscript files to RPM build
14         - updated docs with binary package default PPP scripts
15         - added -P option to pppob to specify password
16         - updated pppob manpage with -P option
17         - fixed missing -P option in btool manpage
18         - updated rpm spec file history
19         - added pppob manpage to rpm spec file
20         - added manpages for brecsum, breset, upldif, and barrybackup,
21                 and updated the build process to support them.
22                 Also updated date for pppob manpage.
23         - updated rpm spec file with new manpages
24         - added ProductID code 0x8004 to breset.cc
25         - minor whitespace and usage text fix in upldif.cc
26         - deleted old src/Makefile.orig
27         - updated Debian binary package:
28                 - added manpages for brecsum, breset, pppob, upldif,
29                         and barrybackup
30                 - added ppp options and chat scripts, with postinit
31                         script to set permissions
32                 - fixed descriptions in control file to avoid lintian warnings
33 2008/05/27
34         - fixed missing #includes in src/data.cc
35         - fixed compile errors in library, utils, and plugin when compiling
36                 with new gcc 4.3.x... gui not yet finished
37 2008/05/24
38         - added minimum g++ version to website dependency docs
39 2008/05/23
40         - added ppp/README
41         - reorganized sample ppp options files so they are easier to compare,
42                 enabled "usepeerdns" in both, and disabled the speed
43                 setting in barry-verizon
44         - updates to website documentation
45                 - added FC9 to distro list
46                 - added page for BarryBackup
47                 - added page for USB modem / pppob
48 2008/05/22
49         - added sample ppp options files for Verizon Blackberries
50                 Sample files from Michael L. Stokes
51         - updated AUTHORS
52         - renamed sample ppp peer files, in preparation for installing
53                 them automatically in binary packages
54         - modified verizon options file to use pppob
55         - split the sample rogers options file into options and chat files
56 2008/05/16
57         - put sequence packet check directly in the SocketZero::RawReceive()
58                 function, which now localizes all sequence packet
59                 handling and checking, as well as avoids packet
60                 order problems when multiple sockets are in use,
61                 such as with pppob...
62                 FIXME - this localized sequence checking may make all
63                 the calls to CheckSequence() obsolete which
64                 should probably be cleaned up someday, if so.
65         - reorganized src/socket.cc to match class private/public
66                 order (no code change, only move)
67         - added verbose log message to Controller constructors, so it is
68                 possible to determine whether a program is using
69                 threaded or non-threaded sockets
70         - added -z and -Z command line options to btool to control
71                 the non-threaded/threaded behaviour, respectively;
72                 and updated the man page
73         - removed debug sleep() calls from pppob
74         - added SIGINT signal handler so pppob shutsdown gracefully when
75                 pppd is killed
76 2008/05/15
77         - mention CVS and git on main documentation "how to" list
78         - moved PPP filter logic into its own class
79         - enhanced PPP filter class to support prepending of
80                 empty bytes if needed, in order to reduce data
81                 copying, and clarified why there is no GetBuffer()
82         - added ProbeResult::HasIpModem() to determine whether
83                 IpModem endpoints are available
84         - added pure virtual Modem base class for common
85                 modem-oriented API (only Open and Write so far)
86         - Mode::IpModem is now derived from Barry::Modem
87         - experimental implementation for Mode::Serial,
88                 which is now derived from Barry::Modem,
89                 and uses PppFilter
90         - pppob now supports IpModem and Serial modes, and logging
91                 to file instead of stderr
92         - added man page for pppob
93 2008/05/10
94         - modified the planned version numbering scheme in doc/VersionNotes,
95                 so that a 1.0 is possible, with 1.50 as the devel series
96 2008/05/09
97         - continuing to update html documentation in preparation for
98                 0.13 release
99 2008/05/02
100         - removed -fvisibility-inlines-hidden compile options since some
101                 distros have old or broken compilers or libraries where
102                 the build breaks looking for STL templates (Ubuntu 7.10,
103                 I'm looking at you...)
104         - changed brecsum so usage information is displayed automatically
105                 if no command line arguments are specified
106         - added opensync-plugin to maintainer test scripts, and added
107                 ubuntu710 to the test build sequence
108 2008/05/01
109         - updated doc/TroubleShooting.txt
110         - removed usb_control message check from IpModem endpoint probing
111                 in src/probe.cc, since some devices, like the 8700
112                 have both RIM_UsbSerData mode and IpModem mode.
113         - fixed serialization code for Calendar record class, in s11n-boost.h
114         - made UnknownField's data member into its own type,
115                 so that when building records, it doesn't get processed
116                 like a null terminated string... also added more
117                 BuildField() helper functions for accuracy
118         - fixed missing fields in the Calendar record build process
119         - added Calendar to list of Builders in tools/btool...
120                 it is now possible to run: btool -s "Calendar" -f datafile
121         - added tools/brecsum program, which calculates SHA1 checksums
122                 on database records, for testing
123         - added brecsum to debian and rpm builds
124         - added recurrence builder function to Calendar record builder code
125                 which completes builder support
126                 Checksums from the following commands now match:
127                         brecsum -d Calendar > sum1.txt
128                         btool -d Calendar -f calendar.dat
129                         btool -s Calendar -f calendar.dat
130                         brecsum -d Calendar > sum2.txt
131                         diff -u <(sort sum1.txt) <(sort sum2.txt)
132 2008/04/29
133         - applied Jason Thomas's ACLOCAL_FLAGS patch to make autoreconf
134                 work again... Thanks!
135         - applied Jason Thomas's debian build dependency patch
136         - updated AUTHORS
137 2008/04/26
138         - started documentation overhaul in doc/www, putting the commonly
139                 asked questions right on the front page, and making it more
140                 goal-oriented, so it is hopefully easier to use
141 2008/04/25
142         - updated NEWS file
143         - fixed error messages in m_desktop.cc that still referred
144                 to Controller
145 2008/04/25
146         - major merge of barry-b1-socket-arch-branch into MAIN.
147           The following is the changelog from that branch, which is now MAIN.
149         2008/04/25
150                 - added thread-safe logging mechanism
151                 - added preliminary IP modem support... requires a recent
152                         device... serial mode is not yet supported
153                 - merged HEAD changes
154         2008/03/27
155                 - changed Barry::Init() so programmer can choose where
156                         debug and exception information goes, instead of
157                         always to stdout
158         2008/03/22
159                 - merged HEAD changes
160         2008/03/20
161                 - fixed bug in probe class, which missed storing the PIN
162                         number in ProbeResult
163                 - also added ProbeResult constructor
164                 - merged changes from visibility branch:
165                         - GCC visibility support, limiting what symbols are
166                           visible in the shared library, libbarry... this makes
167                           a drastic reduction in the symbol table, and should
168                           avoid future name clashes with other libraries such
169                           as opensync
170                           See: http://gcc.gnu.org/wiki/Visibility
171                         - vformat_() function name changes
172         2008/03/07
173                 - merged HEAD changes
174                 - added threads library to new bs11nread build
175         2008/02/28
176                 - fixed variable size issues in btranslate.cc, evident with
177                         some compilers on 64 bit systems
178                 - merged HEAD changes
179                 - added comments for threaded usage in usbwrap.h
180                 - changed router to use SocketId typedef, for clarity
181         2008/02/22
182                 - fixed const char warnings from newer gcc compilers
183                 - controller object now saves a copy of the probe result
184                         and provides an API to retrieve it
185                 - added sanity checks to m_serial.cc
186                 - fixed probe behaviour so that a USB probe on an endpoint
187                         that doesn't respond won't halt everything
188                 - refactored some of the probe code, and added checks for
189                         IP modem endpoints
190                 - added Probe::DumpAll()
191                 - added Open() call to pppob.cc (not yet complete)
192         2008/01/30
193                 - implemented dataqueue.{h,cc}... looks ready for testing,
194                         once things compile again
195                 - changed free list copy in router.cc to use
196                         DataQueue::append_from()
197                 - finished packet.{h,cc} implementation, ready for testing
198                 - finished controller.{h,cc}, ready for testing
199                 - finished m_desktop.{h,cc}, ready for testing
200                 - added skeleton m_serial.cc
201                 - the base library and utilities compile again!
202                 - added constructor for SocketZero(queue)
203                 - fixed ErrnoError::GetMsg()
204                 - updated GUI and opensync plugin to compile with new API
205                 - moved Raw Send/Receive socket functions to private
206                 - fixed packet header size bug in socket that caused
207                         socket ID override to be skipped
208                 - fixed incorrect use of gettimeofday()
209                 - fixed race condition where Controller could destroy
210                         the Usb::Device object before the SocketRoutingQueue
211                         was done with it
212                 - fixed segfault in SocketZero::RawSend() when a router
213                         was in use
214                 - fixed Open() bugs in btool... Open() must be outside of loops
215                 - btool uses the router thread now, for testing
216                 - partially implemented m_serial.{h,cc}... needs testing
217                 - added automatic buffer allocation to SocketRoutingQueue
218                         constructor
219                 - made AllocateBuffers() a little smarter, so it was not
220                         pure appending
221                 - added a context data pointer to the SocketRoutingQueue
222                         RegisterInterest callback
223                 - added RegisterInterest functionality to Socket class
224                 - added exceptions on router read errors in socketzero
225         2008/01/26
226                 - implemented router.{h,cc}... looks ready for testing,
227                         once things compile again
228         2008/01/25
229                 - merged HEAD changes
230                 - added router.cc and continued work on new arch
231                 - merged HEAD changes for 2008 copyright statements
232                 - added scoped_lock.h
233                 - added ErrnoError exception class
234                 - documented Controller / SocketRoutingQueue behaviour
235                 - more router implementation
236                 - simplified pppob
237                 - audit and cleanup of socket.{h,cc} code... looks ready
238                         for testing now, once things compile again
239                 - removed FIXME in router.*
240                 - removed pthread header from pppob as it is not needed
241         2007/11/22
242                 - merged HEAD changes
243         2007/10/25
244                 - merged HEAD changes
245         2007/10/19
246                 - branch started, to track development of the new socket
247                         architecture, and new mode architecture, needed
248                         to support GPRS modem support, and threaded
249                         USB access
250                 - committed work-in-progress... does not compile
252 2008/04/10
253         - added Tasks and Memos to TODO list
254 2008/03/27
255         - added support for Blackberry 8120, which has a unique Product ID
256                 Sourceforge tracker ID: 1829537
257 2008/03/22
258         - removed TimeZones from TODO list, as it is done
259 2008/03/21
260         - version bump:
261                 - configure.ac
262                 - src/Makefile.am
263                 - src/version.cc
264                 - gui/src/BackupWindow.cc
265                 - src/Doxyfile
266                 - rpm/barry.spec
267                 - debian/changelog
268                 - opensync-plugin/src/barry_sync.cc
269         - added GCC visibility support, limiting what symbols are visible
270                 in the shared library, libbarry... this makes a drastic
271                 reduction in the symbol table, and should avoid future
272                 name clashes with other libraries such as opensync
273                 See: http://gcc.gnu.org/wiki/Visibility
275 Release: version 0.12 - 2008/03/21
276 ------------------------------------------------------------------------------
277 2008/03/21
278         - changed maintainer script to use CVS export instead of checkout,
279                 to avoid the CVS directories
280         - added support for building Debian source packages with proper
281                 diff.gz and dsc files
282         - fixed find warning in maintainer/make-rpm.sh
283         - added support for Ubuntu binary packages to the maintainer build
284                 scripts
285 2008/03/13
286         - renamed all vformat_ and VFormat symbols in opensync plugin's
287                 copy of vformat code, so they don't conflict with the
288                 real opensync libraries
289 2008/03/07
290         - updated the install.php web page with Paul Dugas's notes on
291                 building RPM's from CVS
292         - fixed problem in tools/Makefile.am where bs11nread was included
293                 in build, even if --with-boost was not specified
294                 on ./configure command line
295 2008/03/06
296         - changed format of Boost serialization file output from btool,
297                 so that the database name is stored as the first line
298                 of the file
299         - added tools/bs11nread.cc to read Boost serialization file data
300                 written by btool
301         - minor adjustments to r_message.h and r_timezone.h
302         - updated s11n-boost.h header to match record classes
303 2008/03/01
304         - applied Time Zone parsing patches from Brian Edginton
305         - added Time Zones to list of supported parsers in btool.cc
306 2008/02/29
307         - changed configure.ac to use bzip2 for "make dist".. thanks to
308                 Paul Dugas for the tip
309 2008/02/28
310         - committed Chris Burgess's update to the roadmap document
311         - applied Paul Dugas's x86-64 build patch, except the
312                 tar.bz2/tar.gz change
313         - updated AUTHORS file
314 2008/02/22
315         - fixed configure.ac's --with-boost option, so that without args,
316                 it defaults to using --includedir and --libdir settings,
317                 instead of hardcoding /usr/include and /usr/lib... this
318                 should allow smarter compiling on 64 bit systems
319         - updated RPM spec file to use new --with-boost behaviour
320         - ahem, fixed configure.ac again... don't use --includedir and
321                 --libdir, as those are install targets... oops.
322                 Don't add path overrides at all if not specified.
323 2008/01/25
324         - fixed locale issues in src/data.cc
325         - updated copyright statments for 2008
326 2007/12/21
327         - applied wording correction patch to btool from Matt LaPlante
328 2007/12/07
329         - changed hard coded databases names in btool to calls to
330                 <recordclass>::GetDBName()
331         - version bump:
332                 - configure.ac
333                 - src/Makefile.am
334                 - src/version.cc
335                 - gui/src/BackupWindow.cc
336                 - src/Doxygen
337                 - rpm/barry.spec
338                 - debian/changelog
339                 - opensync-plugin/src/barry_sync.cc
340         - updated TODO
342 Release: version 0.11 - 2007/12/01
343 ------------------------------------------------------------------------------
344 2007/12/01
345         - fixed null pointer bug in Probe class (bug #1842407)
346         - added pause to maintainer release script
347 2007/11/30
348         - version bump:
349                 - configure.ac
350                 - src/Makefile.am
351                 - src/version.cc
352                 - gui/src/BackupWindow.cc
353                 - src/Doxygen
354                 - rpm/barry.spec
355                 - debian/changelog
356                 - opensync-plugin/src/barry_sync.cc
358 Release: version 0.10 - 2007/11/30
359 ------------------------------------------------------------------------------
360 2007/11/30
361         - added support to the usbwrap Match class to limit its
362                 search by busname / devname
363         - added support to the Probe class to limit its search for
364                 Blackberry devices to a given bus or device name
365         - added command line options to btool for the above Probe
366                 bus/device names, and updated the man page
367         - updated the www docs with regard to the new usb_storage
368                 behaviour and the new blacklist files... less
369                 concern about berry_charge and usb_storage conflicts
370         - added bidentify tool and accompanying man page
371         - fixed bug in rpm maintenance script that used the wrong
372                 spec file for opensuse
373 2007/11/29
374         - added better error checking to breset
375         - commented the sleep() for the 8830
376         - added code to handle the race condition where usb_storage
377                 claims the device before bcharge arrives on the scene,
378                 by asking the kernel to detach the driver from
379                 the Mass Storage interface... this change makes it
380                 possible to run bcharge, moving from 0006 to 0004
381                 to 0001 and back to 0004, all *while* usb_storage
382                 is loaded!
383         - changed Probe class behaviour so that it will not throw an
384                 exception on Device Busy (-EBUSY) but instead
385                 log the error in an internal array and keep going.
386                 This makes it possible to use btool and barrybackup
387                 with two devices plugged in at the same time.
388                 BACKWARD COMPATIBILITY NOTE: this changes initializaion
389                         behaviour, but in practice, it should only
390                         make applications look more capable, not less.
391         - updated btool to show errors logged by Probe
392         - added message to specify which PIN device is being used by btool
393         - added explanatory comments to udev rules files, about why
394                 they are so verbose
395 2007/11/27
396         - added ClearHalt() calls to probe and controller classes, just
397                 before any communication happens... the 8830 seems
398                 to need this
399 2007/11/23
400         - added usbwrap.cc:GetConfiguration()
401         - added code to check whether the configuration is the one
402                 we require, before calling SetConfiguration()... and not
403                 to call it if unnecessary.  This allows us to run
404                 at the same time as usb_storage.
405                 Thanks to Martin Owens for not letting this issue go. :-)
406         - added sleep to bcharge, before calling usb_reset()... the
407                 Blackberry 8830 behaves like a Pearl device in that
408                 it has mass storage support, but behaves like a Classic
409                 in that it resets itself... the usb_reset() seems
410                 to reset it back to 0006.  The sleep allows the device
411                 to disappear via its own reset, and let usb_reset()
412                 fail naturally on these devices.
413                 This is not an ideal solution... mainly for testing.
414 2007/11/09
415         - added modprobe/blacklist-berry_charge as per Simon Ruggier's
416                 suggestion.  Thanks also to Niels de Vos for a similar
417                 suggestion.
418         - fixed udev rules to work on both old and new distros
419                 Thanks to Duncan Mak for the bug report.
420         - AUTHORS update
421         - fixed string comparison to use case insensitive compare in
422                 opensync plugin
423         - updated Debian package to include modprobe blacklist file
424         - updated rpm spec file to include modprobe blacklist file
425         - split the maintenance scripts into release and test, so
426                 that release package builds can be done faster
427 2007/10/26
428         - opensync plugin fixes:
429                 - fixed memory leak in vBase::GetAttr()
430                 - added support in vformat parser to parse "blocks"
431                         and keep track of the hierarchy when
432                         parsing an iCalendar, etc.
433                 - added support for searching for attributes only
434                         inside certain blocks (i.e. find first
435                         DTSTART in VEVENT block, not VTIMEZONE block)
436 2007/10/25
437         - fixed bug in Calendar::Clear, missing the Free / Class
438                 member variables, leaving them uninitialized
439         - added examples/addcalendar.cc
440         - added more logging to the opensync plugin, logging the
441                 ToBarry conversion results
442         - added code to force struct tm.tm_isdst to -1 before calling
443                 mktime, in vformat.c
444                 - fixed typo in previous fix
445 2007/10/12
446         - renamed ktrans and translate to bktrans and btranslate to avoid
447                 file name clashes with libtranslate of Gnome
448                 Closes bug #1812410 reported by Troy Engel.
449         - version bump:
450                 - configure.ac
451                 - src/Makefile.am
452                 - src/version.cc
453                 - gui/src/BackupWindow.cc
454                 - src/Doxygen
455                 - rpm/barry.spec
456                 - debian/changelog
457                 - opensync-plugin/src/barry_sync.cc
458         - fixed missing default config file in the debian package for
459                 the opensync plugin
460                 Closes bug #1812224 reported by Ariel (adonatti).
461         - added debian dbg packages for tracing segfaults
462         - modified maintainer scripts so debug packages would reference
463                 source code located in /usr/src/barry-0.9, etc.
465 Release: version 0.9 - 2007/10/12
466 ------------------------------------------------------------------------------
467 2007/09/29
468         - adjusted autosuspend disabling code in bcharge, based on new
469                 information on how kernels 2.6.21 / 2.6.22 work.
470                 See bcharge.cc for comments.  If device/power/level or
471                 device/power/autosuspend exist, charging should now work
472                 without recompiling the kernel.
473         - updated website docs with autosuspend info
474 2007/09/27
475         - large update to the doc/www web pages, moving some of the
476                 information in README files to html format, so that it
477                 is commonly available on the web
478         - added step in maintenance scripts to automatically build the
479                 .html files in doc/www when making a tarball release
480 2007/09/22
481         - added libopensync 0.22 version requirement to barry.spec file,
482                 but it doesn't seem to work on OpenSuSE 10.2, where it's
483                 needed.... hmmmm
484 2007/09/21
485         - updated README to mention new tree build configure options
486         - fixed the configure scripts and makefiles so that when building
487                 with custom CXXFLAGS and LDFLAGS environment variables,
488                 it doesn't break the full-tree build mode, when
489                 using --enable-gui and/or --enable-opensync-plugin
490         - added config.h.in~ to buildgen.sh clean target
491         - converted Debian build scripts to use cdbs
492         - added opensync plugin binary package for Debian
493         - added "Getting Started" section to web pages, as well as an
494                 explanatory document for various system requirements
495         - turned on opensync build in RPM maintainer scripts
496 2007/09/20
497         - added filename to power/state error message in bcharge.cc
498         - adjusted maintainer scripts to automatically adjust barry.spec
499                 for opensuse rpm builds
500 2007/09/13
501         - fixed some of the release build scripts and added support for
502                 automated opensuse 10.2 builds
503                 - fixed build target to i386
504                 - changed scripts to add to PKG_CONFIG_PATH variable instead
505                         of overwriting it
506 2007/09/07
507         - added website docs to doc/www... these are out of date at the
508                 moment, and hopefully by including them here, they
509                 will be updated more frequently
510 2007/09/05
511         - applied Simon Ruggier's build system patch that allowed a build
512                 of all 3 components from the root directory and fixed the
513                 configure scripts to support external build directories
514         - reordered clean commands in the buildgen.sh scripts, and removed
515                 the INSTALL files, since they are auto-generated by autoconf
516         - removed extraneous buildgen.sh calls in maintainer scripts
517         - added Simon Ruggier to AUTHORS
518         - added explanatory note to 3 stage test build process in
519                 maintainer script
520 2007/08/24
521         - fixed Category handling in the Contact record class, to
522                 parse the comma separated string into an array,
523                 and back
524                 Note: this involves a change to the boost serialization
525                         and will affect backward compatibility with
526                         old serialization datafiles
527         - added Category to examples/addcontact.cc
528         - added Category support to the opensync plugin
529 2007/08/23
530         - fixed wrong read/write in btool output (oops)
531         - added BadSize exception, and changed CheckSize() function
532                 to throw it on error
533         - changed backup GUI to catch BadSize exceptions on initial
534                 connect, and try a reset if that error occurs, since
535                 that likely means the device didn't shutdown properly
536         - fixed in opensync plugin:
537                 - some vcard data contains types codes in capital letters,
538                         so added lower case conversion routine
539                 - changed the order of address lines, so that address1
540                         is the street, address2 is the extended address,
541                         and address3 is the PO Box.  The Blackberry
542                         doesn't seem to have any PO Box field.
543 2007/08/20
544         - added -e endpoint override option to btool
545         - added status message to endpoint override
546 2007/08/18
547         - added configure check for strnlen, and implementation for
548                 systems that don't have it, or that have it implemented
549                 incorrectly.  Went a little paranoid here, since
550                 AC_FUNC_STRNLEN doesn't set a define in config.h,
551                 so I had to do it manually, and check in case autoconf
552                 changes in the future... ugh.  See src/strnlen.h for
553                 the gory details.
554         - added code in probe.cc to fetch the device's description.
555                 The description is now part of the probe results
556                 along with the PIN.  Updates to protocol.h, adding
557                 a new attribute definition.
558                 Thanks to Rick Scott for pointing out the code in
559                 XmBlackberry where he implemented this first.
560         - fixed header dependency in record-internal.h
561         - updated the "required autoconf" version to 2.61 for root build
562         - moved nested structs out of the record classes that contain them,
563                 in order to better support SWIG and Python
564 2007/08/17
565         - changed bcharge to use getopt() for its argument processing
566         - added options -p and -s to bcharge, to adjust usb suspend
567                 settings automatically where possible
568         - updated the udev rules to use the new bcharge settings
569         - updated the bcharge man page with the new arguments
570 2007/08/16
571         - cleaned up Usb exception handling, moving libusb error code
572                 processing into the Usb::Error exception class.
573                 error.cc is now an empty shell
574         - added return codes to the Usb::Error exceptions
575         - removed aboutdialog.{h,cc} from the backup GUI since even
576                 Debian stable now has up-to-date gtkmm libraries
577         - added more user friendly error message for the "device busy"
578                 case, recommending 'rmmod usb_storage'.
579 2007/08/09
580         - added better error checking to bcharge.cc
581         - version bump:
582                 - configure.ac
583                 - src/Makefile.am
584                 - src/version.cc
585                 - gui/src/BackupWindow.cc
586                 - src/Doxygen
587                 - rpm/barry.spec
588                 - debian/changelog
589                 - opensync-plugin/src/barry_sync.cc
590         - removed usb_set_configuration() check from bcharge.cc, since
591                 that may fail under normal operation, in this case
593 Release: version 0.8 - 2007/08/03
594 ------------------------------------------------------------------------------
595 2007/08/03
596         - moved Interface implementation to usbwrap.cc file
597         - added dout debugging messages to usbwrap.cc
598         - clarified unhandled packet error message in socket.cc
599         - added temporary workaround in opensync-plugin environment's
600                 Reconnect(), for odd message seen on newer Blackberry
601                 devices
602         - fixing issues with Brian Edginton's MessageRecord patch (2007/06/29)
603                 - fixed missing size check in message oriented ParseHeader()
604                 - fixed endian conversion issues (also found one pre-existing
605                         endian bug in the process)
606                 - moved message timestamp converter code to time.cc
607         - added Barry version number to opensync plugin name
608         - changed maintainer scripts and rpm.spec to use bzip2 instead of gzip
609         - added opensync-plugin to configure script build
610         - added -S option to btool, to list supported parsers and builders
611         - slight change to opensync-plugin/buildgen.sh to cleanup config.h.in~
612         - opensync-plugin/README update
613         - added opensync-plugin/patches for others who may be building and
614                 testing the plugin with OpenSync 0.22
615         - added debian package build scripts to maintainer/
616 2007/08/01
617         - added entry to doc/TroubleShooting.txt
618 2007/07/28
619         - added doc/TroubleShooting.txt
620 2007/07/27
621         - opensync plugin:
622                 - fixed bug in vcard.cc that was using the FN field
623                         for the broken-down name instead of N
624                 - added dbId and dbName to DatabaseSyncState
625                 - added Reconnect() functionality to BarryEnvironment class
626                         and moved connect logic out of barry_sync.cc
627                 - changed the batch commit functionality in barry_sync.cc
628                         to single-change-commit.  Why?  Because opensync
629                         0.22 groups all batch changes into one group
630                         and calls one batch commit function, even if you
631                         registered two.  Moving to single change commit
632                         mode removes a chunk of unneccessary code
633                         from the plugin as well, and can in theory
634                         ease memory pressure in the library.
635                 - added FinishSync() to perform actions needed on successful
636                         syncing completion
637                 - disconnect on successful sync completion, and reconnect,
638                         since the device's dirty flags don't seem to
639                         be updated until a disconnect occurs.
640 2007/07/26
641         - added ReadDataArray() to data.h, using an istream instead of
642                 requiring a file
643         - added raw data version of BuildField() to record-internal.h
644                 This is so that btool doesn't add extra null terminators
645                 to unknown data, when restoring with option -s
646         - fixed bugs in r_contact.cc:
647                 - fixed bug that caused a LastName/FirstName swap
648                         if FirstName was empty and you wrote a contact
649                         record into the device.... First/Last Name
650                         fields are position sensitive, and the code
651                         was missing the empty FirstName case on writing
652                 - fixed bug in BuildFields() and Dump() where they
653                         were not updated to handle the new field
654                         table added for the postal address changes
655                         on 2007/07/20, oops
656         - opensync plugin:
657                 - changed the plugin config file, so it is possible to
658                         turn debug output on/off without recompiling
659                 - moved the standalone Map2Uid() function into
660                         the DatabaseSyncState class, and changed the
661                         code to produce "contact-#" and "calendar-#"
662                         UID strings, instead of just numbers
663                 - changed default PIN to -1, so that if the user doesn't
664                         configure properly, it will fail... this is a
665                         safety measure to avoid syncing with different
666                         devices and corrupting the cache/idmap...
667                         this should be fixed someday, to handle this
668                         automatically
669                         On second thought... is this right?  Perhaps
670                         it is better to fail if the PIN is not what
671                         is expected, so a user doesn't accidentally
672                         sync the wrong device and lose data.
673                         Actions to take on new PIN:
674                                 - force slow_sync, or
675                                 - fail
676                 - incorporated the new VCardConverter code into the
677                         main barry_sync.cc plugin code
678                 - fixed bug that did not clear the devices dirty flags
679                         in the case where a sync only read data from it,
680                         and didn't write
681                 - changed PIN error message number to hex
682 2007/07/20
683         - minor wording change in backup GUI prompt: "Backup working..." to
684                 "Backup in progress..."
685         - renamed Contact class's Title field to JobTitle for clarity
686         - added record function ParseFieldString(), which properly handles
687                 strings from the device that have multiple null terminators,
688                 and changed the record parsing code to use this new function
689         - moved FullName() function from ldif.cc to r_contact.cc since it
690                 is generally useful in areas outside of LDIF processing
691         - refactored postal addresses in the Contact record class into
692                 a new class called PostalAddress
693         - renamed Address class in record.h to EmailAddress
694         - moved Contact::GetPostalAddress() to record.cc as part of the
695                 new PostalAddress class and renamed it
696                 PostalAddress::GetLabel()
697         - opensync plugin:
698                 - refactored vformat helpers into separate base class
699                         called vBase
700                 - added vCard converter class
701                 - commented out the code that skipped over the adding
702                         of empty attribute values and parameters,
703                         since VCARD depends on some of this behaviour
704                 - movified vformat.c:vformat_find_attribute() to take
705                         an extra nth argument, in order to search
706                         for multiple attributes with the same name...
707                         the way this is coded is a bit inefficient...
708                         but we're moving away from vformat when we move
709                         to OpenSync 0.3x / 0.40, so this is just temporary
710                         pain
711 2007/07/19
712         - added SUBSYSTEM=="usb_device" to example udev rules, in order
713                 to avoid running bcharge for each endpoint that is
714                 added by udev, when first plugged in.  Running bcharge
715                 back-to-back multiple times can crash some
716                 Blackberries.
717 2007/07/14
718         - opensync plugin:
719                 - fixed ID mapping bug in the case of a non-numeric UID
720                         from syncing external -> Barry, and then the
721                         new Barry ID would look like a new change
722                         when syncing back from Barry -> external.
723                 - added support for slow sync
724                 - added clear() to idmap class
725                 - added vformat attr parameter extraction class
726                 - added more trace logging during vformat/Barry conversions
727                 - added Notification time support
728                 - handled "all day" vformat special case, when DTEND
729                         does not exist in a vformat data block
730         - changed the min1900_t time conversion functions to handle
731                 the 0xffffffff special case, when notifications
732                 are turned off on a calendar event (src/time.cc)
733         - also made the calendar data dump output clearer for
734                 disabled timestamps, and added debug output
735                 for the raw min1900 value, in case there are more
736                 special cases in the future
737 2007/07/13
738         - fixed null pointer access in opensync's HasMultipleVEvents()
739 2007/07/12
740         - upper management directive: revert all OpenSync 0.3x changes
741                 and proceed with OpenSync 0.22.  Reverting the
742                 opensync-plugin/src tree to Barry 0.7 status.
743 2007/07/06
744         - reorganized exception and trace code in opensync plugin
745         - added XmlToCalendar() function, based on unfinished opensync
746                 library API that is not yet finished... will be
747                 committed to opensync svn tree when complete
748         - added OSyncXMLField logger to plugin trace class
749 2007/06/29
750         - applied email MessageRecord patch from Brian Edginton (thanks!)
751         - updated Message::Dump() to output more valid mbox data...
752                 the goal is to be able to do:
753                         btool -d "Messages" > email.mbox
754                         mutt -f email.mbox
755         - changed some TODO's to FIXME's to keep it grep-consistent
756         - applied Folder support patch from Brian Edginton
757         - fixed pedantic compile warnings, and changed order in src/Makefile.am
758         - removed unneeded cast in src/r_folder.cc
759 2007/06/28
760         - minor adjustment to ctags building in buildgen.sh
761         - applied patch from Brian Edginton for better boost detection
762                 in configure.ac
763         - added boost usage message to btool -h output
764 2007/06/21
765         - more porting of OpenSync module to 0.30
766         - added ctags build for opensync source tree to buildgen.sh
767 2007/06/14
768         - changed PKG_CONFIG_PATH setting in rpm script, so that systems
769                 like SuSE that have an extensive PKG_CONFIG_PATH
770                 in general use will not break on build
771         - added PKG_CONFIG_PATH to debian script too, just in case :-)
772         - added debian/changelog to doc/ReleaseChecklist.txt
773         - added comment to rpm/barry.spec regarding SuSE RPM builds
774 2007/06/08
775         - applied patch from Niels de Vos fixing debian package build
776                 dependency
777         - applied Brian Edginton's Saved Email Messages patch
778         - updated r_saved_messages.cc comment to match header
779         - added GetRecType()/GetUniqueId() to r_saved_messages.h, since
780                 SetIds() is already there
781         - removed Address version of operator<<() from message related headers
782                 and moved into record.h
783         - added std::hex to message related dumps, and changed output to
784                 be more mbox-like
785         - updated doc/CodingStyle.txt to cover switch() statements
786         - opensync compiles again, with 0.30!  (not functional yet)
787                 - moving closer to more modular and reusable plugin functions
788         - updated release checklist for opensync version number
789 2007/06/07
790         - added doc/CodingStyle.txt... preliminary version
791 2007/06/06
792         - applied Brian Edginton's PIN message patch
793         - changes to PIN message patch:
794                 - fixed missing backslash in src/Makefile.am
795                 - fixed tab alignment throughout
796                 - removed typedef from Address struct
797                 - added clear() to Address... might as well, if it it is
798                         going to be a standalone type
799                 - fixed missing comma in PINMessageFieldLinks table
800                 - changed MessageRecordId in PINMessage to load from a new
801                         uint32_t field in CommonField, instead of piggy
802                         backing on a field for other use
803         - did some testing and found that PINMessage's MessageRecordId
804                 is the same as the RecordId given through the SetIds()
805                 API... but these Id's are duplicated in the protocol...
806                 RecordId is stored in the protocol header, while
807                 MessageRecordId is stored in the record it self as
808                 a common field... added RecType and RecordId to
809                 PIN Message so that we store both of these
810         - updated AUTHORS
811 2007/05/27
812         - added item to gui/TODO
813         - applied Brian Edginton's s11n-boost.h patch
814 2007/05/25
815         - renamed template values to more consistent naming scheme
816         - applied memos and tasks patch from Brian Edginton, slightly
817                 modified to split into the new separate files system
818         - changes to memos and tasks classes:
819                 - reformatted the code to match coding style
820                         (come on Brian) :-)
821                 - added copyright notice
822                 - changed class to singular (Memo, not Memos)
823                 - placed in Barry namespace
824                 - added #ifdef header protectors
825                 - added new files to Makefile.am
826                 - added new r_*.h headers to record.h
827         - added support for Memos and Tasks to tools/btool.cc, based on
828                 Brian Edginton's patch
829                 (currently commented out, for Boost library reasons):
830         - added doc/CommitPolicy.txt
831         - updated AUTHORS
832 2007/05/24
833         - added ctags generation to buildgen.sh
834         - applied record.{h,cc} fix patch from Brian Edginton
835                 - ClassFlag
836                 - FreeBusyFlag
837                 - Clear() fixes
838         - fixed broken formatting in above patch
839         - refactored record parser classes into separate files for each
840         - changed the ConvertHtoB<> template to inline, as it caused
841                 linker errors with the new file layout
842 2007/05/17
843         - fixed bug in Debian packaging that put util commands in
844                 /bin and /sbin instead of /usr/bin and /usr/sbin
845         - commited byteswap.h replacement code from gm2net
846         - backup gui:
847                 - removed unneeded debug messages on stdout
848                 - changed the default for debug output to "off"
849                         and added a command line option to turn
850                         it on if necessary  (--debug-output)
851                 - command line option --help now also works
852         - fixed bug in Calendar class where it didn't initialize
853                 RecType properly... and cleaned up other RecType
854                 code to use the GetDefaultRecType() functions,
855                 localizing the constants in one place
856 2007/05/11
857         - applied patches from Brian Edginton, parsing more
858                 fields in Contact and Calendar records
859         - added Brian Edginton to AUTHORS
860         - reformatted record.{h,cc} to match the rest of the code,
861                 removed commented out code, and removed mention of
862                 Outlook from the comments.
863         - updated udev/10-blackberry.rules.Debian for Debian Etch
864         - updated debian/rules to use new udev rules file
865         - removed debian/postinst, as stable versions of Debian now
866                 have a recent udev, and don't need the special handling
867         - updated Debian build scripts to build separate packages:
868                 libbarry
869                 libbarry-dev
870                 barry-util
871                 barrybackup-gui
872         - added menu support to Debian barrybackup-gui package
873         - made the buttons bigger in the backup GUI, as they were too
874                 small on Debian Etch
875         - opensync plugin:
876                 - more progress in porting to opensync 0.30, heavily
877                         based on the example plugin in the opensync
878                         svn tree...  this is a work in progress, and so far
879                         is incomplete
880 2007/05/04
881         - opensync plugin:
882                 - partial porting to opensync 0.30 (in progress!)
883                 - fixed bug in sync_done where it reported context error
884                         and then success afterward
885         - checking in new INSTALL files based on Etch's autoconf run
886         - added item to gui's todo list
887         - bumped version numbers to 0.8 in:
888                 - configure.ac
889                 - src/Makefile.am
890                 - src/version.cc
891                 - gui/src/BackupWindow.cc (about dialog)
892                 - src/Doxygen
893                 - rpm/barry*.spec
895 Release: version 0.7 - 2007/05/02
896 ------------------------------------------------------------------------------
897 2007/05/02
898         - added rpm building to maintainer/release scripts
899         - added "HEAD" feature to tarball creation script, for easier testing
900         - updated maintainer/README
901         - updated maintainer/release.sh to use new HEAD feature too
902 2007/05/01
903         - added pppob to rpm barry.spec
904         - bumped release number in barry.spec
905 2007/04/30
906         - opensync plugin:
907                 - fixed size check bugs (strlen() == 0 when empty)
908                 - finished refactoring calendar conversion routines
909                 - started timezone parsing, but this may go away
910                         if we use opensync 0.30's time functions and
911                         xml data format...
912                 - added development note to README
913 2007/04/29
914         - updated README and opensync-plugin/README with more current
915                 build instructions
916         - opensync plugin:
917                 - refactored some calendar conversion routines
918                 - added Barry->vCalendar conversion for recurring appointments
919 2007/04/27
920         - opensync module:
921                 - removed some unneeded trace logs
922                 - fixed VEventConverter constructor bug, with uninitialized
923                         m_Data pointer
924                 - eased up the requirement that every calendar event
925                         must have a summary... defaults to "<blank subject>"
926                         if empty
927                 - added more VCALENDAR fields to match Barry::Calendar record
928                 - fixed case sensitive compares in vformat.c
929 2007/04/26
930         - opensync module work:
931                 - added id map class to map string uid's from OpenSync to
932                         numeric ID's from the Blackberry
933                 - fixed bug in CommitChange() where it was still using
934                         a hard coded calendar record state table
935                 - added lots of logging throughout
936                 - fixed bug where newly added records didn't use the
937                         change object's uid, but created a new ID,
938                         causing another sync on the next run
939                         i.e. (CommitData_t was missing an argument)
940                 - fixed bug where uninitialized notification time was
941                         written to the Blackberry
942         - more opensync module work:
943                 - refactored the environment class into another subclass
944                         called DatabaseSyncState, and moved some stand-
945                         alone functions from barry_sync.cc into
946                         the environment classes
947                 - added a tagged constructor to the trace class
948                 - fixed idmap::Load() to clear map before loading
949 2007/04/20
950         - renamed barry-config to barry-sync, the default configuration
951                 file for the opensync module... and filled it with
952                 a sample configuration
953         - added code to update the calendar cache, and write it to disk
954                 on success (opensync module)
955         - added code to clear dirty flags in the device (opensync module)
956         - allowed comments in the config file
957         - added vformat.c from libopensync 0.22, since the vformat
958                 routines are not available from the plugin side
959 2007/04/19
960         - updated gui/TODO
961         - added -d switch to bcharge to switch back from 0001 to 0004 mode,
962                 changed the auto-detection logic to ignore iProduct and
963                 only use idProduct, and updated man page
964         - updated breset to recognize the Pearl in 00004 mode as well
965         - changed src/probe.cc logic to assume that the second endpoint
966                 pair is the one needed for database communication, instead
967                 of doing a reverse search from the end... newer Pearls
968                 in Dual mode seem to have at least 3 or 4 endpoint pairs,
969                 and the old search didn't always work
970         - applied sourceforge patch #1696884 from Peter Silva, updating
971                 the Debian build for Etch, and including all files in one deb
972         - added Peter Silva to AUTHORS file
973         - uncommented the "make distclean" in debian/rules, and removed
974                 the reliance on /tmp when installing 99-barry-perms.rules
975         - applied bb_task_format.txt patch from Peter Silva
976         - fixed each misspelling of "recurrance" to "recurrence"
977         - tweaked src/probe.cc again for paranoia's sake... start at
978                 offset 1 if more than 1 endpoint pair, otherwise start
979                 search at 0
980         - split up opensync module into multiple source files, and started
981                 using the opensync vformat routines for parsing and building
982                 the vevent20 data (experimental)
983 2007/04/04
984         - more incremental work on the opensync plugin, adding ADDED
985                 and MODIFIED functionality... (experimental!)
986 2007/03/30
987         - added code to dump extra descriptors during device discovery,
988                 if found
989         - bumped opensync version number in configure.ac, and made
990                 the configure scripts more consistent with the rest
991                 of the project
992         - fixed printf-format size bug in opensync module
993 2007/03/29
994         - applied patch from Niels de Vos, fixing deb udev rules for Pearl
995         - updated AUTHORS
996         - fixed extra space bug in LDIF output (added space when creating
997                 FullName, even if there was no last name)
998         - fixed Address Book record parsing in Contact class... the
999                 Blackberry database uses field id 0x20 for both the
1000                 first and last names, and if only a last name exists,
1001                 the first name will be empty.  Fixed parser to handle
1002                 this special case, without relying on string length.
1003                 Thanks to Troy Engel for reporting above two LDIF bugs.
1004         - added a few more constants to bcharge.cc
1005         - renamed opensync's configure.in to configure.ac
1006 2007/03/17
1007         - fixed bcharge to avoid endless reset loop... oops
1008 2007/03/16
1009         - reorganized bcharge.cc to make it possible to switch between
1010                 Pearl modes 0004 and 0001
1011         - added flag to BadPassword exception class, to signal whether
1012                 the library considers the device "out of retries" or not
1013         - updated socket.cc for new BadPassword exception
1014         - added special case to Controller class destructor to reset the
1015                 device if being destroyed in a half-open state... this is
1016                 a temporary fix until we understand how to handle
1017                 the "already open" message we get when opening the Desktop
1018                 in some cases
1019         - added password prompt dialog to the backup GUI
1020         - fixed possible memory leak in GUI's DeviceInterface::Connect()
1021 2007/03/08
1022         - committed Troy Engel's bbrules_mass_symlinks.patch, fixing
1023                 udev rules for the Pearl
1024         - updated 10-blackberry.rules.Debian to match 10-blackberry.rules's
1025                 functionality
1026         - applied Troy Engel's barry.spec patch to generate all required
1027                 RPM's... Thank you!  Notes in the README taken from
1028                 the sourceforge tracker entry containing the patch.
1029         - added libusb lib flags to tools/ and examples/ makefiles,
1030                 and tweaked configure.ac with a better default,
1031                 to build cleanly on RHEL 4
1032         - modified rpm/barry.spec:
1033                 - does not create doc-only barry base package anymore
1034                 - fixed "barry-backup" typo
1035                 - removed the patch step, as version 0.7 shouldn't need it
1036                 - added license file to each package
1037                 - commented out console perms scripts, pending mailing list
1038                         discussion
1039         - updated AUTHORS
1040         - applied Troy Engel's barry.spec patch to fix RHEL4 compile issues
1041         - fixed 80 column wrapping error in barry.spec, thanks to Troy Engel
1042                 for the bug report
1043         - applied Troy Engel's udev permissions patch for Redhat/Fedora
1044                 systems, which automatically set the ownership of a
1045                 newly plugged in device to the currently logged in console
1046                 user.
1047         - added udev/README to document what all those files are for...
1048                 part of the text comes from the sourceforge comment
1049                 on the above udev permissions patch from Troy Engel
1050         - uncommented the console perms scripts for rpm/barry.spec
1051         - added libglademm-2.4 to gui/README's dependency list
1052         - made usbwrap.* calls more threadsafe
1053         - added Usb::Timeout exception for timeout errors
1054         - added preliminary UsbSerData support to library for GPRS modem
1055                 functionality, using Rick Scott's XmBlackBerry's serdata.c
1056                 as a guide
1057         - added overloaded Socket::Send() for sending without receiving
1058         - added preliminary pppob command line tool
1059 2007/03/02
1060         - version bump in:
1061                 - configure.ac
1062                 - src/Makefile.am
1063                 - src/version.cc
1064                 - gui/src/BackupWindow.cc (about dialog)
1065                 - src/Doxyfile
1066                 - rpm/barry.spec
1067         - build system tweaks for opensync-plugin, and added a buildgen.sh
1068                 for it
1069         - added better debug messages in probe.cc and usbwrap.cc's
1070                 device discovery code
1071         - changed error handling for null interface->altsetting pointers
1072                 when doing device discovery in usbwrap.cc.  Seems that
1073                 some devices report a higher number in bNumInterfaces
1074                 than are really available... in this case, let's
1075                 just ignore the missing data and assume success
1076         - applied udev script patch #1663986 from Troy Engel
1077         - applied barry-bcharge.spec patch #1672178 from Troy Engel
1078         - ReleaseChecklist update
1079         - added rpm/README based on Troy Engel's patch notes
1080         - updated new barry-bcharge.spec for version 0.7, removing patch
1081                 dependency
1083 Release: version 0.6 - 2007/02/28
1084 ------------------------------------------------------------------------------
1085 2007/02/28
1086         - fixed size checks for device database records larger than 64K
1087                 Thanks to Michael Brown for the bug report.
1088         - added initial release maintainer scripts
1089         - fixed odd backup success message in GUI when doing a backup with
1090                 no databases selected in configuration
1091                 Thanks to Michael Brown for the bug report.
1092         - added udev permissions file patch from Michael Brown
1093         - added Michael Brown to AUTHORS
1094         - updated README, gui/README, and doc/USB-capture.txt
1095         - added -o command line switch to bcharge.cc, and updated man page
1096 2007/02/23
1097         - changed library behaviour so it only turns on libusb debug output
1098                 if in data dump mode.  In btool, -v controls this output.
1099         - minor stream formatting fix in btool
1100         - added OpenSSL dependency to build for password hash support
1101         - made debug dout() output conditional on Init() flag... In btool,
1102                 -v now controls this as well
1103         - reverse engineered more of the initial probe packets, and
1104                 implemented probing in struct based code... changes include:
1105                 - added support for "attribute fetch" packets, used at
1106                         the beginning of USB conversations
1107                 - defined object/attribute id codes for the PIN number
1108                 - made Protocol::SocketCommand more robust, and implemented
1109                         its sequence number behaviour
1110                 - moved ModeSelectCommand into SocketCommand, as it is a
1111                         socket 0 level command
1112                 - added initial protocol struct: PasswordChallenge
1113                 - renamed Barry::Packet to DBPacket
1114                 - added ZeroPacket for socket 0 packet creation and analysis
1115                 - Barry::Packet is now the base class for the above
1116                 - implemented socket 0 behaviour in socket.cc
1117                 - changed return values for Send/Receive/Packet/NextRecord
1118                         members in the Socket class from bool to void, as they
1119                         don't generate errors themselves, but only can
1120                         have an error if Usb::Device throws an exception.
1121                         Cleaned up all code that called these members as well.
1122                 - removed "last status" from Socket class as it was unused
1123                 - updated probe.cc to use new socket 0 implementation
1124                 - removed two of the hard coded packet handshakes in favour
1125                         of socket 0 packets
1126                 - updated controller.cc:
1127                         - uses new socket 0 implementation
1128                         - removed "flag" hack when opening sockets and
1129                                 selecting modes, as it should use the
1130                                 socket 0 sequence number
1131         - added initial, incomplete prototype header for the C API
1132         - updated some .cvsignore files
1133         - updated TODO
1134         - updated ReleaseChecklist.txt, adding rpm spec file
1135         - added the following to ZeroPacket:
1136                 - ChallengeSeed()
1137                 - RemainingTries()
1138                 - SocketResponse()
1139                 - SocketSqeuence()
1140         - moved Command() to base Packet class
1141         - added comments to protostructs.h and size constants for the
1142                 new PasswordChallenge struct
1143         - added password support to Socket and Controller classes
1144                 Thanks to Rick Scott's XmBlackBerry for the openssl
1145                 password hashing logic.
1146         - updated btool to use new password support, and updated its man page
1147 2007/02/22
1148         - updated Doxygen input files and version, and added to ReleaseChecklist
1149         - fixed btool PIN output for LDIF mode, now commented in output
1150         - major LDIF overhaul:
1151                 - split LDIF specific code out of the record class and
1152                         into its own
1153                 - fixed "full name" behaviour that added an extra space
1154                         in dn attributes, as reported by Troy Engel
1155                 - added support for mapping of LDIF attributes to Barry
1156                         contact field names
1157                 - fixed base64 handling, so attributes are only so encoded
1158                         if necessary
1159                 - fixed base64 attribute reading inconsistency... some
1160                         notes fields were missed in old version if not
1161                         encoded
1162                 - added support for specifying alternate attribute for
1163                         constructing a FQDN, instead of just "cn"
1164                 - updated btool and upldif to use new features
1165         - large update to btool manpage
1166         - fixed initialization bug in Contact constructor (missed RecType)
1167 2007/02/15
1168         - added ktrans.cc to make reading of kernel usbfs_snoop logs easier
1169         - removed commented code from translate.cc
1170         - added Pearl handshake support to bcharge.cc, which resets the
1171                 Pearl so that the vendor specific 0xFF class exists.
1172                 This should allow use of btool on the Pearl.
1173         - added Data::AppendHexString to data.cc
1174         - added better probing support for the Pearl, so it detects the
1175                 Product ID 0x0004 mode, and does a search for class 0xFF
1176                 instead of hardcoding it.
1177 2007/02/10
1178         - applied README patch from Ian Darwin
1179         - minor tweaks to README
1180         - added missing errno.h header in src/usbwrap.cc for AMD64
1181                 Thanks to Jonathan Hudson for reporting the bug.
1182         - tightened up size checks in Data::ReleaseBuffer()
1183         - stable libusb *does* return the actual length of the USB packet...
1184                 fixed this in usbwrap.cc to set the actual size of read data,
1185                 and removed the size hacks elsewhere in the code:
1186                 probe.cc, protocol.cc, socket.cc, usbwrap.cc
1187 2007/02/09
1188         - added proper return codes for error conditions in btool.cc
1189         - clarified some stream output code in the library, for hex/dec numbers
1190         - removed old, non-working connect.cc test program
1191         - added iomanip to debug.h
1192         - changed usbwrap to call libusb again if EINTR and EAGAIN
1193                 This should fix one of the OpenBSD issues
1194 2007/02/04
1195         - updated AUTHORS
1196         - fixed bug in barrybackup GUI that didn't create the target path
1197                 if the user didn't do Edit | Config first.
1198                 Thanks to Ian Darwin for reporting the bug.
1199         - applied gui/src/ConfigFile.cc header fix patch for OpenBSD
1200                 from Ian Darwin
1201 2007/02/03
1202         - added initial btool.1 man page from Ian Darwin
1203         - updated man/Makefile.am for new btool.1
1204         - updated AUTHORS
1205         - applied btool -h help clarification patch from Ian Darwin
1206 2007/02/02
1207         - reworked exception hierarchy, so applications can handle all
1208                 Barry related exceptions, including Usb errors, with
1209                 one base class: Barry::Error
1210         - fixed all the ripple changes this caused throughout the codebase
1211         - added BadPassword exception
1212 2007/02/01
1213         - version bump in:
1214                 - configure.ac
1215                 - src/Makefile.am
1216                 - src/version.cc
1217                 - gui/src/BackupWindow.cc (about dialog)
1218         - updated doc/ReleaseChecklist.txt
1219         - added usb-level breset.cc command line tool
1220         - fixed bug in gui/src/tarfile.* for systems where
1221                 sizeof(int) != sizeof(void*)
1222                 - TarFile class now uses a plugin style for the compression
1223                         operations, to allow for threadsafe versions if needed
1224                         in the future.
1225                 - also fixed leaked file handle bug in open_compressed()
1226                 - Thanks to Jonathan Hudson for reporting this for 64bit systems
1227         - minor signed comparison fixes in the library
1228         - added better protocol data dumping code in probe.cc
1229         - added Usb::Device::BulkDrain(), to prevent Barry from hanging
1230                 due to pending reads
1232 Release: version 0.5 - 2007/01/26
1233 ------------------------------------------------------------------------------
1234 2007/01/26
1235         - added missing errno.h header to gui/src/util.cc
1236         - lots more endian fixes after testing on iMac  
1237         - iostream output size fixes
1238         - added option to btool to reset the device via software
1239         - beefed up exception handling in barrybackup
1240         - checked in opensync work-in-progress: trace logging, pointer bugfix
1241                 this is still experimental
1242         - added aboutdialog.* files from gtkmm24 2.10.6, so we have a dialog
1243                 class for systems running older versions of gtkmm, like
1244                 Debian stable
1245         - uncommented the about box menu handler
1246         - added "cleanall" option to root buildgen.sh script
1247         - update ReleaseChecklist.txt
1248         - removed CVS auto-history strings from aboutdialog.*
1249 2007/01/25
1250         - found a link between the unknown field in tagged protocol headers
1251                 and the unknown field in RecordStateTable entries.  This
1252                 field matters when uploading certain databases, such as
1253                 Browser Options.  It is unknown what this field really
1254                 means, but we're calling it RecType.  Updated the API
1255                 to use this in all parser objects and builder objects
1256                 and record objects that use it.
1257         - changed some uses of uint64_t to uint32_t, in Contact and
1258                 Calendar record objects... unique IDs only seem to be
1259                 32 bits
1260         - added new static function to record classes: GetDefaultRecType()
1261                 This returns the default rectype that should work
1262                 for that record.  Ideally this should be retrieved from
1263                 the device, but in the case where a database has no
1264                 records, this info would be good to know.
1265         - updated convenience template function Controller::AddRecordByType()
1266                 to use GetDefaultRecType()
1267         - documented the recurrence data and how to use it in Calendar objects
1268         - added data debug output for incoming USB packets in the
1269                 socket class... when we ported to the stable libusb
1270                 we lost some of the verbose output... this should get it
1271                 back.  (In the official release, you need to uncomment
1272                 ddout() in debug.h for the full blast of debug output).
1273         - backup GUI updates:
1274                 - changed error_done signal into a pure error signal,
1275                         and changed the logic so the restore continues
1276                         even if there was a protocol error on one database
1277                 - changed status bar messages to show what's happening
1278                         i.e. Backup or Restore
1279                 - default to not restore the "Handheld Agent" database as
1280                         it appears to be read-only on the device
1281                 - added temporary Restore & Backup mode for debugging
1282                 - added extra hyphen to backup files to show date/time better
1283                 - updated GUI to save and restore the new RecType field
1284                         supported now by the library
1285 2007/01/21
1286         - added future considerations to doc/ReleaseChecklist.txt
1287         - applied big endian patch from Jonathan Hudson
1288         - changes to patch:
1289                 - removed endian.h include from barry.h, since applications
1290                         using the library should not care about endianness
1291                 - hard coded the path to config.h in endian.h
1292                         so that endian.h never makes it into the final
1293                         install
1294                 - removed DEFAULT_INCLUDES setting from src/Makefile.am
1295                         for the same reason
1296                 - removed config.h dependency in btool.cc and used library
1297                         Version call instead
1298         - added big/little endian text to the Barry::Version call
1299         - updated AUTHORS
1300         - fixed install location of bcharge when building with ./configure;
1301                 now goes to sbin/ for both source compile and binary packages
1302                 Thanks to Jonathan Hudson for reporting this bug.
1303 2007/01/20
1304         - added smarter timeout values to controller, and allowed
1305                 timeout overrides in the packet, socket, and usbwrap code...
1306                 extra timeouts are needed for erasing databases for
1307                 some older devices
1308         - added an explicit DataDumpParser class to btool.cc, as the
1309                 library doesn't always have extreme verbose debugging on...
1310                 this makes sure anyone can always get raw database packets
1311                 through btool, for development
1312         - added thread callback signals for error finishes and erase_db
1313                 operations, so the GUI is updated properly
1314         - more GUI cleanups (status bar updates, etc)
1315         - finished implementation of GUI restore
1316         - fixed gtkmm/glibmm exception handling when the exceptions
1317                 occur in sigc signal handlers... in that case,
1318                 exceptions need to be handled with
1319                 Glib::add_exception_handler()
1320         - added filename-only reading support to TarFile class
1321         - added pending gui/TODO items
1322 2007/01/19
1323         - backup GUI now properly shows progress
1324         - the buttons become insensitive when backup is busy
1325         - refactored directory check code, and added mkdir check
1326                 when to the backup setup (so the directory exists
1327                 when we try to write to it)
1328         - updated code to use Barry::Data in new namespace
1329 2007/01/18
1330         - moved Data class into Barry namespace
1331 2007/01/13
1332         - updated copyright dates for the new year
1333         - clarified exception message in controller.cc
1334         - fixed pointer initialization bug in controller.cc
1335         - added documentation comments to parser.h and builder.h
1336         - updated ReleaseChecklist.txt
1337         - updated README
1338         - changed Barry library configure scripts to make better
1339                 use of pkg-config for autodetecting dependencies
1340         - added initial Barry Backup GUI (gui/ directory), capable of making
1341                 backups only at this point
1342 2007/01/11
1343         - added doc/ReleaseChecklist.txt
1344         - added version API, returning version number and string
1345         - added Troy Engel to AUTHORS
1346         - added special case to bcharge.cc for the Blackberry Pearl,
1347                 which doesn't reset itself after the charge handshake
1348                 Thanks to Troy Engel for testing.
1349 2007/01/05
1350         - added pkg-config support for the library (libbarry-0.pc.in)
1351         - fixed compile error on g++ 3.3 systems (missing stdint.h
1352                 in probe.h)
1353         - fixed protocol hang at end of Controller operation... in
1354                 controller destructor, it was deleting the USB interface
1355                 before closing the socket at the BlackBerry level, thereby
1356                 leaving the device in Desktop mode
1357 2007/01/04
1358         - support the newer udev packages on Ubuntu, which need slightly
1359                 different rules
1360         - modified bcharge.cc to search for Pearl devices too.
1361                 USB product ID 6
1362         - added Pearl product ID to probe code, but likely not functional
1363                 yet until we find someone able to get a USB capture for us
1364 2006/12/29
1365         - version bump in configure.ac and src/Makefile.am
1367 Release: version 0.4 - 2006/12/29
1368 ------------------------------------------------------------------------------
1369 2006/12/29
1370         - added bcharge.cc to the tools/ directory (whoohoo!)
1371         - added initial release version of rpm/barry.spec (aka bcharge.spec)
1372                 This begins the barry binary release, currently only
1373                 including the bcharge utility, but possibly more in
1374                 the future.  Future binary packages will likely include
1375                 libbarry, libbarry-devel, etc, which barry will then
1376                 depend on.
1377         - added udev rule script for BlackBerry devices
1378         - added man/ directory and bcharge.1 manpage
1379         - added debian/ directory for building deb packages, with initial
1380                 package scripts
1381         - added rpm/make-rpm-tarball.sh for building RPMs
1382         - split out technical docs into separate libbarry.docs file for
1383                 a future Debian install
1384         - added more cleaning to buildgen.sh
1385         - added new udev rule file for Debian stable
1386         - hardcoded g++ to 3.3 in debian/rules as I have multiple versions
1387                 on my system and need to compile releases with stable
1388 2006/12/21
1389         - ported Barry to use the stable branch of libusb
1390                 NOTE: no longer depends on the devel libusb tarball!
1391                         Just use your distro's libusb packages.
1392         - fixed more endian issues
1393         - minor update to TODO
1394 2006/12/15
1395         - moved Exceptions, Hacking, and VersionNotes to doc/
1396         - added doc/USB-capture.txt
1397 2006/12/08
1398         - added Controller::AddRecord() and template helper
1399         - added beginning version of generic RecordFetch<> template
1400         - set default of Barry::Init() to false (no data dump mode)
1401         - added examples/ directory, with first addcontact.cc example
1402 2006/12/07
1403         - added autoconf support based on Peter McAlpine's patch
1404         - renamed Makefiles to Makefile.orig and added script to turn
1405                 on old build system if wanted
1406         - fixed boost-specific error path in btool
1407         - moved platform specific code out of time.h and into time.cc
1408         - moved btool.cc, translate.cc, and upldif.cc out of src/ and
1409                 into their own tools/ subdirectory
1410         - added NEWS file to make autotools happy
1411         - added a "clean" option to the buildgen.sh script... maintainer's
1412                 use only
1413         - reworked autoconf and automake files, to support
1414                 barry as a library, to move the programs into their
1415                 own tools directory, and support a proper installation
1416         - fixed headers in parser.h, btool.cc, and upldif.cc to work
1417                 properly when installed standalone
1418         - added tools/Makefile.plain for testing compiling against
1419                 installed barry library
1420         - added commentary on version number system
1421         - removed Makefile.conf and Makefile.orig, as new autoconf
1422                 system supercedes it
1423         - added support for boost serialization library in autoconf build
1424         - added library version number to autoconf build
1425         - changed boost flag to __BARRY_BOOST_MODE__ to avoid collisions
1426         - removed debug.h dependency from btool.cc
1427         - removed libusb check in favour of specific --with-libusb
1428                 option... may need to revisit this later
1429         - quick installation update in README
1430 2006/12/01
1431         - fixed some missed endian conversions in record.cc and added
1432                 some size checks
1433         - fixed endian issues in time.h
1434         - added 2 more functions to the time zone API, and adjusted
1435                 the time zone table for better defaults in North America
1436         - added btool and upldif to the make install sequence
1437         - added support for Calendar recurrence data
1438         - small doc/TimeZones.txt update
1439 2006/11/24
1440         - added BlackBerry time zone code list, reverse engineered from a 7750
1441         - added GetTimeZone() to convert device time zone codes to useful data
1443 Release: version 0.0.3 - 2006/11/24
1444 ------------------------------------------------------------------------------
1445 2006/11/23
1446         - added return code check to Controller::SaveDatabase()
1447         - fixed Data() class constructor, so it doesn't auto-convert
1448                 from any int
1449         - fixed size checking bug in Packet::ReturnCode() that caused
1450                 uploading to device to fail
1451 2006/11/10
1452         - added Exceptions doc file, documenting the C++ exceptions used,
1453                 and their hierarchy
1454         - fixed small bug in 'make install' which didn't build first
1455         - minor documentation and cleanup in upldif.cc
1456         - added utility functions to the RecordStateTable class,
1457                 GetIndex() and MakeNewRecordId()
1458         - changed btool so that the -d command modifiers can be
1459                 specified multiple times to work with multiple records
1460                 at once
1461         - added Calendar sync code to the opensync module (not complete)
1462         - cleaned up exception handling in the opensync module, making
1463                 more use of the base exception to make sure no
1464                 exceptions leak into the C library code
1466 Release: version 0.0.2 - 2006/10/12
1467 ------------------------------------------------------------------------------
1468 2006/10/12
1469         - fixed casting error in opensync module
1470         - minor updates to documentation to prepare for release
1471 2006/09/29
1472         - added stdint.h to parser.h for uint32_t.  Thanks Ron Gage for
1473                 the bug report
1474 2006/09/08
1475         - large refactoring of the packet parsing and building code,
1476                 splitting the code into 3 groups:
1477                 - record: handles record specific parsing and building...
1478                         this is mostly subfields with CommonField structs
1479                         as their headers, but sometimes has a specific
1480                         header of its own, in the case of email
1481                         Note: email's header is as yet undecoded.
1482                         Record does not know the details of the packet
1483                         formats, only the formats of its own record data.
1484                 - packet: handles building of complete command packets
1485                         and handles parsing of commonly used header values,
1486                         providing an API for it... packet does not know
1487                         the record format details, but does know the
1488                         details of each Database Operation (protocol.h)
1489                         packet format.
1490                         So far, it seems that there is a real separation
1491                         of operation formats and record formats, with the
1492                         record formats being the same even with different
1493                         database operation codes (GET_RECORDS /
1494                         OLD_GET_RECORDS), which was not confirmed before.
1495                         See the header size of the email record after
1496                         refactoring.
1497                 - controller: handles device state, and the management of
1498                         sockets, commands, and checking for response values.
1499                         The Controller object does not know the format
1500                         of either the record or the packet it is sending,
1501                         but does know the protocol handshake logic used
1502                         to talk to the device.
1503         - implemented SetRecord (SET_RECORD_BY_INDEX)... syncing, here
1504                 we come!
1505         - spelling correction in opensync-plugin/AUTHORS
1506 2006/09/01
1507         - added sample hotplug scripts
1508         - added .cvsignore files for doxygen and opensync directories
1509         - added src/endian.h... still need to add configure support to
1510                 handle non-little-endian machines
1511         - added exception handler in opensync plugin commit_change()
1512         - removed the device reset code in probe.cc, as resetting a device
1513                 can renumber the devices in /proc on kernel 2.4.x,
1514                 and cause a failure to reach the device...
1515                 FIXME - this should be changed someday to reset if probing
1516                 fails, and restart the probe on reset, as sometimes
1517                 the blackberry devices respond differently when not reset
1518                 Ideally, the probe protocol should be properly reverse
1519                 engineered.
1520         - added support for retrieving record state table, which is needed
1521                 for smarter syncing
1522         - added support for retrieving, deleting, and clearing the dirty
1523                 flags of individual blackberry device records
1524         - added endian macros throughout the code
1525 2006/07/13
1526         - added opensync-plugin to root Makefile's clean
1527         - updated time conversion calls to match opensync's latest SVN
1528         - added opensync_change_set_changetype() (only add for now,
1529                 for development)
1530         - removed slow sync functions for now
1531 2006/07/07
1532         - added quick "install" makefile target, to src/install by default
1533         - added static library target... this is temporary until autoconf
1534                 stuff is added properly... needed for the opensync plugin
1535         - documented in comments that Barry::BError is intended to be
1536                 the base classes for all exceptions
1537         - added first round of implementation of an opensync plugin, based
1538                 on the example plugin code from the opensync sources
1539 2006/06/22
1540         - added to Contact record class:
1541                 - Clear()
1542                 - ReadLdif() to load and parse LDAP data
1543         - added fragmented send support to Socket class
1544         - added Probe::FindActive() to make client programs more streamlined
1545         - fixed hex/decimal printing of record counts in btool
1546         - added upldif.cc, a utility to take ldapsearch output on stdin
1547                 and upload it to a blackberry
1548         - updated src/.cvsignore
1549 2006/06/16
1550         - added parsing of service book fields:
1551                 - old and new name
1552                 - old and new unique ID (UID)
1553                 - content ID (CID)
1554                 - old and new description
1555                 - DSID
1556                 - bes domain / domain
1557         - date change in legal.txt
1558         - added initial parsing of ServiceBook field 0x09, and calling it
1559                 ServiceBookConfig for now, for lack of a better name
1560         - added parsing for ServiceBook field 0x02 on 72xx Blackberries...
1561                 seems to be a name or description, but doesn't appear
1562                 in the device's own GUI... called "Hidden Name" for now
1563 2006/06/09
1564         - added ServiceBook record class and parser code, based on some
1565                 of Ron Gage's reverse engineering... code is by Chris Frey
1566         - added AUTHORS file
1567         - fixed the libusb set_configuration/claim_interface order
1568                 bug in controller.{h,cc}... already fixed in probe,
1569                 but not controller.  Thanks Ron Gage for finding this.
1570 2006/05/25
1571         - renamed Changelog to ChangeLog in preparation for autoconf
1572         - renamed Todo to TODO in preparation for autoconf
1573 2006/05/18
1574         - make clean cleans up tests properly now
1575 2006/03/31
1576         - turned source code browsing on in Doxyfile
1577         - added LoadDatabaseByName() and LoadDatabaseByType() template members
1578                 to the Controller class
1579                 - new file: controllertmpl.h
1580         - documentation fixes in builder.h
1581         - added static GetDBName() functions to all record classes, in
1582                 support of the template Controller functions
1583         - fleshed out DatabaseDatabase::GetDBNumber() and GetDBName(),
1584                 returning errors properly
1585         - documented sample btool.cc code better, and added example
1586                 of Controller template member usage
1587 2006/03/29
1588         - copyright dates updated for 2006
1589 2006/01/05
1590         - backed out update to latest libusb DEVEL tree, since it is buggy.
1591                 Stick with libusb 2005/11/26
1592 2005/12/30
1593         - added clean target to convenience Makefile
1594         - added Boost to list of dependencies in README
1595         - fixed minor compile warnings in base64.cc
1596         - fixed new USB discovery code, and changed endpoint usage to use
1597                 it, instead of the READ_ENDPOINT and WRITE_ENDPOINT
1598                 constants... constants are now removed
1599                 common.h, controller.cc, probe.cc, probe.h, usbwrap.cc
1600         - added ClearHalt() to Usb::Device (usbwrap.cc)
1601         - updated usbwrap.h to match latest libusb CVS devel tree
1602         - updated README to refer to 2005/12/30 libusb CVS devel tree
1603         - added roadmap to Todo list
1604 2005/12/29
1605         - added convenience Makefile in root directory
1606         - added Hacking document
1607         - minor touchups to README
1608         - added caution warning to README, since this release will support
1609                 delete / overwrite / upload functionality
1610         - minor compile order change in Makefile (speed reasons)
1611         - added dynamic endpoint discovery to probe.cc
1612         - changed claim_interface/set_configuration() function call order in
1613                 probe.cc based on feedback on the libusb mailing list
1614         - added USB discovery code to usbwrap.{h,cc}
1615 2005/12/23
1616         - fixed packing bug in new upload header struct
1617         - renamed CommonField union from data to u to be consistent
1618         - added return_code field to DBAccess struct, for error checking
1619         - added response checking during upload: if response is non-zero
1620                 throw exception in controller.cc
1621         - added sorting operators to record parser classes... when writing
1622                 contact data to the device, it may be important to write
1623                 group link items last, since they reference other contacts...
1624                 This needs to be tested, and if not required, removed.
1625         - added GROUP_FLAG field code to Contact parser class
1626         - fixed offset bug in Contact and Calendar Build() functions
1627         - fixed name bug in Contact::Build(), now output only with data
1628         - added appointment type flag support to Calendar record parser
1629                 class, and "all day event" flag support
1630 2005/12/22
1631         - added autoconf to Todo list
1632         - refactored the protocol structures so that record structs can
1633                 be reused for upload and download
1634         - with new protostructs, more header control is handled by
1635                 controller.cc instead of record.cc parsers and builders
1636         - parser code now accepts an offset, to govern start of record data
1637         - changed Data sizes from int to size_t and removed casts
1638         - removed unneeded Parser::GetHeaderSize() (new protostructs make
1639                 this obsolete)
1640         - added Calendar::Build() for calendar uploads
1641 2005/12/10
1642         - added s11n-boost.h serialization templates for boost::serialization
1643         - added boost::serialization to build
1644         - minor change in usbwrap.cc to display error codes in decimal
1645         - added SizePacket special case code to Socket::Send()... this is
1646                 required when uploaded packet size is a multiple of 0x40,
1647                 a special 3 byte size packet is sent
1648         - moved some record class variables to public: so they can be
1649                 properly serialized
1650         - fixed variable name but in RecordBuilder template
1651         - added -f switch to btool, for saving and loading of record data
1652         - added -s switch to btool, for uploading saved data back to handheld
1653         - added Controller::SaveDatabase()
1654 2005/12/08
1655         - fixed potential casting / pointer bug in controller.cc
1656         - added builder.h, to support uploading
1657         - minor comment fixes in parser.h
1658         - added preliminary Contact protocol record building support
1659         - fixed field order bug in ContactRecord protocol struct
1660         - Contact record.h class now saves unknown Group Link field,
1661                 for later saving
1662 2005/12/07
1663         - added -fno-strict-aliasing to compiler flags so gcc-4.0.x won't
1664                 optimize away protocol struct casts
1665                 see: 
1666                 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25235
1667                 http://mail-index.netbsd.org/tech-kern/2003/08/11/0001.html
1668                 http://groups.google.ca/group/comp.lang.c++.moderated/ \
1669                         browse_thread/thread/e7bf096832526f8e/5714701b \
1670                         02a2a3cc?hl=en#5714701b02a2a3cc
1671         - changed headers so that any low level protocol-specific sizes and
1672                 structs are completely hidden in the library...
1673                 this adds library-only header: protostructs.h
1675 Release: version 0.0.1 - 2005/11/25
1676 ------------------------------------------------------------------------------
1677 2005/11/25
1678         - added barry.h for documentation purposes and application usage
1679         - updated README for release
1680         - renamed SBError exception class to BError
1681         - updated Doxyfile to version 1.4.5
1682         - added more doxygen comments
1683 2005/11/24
1684         - added conversion routines (and tests) between time_t and min1900_t
1685         - added -v option to btool to dynamically control protocol dumping
1686         - removed duplicated database database table display in controller.cc
1687         - minor spelling corrections
1688         - added copyright to usbwrap.{h,cc} as per earlier meeting
1689         - added support for Old protocol Calendar entries
1690 2005/11/20
1691         - added legal.txt, to save typing when adding new source files
1692         - ignore test-base64 file (cvsignore)
1693         - added contact-to-ldif generation, and updated supporting code
1694         - added argument to btool to support contact-to-ldif operation
1695         - added Contact::GetPostalAddress()
1696         - added README documentation in preparation for future release
1697 2005/11/19
1698         - added parser.{h,cc} virtual wrapper to generalize LoadDatabase()
1699         - added code to socket.cc's Packet() command to re-receive on
1700                 reception of empty packets... this seems to be a signal
1701                 from the device that it needs more time for long transfers
1702                 Current limit: 10 blank packets before exception is thrown
1703                 Observed maximum blank count: 1
1704         - added MessageRecord and OldMessageRecord to protocol.h
1705         - changed common record field structs to one CommonField struct
1706         - increased default USB timeout to 10 seconds (some loaded devices
1707                 seem to need more time...)
1708         - reorganized record.{h,cc} to try to reduce the code duplication
1709         - record.h classes now "know" the sizes of their corresponding
1710                 protocol structs... this may cause trouble down the line
1711                 with Python, if used(?)
1712         - added Message class for Email records
1713         - removed the "Get*" database functions and replaced with
1714                 general LoadDatabase() call, which loads any database
1715                 available, and parses it with a Parser object
1716         - added GetDBID() for searching for database numbers via name
1717         - added test code to retrieve and display all email
1718         - cleaned up comments
1719         - renamed blackberry.{h,cc} to controller.{h,cc}
1720         - renamed bbtool.cc to btool.cc
1721         - added Makefile.conf
1722         - added copyright notices to source files
1723         - added COPYING file with GPL
1724         - put parser in Barry namespace, and added auto_ptr-like mode for
1725                 store object pointers
1726         - added doxygen docs
1727         - added header comments to convo.awk script
1728         - removed Test() function in Controller object, and made class
1729                 better suited to its general API purpose
1730         - changed OpenMode() so it loads command table and DBDB... it is now
1731                 a public API function
1732         - moved Controller test code to btool.cc and made tool more
1733                 generically useful... can now download any DB by name on
1734                 the command line
1735         - added mode checks to Controller
1736         - added -t and -d command line options to btool
1737         - added base64 routines from John Walker / Fourmilab and Citadel/UX
1738         - converted base64 routines into an API, instead of hardcoded
1739                 file based
1740 2005/11/18
1741         - changed project name to Barry, including namespaces
1742         - renamed sbcommon.* to common.*
1743         - increased USB default timeout to 2 seconds
1744         - fixed formatting bug in Data operator<< output
1745         - cleaned up the protocol packet structs, getting rid of the
1746                 confusing param/simple split... param is now the tableCmd
1747                 from the Command Table
1748         - moved protocol structs from record.h to protocol.h
1749         - added support for older version of the USB protocol, which matches
1750                 the Cassis spec more closely
1751         - fixed the hardcoded offsets in blackberry.cc's protocol parsing
1752         - fixed Socket::Close() so on error, socket flags are reset.
1753                 This stops Close() from being called twice on exception
1754                 destructors
1755 2005/11/17
1756         - added Doxyfile to the project
1757         - tuned Makefile
1758         - added mode selection support to Blackberry class (RIM Desktop,
1759                 RIM Bypass, and RIM_JavaLoader)
1760                 Mode selection governs which socket is used in subsequent
1761                 data transfers.
1762         - added Command Table parsing and protocol support
1763                 Blackberry class, and CommandTable record class
1764         - added Database database parsing and protocol support
1765                 Blackberry class and DatabaseDatabase record class
1766         - added Address book retrieval support - dumps data to stdout for now
1767         - fixed bug in CopyOnWrite mode in Data class, where could allocate
1768                 less buffer than data copied
1769         - added "easy exception" debug output macro
1770         - fixed minor spelling error in protocol.cc
1771         - fixed ModeSelectCommand protocol structure - it is not a parameter
1772                 command, but uses the unknown slots for socket and flag
1773                 data
1774         - removed hardcoded socket numbers from protocol.h
1775         - fixed bug in socket.cc:Open() where packet size was not properly
1776                 saved
1777         - implemented socket::Close()
1778         - fixed sequence number checks, so it is reset properly on socket 0
1779         - added Socket::NextRecord() for multiple record data transfers
1780         - fixed input handling bug in translate.cc
1781 2005/11/11
1782         - added .cvsignore files to project
1783         - added README notes to document the source architecture
1784         - added dbsetup data script, which shows how to get into database
1785                 mode, using the RIM Desktop mode, and open a socket
1786         - added blackberry.{h,cc} class
1787         - added command line parameters to bbtool.cc
1788                 -l = list only
1789                 -p = specify pin of blackberry device
1790         - added blackberry test code in bbtool.cc - debugging the initial
1791                 opening protocol: sockets, modes, etc... see dbsetup for
1792                 results
1793         - added copy-on-write functionality to Data class, so it can be used
1794                 with plain data buffers with little performance impact
1795         - added eout() and ddout() debugging - to separate:
1796                 - regular debug output
1797                 - exception debug output (should probably be logged to
1798                         syslog someday, and never turned off)
1799                 - raw data dump output
1800         - changed errno SBError exception handler to try to decode the error
1801                 numbers into english (limited success)
1802         - fixed probe and socket USB Bulk message handling, so they don't
1803                 use PollCompletions(), but use IO::Wait() (libusb_io_wait())
1804         - added common packet size checker in protocol.cc
1805         - fixed unpacked protocol packet structs... using gcc's
1806                 __attribute__ ((packed)) ... see protocol.h
1807         - added ModeSelectCommand structure (protocol.h)
1808         - finished Socket::Open() call  (Close() not yet implemented)
1809         - moved Socket::Send/Receive() out of private, as they can be used
1810                 for socket 0 operations.
1811         - cleaned up pointer management with macros:
1812                 MAKE_PACKET()
1813                 COMMAND()
1814                 IS_COMMAND()
1815         - added IO::Wait() and IO::Cancel() to correspond with libusb API
1816         - added datadumping in usbwrap for easy protocol capture
1817         - added preliminary record.{h,cc} classes
1818         - added Contact record parsing, and test code
1819 2005/10/20
1820         - syncberry tree started