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