Updated ChangeLog
[barry.git] / ChangeLog
blob71ad8bc66004a9ce7940b771c5f02c4585c0028b
1 Release: version 0.17 - 2010/01/??
2 ------------------------------------------------------------------------------
3 2010/07/21
4         - applied Nicolas Vivien's compile fix and French translation patches
5 2010/07/20
6         - sync: added 1 second wait during Reconnect() to let firmware settle
7                 This seems to help prevent the firmware hang fixed yesterday,
8                 which ultimately speeds up the whole sync
9         - os4x: reverted run-as-process undo commit... now runs as process
10                 again... I believe the timeout was the firmware issue, not
11                 an opensync issue
12 2010/07/19
13         - lib: added ability to do a USB ClearHalt() from socket level
14         - lib: added ability to override USB default timeout from controller
15         - sync: added workarounds for firmware hang issue
16                 This workaround overrides the timeout due to a firmware
17                 issue: sometimes the firmware will hang during a plugin
18                 Reconnect(), during the shutdown stage when the plugin
19                 attempts to update the device's dirty flags.  When the
20                 device hangs like this, it fails to respond to a
21                 Desktop::Open().  To work around this, we set the default
22                 timeout to 15 seconds so that we find this failure early
23                 enough to fix it within opensync's 30 second timeout.
24                 Then if we get such a timeout, we do the Reconnect again and
25                 hope for the best... this often fixes it.
26 2010/07/17
27         - lib: added tm_to_iso() to tzwrapper functions
28         - lib: vbase now has default implementation of vTimeConverter (was
29                 vTimeZone) with a simpler API, based on TzWrapper underneath
30         - lib: pulled in os4x vbase code, so both plugins are using one
31                 set of vformat code
32         - lib: added vtodo and vjournal vformat support from os4x plugin
33         - deb: added new libbarrysync library to debian binary package
34         - tools: added -V option to btool, to output in the new MIME vformat
35                 mode for records that are supported
36 2010/07/16
37         - lib: added BARRY_GCC_FORMAT_CHECK() for printf() style arg checking
38         - lib: added C-style BarryLogf() function for internal use
39         - libsync: moved vformat-related code from os22 to library
40         - lib: included tzwrapper in Barry and Barrified the namespace
41 2010/07/13
42         - os4x: undo run-as-process setting, since some tests indicate that
43                 sync will timeout
44 2010/07/10
45         - ppp: copied barry-sprint to barry-telus, which also works
46                 Thanks to Matt McGirr who confirmed it works with Telus
47         - os4x: run plugin as process... other opensync plugins seem to run
48                 better with this, and it seems like a good idea to isolate
49                 plugins as much as possible
50 2010/07/08
51         - fixed bug in both opensync plugins where they would attempt to
52                 access a database, even if it was disabled in the config.
53                 Thanks to R. Brent Clements for reporting this bug.
54 2010/06/26
55         - added Pete Zaitcev's usbmon-6, with some minor changes to
56                 remove root requirements and pretty up the hex dump format
57 2010/06/12
58         - applied chat scripts for Orange Spain from Adrian Gibanel
59         - updated debian and rpm packages with new chatscripts
60 2010/06/04
61         - os22: ported Nicolas Vivien's multi-calendar patch to 0.22 plugin
62                 From commit: eb4d68df8d06f734e79e13ea05f7755aa5b0a5f3
63                 This patch is untested with multiple calendars as I don't
64                 have a device for such testing, but is identical to
65                 the 0.4x plugin code.
66 2010/06/03
67         - doc: added wireshark USB capture method to USB-capture.txt
68         - lib: added GetStore() access function to RecordParser template class
69         - lib: Improved the record class operator<() member functions, basing
70                 the sort order on multiple fields in many cases.  This should
71                 produce a fairly stable sort for a given data set, regardless
72                 of RecordId.  This should be useful for scripted tests.
73         - tools: Added -I command line option to make use of new sort order
74         - man: Updated btool manpage
75 2010/05/29
76         - applied 3 patches from Nicolas Vivien that add:
77                 - Calendar - All parser
78                 - special handling for syncing of multiple calendars
79                 - compiler fixes
80         - lib: updated src/s11n-boost.h with new CalendarID and CalendarAll
81         - lib: refactored Calendar*::Dump() functions
82                 note: this introduces a change in my earlier policy that
83                 avoided virtual functions in the record classes...
84                 the duplicate code overhead is just too heavy, and
85                 I think I was wrong to be afraid of virtual functions
86                 in containers anyway... vive la virtual! :-)
87 2010/05/28
88         - rpm: added Fedora 13 support, and cleaned up conditionals
89         - udev: fixed permissions issue, so device shows up in lsusb
90                 output even for users not in plugdev
91         - applied two patches from Nicolas Vivien, one fixing a precision
92                 bug in BuildField() and another adding a 64bit BuildField()
93 2010/05/13
94         - lib: fixed compile error in j_message.h
95                 Thanks to Raymond Blostein for the bug report and the
96                 link to the explanation of the C++ standard change:
97                 https://bugs.launchpad.net/inkscape/+bug/522327/comments/1
98 2010/05/11
99         - ppp: cleaned up ppp options files and put notes in README
100                 Thanks to feedback from Matt Machado for Rogers specific
101                 notes, and for recommendation to have one copy of
102                 comments for the PPP options.
103 2010/04/19
104         - lib: added LDIF mapping support for Contact::Image fields
105         - lib: fixed signed extension bug in base64 encoder
106         - sync: ported Photo support from 0.4x plugin to 0.22 plugin
107 2010/03/30
108         - updated Fedora and Mandriva maintainer info
109 2010/03/18
110         - added chat script for FIDO from Sujay D'Souza
111 2010/03/11
112         - added Probe::Find(), for simple searching of probe results
113 2010/02/09
114         - added message during restore, to let user know that the erased
115                 database was restored (requested by Pierre Pietri)
116 2010/01/29
117         - added product ID 8001 (Pearl Flip) to udev rules
118 2010/01/26
119         - examples: added dbdump.cc example for extracting database data
120         - bumped the copyright dates for 2010
121         - added F12 build target to maintainer scripts
122         - added missing BXEXPORT to src/configfile.h that shows up
123                 on ubuntu 7.10
124         - added headers to sources list in src/Makefile.am, since header
125                 changes didn't always cause a library rebuild
126 2010/01/15
127         - updated barry.spec to install 69-blackberry.rules on Fedora 12
128                 note that this further breaks the opensuse build, but
129                 that is not currently supported anyway, due to lack of time
130         - doc: added notes on tools to use for building RPMs in homedir
131 2010/01/04
132         - udev: added 69-blackberry.rules for Fedora 12 systems. Thanks
133                 to Nathanael Noblet (list email dated 2009/12/30)
134                 for hunting this down!
135 2009/12/15
136         - lib: added operator==() to ProbeResult, and operator!= to Pin
137         - os22: fixed bug while loading opensync config file (may not load
138                 the pin number correctly, or may rely on luck)
139         - added 'addmemo' example, to test newline behaviour
140         - lib: Memo::Dump() now translates \r chars into prettier output
141                 Requested by Michael Brown
142         - doc: added some notes on how to tether via Bluetooth
143 2009/12/04
144         - tools: added libbarry to bdptest build (needed on opensuse?)
145 2009/12/03
146         - lib: added GetKey/SetKey support in GlobalConfigFile
147 2009/12/02
148         - gettextize BarryBackup by Nicolas VIVIEN
149         - lib: added support for a global config file
150                 Barry::ConfigFile now supports a per-device configuration (as
151                 usual) as well as a global config file.  Both are loaded
152                 by default, but they can be saved and loaded separately.
153                 This new global config file is for global defaults,
154                 preferences, etc.
155         - lib: added IsVerbose() API call
156         - lib: added VerboseLogging setting to global config
157         - lib: made Probe results more storage friendly
158 2009/11/27
159         - made Barry::Init() safe to be called multiple times
160         - added Barry::Verbose() for controlling debug output on the fly
161 2009/11/26
162         - moved the Pin and ConfigFile classes from gui/ to the library
163         - Probe now loads ConfigFile's device name if available
164 2009/11/24
165         - added '-P' password option to upldif tool, and updated manpage
166                 including applying Nicolas Vivien's bugfix patch
167         - applied Nicolas Vivien's "NOT_ENOUGH_MEMORY" javaloader patch
168         - added gettext support to RPM and DEB packages
169 2009/11/19  
170         - gettextize by Nicolas VIVIEN
171 2009/10/02
172         - doc: added list of reasons why to submit patches, and notes
173                 on how to create a forked tree on repo.or.cz
174 2009/10/01
175         - removed redundant library dependencies from autoconf build
176         - version bump:
177                 - configure.ac
178                 - src/Makefile.am
179                 - src/version.cc
180                 - gui/src/BackupWindow.cc
181                 - Doxyfile
182                 - rpm/barry.spec
183                 - debian/changelog
184                 - opensync-plugin/src/barry_sync.cc
185                 - opensync-plugin-0.4x/src/barry_sync.cc
187 Release: version 0.16 - 2009/10/01
188 ------------------------------------------------------------------------------
189 2009/09/30
190         - added PNG generated icon based on SVG source files
191         - added barry logo to barrybackup-gui Debian and RPM packages
192         - applied new barry logo and icon from Martin Owens
193         - gui: use short barry URL in About box
194         - gui: fixed bug where actual finished records were overwritten
195                 with the starting total... don't overwrite the actual
196                 with the estimated
197         - gui: added thread state, to determine what operation finished
198                 Also improved status message, specifying exact operation
199         - gui: added code to check that actual # of backed up records
200                 matches the total number reported by the device, and
201                 display a warning to the user if they don't match
202         - www: added known issue about international chars and protocol change
203 2009/09/29
204         - os4x plugin: updated for the pkgconfig libopensync -> libopensync1
205                 rename
206         - added bjdwp.1 manpage
207         - added bjdwp and manpage to rpm and debian packages
208         - added bash and zsh completion scripts to debian & rpm packages
209 2009/09/26
210         - gui: fixed status text during restore (said "Backup" instead
211                 of "Restore")
212 2009/09/24
213         - updated various URLs to point to netdirect.ca
214         - lib: moved vSmartPtr<> from opensync plugin code to main library
215         - lib: fixed memory leaks in vSmartPtr (doh!)
216         - lib: added vLateSmartPtr<> for setting of FreeFunc after construction
217 2009/09/18
218         - updated opensync 0.4x plugin to compile against latest SVN
219                 - removed unneeded osync_error_unref() from get_sync_info()
220                 - updated plugin to support the new OSyncError** arguments
221                         scattered all over the code
222 2009/09/17
223         - added IRC info to contact www doc page
224 2009/09/16
225         - changed all the ancient SYSFS{} keynames into ATTRS{} keynames
226                 in all udev rules files
227         - added udev rule for BB Tour Product ID 8007
228                 Thanks to Theodore Charles III for testing and suggested
229                 rules.
230         - removed obsolete duplicate SUBSYSTEM keynames from udev rules
231         - created new cross-distro udev rules set, with documentation
232                 in udev/README
233         - updated deb and rpm package rules with new udev rules set
234                 note: opensuse needs work
235 2009/09/15
236         - merged Josh Kropf's brimtrans fix: 59abfa6959eb350221fa56a03ba5816
237         - applied bash-completion scripts by Ryan Li
238 2009/09/14
239         - merged Josh Kropf's compile fixes
240         - applied zsh missing bracket patch from Ryan Li
241 2009/09/11
242         - merged Nicolas Vivien's debug parser lib updates
243                 with change:
244                 - fixed API spelling typo and capitalization
245         - added firmware upgrade to TODO list
246         - added checks for pthread function errors in Thread class
247         - moved #defines out of public dp_codinfo.h into dp_codinfo.cc
248                 Applications probably don't care about these.
249         - changed string arguments to const references
250         - added STL-style typedefs to list classes to make looping easier
251                 and easier to change types if needed
252         - added libbarrydp as dependency for libbarryjdwp
253         - replaced direct cout usage with dout() in dp_codinfo.cc
254                 - added Barry::Init to bdptest.cc, defaulting to verbose
255                   mode, to keep the same behaviour as expected
256         - use more generic std::istream in dp_codinfo, instead of ifstream
257         - use references with iterator looping to avoid copies, and
258                 use const where appropriate
259         - added typedef for j_server.cc's ConsoleCallbackType
260         - tightened up member variable init and cleanup in JDWServer class
261         - added exceptions in JDWServer class where marked TODO
262         - made setup sequence dependent on previous steps, in acceptThread,
263                 so that the logic doesn't assume success where it could
264                 have failed
265 2009/09/10
266         - added copyright notices to all source files in bjdwp/
267                 This is based on the initial README included in
268                 the patches from Nicolas Vivien stating that bjdwp
269                 was under the GPL.
270         - added GPL license as file bjdwp/COPYING, since bjdwp is
271                 somewhat standalone, like the plugins and the gui
272         - bjdwp: removed jdwplog() in favour of identical barryverbose()
273         - bjdwp: moved into main tree from bjdwp/ and created two new
274                 libraries: libbarrydp and libbarryjdwp
275 2009/09/09
276         - fixed potential loss of serial data during PPP init
277                 when seding the AT test, usually the OK response is
278                 sent to the callback, but if the expected non-serial
279                 response doesn't appear, the OK is lost... this fix
280                 passes the OK to the callback, which fixes some chatscript
281                 behaviour
282         - gui: updated web documentation and screenshots
283 2009/09/08
284         - changed wording on GUI reload button to clarify what it does
285         - added documentation on how to change the theme for GTK+ apps
286                 when not using the Gnome desktop environment
287         - fixed broken links in web doc generation
288 2009/09/05
289         - applied backup GUI patches from Ryan Li:
290                 - resolved crash while disconnecting from no devices
291                 - added confirmation dialog before quitting
292         - gui: handled case where the user exits via window manager Close
293                 button
294                 - also refactored 'working' confirmation logic
295 2009/09/04
296         - fixed socket RawReceive verbose log message
297                 when reading from the default queue, the queue knows the
298                 endpoint, not the socket object
299 2009/09/03
300         - added version output when -v is used in pppob
301 2009/09/02
302         - fixed syncing of 8 contact phone numbers. Reported by
303                 Ian B. MacDonald, 2009/08/22
304         - ported above syncing fix to opensync 0.4x plugin
305         - applied Martin Owens' Barry logos 'patch'
306 2009/09/01
307         - applied chatscript patch from Andrew Nording
308                 Sourceforge tracker #2848549
309         - added KPN chatscripts to DEB and RPM binary packages
310         - added KPN to script list in doc/www/modem.php
311         - pulled from Nicolas Vivien: a909925ef6bf3d75b1597a9ddd16f52201690cbb
312                 Fixes for library and bjdwp documentation
313         - moved bjdwp/doc/* to doc/bjdwp/ to keep docs in one spot
314 2009/08/31
315         - pulled from Nicolas Vivien's repo.or.cz repo: bjvmdebug support
316                 With rebase changes and fixes to library.
317                 Fixes to library:
318                 - fixed buffer size checks in m_jvmdebug.cc
319                 - used #defines instead of hard coded numbers where possible
320                 - added FIXME to tidy up the Unknowns in the API
321                 - commented out Mode::Close(): not convinced that applications
322                         should have to worry about socket-level details
323                 - added #define for JVM STOP command
324                 - removed unused Socket::PacketJVM() functions
325                 - made sizeof check in JVMPacket::Size() more specific
326                 Rebase changes:
327                 - removed executable chmod bits from BarryDemo java samples
328                 - removed copyrighted Sun documentation from bjdwp/doc/
329         - fixed longstanding buffer size check bug in CheckSize()
330         - updated AUTHORS
331         - applied Ryan Li's latest threaded GUI patch (2009/08/25 email)
332                 - gui: added a wrapper around pStatusbar->push() to avoid
333                         the never ending push syndrome
334         - gui: added PIN to the "please name new device" dialog
335         - gui: added statusbar workaround: normally the statusbar shows
336                 Ready after initialization, but since the initial Scan()
337                 happens right away, and the statusbar doesn't seem to
338                 update the screen until the handler is finished,
339                 we update the status bar during init instead
340 2009/08/30
341         - applied Martin Owens' ppa_build.sh patch
342         - added version output when -v is used in btool
343         - changed USB verbose bus tree dump (i.e. btool -v) so the
344                 hex/decimal values look more like lsusb -v output,
345                 for ease of debugging
346 2009/08/29
347         - version bump:
348                 - configure.ac
349                 - src/Makefile.am
350                 - src/version.cc
351                 - gui/src/BackupWindow.cc
352                 - Doxyfile
353                 - rpm/barry.spec
354                 - debian/changelog
355                 - opensync-plugin/src/barry_sync.cc
356                 - opensync-plugin-0.4x/src/barry_sync.cc
358 Release: version 0.15 - 2009/08/28
359 ------------------------------------------------------------------------------
360 2009/08/28
361         - added binary build for Ubuntu 9.04 to maintainer scripts
362 2009/08/27
363         - added binary build for Fedora 11 to maintainer scripts
364 2009/08/21
365         - updated www documentation for upcoming release
366         - applied Nicolas Vivien's phone duplication patch (opensync 0.4x)
367         - fixed missing conflict check in vcard code in opensync 0.4x plugin
368         - backported new TYPE parsing code from opensync-0.4x plugin to
369                 old opensync 0.22 plugin
370         - added X-EVOLUTION-UI-SLOT support in both sync plugins to retain
371                 phone number order
372 2009/08/17
373         - added pin and password command line support to bfuse
374         - updated bfuse man page
375 2009/07/29
376         - added border to barrybackup doc images
377 2009/07/28
378         - updated license and URL in barry.spec
379         - updated barrybackup Credits dialog to reference AUTHORS file
380         - updated barrybackup.1 man page
381         - updated doc/www scripts to generate more dynamic pages,
382                 so subheaders are not hard coded... this helps support
383                 updating the new NetDirect website
384         - commented out out-of-date docs in hacking.php
385         - marked milestone 4 complete (javaloader)
386         - linked device compatibility list from index.php
387 2009/07/10
388         - changed pppob to report if Serial was fallback or command line
389         - started device compatibility list in web docs
390 2009/07/07
391         - applied Ryan Li's GUI enhancement patches, which let the user
392                 switch devices without restarting, with fixes:
393                 - reorganized BackupWindow.glade for better spacing
394                         - fixed width issue (main window was set to 275
395                           width, which made things too narrow on Debian
396                           Lenny
397                         - moved buttons beside the drop down box, to
398                           mimic old GUI behaviour
399                         - added space around the middle controls, but
400                           not around the menu bar or status bar, which
401                           should be right against the outer window.
402                 - renamed m_device_num to m_device_count for clarity
403                 - changed m_device_count to unsigned int to fix compiler
404                   warnings
405                 - removed gtkmm call to unset_model()
406                   The function unset_model() is only available in gtkmm
407                   2.16, and Debian Lenny only has 2.12, and won't compile.
408                   Since set_model() automatically does the unset for us,
409                   just reorganize the calls so Lenny is supported.
410 2009/07/06
411         - applied Ryan Li's SMS clarification patch
412 2009/07/02
413         - added Martin Owens' new Ubuntu PPA link to docs
414         - added DEPUTY documentation and updated AUTHORS
415 2009/06/30
416         - documentation updates
417                 - added SMS to list of parsers in documentation
418                 - updated sync notes for Fedora 9 and 10 in documentation
419                 - removed Martin Owens' PPA binary package link, since
420                         I can't find the binaries anymore
421         - reverted commit 2d0e60d1: put hal fdi files back
422         - updated HAL FDI files for Fedora 11
423                 - duplicated directory hierarchy under hal
424                 - added 19-blackberry-acl.fdi to add the access_control
425                         capability to blackberry devices when they are
426                         plugged in.  As long as this file is under
427                         the 10osvendor directory, then
428                         20-acl-management.fdi runs after it, adding
429                         the hal-acl-tool callout, which does the low
430                         level getfacl/setfacl work on the /dev/bus/usb/*/*
431                         device file.
432                 related thread:
433         http://lists.freedesktop.org/archives/devkit-devel/2009-June/000247.html
434         - changed hal fdi policy to use "pda" instead of "scanner"
435         - applied Ryan Li's 7-bit GSM conversion patch for SMS records
436         - applied Ryan Li's barrybackup patch: can now select backup path
437 2009/06/26
438         - fixed install location of hal fdi files in debian and rpm
439                 HAL reserves /usr/share/hal/fdi/information/10freedesktop
440                 for files that the project itself distributes, so
441                 we get to use 20thirdparty.
442 2009/06/24
443         - cleaning up autoconf warnings on Fedora 11
444         - changed buildgen.sh to run libtoolize first for all subprojects,
445                 otherwise, a later project's run may copy files into ../m4
446                 after having created configure for a previous project.
447                 This would cause a makefile discrepency during the build
448                 on some systems (Fedora 11), and cause configure to be
449                 incorrectly regenerated mid-build, due to timestamps.
450 2009/06/21
451         - updated dependencies documentation page
452 2009/06/20
453         - added BadPacket exception, for socket errors that need to meddle
454                 with the response code
455         - added special case for JavaLoader's Goodbye packet
456                 On older devices, such as the 7750 and 7130, they respond
457                 with a NOT_SUPPORTED error instead of an ACK, for Goodbye
458                 packet commands.  This is seen in Windows traffic as well,
459                 so should not be considered an error.  Thanks to Josh Kropf
460                 for confirming this protocol behaviour.
461         - updated socket.cc to use new BadPacket exception where appropriate
462         - pulled from Josh Kropf: 0f1cca2fa69d0810d439ade4fb3dd0dfa15c89a6
463                 - fixed size issue with deviceinfo command on 7130 devices
464 2009/06/19
465         - reworked autoconf rules to handle every kind of Boost dependency:
466                 - let user enable/disable from configure, default to
467                         disable, but error if enabled and not available
468                 - let user specify separate include and lib paths, since
469                         some Boost installations have an additional
470                         boost-1.34.1 style directory in them
471                         - default to no path overrides, using system defaults
472                 - let user specify name of serialization library, since
473                         the name of the library can change whether you're
474                         building from source or not
475                         - default to searching for boost_serialization or
476                                 boost_serialization-mt, and error if not found
477                 - New configure switches are:
478                   --enable-boost                   Handles enable/disable
479                   --with-boost-include=path        Override the include path
480                   --with-boost-lib=path            Override the lib path
481                   --with-boost-serialization=name  Override the name of
482                                                    serialization library
483                                                    to link with
484         - updated documentation, build test, and binary packages to use
485                 new switches
486 2009/06/18
487         - added non-backward-compatibility note to man/btool.1
488         - applied Nicolas Vivien's LDIF patches, clarifying split
489                 between work and home addresses, and adding support
490                 for the homePostalAddress LDAP field
491         - fixed missing #includes for Fedora 11.  Thanks to
492                 Nathanael Noblet for reporting this.
493         - applied Ryan Li's PPP chat script for China Mobile
494         - added barry-chinamobile chat script to RPM and Debian packages
495         - renamed blacklist-berry_charge to blacklist-berry_charge.conf
496                 for Debian sid and Fedora 11.  Thanks to Rodrigo Linfati
497                 for reporting.
498         - applied Nicolas Vivien's autoconf patch to automatically
499                 search for boost_serialization or boost_serialization-mt
500 2009/05/12
501         - applied Dr. J A Gow's category patches (task + memo)
502                 - fixed compile error when using Boost
503                 - cleaned up Categories handling:
504                         - s11n-boost.h
505                         - Dump() should be consistent across Calendar, Memo, Task
506                         - fixed i18n support to category names
507                 - cleaned up code formatting to match surrounding code
508         - moved CategoryList to its own class, and removed duplicated
509                 string conversion code
510         - removed protocol-specific MemoType and TaskType fields from
511                 their corresponding record classes
512 2009/05/09
513         - applied Nicolas Vivien's Task builder patch for the Storm
514                 and Bookmark documentation patch
515 2009/05/08
516         - applied most of Dr. J A Gow's recurring iCal sync patch
517                 - did not include the pure upper case changes, since
518                   it is an RFC bug in SynCE
519                   see http://www.mail-archive.com/barry-devel@lists.sourceforge.net/msg01109.html
520                 - added starttime to RecurToBarryCal() args, to make the
521                   prerequisites clear (StartTime must be determined before
522                   recurrence is parsed)
523                 - added check that COUNT is not zero (RFC requirement)
524                 - fixed timezone drift: using gmtime() + mktime() uses two
525                   different timezones... use localtime() + mktime()  instead
526                 - comment resizing
527                 - reformatted if/else FREQ tests into a more readable
528                   sequence, and fixed a logic error in the yearly count
529                   advance, which should only happen when FREQ == YEARLY
530         - updated AUTHORS
531 2009/05/06
532         - going through www documentation, updating for 0.15
533         - updated man/btool.1 with new -a option
534         - updated TODO list with new reality
535         - applied Nicolas Vivien's phone call log parser patches
536                 - added CallLog to s11n-boost.h
537                 - added size checks to parser
538                 - removed CallLogType, since it is protocol specific
539                 - added and tidied comments
540                 - made CallLog::Clear() match the class declaration order,
541                   fixed missing member, and used enum names to set
542                   enum defaults
543 2009/05/05
544         - applied Nicolas Vivien's task sync patches, with btool updates
545                 - fixed "VTOTO" typo
546                 - now that there's a Desktop::ClearDatabase() call,
547                   use it in SaveDatabase() to reduce code duplication
548                 - use separate vector<> clearDbNames in btool
549                   to eliminate chance of mixing -d and -a argument
550                   types and losing data
551                 - reverted VNOTE change in vformat.c
552                 - added VFORMAT_JOURNAL support to vformat.c based on
553                   r2795 of the opensync vformat plugin
554         - fixed some TimeZoneValid flag mistakes in Task and Calendar
555         - display DueDateFlag in src/r_task.cc
556         - changed vtodo.cc so DTSTART is only set if available in BB data
557 2009/05/01
558         - applied Nicolas Vivien's zsh patch
559         - applied Nicolas Vivien's memo sync patch
560                 - added MEMO_TYPE 'm' to built memo record
561         - updated btool to include new Memo builder
562         - updated config.rpath to latest from Debian stable
563 2009/04/27
564         - removed free() in tarfile.cc, since some distros have bugs in
565                 th_get_pathname() that doesn't return a freeable string
566 2009/04/22
567         - fixed some missing headers as reported by Christopher Stover
568         - applied Ryan Li's SMS body null terminator strip patch
569                 - fixed code formatting issues
570                 - added comment on why we're stripping out nulls
571                 - fixed potential single byte buffer overflow
572         - pulled from Josh Kropf: 8266c95a94
573                 added "reset to factory" command to bjavaloader
574         - split creation of deb src tarballs into separate script
575                 instead of tar-create.sh
576         - added more statements for the m4/ directory in configure.ac
577                 and Makefile.am, attempting to eliminate build warnings
578                 on FC10, as reported by Christopher Stover
579 2009/04/14
580         - applied Nicolas Vivien's sscanf patch (opensync-0.4x)
581         - wrapped OSyncList in vSmartPtr<> to automatically handle
582                 all calls to new osync_list_free() API
583         - applied Ryan Li's updated SMS parser patch
584                 - moved SMS metadata structure into its own struct
585                         in protostructs.h
586                 - fixed some endian conversion errors
587                 - added strnlen() call to avoid null terminators in
588                         the Addresses strings
589 2009/04/10
590         - added brimtrans to rpm spec file and debian install
591 2009/04/09
592         - fixed OSyncList* leak in 0.4x plugin from call to
593                 osync_plugin_info_get_objtype_sinks()
594 2009/04/08
595         - added IConvHandle, making it possible to support more than one
596                 charset in Blackberry data
597         - removed patches from opensync-plugin-0.4x 'make dist' target
598         - updated buildtest.sh for opensync 0.4x
599 2009/04/06
600         - updated man/bjavaloader.1
601 2009/04/04
602         - added Product ID 8001 for the Pearl Flip.  Thanks to John Ladan
603                 for reporting the new ID.
604 2009/04/03
605         - removed 0.22 opensync patches from 0.4x tree
606         - applied opensync Photo support patches from Nicolas Vivien
607         - renamed SequencePacket() to HideSequencePacket() for clarity
608                 This is a temporary measure... this sequence packet
609                 code needs to be cleaned up.
610         - added Photo support to examples/addcontact.cc
611         - removed try/catch from vcard/vevent, pending feedback from Nicolas
612         - applied Ryan Li's SMS record parsing patch
613                 - changed capitalization to match other code
614                 - added Sms to s11n-boost.h and required operator
615                 - added Sms to btool.cc, record.h, and Makefile.am
616                 - added size checks to the parser code
617                 - cleaned up brackets and casting
618                 - made dump output prettier (at least to me) :-)
619                 - added "unknown" state for MessageStatus, as default
620                 - cleaned up whitespace
621         - updated AUTHORS
622         - added endpoint override to Probe class while testing the 7130
623                 When using btool's -e option, the Probe class still
624                 attempted to probe endpoints as it saw fit.
625 2009/04/02
626         - fixed double-free bug in opensync 0.4x plugin
627                 Can only report error or success once in a change.
628         - updated buildgen.sh to handle ctags for multiple opensyncs
629         - fixed inverted logic when doing a hashtable slowsync (opensync 0.4x)
630         - fixed uninitialized osync_trace args in both vformat.c files
631 2009/04/01
632         - opensync 0.4x changes due to upstream API updates
633                 - removed idmap and cache code, in favour of opensync's
634                         uid mapping and hashtables respectively
635 2009/03/31
636         - opensync 0.4x changes due to upstream API updates
637                 - removed deprecated opensync header
638                 - updated 0.4x plugin to use new slow-sync API
639                 - updated 0.4x plugin to use new function registration and
640                         user data API
641                 - updated 0.4x plugin to use new sink list (API change)
642 2009/03/27
643         - changed PIN format from decimal to hex in opensync-0.4x plugin
644                 config
645         - added special case so photo data does not print raw in btool dumps
646         - fixed call to trace.logf() in plugin code... should never call
647                 a printf-like function unless you use a constant "%s"
648         - made opensync-0.4x:vformat.c's base64 routines const-correct
649         - fixed free()-crash bug in both vformat.c files
650                 When generating the resulting VCARD data, vformat.c assigned
651                 static strings to a dynamic heap list pointer, and the
652                 later free always failed.
653         - merged some changes from Jose Sogo's Debian package work
654                 - menu changes to conform with policy
655                 - renamed opensync plugin package name to match Debian
656         - added Nicolas Vivien and Josh Kropf to debian/copyright
657         - fixed uninitialized variable in SocketZero
658         - fixed memory leak in tarfile.cc
659         - fixed uninitialized time struct in bjavaloader.cc (valgrind error)
660 2009/03/24
661         - fixed typo in zsh/_bjavaloader thanks to feedback from Nicolas V.
662         - pulled from Josh Kropf: 75b1a89e8b1eb9d89bcd8b5ecbed9a47af5a8930
663                 added logstacktraces support to bjavaloader
664         - updated TODO list with "- All" database parsing
665 2009/03/13
666         - added git tag signing to maintainer scripts
667         - added signed tagging to release checklist doc
668 2009/03/11
669         - updated opensync-plugin-0.4x/README with build help
670 2009/03/10
671         - pulled from Josh Kropf: d6c3173ccd87c6223647950963da79331a68d712
672                 added deviceinfo support to bjavaloader
673         - pulled from Josh Kropf: 272f371e8bb95b6c41a8293de657da45a782736f
674                 new tool: brimtrans for dealing with RIM USB logs
675         - pulled from Josh Kropf: 7ed1df560ea7cc6a2205d8f8627c00c7aaed2294
676                 added wipe support to bjavaloader
677         - added confirmation step to bjavaloader wipe, so it is harder to
678                 accidentally wipe your device
679         - applied zsh patch from Nicolas Vivien for bjavaloader wipe
680 2009/03
681         - changes inspired from Rick Scott's XmBlackberry
682                 - event log timestamp is a time_t in milliseconds
683 2009/03/07
684         - added Mode base class for common mode class code
685 2009/03/06
686         - reorganized external links by date and topic, and added link
687                 to Nicolas Vivien's Blackberry on Linux documentation
688 2009/03/05
689         - pulled from Josh Kropf: b3d3a6f48fe008e8842c057df4a653a04b9c56ce
690                 - compile fix when using __DEBUG_MODE__
691                 - fixed timeout when calling JavaLoader::GetDir on device
692                         with zero modules
693 2009/03/04
694         - fixed embarrassing incorrect exception messages in usbwrap.cc
695                 Fortunately, these didn't affect my timeout testing.
696         - added Data::QuickZap(), so that usb read errors don't
697                 return old data
698         - inlined Data::QuickZap()
699         - added usb_set_altinterface() call to Interface class
700                 This should hopefully workaround the change in 2.6.28
701                 kernels where set_interface is not called by the kernel
702                 automatically anymore.
703 2009/03/03
704         - applied Nicolas Vivien's opensync-0.4x API patch
705 2009/02/28
706         - applied Nicolas Vivien's zsh patches
707 2009/02/26
708         - added opensync-0.4x to tar-prepare.sh maintainer script
709 2009/02/24
710         - added note about novj option issue in barry-att_cingular
711         - added gettext to documentation dependency list (for iconv.m4)
712 2009/02/20
713         - clarified bjavaloader save behaviour
714         - updated bjavaloader man page
715         - added maintainer/build as exception for test/buildtest.sh
716         - merge opensync-0.4x branch into master:
717                 2009/02/20
718                         - removed nested m4 in preparation for merge into
719                           main Barry tree
720                 2009/02/18
721                         - applied Nicolas Vivien's opensync-0.4x
722                           Calendar+Contact patch
723                 2009/02/01
724                         - applied Nicolas Vivien's opensync-0.4x
725                           porting update patch
726         - removed unneeded ChangeLog.osync
727         - added opensync-plugin-0.4x to top level configure, but not to
728                 binary packages
729         - added old emails from Ron Gage from 2006 regarding Autotext
730                 and Service Book parsing
731 2009/02/19
732         - pulled from Josh Kropf: 9b63a99867b3314b8d42212cac05a6f28860d37b
733                 - saving large modules in pkzip format
734                 - cleaned up StartStream function; use JLPacket instance
735                 - refactored SendStream; use JLPacket instance and use simple
736                         function for seeking to next cod file in input stream
737         - made following changes to Josh Kropf's patches
738                 - Added CODFILE_TYPE_SIMPLE check back in
739                 - Minor change of c_str() to data() where a null terminator
740                         is not needed
741                 - Fixed unlikely buffer overflow in m_javaloader.cc
742                         Goal: never trust outside sources of
743                         information (including that from the device) when
744                         managing our own buffers.
745                 - Removed CodFile forward declaration, since class does not
746                         exist anymore
747                 - Fixed typo in configure.ac, and made missing zlib warning
748                         more emphatic
749                 - Added clarifying comment to CodFileBuilder
750                 - Fixed potential reference bug in CodFileBuilder constructor
751                         It is possible that the const std::string& passed
752                         into the constructor is a temporary, so make a copy
753                         of it instead of just holding a reference.
754                 - Removed multi-unget call in cod.cc -- only one unget() is
755                         guaranteed in C++.  It appears that the unget is
756                         unnecessary, since the following code seeks to end
757                         and back to beginning anyway.
758                 - Added copyright line for Josh Kropf in cod.cc and
759                         cod-internal.h
760                 - Fixed incorrect zlib check, since zlib doesn't support
761                         pkg-config on most systems yet.  Changed it to
762                         use AC_CHECK_LIB, and added a --with-zlib configure
763                         option which will cause configure to halt if
764                         zlib is not available.  Added --with-zlib to
765                         binary package builds, and to build test script.
766         - added zlib to rpm and deb build requirements list
767 2009/02/18
768         - updated USB capture logs archive page with new logs from Josh Kropf
769         - applied as patch Josh Kropf's annotated javaloader-reset.txt log
770         - added note about windows registry keys to USB-capture.txt
771 2009/02/17
772         - applied Josh Kropf's patch adding support for forced erase and
773                 load while module in use, properly handling when the
774                 device requests a reset
775 2009/02/15
776         - applied Nicolas Vivien's RecordId patch for Contact class...
777                 this updates Barry to deal with the new record ID behaviour
778                 on the Storm
779 2009/02/13
780         - removed unneeded call to .c_str() in EmailAddress stream operator
781         - added support for Calendar fields: Organizer, Accepted, Invited
782         - reorganized the udev/ script directory, based on distro,
783                 and added a specific rules file for openSUSE 11.1
784         - updated Debian and RPM binary scripts to point to correct udev files
785 2009/02/07
786         - applied Nicolas Vivien's patch to fix the timeout issue on the
787                 Blackberry Storm
788 2009/02/04
789         - applied Josh Kropf's save module patch
790                 - minor whitespace fixes
791                 - removed unneeded exception (fstream closes files
792                   automatically on exit of scope, or exception)
793                 - fixed compile error with variable sized array...
794                   replaced with std::vector<> instead of memcpy,
795                   in JavaLoader::SaveData()
796                 - commented out an unused variable
797 2009/02/03
798         - commented out AT+CREG? in barry-rogers.chat, since it causes some
799                 Blackberry devices to reboot
800         - applied Josh Kropf's eventlog and clear eventlog patches
801                 - capitalized JLEventlogEntry fields, to match other
802                   record classes
803                 - use constant when parsing entry
804                 - renamed a define
805         - sweeping cleanup of record classes and clarified all constant
806                 conversions i.e. whenever converting between a protocol
807                 constant and an API constant, do it through a function,
808                 in case the constants change on the Blackberry side
809 2009/01/31
810         - applied patch of binary VSM file from Robert Yaklin
811 2009/01/30
812         - moved Nicolas Vivien's codfile code into library class API
813                 - this change avoids having packed structs exposed in
814                   installable header files, and gives the library
815                   user an easy way to work with COD files
816                 - added CodFile class
817                 - added JavaLoader::LoadApp(CodFile&)
818                 - cleaned up bjavaloader to use new API
819                 - moved codfile_*_t structs to internal header
820                 - also fixed command line status output when exceptions
821                   are caught (unrelated fix)
822         - added / updated manpages: bfuse, bjavaloader, btool
823         - added fuse to build dependencies for rpm and deb packages
824         - updated web docs, adding libfuse to dependencies page
825                 - added libiconv as well
826 2009/01/29
827         - applied screenshot and zsh patch from Nicolas Vivien
828           His git log, as posted to the mailing list, was:
829                 Remove bscreenshot binary
830                 Add screenshot option to bjavaloader binary
831                 Add comments in the code
832                 Use defines beside of integer constant
833                 Use b2hons to be compliant with evrywhat host
834                 ZSH scripts completion
835                 Use BMP structs beside of unreadable buffer !
836           His changelog notes:
837                 - add command GetScreenShot to JLPacket class
838                 - add JLScreenInfo to protocol structures
839         - updated AUTHORS
840         - minor tweaks to Nicolas's screenshot+zsh patch:
841                 - renamed DIR_ENTRY and SS_ENTRY to DATA_ENTRY constant
842                   as suggested by comments
843                 - fixed some packet size checks
844                 - whitespace fixes
845                 - removed unneeded packet.GetReceive(), since response
846                   buffer is the same as what GetReceive() returns
847                 - used AutoClose for fopen() calls in bjavaloader.cc
848                   for exception safety
849                 - removed manual buffer handling in favour of Data object
850                   in JavaLoader::GetScreenshot()
851         - removed "unknown packet" exception from Socket::PacketData()
852                 I think it is probably better to handle javaloader-level
853                 errors and codes in the JavaLoader class, not the low-
854                 level Socket class.
855         - added erase and force erase support to bjavaloader, library, and zsh
856                 - force erase is experimental
857         - applied documentation patch from Robert Yaklin on VSM file format
858                 - did slight formatting changes before applying, for 80
859                   columns, and set file to unix format instead of DOS
860         - added links to new USB capture logs from Robert Yaklin to
861                 logs.php doc page
862         - cleaned up src/Makefile.am, regarding non-install headers
863         - moved Nicolas Vivien's bitmap conversion code into library API
864                 - added bmp.h api, and moved internal structs to bmp-internal.h
865                 - added size checks and endian conversion to bitmap
866                   conversion code, so this code should run anywhere
867 2009/01/27
868         - added link Josh Kropf's 'Blackberry development in linux' blog
869                 post to doc/www/index.php
870         - added USB capture log archive page to www docs
871         - added config.rpath, needed by new AM_ICONV check
872                 Thanks to Bill Paul for debugging this.
873         - applied Nicolas Vivien's opensync plugin 0.4x patch
874 2009/01/26
875         - added template wrapper for iconv() due to casting differences on
876                 various platforms... thanks to Bill Paul for FreeBSD testing
877         - added AM_ICONV automake/autoconf check to configure.ac
878                 This should take care of checking for libc or library
879                 iconv installs, and checking the iconv() prototype for whether
880                 const is needed or not.  This removes the need for the
881                 template added earlier.
882 2009/01/25
883         - applied patch from Josh Kropf making bjavaloader's syntax more
884                 compatible with the windows version, to make cross
885                 platform build scripts possible
886         - applied Josh Kropf's settime syntax patch
887         - clarified timezone behaviour in javaloader settime
888         - added flag to JavaLoader mode class, so StopStream() is called
889                 automatically in the destructor if not called manually
890 2009/01/24
891         - added another ctor to BadSize exception class
892         - fixed bug in SocketZero where it checked sequence on packets
893                 from non-zero sockets
894         - javaloader list mode updates:
895                 - added Dump() code to directory classes
896                 - fixed size issue with JLDirEntry header size define
897                 - fixed size checks in entry parser
898                 - fixed copy before in JLDirectory, now uses vector
899                 - moved bjavaloader's Start/StopStream calls to main()
900 2009/01/23
901         - removed default argument to CheckSize() so all code specifies
902                 the size it really needs
903         - fixed bug in ParseData() that didn't copy data to receive arg
904         - adding additional javaloader commands and refactoring
905                 this is a work in progress:
906                 - added JLPacket class, encapsulating javaloader protocol
907                 - added new defines for more JL commands
908                 - refactored socket class, using PacketData()
909                         for JL, and Packet() for Desktop (still needs
910                         some work to be really clean)
911                 - began implementing new commands (SetTime())
912                 - thanks to Rick Scott for his reverse engineering effort
913                         in XmBlackBerry, which inspired this code
914         - refactored packet.cc to make JLPacket even tighter
915         - updated doc/USB-capture.txt with link to vusb-analyzer
916                 Thanks to Martin Owens for the link.
917         - added a set of be_*() endian swap functions, for big endian data
918                 JavaLoader code seems to use big endian a lot.
919         - simplified bjavaloader.cc's command line args to make room for more
920         - cleaned up big endian code to use new be_* swap macros
921         - added protocol and packet code for directory / subdir commands
922         - added preliminary directory support to JavaLoader class
923 2009/01/22
924         - reverted experimental handshaking in IpModem, since the session_key
925                 patch fixed Bill Paul's issue
926         - finished adding IConverter support to r_task and r_timezone
927         - removed r_message_base.h from doxygen RecordParserClasses group
928         - removed unused ClassType variable from Task record class
929         - refactored Calendar and Task record classes, creating new
930                 RecurBase to handle recurrence data
931         - removed FIXME in Socket::Packet(), since socket is set in Send()
932         - cleaned up socket handling and comments in packet.cc
933 2009/01/20
934         - applied Nicolas Vivien's javaloader patch, fixing constant defines
935                 and other small fixes
936         - minor whitespace and spelling fixes to above patch
937         - changed m_ipmodem.cc to send the session key even without password
938                 which should help reduce the "special packets" coming from
939                 the device.
940                 Thanks to Rick Scott and Andy Herkey.
941 2009/01/17
942         - refactored pthread timeout creation into ThreadTimeout() function
943         - added experimental handshaking to IpModem.  This is in response
944                 to Bill Paul's email regarding what he was seeing in the
945                 logs with the special code packets which we dropped
946                 on the floor.  This code is to test whether this handshaking
947                 theory is true.
948 2009/01/16
949         - made maintainer script make-deb-local.sh more robust
950         - added list of target binary packages in ReleaseChecklist.txt
951         - changed to more general Fedora link to Chris Stover's packages
952 2009/01/15
953         - applied Andy Herkey's ipmodem password patch for the Bold
954         - minor fixes to above patch, and in addition to above patch:
955                 - use sizeof(seed), instead of type, in case of future changes
956                 - removed commented out code
957                 - added the null password check back to SendPassword(),
958                   for historical reasons
959                 - removed the null and zero default arguments to
960                   SendPassword(), since they make no sense
961                 - added define for session key size, and added size check
962         - added missing string.h header to src/m_javaloader.cc
963         - updated Debian and RPM packages to include bjavaloader
964 2009/01/14
965         - applied Nicolas Vivien's bjavaloader patch
966         - small fixups to above patch:
967                 - moved cod.h from installable headers to internal headers
968                 - whitespace edits
969                 - copyright statement tweaks
970                 - added blog URLs to copyright list in cod.h where parts
971                         of the structs appear to come from
972                 - removed unused variables to compile with strict settings
973                 - changed char to unsigned char to fix strict compiler
974                         warnings
975                 - removed duplicated a/b from Socket messages, and moved
976                         read/write text to front, in socket.cc
977                 - added NetDirect copyright notice to bjavaloader.cc, since
978                         it is based on btool.cc
979                 - removed unused boost-specific code from bjavaloader.cc
980         - more fixes to above patch: (bjavaloader.cc specifically)
981                 - moved cod.h back to installable headers, since tools/
982                         programs depend on it... this should be fixed
983                         or put in the library as a COD-reading API
984                         so that applications don't need to worry about
985                         packed files, etc.
986                 - fixed potential buffer overflow: removed buffer read used
987                         to skip ahead in file, and replaced with fseek()
988                 - changed SendAppFile() to report errors by exception
989                         instead of by return value, which wasn't checked
990                         anyway... and C++'d the file handle closing
991                 - removed unused StateTableCommand, leftover from btool
992                 - added check for unlikely case of COD file being larger
993                         than size_t, breaking the fread() assumption
994                         for the type == 0xC0DE case
995                 - added checks for fread() failures
996                 - fixed compiler warnings when comparing signed/unsigned,
997                         and changed file operation types from plain int
998                         to size_t/off_t
999         - changes to src/m_javaloader.cc:
1000                 - fixed comments to remove Desktop-oriented notes
1001                 - moved variables closer to their use point
1002                 - removed the duplicated response Data objects in favour
1003                         of just one (each default Data object uses 0x4000
1004                         bytes of heap)
1005                 - removed manual endian swap in favour of htobl()
1006                         - oops... this size field is actually big endian.
1007                           Since all Barry code assumes that Blackberry
1008                           protocol traffic is little endian, a special
1009                           case needs to be added in m_javaloader.cc for
1010                           this field.  The special case uses autoconf's
1011                           endian define.
1012                         - fixed long long problem in endian.h (ISO C++
1013                           compilers don't support long long) and made
1014                           the bswap() functions always available
1015                 - removed unused CommandType and m_commandTable members
1016                 - fixed exception error messages to indicate command #
1017                         instead of Desktop message
1018                 - changed Packet() call to PacketData() when sending
1019                         file size, since there is no command
1020         - added eout() data dump to socket::Packet() unknown send error
1021         - fixed my incorrect off_t/size_t check in bjavaloader.cc
1022         - removed the '0' JL_UNKNOWN4 command from src/protocol.h,
1023                 since the PacketData() change above now handles that,
1024                 and I don't think that byte is actually a command, but
1025                 really part of the uint32_t size
1026                 - Also fixed one remaining 0 command, to use PacketData()
1027 2009/01/09
1028         - added AT+CLAC note to contrib/modemtest.rb, recording tidbit
1029                 from mailing list
1030         - updated copyright dates for 2009
1031 2008/12/11
1032         - fixed missing slash in config sample in doc/www/sync.php
1033                 Thanks to sourceforge tracker #2413683 for reporting
1034 2008/12/01
1035         - added more notes to doc/USB-capture.txt, documenting my kernel
1036                 setup for capturing USB traffic, and added size-limiting
1037                 kernel patch
1038         - added TODO list item for the Blackberry Storm
1039 2008/11/30
1040         - moved Product ID constants into a single place (src/common.h)
1041                 and updated bcharge
1042         - added Product ID 8007 for the Blackberry Storm... needs testing
1043 2008/11/27
1044         - applied ppp chat script patch for AT&T Cingular from
1045                 Richard Esplin
1046         - added new chat scripts to debian and rpm packages
1047         - added known sources of additional Barry binary packages to index.php
1048         - turned on call/caller graph support in Doxygen output
1049 2008/11/23
1050         - applied 'patch' of Martin Owens' Content Store documentation
1051         - updated AUTHORS
1052 2008/11/22
1053         - large refactoring of all message/email record classes, and more
1054                 There is now a MessageBase base class, which combines
1055                 common email record parsing code in one class.  This base
1056                 class is reused by all the specific messages record classes.
1057                 This commit also includes support for multiple email
1058                 addresses per email, as well as giving IConverter support
1059                 to all message classes.
1060         - deleted empty *.cc files from project
1061         - updated TODO file, removing opensync i18n bug
1062         - added TODO item for password support in Opensync... try to avoid
1063                 storing the password in the sync config in plain text
1064         - fixed dll export bug on ErrnoError exception class
1065         - added BadPackedFormat exception for internal use
1066         - ServiceBook: added IConverter support, and general cleanup
1067                 Refactored ServiceBook class and added some experimental
1068                 template functions to generalize the FieldLink table
1069                 processing.  If possible, this needs to be expanded
1070                 to the general record classes, to reduce the amount of
1071                 code duplication during processing of FieldLinks and
1072                 CommonField structures.
1073                 Also, ServiceBook deals with packed fields, which should
1074                 also be extrapolated for general use, and reused if
1075                 possible for the new "Calendar - All" Blackberry databases
1076                 that are coming out on the new devices and firmare.
1077 2008/11/21
1078         - updated man/btool.1 with new -i option
1079         - fixed bug where opensync plugin didn't pass IConverter to Desktop
1080         - added IConverter support to r_calendar.cc
1081         - renamed utf8Needed to iconvNeeded, for consistency
1082         - added IConverter support to r_folder.cc
1083         - added IConverter support to r_memo.cc
1084         - added IConverter support to r_message.cc
1085         - added EmailAddressList, in preparation for multi-address email
1086 2008/11/20
1087         - changed Parser base class to pure abstract... this is so that
1088                 future API changes to the Parse base class will be
1089                 detected by the compiler as errors
1090         - added NullParser class, which performs the old Parser function
1091         - changed all FieldLink arrays to static
1092         - added new IConverter class to support converting the Blackberry's
1093                 WINDOWS-1252 charset to/from UTF-8 and more
1094         - fixed bug in IConverter that saved end of string instead of
1095                 beginning
1096         - reorganized barry.h app header and record.h header, so that
1097                 internal builds have fewer dependencies
1098         - large parser/builder API change, adding IConverter support
1099                 This change starts at the top (Mode::Desktop) which
1100                 takes an optional IConverter object for parsing and
1101                 building conversions.  The Desktop class passes
1102                 this IConverter object to Packet, Parser, and Builder (and
1103                 thereby, the corresponding Record classes) as needed.
1104                 This adds an extra pointer to a fair number of calls
1105                 in the stack, but maintains flexibility without putting
1106                 too much of a burden on Parser writers, which could be
1107                 application writers.
1108                 The primary use of this architecture is to pass in an
1109                 IConverter configured to convert to UTF-8... this is
1110                 basically the only useful conversion method, but others
1111                 are possible if you want to play.
1112         - first record class to support string conversions: Contact
1113         - reverted the barry.h and record.h reorganization, since
1114                 the gui depends on it
1115         - reorganized barry.h and record.h again, making inclusion of
1116                 the record headers dependent on whether it is a library
1117                 build or not
1118         - updated the gui with the parser/builder API change
1119         - added IConverter to opensync plugin, set to UTF-8
1120 2008/11/13
1121         - added comment to src/r_contact.h deprecating the Phone field
1122         - updated Doxyfile to 1.5.1
1123         - added Christopher D. Stover to AUTHORS file as Fedora contact
1124 2008/11/03
1125         - forgot #include <string.h> for memcpy/memset in tools/bfuse.cc
1126         - moved bfuse install point from /usr/sbin to /usr/bin
1127 2008/11/01
1128         - added FUSE filesystem "driver"
1129 2008/10/31
1130         - commented out the info.subsystem match level in HAL FDI file...
1131                 this should let the FDI work on old and new systems.
1132                 HAL version 0.5.8 (used by Debian Etch) has the deprecated
1133                 info.bus property, and doesn't have info.subsystem yet.
1134         - added HAL FDI scripts to rpm/barry.spec
1135         - fixed tools/Makefile.plain
1136 2008/10/30
1137         - added support for multiple work/home phone numbers to the
1138                 opensync plugin.
1139                 - Thanks to Richard Esplin for his test data.
1140                 - This fix has a conflict when a cell phone number is
1141                         marked as the preferred contact as well.
1142                         See http://sourceforge.net/mailarchive/message.php?msg_name=20081030231045.GA28989%40foursquare.net
1143                         for the full details.
1144                 - This fix also changes the VCARD output... pager phone
1145                         numbers are given the TYPE code of "pager"
1146                         instead of "msg".
1147                 - Added OtherPhone field as well
1148 2008/10/22
1149         - applied HAL FDI scripts and configuration from Martin Owens
1150         - updated AUTHORS file
1151         - added HAL FDI and python script to Debian package install
1152 2008/10/18
1153         - updated copyright notice and help text in contrib/modemtest.rb
1154         - changed barry-verizon.chat script according to Andy Herkey's
1155                 recommendation... this worked much better for Michael L.
1156                 Stokes, since his provider was getting stuck on the ATZ
1157 2008/10/16
1158         - applied Andy Herkey's modemtest.rb ruby script to contrib/
1159                 from his Aug 9, 2008 email to the mailing list
1160         - applied Andy Herkey's new modemtest.rb script to contrib/
1161                 from his Oct 8, 2008 email to the mailing list
1162         - added password pass-through code for pppob -s mode
1163         - clarified front page www doc, adding date of last release
1164                 and license
1165         - cherry-picked changes from Jose Carlos Garcia Sogo's debian git repo
1166                 - debian/rules was stripping wrong library names
1167                 - FSF address was incorrect (also updated other source
1168                         files throughout the tree myself)
1169                 - more complete debian/copyright file
1170 2008/09/24
1171         - version bump:
1172                 - configure.ac
1173                 - src/Makefile.am
1174                 - src/version.cc
1175                 - gui/src/BackupWindow.cc
1176                 - Doxyfile
1177                 - rpm/barry.spec
1178                 - debian/changelog
1179                 - opensync-plugin/src/barry_sync.cc
1180         - added link to doxygen documentation to www index.php
1182 Release: version 0.14 - 2008/09/24
1183 ------------------------------------------------------------------------------
1184 2008/09/24
1185         - changed Debian changelog version to 0.14-0 to make room for
1186                 official Debian packages which start at 0.14-1
1187         - moved Doxyfile from src/Makefile.am to Makefile.am
1188         - made RPM spec file match debian version number
1189         - www documentation updates for 0.14
1190 2008/09/19
1191         - fixed git-tagged-release.sh to not delete its own results... oops
1192 2008/09/18
1193         - fixed git command line in git-extract.sh for new 1.6.0.x behaviour
1194 2008/09/13
1195         - added notes in ReleaseChecklist.txt regarding the new tarball
1196                 tags in the git repos
1197 2008/09/12
1198         - updated doc/ReleaseChecklist.txt
1199         - moving items from private todo list to TODO file
1200         - removed unused variable from maintainer/git-release-tar.sh
1201         - added new maintainer/git-tagged-tar.sh, which puts more data
1202                 in the git repo, to make it easier for official Debian
1203                 package creation
1204         - moved src/Doxyfile to ./Doxyfile to avoid ".." in the config...
1205                 the ".." paths confused doxygen and caused it to generate
1206                 non-relative paths in the documentation.
1207         - added umask to maintainer/git-extract.sh, so it works even without
1208                 a pre-configured git
1209         - updated maintainer/tar-prepare.sh to match the new Doxyfile
1210         - added maintainer/tagged-release.sh, as replacement for the
1211                 release.sh top level script, when using git
1212         - removed CVS-style ID code from contrib/barry-unbind-storage.sh
1213                 since it made it look like cdfrey wrote it
1214         - removed doc/CodingStyle.txt as it is now documented in html
1215 2008/08/29
1216         - added device name and backup label support to the GUI
1217                 It is now possible to name devices, instead of just
1218                 operating by PIN number, and it is possible to now
1219                 add a text label to the backup tar filenames.
1220         - added the device names to the device selection dialog
1221 2008/08/26
1222         - updated TODO list with i18n opensync bug and general i18n support
1223         - added test suite to TODO list
1224 2008/08/23
1225         - renamed libbarry to libbarry0 in rpm/barry.spec
1226         - added %dump to rpm/barry.spec to match the OBS version
1227                 Makes it easier to track variable changes across
1228                 various distros.
1229         - added note to NEWS regarding binary package renaming
1230 2008/08/22
1231         - fixed logic error in breset that displayed error on success
1232                 Thanks to Richard Esplin for reporting this bug.
1233         - applied commit's from Jose Carlos Garcia Sogo's debian git repo
1234                 git://git.debian.org/git/users/jsogo/barry.git
1235                 - Add binary dependency of libbarry-dev on libusb-dev
1236                 - Rename libbarry to libbarry0, per debian policy
1237                 - Add exact dependency on binary:Version for every
1238                         -dbg and -dev package
1239                 - Bump Standards-Version to 3.8.0
1240         - updated AUTHORS
1241         - clarified barrybackup error message when no records available
1242                 Added a check so that "no databases selected" and
1243                 "no records available" are two distinct error messages.
1244 2008/08/21
1245         - applied ppp chat script patch from Mick Reed
1246         - updated RPM and Debian packages with new tmobileus ppp scripts
1247         - added T-Mobile US to web documentation
1248         - updated AUTHORS
1249         - clarified sync docs regarding slow-sync... avoid it if possible
1250         - tuned doxygen config, and moved generated files to doc/www/doxygen
1251         - added git-release-tar.sh, replacing CVS's make-release-tar.sh
1252                 Also added doxygen to the release tarball creation, so
1253                 the source code's doxygen documentation is automatically
1254                 generated upon release.
1255         - split git-release-tar.sh into reusable component scripts
1256 2008/08/14
1257         - added exception handler for invalid command line options in GUI
1258         - fixed barrybackup man page, removing bad -v option
1259         - added distro section to AUTHORS
1260         - fixed comment and whitespace problems in time.{h,cc}
1261         - Converted Birthday from string to Date, and added Anniversary
1262                 support.  Birthday and Anniversary fields now use a new
1263                 Date struct, and Barry validates the data to some extent.
1264                 - updated example code and opensync plugin to match
1265         - applied Lee Dixon's Location and Description plugin patch,
1266                 with minor whitespace edits
1267 2008/08/12
1268         - added Birthday field to examples/addcontact.cc for testing
1269 2008/08/11
1270         - applied Lee Dixon's Birthday field and opensync patch
1271                 - fixed coding format issues
1272         - updated AUTHORS
1273 2008/08/07
1274         - fixed bug in m_ipmodem.cc that included a null terminator in
1275                 first AT command
1276         - fixed RFC 2426 conformance bug...  RFC 2426, 3.1.1 states that FN
1277                 MUST be present in the vcard object.  If there is no name
1278                 available, then we use the Company name if available.  It
1279                 should be, since the Blackberry requires either name or Company
1280                 in order to create a new address.  If Company is blank too, then
1281                 we insert "(Blank Name)".
1282                 - On the flip side of this same bug, it is possible to receive
1283                         non-conformant vcard data from evolution / opensync
1284                         that does not include FN.  Since the Blackberry
1285                         doesn't require this information, remove the
1286                         exception, and only throw an exception if FN
1287                         or Company are both blank.
1288                 - REVERT: removed the Company and "(Blank Name)" workarounds,
1289                         and just produce an invalid vcard if no full name,
1290                         since with multiple syncing, this will come back
1291                         to bite us with duplicated Company name data
1292         - added sanity check to contact class for blank name and company
1293         - added BadData exception class, and documented it
1294 2008/08/06
1295         - fixed bug in vAttr::GetValue that ignored index for single valued
1296                 attributes... this should fix the endless loop / memory
1297                 exhaustion that some people have been seeing
1298                 Thanks to Lee Dixon for reporting this bug in detail!
1299         - added TODO list item for implementing recurring calendar items
1300 2008/08/01
1301         - version bump:
1302                 - configure.ac
1303                 - src/Makefile.am
1304                 - src/version.cc
1305                 - gui/src/BackupWindow.cc
1306                 - src/Doxyfile
1307                 - rpm/barry.spec
1308                 - debian/changelog
1309                 - opensync-plugin/src/barry_sync.cc
1310         - updated web docs showing how to set the password when using modem
1311         - added section to docs on how to test the modem connection
1313 Release: version 0.13 - 2008/07/28
1314 ------------------------------------------------------------------------------
1315 2008/07/28
1316         - web doc updates:
1317                 - removed extraneous "experimental" wording
1318                 - added section for external links to main index page
1319                 - fixed doc bug about how to install libtar
1320                 - added O2 Ireland to list of modem scripts
1321                 - removed ubuntu80464 and fc6 from binary package list
1322 2008/07/26
1323         - updated AUTHORS
1324 2008/07/25
1325         - applied barry-unbind-storage.sh script from Niels de Vos...
1326                 added to contrib for now, in the interests of getting
1327                 version 0.13 released soon... we can work on integrating
1328                 this better in 0.14, which hopefully won't take so long :-)
1329 2008/07/24
1330         - added g++ (>= 4.1) to Debian build dependency list
1331         - added support to base library and utilities for multiple email
1332                 addresses in Contact records
1333         - added opensync support for multiple contact email addresses
1334         - applied ppp chat scripts for O2 Ireland from Simon Kenyon
1335         - updated AUTHORS
1336         - integrated O2 Ireland scripts into binary package installs
1337 2008/07/16
1338         - applied David Mansfield's opensync module password patch (ported
1339                 manually to latest upcoming 0.13)
1340         - updated AUTHORS
1341         - added password documentation to sample barry-sync module config
1342         - updated web docs with new password sample config
1343 2008/07/05
1344         - removed old, unused spec file and scripts for bcharge-only release
1345         - fixed rpm build instructions in web docs
1346         - reduced minimum password retry level from 6 to 3... Reinhold Schoeb
1347                 reports that his 8800 device only lets him set a password
1348                 retry range between 3 and 5, instead of the usual 10 that
1349                 most devices have.
1350 2008/07/04
1351         - added "known issues" section to main www doc page
1352         - fixed virtual function mis-name bug in btool's null parser
1353         - added -i option to brecsum, to include record IDs in the sums
1354         - applied Ashley Willis's btool 0.12 null parser patch to CVS, which
1355                 required some manual porting changes...
1356                 - removed bool reference argument in GetParser()
1357         - updated AUTHORS
1358         - applied Ashley Willis's perlbarry package, putting it in the
1359                 new contrib/ directory
1360                 - updated AUTHORS
1361                 - now that btool patch is applied, don't need it in contrib
1362         - removed openssl from dependencies documentation, as barry now
1363                 has its own sha1 code
1364         - added libtool to dependencies documentation
1365         - rpm/barry.spec file now assumes gui and opensync, with conditional
1366                 checks depending which system it is being built on...
1367                 --with gui and --with opensync are no longer needed.
1368         - updated release scripts to build RPMs with the new spec file
1369 2008/06/26
1370         - updated udev rules to recognize devices with the 8004 Product ID
1371         - fixed bug in test/buildtest.sh when opensync is not pre-built
1372         - fixed more lintian warnings on Ubuntu
1373         - fixed tiny subheadings in modem web document
1374         - added syncing howto web document
1375         - updated TODO list, adding Troubleshooting item, and morphing
1376                 the modem item into the RPC daemon item
1377         - moved old doc/TroubleShooting.txt document to web, and updated
1378                 it in the process
1379         - added tip to sync web docs, for using DebugMode on hangs
1380 2008/06/23
1381         - changed test/buildtest.sh so it is safe to run from outside
1382                 the directory that contains it
1383         - added note to patch webpage regarding testing patches to the
1384                 build system
1385         - removed mis-configured 'make dist' check from buildtest.sh
1386         - added missing 'scoped_lock.h' to src/Makefile.am's non-installed
1387                 headers, as it is an internal header only
1388         - improved buildtest.sh: speed, accuracy
1389                 - added -j option to make to speed builds
1390                 - moved cleanall check above 'make dist' as dist doesn't
1391                         clean up after itself
1392                 - commented out 'make distcheck' for now, as it doesn't work
1393         - added DISTCHECK_CONFIGURE_FLAGS to root Makefile.am, similar to
1394                 David Everly's patch in tracker # 1973536
1395                 Thanks David!  'make distcheck' now works, but only in
1396                 an environment like buildtest.sh creates.
1397                 Also, buildtest.sh passes all tests now, including distcheck.
1398         - updated AUTHORS
1399         - removed unused src/controllertmpl.h
1400         - added ppp and test directories to Makefile.am EXTRA_DIST
1401 2008/06/21
1402         - added beginnings of a build system test script
1403         - fixed sha1.h so it is installed by src/Makefile.am
1404         - removed old Makefile.orig from src/Makefile.am
1405 2008/06/20
1406         - updated modem web documentation page with Sprint option, as
1407                 well as listing some network security concerns
1408 2008/06/19
1409         - added modem reset workaround to web documentation page
1410         - applied Andy Herkey's ipmodem password patch, round 1
1411         - applied Andy Herkey's ipmodem password patch, round 2
1412         - cleaning up some rough edges to the ipmodem patches:
1413                 - removed commented out code in pppob.cc
1414                 - added BXLOCAL to private member SendPasword()
1415                 - added try/catch in IpModem destructor
1416                 - removed FIXME comment about endian issues
1417                 - added data size checks to SendPassword()
1418                 - removed catch(...)
1419                 - renamed class variable session_key to match others
1420                 - added check to skip password if "" is passed in
1421                 - added the m_filter for ipmodem PPP 0x7e filtering
1422                   back, since the 8320 w/ rogers seems to need it
1423         - updated AUTHORS
1424 2008/06/06
1425         - added timeout argument to Device::BulkDrain()
1426         - added mozilla's sha1 code from git
1427         - removed openssl dependency due to license issues
1428                 Debian and Ubuntu have checks in their lintian tool that
1429                 check for GPL+OpenSSL linkage.  In order to remove any
1430                 potential obstacles to future inclusion in those distros,
1431                 the dependency is removed here in favour of the small
1432                 mozilla implementation which is GPL.
1433 2008/06/04
1434         - added notes to web documentation for OpenBSD
1435         - documentation updates:
1436                 - changed git patch command to use format-patch
1437                 - added instructions for building from tarball
1438                 - added bugs.php and contact.php pages
1439         - fixed missing and mis-dated copyright notices in src/
1440         - added ppp options and chat script for Sprint, based on
1441                 Andy Herkey's mailing list report
1442 2008/05/30
1443         - added Ubuntu 8.04 to release build scripts
1444 2008/05/29
1445         - fixed compile errors in gui when compiling with gcc 4.3.x
1446         - added ppp options and chatscript files to RPM build
1447         - updated docs with binary package default PPP scripts
1448         - added -P option to pppob to specify password
1449         - updated pppob manpage with -P option
1450         - fixed missing -P option in btool manpage
1451         - updated rpm spec file history
1452         - added pppob manpage to rpm spec file
1453         - added manpages for brecsum, breset, upldif, and barrybackup,
1454                 and updated the build process to support them.
1455                 Also updated date for pppob manpage.
1456         - updated rpm spec file with new manpages
1457         - added ProductID code 0x8004 to breset.cc
1458         - minor whitespace and usage text fix in upldif.cc
1459         - deleted old src/Makefile.orig
1460         - updated Debian binary package:
1461                 - added manpages for brecsum, breset, pppob, upldif,
1462                         and barrybackup
1463                 - added ppp options and chat scripts, with postinit
1464                         script to set permissions
1465                 - fixed descriptions in control file to avoid lintian warnings
1466 2008/05/27
1467         - fixed missing #includes in src/data.cc
1468         - fixed compile errors in library, utils, and plugin when compiling
1469                 with new gcc 4.3.x... gui not yet finished
1470 2008/05/24
1471         - added minimum g++ version to website dependency docs
1472 2008/05/23
1473         - added ppp/README
1474         - reorganized sample ppp options files so they are easier to compare,
1475                 enabled "usepeerdns" in both, and disabled the speed
1476                 setting in barry-verizon
1477         - updates to website documentation
1478                 - added FC9 to distro list
1479                 - added page for BarryBackup
1480                 - added page for USB modem / pppob
1481 2008/05/22
1482         - added sample ppp options files for Verizon Blackberries
1483                 Sample files from Michael L. Stokes
1484         - updated AUTHORS
1485         - renamed sample ppp peer files, in preparation for installing
1486                 them automatically in binary packages
1487         - modified verizon options file to use pppob
1488         - split the sample rogers options file into options and chat files
1489 2008/05/16
1490         - put sequence packet check directly in the SocketZero::RawReceive()
1491                 function, which now localizes all sequence packet
1492                 handling and checking, as well as avoids packet
1493                 order problems when multiple sockets are in use,
1494                 such as with pppob...
1495                 FIXME - this localized sequence checking may make all
1496                 the calls to CheckSequence() obsolete which
1497                 should probably be cleaned up someday, if so.
1498         - reorganized src/socket.cc to match class private/public
1499                 order (no code change, only move)
1500         - added verbose log message to Controller constructors, so it is
1501                 possible to determine whether a program is using
1502                 threaded or non-threaded sockets
1503         - added -z and -Z command line options to btool to control
1504                 the non-threaded/threaded behaviour, respectively;
1505                 and updated the man page
1506         - removed debug sleep() calls from pppob
1507         - added SIGINT signal handler so pppob shutsdown gracefully when
1508                 pppd is killed
1509 2008/05/15
1510         - mention CVS and git on main documentation "how to" list
1511         - moved PPP filter logic into its own class
1512         - enhanced PPP filter class to support prepending of
1513                 empty bytes if needed, in order to reduce data
1514                 copying, and clarified why there is no GetBuffer()
1515         - added ProbeResult::HasIpModem() to determine whether
1516                 IpModem endpoints are available
1517         - added pure virtual Modem base class for common
1518                 modem-oriented API (only Open and Write so far)
1519         - Mode::IpModem is now derived from Barry::Modem
1520         - experimental implementation for Mode::Serial,
1521                 which is now derived from Barry::Modem,
1522                 and uses PppFilter
1523         - pppob now supports IpModem and Serial modes, and logging
1524                 to file instead of stderr
1525         - added man page for pppob
1526 2008/05/10
1527         - modified the planned version numbering scheme in doc/VersionNotes,
1528                 so that a 1.0 is possible, with 1.50 as the devel series
1529 2008/05/09
1530         - continuing to update html documentation in preparation for
1531                 0.13 release
1532 2008/05/02
1533         - removed -fvisibility-inlines-hidden compile options since some
1534                 distros have old or broken compilers or libraries where
1535                 the build breaks looking for STL templates (Ubuntu 7.10,
1536                 I'm looking at you...)
1537         - changed brecsum so usage information is displayed automatically
1538                 if no command line arguments are specified
1539         - added opensync-plugin to maintainer test scripts, and added
1540                 ubuntu710 to the test build sequence
1541 2008/05/01
1542         - updated doc/TroubleShooting.txt
1543         - removed usb_control message check from IpModem endpoint probing
1544                 in src/probe.cc, since some devices, like the 8700
1545                 have both RIM_UsbSerData mode and IpModem mode.
1546         - fixed serialization code for Calendar record class, in s11n-boost.h
1547         - made UnknownField's data member into its own type,
1548                 so that when building records, it doesn't get processed
1549                 like a null terminated string... also added more
1550                 BuildField() helper functions for accuracy
1551         - fixed missing fields in the Calendar record build process
1552         - added Calendar to list of Builders in tools/btool...
1553                 it is now possible to run: btool -s "Calendar" -f datafile
1554         - added tools/brecsum program, which calculates SHA1 checksums
1555                 on database records, for testing
1556         - added brecsum to debian and rpm builds
1557         - added recurrence builder function to Calendar record builder code
1558                 which completes builder support
1559                 Checksums from the following commands now match:
1560                         brecsum -d Calendar > sum1.txt
1561                         btool -d Calendar -f calendar.dat
1562                         btool -s Calendar -f calendar.dat
1563                         brecsum -d Calendar > sum2.txt
1564                         diff -u <(sort sum1.txt) <(sort sum2.txt)
1565 2008/04/29
1566         - applied Jason Thomas's ACLOCAL_FLAGS patch to make autoreconf
1567                 work again... Thanks!
1568         - applied Jason Thomas's debian build dependency patch
1569         - updated AUTHORS
1570 2008/04/26
1571         - started documentation overhaul in doc/www, putting the commonly
1572                 asked questions right on the front page, and making it more
1573                 goal-oriented, so it is hopefully easier to use
1574 2008/04/25
1575         - updated NEWS file
1576         - fixed error messages in m_desktop.cc that still referred
1577                 to Controller
1578 2008/04/25
1579         - major merge of barry-b1-socket-arch-branch into MAIN.
1580           The following is the changelog from that branch, which is now MAIN.
1582         2008/04/25
1583                 - added thread-safe logging mechanism
1584                 - added preliminary IP modem support... requires a recent
1585                         device... serial mode is not yet supported
1586                 - merged HEAD changes
1587         2008/03/27
1588                 - changed Barry::Init() so programmer can choose where
1589                         debug and exception information goes, instead of
1590                         always to stdout
1591         2008/03/22
1592                 - merged HEAD changes
1593         2008/03/20
1594                 - fixed bug in probe class, which missed storing the PIN
1595                         number in ProbeResult
1596                 - also added ProbeResult constructor
1597                 - merged changes from visibility branch:
1598                         - GCC visibility support, limiting what symbols are
1599                           visible in the shared library, libbarry... this makes
1600                           a drastic reduction in the symbol table, and should
1601                           avoid future name clashes with other libraries such
1602                           as opensync
1603                           See: http://gcc.gnu.org/wiki/Visibility
1604                         - vformat_() function name changes
1605         2008/03/07
1606                 - merged HEAD changes
1607                 - added threads library to new bs11nread build
1608         2008/02/28
1609                 - fixed variable size issues in btranslate.cc, evident with
1610                         some compilers on 64 bit systems
1611                 - merged HEAD changes
1612                 - added comments for threaded usage in usbwrap.h
1613                 - changed router to use SocketId typedef, for clarity
1614         2008/02/22
1615                 - fixed const char warnings from newer gcc compilers
1616                 - controller object now saves a copy of the probe result
1617                         and provides an API to retrieve it
1618                 - added sanity checks to m_serial.cc
1619                 - fixed probe behaviour so that a USB probe on an endpoint
1620                         that doesn't respond won't halt everything
1621                 - refactored some of the probe code, and added checks for
1622                         IP modem endpoints
1623                 - added Probe::DumpAll()
1624                 - added Open() call to pppob.cc (not yet complete)
1625         2008/01/30
1626                 - implemented dataqueue.{h,cc}... looks ready for testing,
1627                         once things compile again
1628                 - changed free list copy in router.cc to use
1629                         DataQueue::append_from()
1630                 - finished packet.{h,cc} implementation, ready for testing
1631                 - finished controller.{h,cc}, ready for testing
1632                 - finished m_desktop.{h,cc}, ready for testing
1633                 - added skeleton m_serial.cc
1634                 - the base library and utilities compile again!
1635                 - added constructor for SocketZero(queue)
1636                 - fixed ErrnoError::GetMsg()
1637                 - updated GUI and opensync plugin to compile with new API
1638                 - moved Raw Send/Receive socket functions to private
1639                 - fixed packet header size bug in socket that caused
1640                         socket ID override to be skipped
1641                 - fixed incorrect use of gettimeofday()
1642                 - fixed race condition where Controller could destroy
1643                         the Usb::Device object before the SocketRoutingQueue
1644                         was done with it
1645                 - fixed segfault in SocketZero::RawSend() when a router
1646                         was in use
1647                 - fixed Open() bugs in btool... Open() must be outside of loops
1648                 - btool uses the router thread now, for testing
1649                 - partially implemented m_serial.{h,cc}... needs testing
1650                 - added automatic buffer allocation to SocketRoutingQueue
1651                         constructor
1652                 - made AllocateBuffers() a little smarter, so it was not
1653                         pure appending
1654                 - added a context data pointer to the SocketRoutingQueue
1655                         RegisterInterest callback
1656                 - added RegisterInterest functionality to Socket class
1657                 - added exceptions on router read errors in socketzero
1658         2008/01/26
1659                 - implemented router.{h,cc}... looks ready for testing,
1660                         once things compile again
1661         2008/01/25
1662                 - merged HEAD changes
1663                 - added router.cc and continued work on new arch
1664                 - merged HEAD changes for 2008 copyright statements
1665                 - added scoped_lock.h
1666                 - added ErrnoError exception class
1667                 - documented Controller / SocketRoutingQueue behaviour
1668                 - more router implementation
1669                 - simplified pppob
1670                 - audit and cleanup of socket.{h,cc} code... looks ready
1671                         for testing now, once things compile again
1672                 - removed FIXME in router.*
1673                 - removed pthread header from pppob as it is not needed
1674         2007/11/22
1675                 - merged HEAD changes
1676         2007/10/25
1677                 - merged HEAD changes
1678         2007/10/19
1679                 - branch started, to track development of the new socket
1680                         architecture, and new mode architecture, needed
1681                         to support GPRS modem support, and threaded
1682                         USB access
1683                 - committed work-in-progress... does not compile
1685 2008/04/10
1686         - added Tasks and Memos to TODO list
1687 2008/03/27
1688         - added support for Blackberry 8120, which has a unique Product ID
1689                 Sourceforge tracker ID: 1829537
1690 2008/03/22
1691         - removed TimeZones from TODO list, as it is done
1692 2008/03/21
1693         - version bump:
1694                 - configure.ac
1695                 - src/Makefile.am
1696                 - src/version.cc
1697                 - gui/src/BackupWindow.cc
1698                 - src/Doxyfile
1699                 - rpm/barry.spec
1700                 - debian/changelog
1701                 - opensync-plugin/src/barry_sync.cc
1702         - added GCC visibility support, limiting what symbols are visible
1703                 in the shared library, libbarry... this makes a drastic
1704                 reduction in the symbol table, and should avoid future
1705                 name clashes with other libraries such as opensync
1706                 See: http://gcc.gnu.org/wiki/Visibility
1708 Release: version 0.12 - 2008/03/21
1709 ------------------------------------------------------------------------------
1710 2008/03/21
1711         - changed maintainer script to use CVS export instead of checkout,
1712                 to avoid the CVS directories
1713         - added support for building Debian source packages with proper
1714                 diff.gz and dsc files
1715         - fixed find warning in maintainer/make-rpm.sh
1716         - added support for Ubuntu binary packages to the maintainer build
1717                 scripts
1718 2008/03/13
1719         - renamed all vformat_ and VFormat symbols in opensync plugin's
1720                 copy of vformat code, so they don't conflict with the
1721                 real opensync libraries
1722 2008/03/07
1723         - updated the install.php web page with Paul Dugas's notes on
1724                 building RPM's from CVS
1725         - fixed problem in tools/Makefile.am where bs11nread was included
1726                 in build, even if --with-boost was not specified
1727                 on ./configure command line
1728 2008/03/06
1729         - changed format of Boost serialization file output from btool,
1730                 so that the database name is stored as the first line
1731                 of the file
1732         - added tools/bs11nread.cc to read Boost serialization file data
1733                 written by btool
1734         - minor adjustments to r_message.h and r_timezone.h
1735         - updated s11n-boost.h header to match record classes
1736 2008/03/01
1737         - applied Time Zone parsing patches from Brian Edginton
1738         - added Time Zones to list of supported parsers in btool.cc
1739 2008/02/29
1740         - changed configure.ac to use bzip2 for "make dist".. thanks to
1741                 Paul Dugas for the tip
1742 2008/02/28
1743         - committed Chris Burgess's update to the roadmap document
1744         - applied Paul Dugas's x86-64 build patch, except the
1745                 tar.bz2/tar.gz change
1746         - updated AUTHORS file
1747 2008/02/22
1748         - fixed configure.ac's --with-boost option, so that without args,
1749                 it defaults to using --includedir and --libdir settings,
1750                 instead of hardcoding /usr/include and /usr/lib... this
1751                 should allow smarter compiling on 64 bit systems
1752         - updated RPM spec file to use new --with-boost behaviour
1753         - ahem, fixed configure.ac again... don't use --includedir and
1754                 --libdir, as those are install targets... oops.
1755                 Don't add path overrides at all if not specified.
1756 2008/01/25
1757         - fixed locale issues in src/data.cc
1758         - updated copyright statments for 2008
1759 2007/12/21
1760         - applied wording correction patch to btool from Matt LaPlante
1761 2007/12/07
1762         - changed hard coded databases names in btool to calls to
1763                 <recordclass>::GetDBName()
1764         - version bump:
1765                 - configure.ac
1766                 - src/Makefile.am
1767                 - src/version.cc
1768                 - gui/src/BackupWindow.cc
1769                 - src/Doxygen
1770                 - rpm/barry.spec
1771                 - debian/changelog
1772                 - opensync-plugin/src/barry_sync.cc
1773         - updated TODO
1775 Release: version 0.11 - 2007/12/01
1776 ------------------------------------------------------------------------------
1777 2007/12/01
1778         - fixed null pointer bug in Probe class (bug #1842407)
1779         - added pause to maintainer release script
1780 2007/11/30
1781         - version bump:
1782                 - configure.ac
1783                 - src/Makefile.am
1784                 - src/version.cc
1785                 - gui/src/BackupWindow.cc
1786                 - src/Doxygen
1787                 - rpm/barry.spec
1788                 - debian/changelog
1789                 - opensync-plugin/src/barry_sync.cc
1791 Release: version 0.10 - 2007/11/30
1792 ------------------------------------------------------------------------------
1793 2007/11/30
1794         - added support to the usbwrap Match class to limit its
1795                 search by busname / devname
1796         - added support to the Probe class to limit its search for
1797                 Blackberry devices to a given bus or device name
1798         - added command line options to btool for the above Probe
1799                 bus/device names, and updated the man page
1800         - updated the www docs with regard to the new usb_storage
1801                 behaviour and the new blacklist files... less
1802                 concern about berry_charge and usb_storage conflicts
1803         - added bidentify tool and accompanying man page
1804         - fixed bug in rpm maintenance script that used the wrong
1805                 spec file for opensuse
1806 2007/11/29
1807         - added better error checking to breset
1808         - commented the sleep() for the 8830
1809         - added code to handle the race condition where usb_storage
1810                 claims the device before bcharge arrives on the scene,
1811                 by asking the kernel to detach the driver from
1812                 the Mass Storage interface... this change makes it
1813                 possible to run bcharge, moving from 0006 to 0004
1814                 to 0001 and back to 0004, all *while* usb_storage
1815                 is loaded!
1816         - changed Probe class behaviour so that it will not throw an
1817                 exception on Device Busy (-EBUSY) but instead
1818                 log the error in an internal array and keep going.
1819                 This makes it possible to use btool and barrybackup
1820                 with two devices plugged in at the same time.
1821                 BACKWARD COMPATIBILITY NOTE: this changes initializaion
1822                         behaviour, but in practice, it should only
1823                         make applications look more capable, not less.
1824         - updated btool to show errors logged by Probe
1825         - added message to specify which PIN device is being used by btool
1826         - added explanatory comments to udev rules files, about why
1827                 they are so verbose
1828 2007/11/27
1829         - added ClearHalt() calls to probe and controller classes, just
1830                 before any communication happens... the 8830 seems
1831                 to need this
1832 2007/11/23
1833         - added usbwrap.cc:GetConfiguration()
1834         - added code to check whether the configuration is the one
1835                 we require, before calling SetConfiguration()... and not
1836                 to call it if unnecessary.  This allows us to run
1837                 at the same time as usb_storage.
1838                 Thanks to Martin Owens for not letting this issue go. :-)
1839         - added sleep to bcharge, before calling usb_reset()... the
1840                 Blackberry 8830 behaves like a Pearl device in that
1841                 it has mass storage support, but behaves like a Classic
1842                 in that it resets itself... the usb_reset() seems
1843                 to reset it back to 0006.  The sleep allows the device
1844                 to disappear via its own reset, and let usb_reset()
1845                 fail naturally on these devices.
1846                 This is not an ideal solution... mainly for testing.
1847 2007/11/09
1848         - added modprobe/blacklist-berry_charge as per Simon Ruggier's
1849                 suggestion.  Thanks also to Niels de Vos for a similar
1850                 suggestion.
1851         - fixed udev rules to work on both old and new distros
1852                 Thanks to Duncan Mak for the bug report.
1853         - AUTHORS update
1854         - fixed string comparison to use case insensitive compare in
1855                 opensync plugin
1856         - updated Debian package to include modprobe blacklist file
1857         - updated rpm spec file to include modprobe blacklist file
1858         - split the maintenance scripts into release and test, so
1859                 that release package builds can be done faster
1860 2007/10/26
1861         - opensync plugin fixes:
1862                 - fixed memory leak in vBase::GetAttr()
1863                 - added support in vformat parser to parse "blocks"
1864                         and keep track of the hierarchy when
1865                         parsing an iCalendar, etc.
1866                 - added support for searching for attributes only
1867                         inside certain blocks (i.e. find first
1868                         DTSTART in VEVENT block, not VTIMEZONE block)
1869 2007/10/25
1870         - fixed bug in Calendar::Clear, missing the Free / Class
1871                 member variables, leaving them uninitialized
1872         - added examples/addcalendar.cc
1873         - added more logging to the opensync plugin, logging the
1874                 ToBarry conversion results
1875         - added code to force struct tm.tm_isdst to -1 before calling
1876                 mktime, in vformat.c
1877                 - fixed typo in previous fix
1878 2007/10/12
1879         - renamed ktrans and translate to bktrans and btranslate to avoid
1880                 file name clashes with libtranslate of Gnome
1881                 Closes bug #1812410 reported by Troy Engel.
1882         - version bump:
1883                 - configure.ac
1884                 - src/Makefile.am
1885                 - src/version.cc
1886                 - gui/src/BackupWindow.cc
1887                 - src/Doxygen
1888                 - rpm/barry.spec
1889                 - debian/changelog
1890                 - opensync-plugin/src/barry_sync.cc
1891         - fixed missing default config file in the debian package for
1892                 the opensync plugin
1893                 Closes bug #1812224 reported by Ariel (adonatti).
1894         - added debian dbg packages for tracing segfaults
1895         - modified maintainer scripts so debug packages would reference
1896                 source code located in /usr/src/barry-0.9, etc.
1898 Release: version 0.9 - 2007/10/12
1899 ------------------------------------------------------------------------------
1900 2007/09/29
1901         - adjusted autosuspend disabling code in bcharge, based on new
1902                 information on how kernels 2.6.21 / 2.6.22 work.
1903                 See bcharge.cc for comments.  If device/power/level or
1904                 device/power/autosuspend exist, charging should now work
1905                 without recompiling the kernel.
1906         - updated website docs with autosuspend info
1907 2007/09/27
1908         - large update to the doc/www web pages, moving some of the
1909                 information in README files to html format, so that it
1910                 is commonly available on the web
1911         - added step in maintenance scripts to automatically build the
1912                 .html files in doc/www when making a tarball release
1913 2007/09/22
1914         - added libopensync 0.22 version requirement to barry.spec file,
1915                 but it doesn't seem to work on OpenSuSE 10.2, where it's
1916                 needed.... hmmmm
1917 2007/09/21
1918         - updated README to mention new tree build configure options
1919         - fixed the configure scripts and makefiles so that when building
1920                 with custom CXXFLAGS and LDFLAGS environment variables,
1921                 it doesn't break the full-tree build mode, when
1922                 using --enable-gui and/or --enable-opensync-plugin
1923         - added config.h.in~ to buildgen.sh clean target
1924         - converted Debian build scripts to use cdbs
1925         - added opensync plugin binary package for Debian
1926         - added "Getting Started" section to web pages, as well as an
1927                 explanatory document for various system requirements
1928         - turned on opensync build in RPM maintainer scripts
1929 2007/09/20
1930         - added filename to power/state error message in bcharge.cc
1931         - adjusted maintainer scripts to automatically adjust barry.spec
1932                 for opensuse rpm builds
1933 2007/09/13
1934         - fixed some of the release build scripts and added support for
1935                 automated opensuse 10.2 builds
1936                 - fixed build target to i386
1937                 - changed scripts to add to PKG_CONFIG_PATH variable instead
1938                         of overwriting it
1939 2007/09/07
1940         - added website docs to doc/www... these are out of date at the
1941                 moment, and hopefully by including them here, they
1942                 will be updated more frequently
1943 2007/09/05
1944         - applied Simon Ruggier's build system patch that allowed a build
1945                 of all 3 components from the root directory and fixed the
1946                 configure scripts to support external build directories
1947         - reordered clean commands in the buildgen.sh scripts, and removed
1948                 the INSTALL files, since they are auto-generated by autoconf
1949         - removed extraneous buildgen.sh calls in maintainer scripts
1950         - added Simon Ruggier to AUTHORS
1951         - added explanatory note to 3 stage test build process in
1952                 maintainer script
1953 2007/08/24
1954         - fixed Category handling in the Contact record class, to
1955                 parse the comma separated string into an array,
1956                 and back
1957                 Note: this involves a change to the boost serialization
1958                         and will affect backward compatibility with
1959                         old serialization datafiles
1960         - added Category to examples/addcontact.cc
1961         - added Category support to the opensync plugin
1962 2007/08/23
1963         - fixed wrong read/write in btool output (oops)
1964         - added BadSize exception, and changed CheckSize() function
1965                 to throw it on error
1966         - changed backup GUI to catch BadSize exceptions on initial
1967                 connect, and try a reset if that error occurs, since
1968                 that likely means the device didn't shutdown properly
1969         - fixed in opensync plugin:
1970                 - some vcard data contains types codes in capital letters,
1971                         so added lower case conversion routine
1972                 - changed the order of address lines, so that address1
1973                         is the street, address2 is the extended address,
1974                         and address3 is the PO Box.  The Blackberry
1975                         doesn't seem to have any PO Box field.
1976 2007/08/20
1977         - added -e endpoint override option to btool
1978         - added status message to endpoint override
1979 2007/08/18
1980         - added configure check for strnlen, and implementation for
1981                 systems that don't have it, or that have it implemented
1982                 incorrectly.  Went a little paranoid here, since
1983                 AC_FUNC_STRNLEN doesn't set a define in config.h,
1984                 so I had to do it manually, and check in case autoconf
1985                 changes in the future... ugh.  See src/strnlen.h for
1986                 the gory details.
1987         - added code in probe.cc to fetch the device's description.
1988                 The description is now part of the probe results
1989                 along with the PIN.  Updates to protocol.h, adding
1990                 a new attribute definition.
1991                 Thanks to Rick Scott for pointing out the code in
1992                 XmBlackberry where he implemented this first.
1993         - fixed header dependency in record-internal.h
1994         - updated the "required autoconf" version to 2.61 for root build
1995         - moved nested structs out of the record classes that contain them,
1996                 in order to better support SWIG and Python
1997 2007/08/17
1998         - changed bcharge to use getopt() for its argument processing
1999         - added options -p and -s to bcharge, to adjust usb suspend
2000                 settings automatically where possible
2001         - updated the udev rules to use the new bcharge settings
2002         - updated the bcharge man page with the new arguments
2003 2007/08/16
2004         - cleaned up Usb exception handling, moving libusb error code
2005                 processing into the Usb::Error exception class.
2006                 error.cc is now an empty shell
2007         - added return codes to the Usb::Error exceptions
2008         - removed aboutdialog.{h,cc} from the backup GUI since even
2009                 Debian stable now has up-to-date gtkmm libraries
2010         - added more user friendly error message for the "device busy"
2011                 case, recommending 'rmmod usb_storage'.
2012 2007/08/09
2013         - added better error checking to bcharge.cc
2014         - version bump:
2015                 - configure.ac
2016                 - src/Makefile.am
2017                 - src/version.cc
2018                 - gui/src/BackupWindow.cc
2019                 - src/Doxygen
2020                 - rpm/barry.spec
2021                 - debian/changelog
2022                 - opensync-plugin/src/barry_sync.cc
2023         - removed usb_set_configuration() check from bcharge.cc, since
2024                 that may fail under normal operation, in this case
2026 Release: version 0.8 - 2007/08/03
2027 ------------------------------------------------------------------------------
2028 2007/08/03
2029         - moved Interface implementation to usbwrap.cc file
2030         - added dout debugging messages to usbwrap.cc
2031         - clarified unhandled packet error message in socket.cc
2032         - added temporary workaround in opensync-plugin environment's
2033                 Reconnect(), for odd message seen on newer Blackberry
2034                 devices
2035         - fixing issues with Brian Edginton's MessageRecord patch (2007/06/29)
2036                 - fixed missing size check in message oriented ParseHeader()
2037                 - fixed endian conversion issues (also found one pre-existing
2038                         endian bug in the process)
2039                 - moved message timestamp converter code to time.cc
2040         - added Barry version number to opensync plugin name
2041         - changed maintainer scripts and rpm.spec to use bzip2 instead of gzip
2042         - added opensync-plugin to configure script build
2043         - added -S option to btool, to list supported parsers and builders
2044         - slight change to opensync-plugin/buildgen.sh to cleanup config.h.in~
2045         - opensync-plugin/README update
2046         - added opensync-plugin/patches for others who may be building and
2047                 testing the plugin with OpenSync 0.22
2048         - added debian package build scripts to maintainer/
2049 2007/08/01
2050         - added entry to doc/TroubleShooting.txt
2051 2007/07/28
2052         - added doc/TroubleShooting.txt
2053 2007/07/27
2054         - opensync plugin:
2055                 - fixed bug in vcard.cc that was using the FN field
2056                         for the broken-down name instead of N
2057                 - added dbId and dbName to DatabaseSyncState
2058                 - added Reconnect() functionality to BarryEnvironment class
2059                         and moved connect logic out of barry_sync.cc
2060                 - changed the batch commit functionality in barry_sync.cc
2061                         to single-change-commit.  Why?  Because opensync
2062                         0.22 groups all batch changes into one group
2063                         and calls one batch commit function, even if you
2064                         registered two.  Moving to single change commit
2065                         mode removes a chunk of unneccessary code
2066                         from the plugin as well, and can in theory
2067                         ease memory pressure in the library.
2068                 - added FinishSync() to perform actions needed on successful
2069                         syncing completion
2070                 - disconnect on successful sync completion, and reconnect,
2071                         since the device's dirty flags don't seem to
2072                         be updated until a disconnect occurs.
2073 2007/07/26
2074         - added ReadDataArray() to data.h, using an istream instead of
2075                 requiring a file
2076         - added raw data version of BuildField() to record-internal.h
2077                 This is so that btool doesn't add extra null terminators
2078                 to unknown data, when restoring with option -s
2079         - fixed bugs in r_contact.cc:
2080                 - fixed bug that caused a LastName/FirstName swap
2081                         if FirstName was empty and you wrote a contact
2082                         record into the device.... First/Last Name
2083                         fields are position sensitive, and the code
2084                         was missing the empty FirstName case on writing
2085                 - fixed bug in BuildFields() and Dump() where they
2086                         were not updated to handle the new field
2087                         table added for the postal address changes
2088                         on 2007/07/20, oops
2089         - opensync plugin:
2090                 - changed the plugin config file, so it is possible to
2091                         turn debug output on/off without recompiling
2092                 - moved the standalone Map2Uid() function into
2093                         the DatabaseSyncState class, and changed the
2094                         code to produce "contact-#" and "calendar-#"
2095                         UID strings, instead of just numbers
2096                 - changed default PIN to -1, so that if the user doesn't
2097                         configure properly, it will fail... this is a
2098                         safety measure to avoid syncing with different
2099                         devices and corrupting the cache/idmap...
2100                         this should be fixed someday, to handle this
2101                         automatically
2102                         On second thought... is this right?  Perhaps
2103                         it is better to fail if the PIN is not what
2104                         is expected, so a user doesn't accidentally
2105                         sync the wrong device and lose data.
2106                         Actions to take on new PIN:
2107                                 - force slow_sync, or
2108                                 - fail
2109                 - incorporated the new VCardConverter code into the
2110                         main barry_sync.cc plugin code
2111                 - fixed bug that did not clear the devices dirty flags
2112                         in the case where a sync only read data from it,
2113                         and didn't write
2114                 - changed PIN error message number to hex
2115 2007/07/20
2116         - minor wording change in backup GUI prompt: "Backup working..." to
2117                 "Backup in progress..."
2118         - renamed Contact class's Title field to JobTitle for clarity
2119         - added record function ParseFieldString(), which properly handles
2120                 strings from the device that have multiple null terminators,
2121                 and changed the record parsing code to use this new function
2122         - moved FullName() function from ldif.cc to r_contact.cc since it
2123                 is generally useful in areas outside of LDIF processing
2124         - refactored postal addresses in the Contact record class into
2125                 a new class called PostalAddress
2126         - renamed Address class in record.h to EmailAddress
2127         - moved Contact::GetPostalAddress() to record.cc as part of the
2128                 new PostalAddress class and renamed it
2129                 PostalAddress::GetLabel()
2130         - opensync plugin:
2131                 - refactored vformat helpers into separate base class
2132                         called vBase
2133                 - added vCard converter class
2134                 - commented out the code that skipped over the adding
2135                         of empty attribute values and parameters,
2136                         since VCARD depends on some of this behaviour
2137                 - movified vformat.c:vformat_find_attribute() to take
2138                         an extra nth argument, in order to search
2139                         for multiple attributes with the same name...
2140                         the way this is coded is a bit inefficient...
2141                         but we're moving away from vformat when we move
2142                         to OpenSync 0.3x / 0.40, so this is just temporary
2143                         pain
2144 2007/07/19
2145         - added SUBSYSTEM=="usb_device" to example udev rules, in order
2146                 to avoid running bcharge for each endpoint that is
2147                 added by udev, when first plugged in.  Running bcharge
2148                 back-to-back multiple times can crash some
2149                 Blackberries.
2150 2007/07/14
2151         - opensync plugin:
2152                 - fixed ID mapping bug in the case of a non-numeric UID
2153                         from syncing external -> Barry, and then the
2154                         new Barry ID would look like a new change
2155                         when syncing back from Barry -> external.
2156                 - added support for slow sync
2157                 - added clear() to idmap class
2158                 - added vformat attr parameter extraction class
2159                 - added more trace logging during vformat/Barry conversions
2160                 - added Notification time support
2161                 - handled "all day" vformat special case, when DTEND
2162                         does not exist in a vformat data block
2163         - changed the min1900_t time conversion functions to handle
2164                 the 0xffffffff special case, when notifications
2165                 are turned off on a calendar event (src/time.cc)
2166         - also made the calendar data dump output clearer for
2167                 disabled timestamps, and added debug output
2168                 for the raw min1900 value, in case there are more
2169                 special cases in the future
2170 2007/07/13
2171         - fixed null pointer access in opensync's HasMultipleVEvents()
2172 2007/07/12
2173         - upper management directive: revert all OpenSync 0.3x changes
2174                 and proceed with OpenSync 0.22.  Reverting the
2175                 opensync-plugin/src tree to Barry 0.7 status.
2176 2007/07/06
2177         - reorganized exception and trace code in opensync plugin
2178         - added XmlToCalendar() function, based on unfinished opensync
2179                 library API that is not yet finished... will be
2180                 committed to opensync svn tree when complete
2181         - added OSyncXMLField logger to plugin trace class
2182 2007/06/29
2183         - applied email MessageRecord patch from Brian Edginton (thanks!)
2184         - updated Message::Dump() to output more valid mbox data...
2185                 the goal is to be able to do:
2186                         btool -d "Messages" > email.mbox
2187                         mutt -f email.mbox
2188         - changed some TODO's to FIXME's to keep it grep-consistent
2189         - applied Folder support patch from Brian Edginton
2190         - fixed pedantic compile warnings, and changed order in src/Makefile.am
2191         - removed unneeded cast in src/r_folder.cc
2192 2007/06/28
2193         - minor adjustment to ctags building in buildgen.sh
2194         - applied patch from Brian Edginton for better boost detection
2195                 in configure.ac
2196         - added boost usage message to btool -h output
2197 2007/06/21
2198         - more porting of OpenSync module to 0.30
2199         - added ctags build for opensync source tree to buildgen.sh
2200 2007/06/14
2201         - changed PKG_CONFIG_PATH setting in rpm script, so that systems
2202                 like SuSE that have an extensive PKG_CONFIG_PATH
2203                 in general use will not break on build
2204         - added PKG_CONFIG_PATH to debian script too, just in case :-)
2205         - added debian/changelog to doc/ReleaseChecklist.txt
2206         - added comment to rpm/barry.spec regarding SuSE RPM builds
2207 2007/06/08
2208         - applied patch from Niels de Vos fixing debian package build
2209                 dependency
2210         - applied Brian Edginton's Saved Email Messages patch
2211         - updated r_saved_messages.cc comment to match header
2212         - added GetRecType()/GetUniqueId() to r_saved_messages.h, since
2213                 SetIds() is already there
2214         - removed Address version of operator<<() from message related headers
2215                 and moved into record.h
2216         - added std::hex to message related dumps, and changed output to
2217                 be more mbox-like
2218         - updated doc/CodingStyle.txt to cover switch() statements
2219         - opensync compiles again, with 0.30!  (not functional yet)
2220                 - moving closer to more modular and reusable plugin functions
2221         - updated release checklist for opensync version number
2222 2007/06/07
2223         - added doc/CodingStyle.txt... preliminary version
2224 2007/06/06
2225         - applied Brian Edginton's PIN message patch
2226         - changes to PIN message patch:
2227                 - fixed missing backslash in src/Makefile.am
2228                 - fixed tab alignment throughout
2229                 - removed typedef from Address struct
2230                 - added clear() to Address... might as well, if it it is
2231                         going to be a standalone type
2232                 - fixed missing comma in PINMessageFieldLinks table
2233                 - changed MessageRecordId in PINMessage to load from a new
2234                         uint32_t field in CommonField, instead of piggy
2235                         backing on a field for other use
2236         - did some testing and found that PINMessage's MessageRecordId
2237                 is the same as the RecordId given through the SetIds()
2238                 API... but these Id's are duplicated in the protocol...
2239                 RecordId is stored in the protocol header, while
2240                 MessageRecordId is stored in the record it self as
2241                 a common field... added RecType and RecordId to
2242                 PIN Message so that we store both of these
2243         - updated AUTHORS
2244 2007/05/27
2245         - added item to gui/TODO
2246         - applied Brian Edginton's s11n-boost.h patch
2247 2007/05/25
2248         - renamed template values to more consistent naming scheme
2249         - applied memos and tasks patch from Brian Edginton, slightly
2250                 modified to split into the new separate files system
2251         - changes to memos and tasks classes:
2252                 - reformatted the code to match coding style
2253                         (come on Brian) :-)
2254                 - added copyright notice
2255                 - changed class to singular (Memo, not Memos)
2256                 - placed in Barry namespace
2257                 - added #ifdef header protectors
2258                 - added new files to Makefile.am
2259                 - added new r_*.h headers to record.h
2260         - added support for Memos and Tasks to tools/btool.cc, based on
2261                 Brian Edginton's patch
2262                 (currently commented out, for Boost library reasons):
2263         - added doc/CommitPolicy.txt
2264         - updated AUTHORS
2265 2007/05/24
2266         - added ctags generation to buildgen.sh
2267         - applied record.{h,cc} fix patch from Brian Edginton
2268                 - ClassFlag
2269                 - FreeBusyFlag
2270                 - Clear() fixes
2271         - fixed broken formatting in above patch
2272         - refactored record parser classes into separate files for each
2273         - changed the ConvertHtoB<> template to inline, as it caused
2274                 linker errors with the new file layout
2275 2007/05/17
2276         - fixed bug in Debian packaging that put util commands in
2277                 /bin and /sbin instead of /usr/bin and /usr/sbin
2278         - commited byteswap.h replacement code from gm2net
2279         - backup gui:
2280                 - removed unneeded debug messages on stdout
2281                 - changed the default for debug output to "off"
2282                         and added a command line option to turn
2283                         it on if necessary  (--debug-output)
2284                 - command line option --help now also works
2285         - fixed bug in Calendar class where it didn't initialize
2286                 RecType properly... and cleaned up other RecType
2287                 code to use the GetDefaultRecType() functions,
2288                 localizing the constants in one place
2289 2007/05/11
2290         - applied patches from Brian Edginton, parsing more
2291                 fields in Contact and Calendar records
2292         - added Brian Edginton to AUTHORS
2293         - reformatted record.{h,cc} to match the rest of the code,
2294                 removed commented out code, and removed mention of
2295                 Outlook from the comments.
2296         - updated udev/10-blackberry.rules.Debian for Debian Etch
2297         - updated debian/rules to use new udev rules file
2298         - removed debian/postinst, as stable versions of Debian now
2299                 have a recent udev, and don't need the special handling
2300         - updated Debian build scripts to build separate packages:
2301                 libbarry
2302                 libbarry-dev
2303                 barry-util
2304                 barrybackup-gui
2305         - added menu support to Debian barrybackup-gui package
2306         - made the buttons bigger in the backup GUI, as they were too
2307                 small on Debian Etch
2308         - opensync plugin:
2309                 - more progress in porting to opensync 0.30, heavily
2310                         based on the example plugin in the opensync
2311                         svn tree...  this is a work in progress, and so far
2312                         is incomplete
2313 2007/05/04
2314         - opensync plugin:
2315                 - partial porting to opensync 0.30 (in progress!)
2316                 - fixed bug in sync_done where it reported context error
2317                         and then success afterward
2318         - checking in new INSTALL files based on Etch's autoconf run
2319         - added item to gui's todo list
2320         - bumped version numbers to 0.8 in:
2321                 - configure.ac
2322                 - src/Makefile.am
2323                 - src/version.cc
2324                 - gui/src/BackupWindow.cc (about dialog)
2325                 - src/Doxygen
2326                 - rpm/barry*.spec
2328 Release: version 0.7 - 2007/05/02
2329 ------------------------------------------------------------------------------
2330 2007/05/02
2331         - added rpm building to maintainer/release scripts
2332         - added "HEAD" feature to tarball creation script, for easier testing
2333         - updated maintainer/README
2334         - updated maintainer/release.sh to use new HEAD feature too
2335 2007/05/01
2336         - added pppob to rpm barry.spec
2337         - bumped release number in barry.spec
2338 2007/04/30
2339         - opensync plugin:
2340                 - fixed size check bugs (strlen() == 0 when empty)
2341                 - finished refactoring calendar conversion routines
2342                 - started timezone parsing, but this may go away
2343                         if we use opensync 0.30's time functions and
2344                         xml data format...
2345                 - added development note to README
2346 2007/04/29
2347         - updated README and opensync-plugin/README with more current
2348                 build instructions
2349         - opensync plugin:
2350                 - refactored some calendar conversion routines
2351                 - added Barry->vCalendar conversion for recurring appointments
2352 2007/04/27
2353         - opensync module:
2354                 - removed some unneeded trace logs
2355                 - fixed VEventConverter constructor bug, with uninitialized
2356                         m_Data pointer
2357                 - eased up the requirement that every calendar event
2358                         must have a summary... defaults to "<blank subject>"
2359                         if empty
2360                 - added more VCALENDAR fields to match Barry::Calendar record
2361                 - fixed case sensitive compares in vformat.c
2362 2007/04/26
2363         - opensync module work:
2364                 - added id map class to map string uid's from OpenSync to
2365                         numeric ID's from the Blackberry
2366                 - fixed bug in CommitChange() where it was still using
2367                         a hard coded calendar record state table
2368                 - added lots of logging throughout
2369                 - fixed bug where newly added records didn't use the
2370                         change object's uid, but created a new ID,
2371                         causing another sync on the next run
2372                         i.e. (CommitData_t was missing an argument)
2373                 - fixed bug where uninitialized notification time was
2374                         written to the Blackberry
2375         - more opensync module work:
2376                 - refactored the environment class into another subclass
2377                         called DatabaseSyncState, and moved some stand-
2378                         alone functions from barry_sync.cc into
2379                         the environment classes
2380                 - added a tagged constructor to the trace class
2381                 - fixed idmap::Load() to clear map before loading
2382 2007/04/20
2383         - renamed barry-config to barry-sync, the default configuration
2384                 file for the opensync module... and filled it with
2385                 a sample configuration
2386         - added code to update the calendar cache, and write it to disk
2387                 on success (opensync module)
2388         - added code to clear dirty flags in the device (opensync module)
2389         - allowed comments in the config file
2390         - added vformat.c from libopensync 0.22, since the vformat
2391                 routines are not available from the plugin side
2392 2007/04/19
2393         - updated gui/TODO
2394         - added -d switch to bcharge to switch back from 0001 to 0004 mode,
2395                 changed the auto-detection logic to ignore iProduct and
2396                 only use idProduct, and updated man page
2397         - updated breset to recognize the Pearl in 00004 mode as well
2398         - changed src/probe.cc logic to assume that the second endpoint
2399                 pair is the one needed for database communication, instead
2400                 of doing a reverse search from the end... newer Pearls
2401                 in Dual mode seem to have at least 3 or 4 endpoint pairs,
2402                 and the old search didn't always work
2403         - applied sourceforge patch #1696884 from Peter Silva, updating
2404                 the Debian build for Etch, and including all files in one deb
2405         - added Peter Silva to AUTHORS file
2406         - uncommented the "make distclean" in debian/rules, and removed
2407                 the reliance on /tmp when installing 99-barry-perms.rules
2408         - applied bb_task_format.txt patch from Peter Silva
2409         - fixed each misspelling of "recurrance" to "recurrence"
2410         - tweaked src/probe.cc again for paranoia's sake... start at
2411                 offset 1 if more than 1 endpoint pair, otherwise start
2412                 search at 0
2413         - split up opensync module into multiple source files, and started
2414                 using the opensync vformat routines for parsing and building
2415                 the vevent20 data (experimental)
2416 2007/04/04
2417         - more incremental work on the opensync plugin, adding ADDED
2418                 and MODIFIED functionality... (experimental!)
2419 2007/03/30
2420         - added code to dump extra descriptors during device discovery,
2421                 if found
2422         - bumped opensync version number in configure.ac, and made
2423                 the configure scripts more consistent with the rest
2424                 of the project
2425         - fixed printf-format size bug in opensync module
2426 2007/03/29
2427         - applied patch from Niels de Vos, fixing deb udev rules for Pearl
2428         - updated AUTHORS
2429         - fixed extra space bug in LDIF output (added space when creating
2430                 FullName, even if there was no last name)
2431         - fixed Address Book record parsing in Contact class... the
2432                 Blackberry database uses field id 0x20 for both the
2433                 first and last names, and if only a last name exists,
2434                 the first name will be empty.  Fixed parser to handle
2435                 this special case, without relying on string length.
2436                 Thanks to Troy Engel for reporting above two LDIF bugs.
2437         - added a few more constants to bcharge.cc
2438         - renamed opensync's configure.in to configure.ac
2439 2007/03/17
2440         - fixed bcharge to avoid endless reset loop... oops
2441 2007/03/16
2442         - reorganized bcharge.cc to make it possible to switch between
2443                 Pearl modes 0004 and 0001
2444         - added flag to BadPassword exception class, to signal whether
2445                 the library considers the device "out of retries" or not
2446         - updated socket.cc for new BadPassword exception
2447         - added special case to Controller class destructor to reset the
2448                 device if being destroyed in a half-open state... this is
2449                 a temporary fix until we understand how to handle
2450                 the "already open" message we get when opening the Desktop
2451                 in some cases
2452         - added password prompt dialog to the backup GUI
2453         - fixed possible memory leak in GUI's DeviceInterface::Connect()
2454 2007/03/08
2455         - committed Troy Engel's bbrules_mass_symlinks.patch, fixing
2456                 udev rules for the Pearl
2457         - updated 10-blackberry.rules.Debian to match 10-blackberry.rules's
2458                 functionality
2459         - applied Troy Engel's barry.spec patch to generate all required
2460                 RPM's... Thank you!  Notes in the README taken from
2461                 the sourceforge tracker entry containing the patch.
2462         - added libusb lib flags to tools/ and examples/ makefiles,
2463                 and tweaked configure.ac with a better default,
2464                 to build cleanly on RHEL 4
2465         - modified rpm/barry.spec:
2466                 - does not create doc-only barry base package anymore
2467                 - fixed "barry-backup" typo
2468                 - removed the patch step, as version 0.7 shouldn't need it
2469                 - added license file to each package
2470                 - commented out console perms scripts, pending mailing list
2471                         discussion
2472         - updated AUTHORS
2473         - applied Troy Engel's barry.spec patch to fix RHEL4 compile issues
2474         - fixed 80 column wrapping error in barry.spec, thanks to Troy Engel
2475                 for the bug report
2476         - applied Troy Engel's udev permissions patch for Redhat/Fedora
2477                 systems, which automatically set the ownership of a
2478                 newly plugged in device to the currently logged in console
2479                 user.
2480         - added udev/README to document what all those files are for...
2481                 part of the text comes from the sourceforge comment
2482                 on the above udev permissions patch from Troy Engel
2483         - uncommented the console perms scripts for rpm/barry.spec
2484         - added libglademm-2.4 to gui/README's dependency list
2485         - made usbwrap.* calls more threadsafe
2486         - added Usb::Timeout exception for timeout errors
2487         - added preliminary UsbSerData support to library for GPRS modem
2488                 functionality, using Rick Scott's XmBlackBerry's serdata.c
2489                 as a guide
2490         - added overloaded Socket::Send() for sending without receiving
2491         - added preliminary pppob command line tool
2492 2007/03/02
2493         - version bump in:
2494                 - configure.ac
2495                 - src/Makefile.am
2496                 - src/version.cc
2497                 - gui/src/BackupWindow.cc (about dialog)
2498                 - src/Doxyfile
2499                 - rpm/barry.spec
2500         - build system tweaks for opensync-plugin, and added a buildgen.sh
2501                 for it
2502         - added better debug messages in probe.cc and usbwrap.cc's
2503                 device discovery code
2504         - changed error handling for null interface->altsetting pointers
2505                 when doing device discovery in usbwrap.cc.  Seems that
2506                 some devices report a higher number in bNumInterfaces
2507                 than are really available... in this case, let's
2508                 just ignore the missing data and assume success
2509         - applied udev script patch #1663986 from Troy Engel
2510         - applied barry-bcharge.spec patch #1672178 from Troy Engel
2511         - ReleaseChecklist update
2512         - added rpm/README based on Troy Engel's patch notes
2513         - updated new barry-bcharge.spec for version 0.7, removing patch
2514                 dependency
2516 Release: version 0.6 - 2007/02/28
2517 ------------------------------------------------------------------------------
2518 2007/02/28
2519         - fixed size checks for device database records larger than 64K
2520                 Thanks to Michael Brown for the bug report.
2521         - added initial release maintainer scripts
2522         - fixed odd backup success message in GUI when doing a backup with
2523                 no databases selected in configuration
2524                 Thanks to Michael Brown for the bug report.
2525         - added udev permissions file patch from Michael Brown
2526         - added Michael Brown to AUTHORS
2527         - updated README, gui/README, and doc/USB-capture.txt
2528         - added -o command line switch to bcharge.cc, and updated man page
2529 2007/02/23
2530         - changed library behaviour so it only turns on libusb debug output
2531                 if in data dump mode.  In btool, -v controls this output.
2532         - minor stream formatting fix in btool
2533         - added OpenSSL dependency to build for password hash support
2534         - made debug dout() output conditional on Init() flag... In btool,
2535                 -v now controls this as well
2536         - reverse engineered more of the initial probe packets, and
2537                 implemented probing in struct based code... changes include:
2538                 - added support for "attribute fetch" packets, used at
2539                         the beginning of USB conversations
2540                 - defined object/attribute id codes for the PIN number
2541                 - made Protocol::SocketCommand more robust, and implemented
2542                         its sequence number behaviour
2543                 - moved ModeSelectCommand into SocketCommand, as it is a
2544                         socket 0 level command
2545                 - added initial protocol struct: PasswordChallenge
2546                 - renamed Barry::Packet to DBPacket
2547                 - added ZeroPacket for socket 0 packet creation and analysis
2548                 - Barry::Packet is now the base class for the above
2549                 - implemented socket 0 behaviour in socket.cc
2550                 - changed return values for Send/Receive/Packet/NextRecord
2551                         members in the Socket class from bool to void, as they
2552                         don't generate errors themselves, but only can
2553                         have an error if Usb::Device throws an exception.
2554                         Cleaned up all code that called these members as well.
2555                 - removed "last status" from Socket class as it was unused
2556                 - updated probe.cc to use new socket 0 implementation
2557                 - removed two of the hard coded packet handshakes in favour
2558                         of socket 0 packets
2559                 - updated controller.cc:
2560                         - uses new socket 0 implementation
2561                         - removed "flag" hack when opening sockets and
2562                                 selecting modes, as it should use the
2563                                 socket 0 sequence number
2564         - added initial, incomplete prototype header for the C API
2565         - updated some .cvsignore files
2566         - updated TODO
2567         - updated ReleaseChecklist.txt, adding rpm spec file
2568         - added the following to ZeroPacket:
2569                 - ChallengeSeed()
2570                 - RemainingTries()
2571                 - SocketResponse()
2572                 - SocketSqeuence()
2573         - moved Command() to base Packet class
2574         - added comments to protostructs.h and size constants for the
2575                 new PasswordChallenge struct
2576         - added password support to Socket and Controller classes
2577                 Thanks to Rick Scott's XmBlackBerry for the openssl
2578                 password hashing logic.
2579         - updated btool to use new password support, and updated its man page
2580 2007/02/22
2581         - updated Doxygen input files and version, and added to ReleaseChecklist
2582         - fixed btool PIN output for LDIF mode, now commented in output
2583         - major LDIF overhaul:
2584                 - split LDIF specific code out of the record class and
2585                         into its own
2586                 - fixed "full name" behaviour that added an extra space
2587                         in dn attributes, as reported by Troy Engel
2588                 - added support for mapping of LDIF attributes to Barry
2589                         contact field names
2590                 - fixed base64 handling, so attributes are only so encoded
2591                         if necessary
2592                 - fixed base64 attribute reading inconsistency... some
2593                         notes fields were missed in old version if not
2594                         encoded
2595                 - added support for specifying alternate attribute for
2596                         constructing a FQDN, instead of just "cn"
2597                 - updated btool and upldif to use new features
2598         - large update to btool manpage
2599         - fixed initialization bug in Contact constructor (missed RecType)
2600 2007/02/15
2601         - added ktrans.cc to make reading of kernel usbfs_snoop logs easier
2602         - removed commented code from translate.cc
2603         - added Pearl handshake support to bcharge.cc, which resets the
2604                 Pearl so that the vendor specific 0xFF class exists.
2605                 This should allow use of btool on the Pearl.
2606         - added Data::AppendHexString to data.cc
2607         - added better probing support for the Pearl, so it detects the
2608                 Product ID 0x0004 mode, and does a search for class 0xFF
2609                 instead of hardcoding it.
2610 2007/02/10
2611         - applied README patch from Ian Darwin
2612         - minor tweaks to README
2613         - added missing errno.h header in src/usbwrap.cc for AMD64
2614                 Thanks to Jonathan Hudson for reporting the bug.
2615         - tightened up size checks in Data::ReleaseBuffer()
2616         - stable libusb *does* return the actual length of the USB packet...
2617                 fixed this in usbwrap.cc to set the actual size of read data,
2618                 and removed the size hacks elsewhere in the code:
2619                 probe.cc, protocol.cc, socket.cc, usbwrap.cc
2620 2007/02/09
2621         - added proper return codes for error conditions in btool.cc
2622         - clarified some stream output code in the library, for hex/dec numbers
2623         - removed old, non-working connect.cc test program
2624         - added iomanip to debug.h
2625         - changed usbwrap to call libusb again if EINTR and EAGAIN
2626                 This should fix one of the OpenBSD issues
2627 2007/02/04
2628         - updated AUTHORS
2629         - fixed bug in barrybackup GUI that didn't create the target path
2630                 if the user didn't do Edit | Config first.
2631                 Thanks to Ian Darwin for reporting the bug.
2632         - applied gui/src/ConfigFile.cc header fix patch for OpenBSD
2633                 from Ian Darwin
2634 2007/02/03
2635         - added initial btool.1 man page from Ian Darwin
2636         - updated man/Makefile.am for new btool.1
2637         - updated AUTHORS
2638         - applied btool -h help clarification patch from Ian Darwin
2639 2007/02/02
2640         - reworked exception hierarchy, so applications can handle all
2641                 Barry related exceptions, including Usb errors, with
2642                 one base class: Barry::Error
2643         - fixed all the ripple changes this caused throughout the codebase
2644         - added BadPassword exception
2645 2007/02/01
2646         - version bump in:
2647                 - configure.ac
2648                 - src/Makefile.am
2649                 - src/version.cc
2650                 - gui/src/BackupWindow.cc (about dialog)
2651         - updated doc/ReleaseChecklist.txt
2652         - added usb-level breset.cc command line tool
2653         - fixed bug in gui/src/tarfile.* for systems where
2654                 sizeof(int) != sizeof(void*)
2655                 - TarFile class now uses a plugin style for the compression
2656                         operations, to allow for threadsafe versions if needed
2657                         in the future.
2658                 - also fixed leaked file handle bug in open_compressed()
2659                 - Thanks to Jonathan Hudson for reporting this for 64bit systems
2660         - minor signed comparison fixes in the library
2661         - added better protocol data dumping code in probe.cc
2662         - added Usb::Device::BulkDrain(), to prevent Barry from hanging
2663                 due to pending reads
2665 Release: version 0.5 - 2007/01/26
2666 ------------------------------------------------------------------------------
2667 2007/01/26
2668         - added missing errno.h header to gui/src/util.cc
2669         - lots more endian fixes after testing on iMac
2670         - iostream output size fixes
2671         - added option to btool to reset the device via software
2672         - beefed up exception handling in barrybackup
2673         - checked in opensync work-in-progress: trace logging, pointer bugfix
2674                 this is still experimental
2675         - added aboutdialog.* files from gtkmm24 2.10.6, so we have a dialog
2676                 class for systems running older versions of gtkmm, like
2677                 Debian stable
2678         - uncommented the about box menu handler
2679         - added "cleanall" option to root buildgen.sh script
2680         - update ReleaseChecklist.txt
2681         - removed CVS auto-history strings from aboutdialog.*
2682 2007/01/25
2683         - found a link between the unknown field in tagged protocol headers
2684                 and the unknown field in RecordStateTable entries.  This
2685                 field matters when uploading certain databases, such as
2686                 Browser Options.  It is unknown what this field really
2687                 means, but we're calling it RecType.  Updated the API
2688                 to use this in all parser objects and builder objects
2689                 and record objects that use it.
2690         - changed some uses of uint64_t to uint32_t, in Contact and
2691                 Calendar record objects... unique IDs only seem to be
2692                 32 bits
2693         - added new static function to record classes: GetDefaultRecType()
2694                 This returns the default rectype that should work
2695                 for that record.  Ideally this should be retrieved from
2696                 the device, but in the case where a database has no
2697                 records, this info would be good to know.
2698         - updated convenience template function Controller::AddRecordByType()
2699                 to use GetDefaultRecType()
2700         - documented the recurrence data and how to use it in Calendar objects
2701         - added data debug output for incoming USB packets in the
2702                 socket class... when we ported to the stable libusb
2703                 we lost some of the verbose output... this should get it
2704                 back.  (In the official release, you need to uncomment
2705                 ddout() in debug.h for the full blast of debug output).
2706         - backup GUI updates:
2707                 - changed error_done signal into a pure error signal,
2708                         and changed the logic so the restore continues
2709                         even if there was a protocol error on one database
2710                 - changed status bar messages to show what's happening
2711                         i.e. Backup or Restore
2712                 - default to not restore the "Handheld Agent" database as
2713                         it appears to be read-only on the device
2714                 - added temporary Restore & Backup mode for debugging
2715                 - added extra hyphen to backup files to show date/time better
2716                 - updated GUI to save and restore the new RecType field
2717                         supported now by the library
2718 2007/01/21
2719         - added future considerations to doc/ReleaseChecklist.txt
2720         - applied big endian patch from Jonathan Hudson
2721         - changes to patch:
2722                 - removed endian.h include from barry.h, since applications
2723                         using the library should not care about endianness
2724                 - hard coded the path to config.h in endian.h
2725                         so that endian.h never makes it into the final
2726                         install
2727                 - removed DEFAULT_INCLUDES setting from src/Makefile.am
2728                         for the same reason
2729                 - removed config.h dependency in btool.cc and used library
2730                         Version call instead
2731         - added big/little endian text to the Barry::Version call
2732         - updated AUTHORS
2733         - fixed install location of bcharge when building with ./configure;
2734                 now goes to sbin/ for both source compile and binary packages
2735                 Thanks to Jonathan Hudson for reporting this bug.
2736 2007/01/20
2737         - added smarter timeout values to controller, and allowed
2738                 timeout overrides in the packet, socket, and usbwrap code...
2739                 extra timeouts are needed for erasing databases for
2740                 some older devices
2741         - added an explicit DataDumpParser class to btool.cc, as the
2742                 library doesn't always have extreme verbose debugging on...
2743                 this makes sure anyone can always get raw database packets
2744                 through btool, for development
2745         - added thread callback signals for error finishes and erase_db
2746                 operations, so the GUI is updated properly
2747         - more GUI cleanups (status bar updates, etc)
2748         - finished implementation of GUI restore
2749         - fixed gtkmm/glibmm exception handling when the exceptions
2750                 occur in sigc signal handlers... in that case,
2751                 exceptions need to be handled with
2752                 Glib::add_exception_handler()
2753         - added filename-only reading support to TarFile class
2754         - added pending gui/TODO items
2755 2007/01/19
2756         - backup GUI now properly shows progress
2757         - the buttons become insensitive when backup is busy
2758         - refactored directory check code, and added mkdir check
2759                 when to the backup setup (so the directory exists
2760                 when we try to write to it)
2761         - updated code to use Barry::Data in new namespace
2762 2007/01/18
2763         - moved Data class into Barry namespace
2764 2007/01/13
2765         - updated copyright dates for the new year
2766         - clarified exception message in controller.cc
2767         - fixed pointer initialization bug in controller.cc
2768         - added documentation comments to parser.h and builder.h
2769         - updated ReleaseChecklist.txt
2770         - updated README
2771         - changed Barry library configure scripts to make better
2772                 use of pkg-config for autodetecting dependencies
2773         - added initial Barry Backup GUI (gui/ directory), capable of making
2774                 backups only at this point
2775 2007/01/11
2776         - added doc/ReleaseChecklist.txt
2777         - added version API, returning version number and string
2778         - added Troy Engel to AUTHORS
2779         - added special case to bcharge.cc for the Blackberry Pearl,
2780                 which doesn't reset itself after the charge handshake
2781                 Thanks to Troy Engel for testing.
2782 2007/01/05
2783         - added pkg-config support for the library (libbarry-0.pc.in)
2784         - fixed compile error on g++ 3.3 systems (missing stdint.h
2785                 in probe.h)
2786         - fixed protocol hang at end of Controller operation... in
2787                 controller destructor, it was deleting the USB interface
2788                 before closing the socket at the BlackBerry level, thereby
2789                 leaving the device in Desktop mode
2790 2007/01/04
2791         - support the newer udev packages on Ubuntu, which need slightly
2792                 different rules
2793         - modified bcharge.cc to search for Pearl devices too.
2794                 USB product ID 6
2795         - added Pearl product ID to probe code, but likely not functional
2796                 yet until we find someone able to get a USB capture for us
2797 2006/12/29
2798         - version bump in configure.ac and src/Makefile.am
2800 Release: version 0.4 - 2006/12/29
2801 ------------------------------------------------------------------------------
2802 2006/12/29
2803         - added bcharge.cc to the tools/ directory (whoohoo!)
2804         - added initial release version of rpm/barry.spec (aka bcharge.spec)
2805                 This begins the barry binary release, currently only
2806                 including the bcharge utility, but possibly more in
2807                 the future.  Future binary packages will likely include
2808                 libbarry, libbarry-devel, etc, which barry will then
2809                 depend on.
2810         - added udev rule script for BlackBerry devices
2811         - added man/ directory and bcharge.1 manpage
2812         - added debian/ directory for building deb packages, with initial
2813                 package scripts
2814         - added rpm/make-rpm-tarball.sh for building RPMs
2815         - split out technical docs into separate libbarry.docs file for
2816                 a future Debian install
2817         - added more cleaning to buildgen.sh
2818         - added new udev rule file for Debian stable
2819         - hardcoded g++ to 3.3 in debian/rules as I have multiple versions
2820                 on my system and need to compile releases with stable
2821 2006/12/21
2822         - ported Barry to use the stable branch of libusb
2823                 NOTE: no longer depends on the devel libusb tarball!
2824                         Just use your distro's libusb packages.
2825         - fixed more endian issues
2826         - minor update to TODO
2827 2006/12/15
2828         - moved Exceptions, Hacking, and VersionNotes to doc/
2829         - added doc/USB-capture.txt
2830 2006/12/08
2831         - added Controller::AddRecord() and template helper
2832         - added beginning version of generic RecordFetch<> template
2833         - set default of Barry::Init() to false (no data dump mode)
2834         - added examples/ directory, with first addcontact.cc example
2835 2006/12/07
2836         - added autoconf support based on Peter McAlpine's patch
2837         - renamed Makefiles to Makefile.orig and added script to turn
2838                 on old build system if wanted
2839         - fixed boost-specific error path in btool
2840         - moved platform specific code out of time.h and into time.cc
2841         - moved btool.cc, translate.cc, and upldif.cc out of src/ and
2842                 into their own tools/ subdirectory
2843         - added NEWS file to make autotools happy
2844         - added a "clean" option to the buildgen.sh script... maintainer's
2845                 use only
2846         - reworked autoconf and automake files, to support
2847                 barry as a library, to move the programs into their
2848                 own tools directory, and support a proper installation
2849         - fixed headers in parser.h, btool.cc, and upldif.cc to work
2850                 properly when installed standalone
2851         - added tools/Makefile.plain for testing compiling against
2852                 installed barry library
2853         - added commentary on version number system
2854         - removed Makefile.conf and Makefile.orig, as new autoconf
2855                 system supercedes it
2856         - added support for boost serialization library in autoconf build
2857         - added library version number to autoconf build
2858         - changed boost flag to __BARRY_BOOST_MODE__ to avoid collisions
2859         - removed debug.h dependency from btool.cc
2860         - removed libusb check in favour of specific --with-libusb
2861                 option... may need to revisit this later
2862         - quick installation update in README
2863 2006/12/01
2864         - fixed some missed endian conversions in record.cc and added
2865                 some size checks
2866         - fixed endian issues in time.h
2867         - added 2 more functions to the time zone API, and adjusted
2868                 the time zone table for better defaults in North America
2869         - added btool and upldif to the make install sequence
2870         - added support for Calendar recurrence data
2871         - small doc/TimeZones.txt update
2872 2006/11/24
2873         - added BlackBerry time zone code list, reverse engineered from a 7750
2874         - added GetTimeZone() to convert device time zone codes to useful data
2876 Release: version 0.0.3 - 2006/11/24
2877 ------------------------------------------------------------------------------
2878 2006/11/23
2879         - added return code check to Controller::SaveDatabase()
2880         - fixed Data() class constructor, so it doesn't auto-convert
2881                 from any int
2882         - fixed size checking bug in Packet::ReturnCode() that caused
2883                 uploading to device to fail
2884 2006/11/10
2885         - added Exceptions doc file, documenting the C++ exceptions used,
2886                 and their hierarchy
2887         - fixed small bug in 'make install' which didn't build first
2888         - minor documentation and cleanup in upldif.cc
2889         - added utility functions to the RecordStateTable class,
2890                 GetIndex() and MakeNewRecordId()
2891         - changed btool so that the -d command modifiers can be
2892                 specified multiple times to work with multiple records
2893                 at once
2894         - added Calendar sync code to the opensync module (not complete)
2895         - cleaned up exception handling in the opensync module, making
2896                 more use of the base exception to make sure no
2897                 exceptions leak into the C library code
2899 Release: version 0.0.2 - 2006/10/12
2900 ------------------------------------------------------------------------------
2901 2006/10/12
2902         - fixed casting error in opensync module
2903         - minor updates to documentation to prepare for release
2904 2006/09/29
2905         - added stdint.h to parser.h for uint32_t.  Thanks Ron Gage for
2906                 the bug report
2907 2006/09/08
2908         - large refactoring of the packet parsing and building code,
2909                 splitting the code into 3 groups:
2910                 - record: handles record specific parsing and building...
2911                         this is mostly subfields with CommonField structs
2912                         as their headers, but sometimes has a specific
2913                         header of its own, in the case of email
2914                         Note: email's header is as yet undecoded.
2915                         Record does not know the details of the packet
2916                         formats, only the formats of its own record data.
2917                 - packet: handles building of complete command packets
2918                         and handles parsing of commonly used header values,
2919                         providing an API for it... packet does not know
2920                         the record format details, but does know the
2921                         details of each Database Operation (protocol.h)
2922                         packet format.
2923                         So far, it seems that there is a real separation
2924                         of operation formats and record formats, with the
2925                         record formats being the same even with different
2926                         database operation codes (GET_RECORDS /
2927                         OLD_GET_RECORDS), which was not confirmed before.
2928                         See the header size of the email record after
2929                         refactoring.
2930                 - controller: handles device state, and the management of
2931                         sockets, commands, and checking for response values.
2932                         The Controller object does not know the format
2933                         of either the record or the packet it is sending,
2934                         but does know the protocol handshake logic used
2935                         to talk to the device.
2936         - implemented SetRecord (SET_RECORD_BY_INDEX)... syncing, here
2937                 we come!
2938         - spelling correction in opensync-plugin/AUTHORS
2939 2006/09/01
2940         - added sample hotplug scripts
2941         - added .cvsignore files for doxygen and opensync directories
2942         - added src/endian.h... still need to add configure support to
2943                 handle non-little-endian machines
2944         - added exception handler in opensync plugin commit_change()
2945         - removed the device reset code in probe.cc, as resetting a device
2946                 can renumber the devices in /proc on kernel 2.4.x,
2947                 and cause a failure to reach the device...
2948                 FIXME - this should be changed someday to reset if probing
2949                 fails, and restart the probe on reset, as sometimes
2950                 the blackberry devices respond differently when not reset
2951                 Ideally, the probe protocol should be properly reverse
2952                 engineered.
2953         - added support for retrieving record state table, which is needed
2954                 for smarter syncing
2955         - added support for retrieving, deleting, and clearing the dirty
2956                 flags of individual blackberry device records
2957         - added endian macros throughout the code
2958 2006/07/13
2959         - added opensync-plugin to root Makefile's clean
2960         - updated time conversion calls to match opensync's latest SVN
2961         - added opensync_change_set_changetype() (only add for now,
2962                 for development)
2963         - removed slow sync functions for now
2964 2006/07/07
2965         - added quick "install" makefile target, to src/install by default
2966         - added static library target... this is temporary until autoconf
2967                 stuff is added properly... needed for the opensync plugin
2968         - documented in comments that Barry::BError is intended to be
2969                 the base classes for all exceptions
2970         - added first round of implementation of an opensync plugin, based
2971                 on the example plugin code from the opensync sources
2972 2006/06/22
2973         - added to Contact record class:
2974                 - Clear()
2975                 - ReadLdif() to load and parse LDAP data
2976         - added fragmented send support to Socket class
2977         - added Probe::FindActive() to make client programs more streamlined
2978         - fixed hex/decimal printing of record counts in btool
2979         - added upldif.cc, a utility to take ldapsearch output on stdin
2980                 and upload it to a blackberry
2981         - updated src/.cvsignore
2982 2006/06/16
2983         - added parsing of service book fields:
2984                 - old and new name
2985                 - old and new unique ID (UID)
2986                 - content ID (CID)
2987                 - old and new description
2988                 - DSID
2989                 - bes domain / domain
2990         - date change in legal.txt
2991         - added initial parsing of ServiceBook field 0x09, and calling it
2992                 ServiceBookConfig for now, for lack of a better name
2993         - added parsing for ServiceBook field 0x02 on 72xx Blackberries...
2994                 seems to be a name or description, but doesn't appear
2995                 in the device's own GUI... called "Hidden Name" for now
2996 2006/06/09
2997         - added ServiceBook record class and parser code, based on some
2998                 of Ron Gage's reverse engineering... code is by Chris Frey
2999         - added AUTHORS file
3000         - fixed the libusb set_configuration/claim_interface order
3001                 bug in controller.{h,cc}... already fixed in probe,
3002                 but not controller.  Thanks Ron Gage for finding this.
3003 2006/05/25
3004         - renamed Changelog to ChangeLog in preparation for autoconf
3005         - renamed Todo to TODO in preparation for autoconf
3006 2006/05/18
3007         - make clean cleans up tests properly now
3008 2006/03/31
3009         - turned source code browsing on in Doxyfile
3010         - added LoadDatabaseByName() and LoadDatabaseByType() template members
3011                 to the Controller class
3012                 - new file: controllertmpl.h
3013         - documentation fixes in builder.h
3014         - added static GetDBName() functions to all record classes, in
3015                 support of the template Controller functions
3016         - fleshed out DatabaseDatabase::GetDBNumber() and GetDBName(),
3017                 returning errors properly
3018         - documented sample btool.cc code better, and added example
3019                 of Controller template member usage
3020 2006/03/29
3021         - copyright dates updated for 2006
3022 2006/01/05
3023         - backed out update to latest libusb DEVEL tree, since it is buggy.
3024                 Stick with libusb 2005/11/26
3025 2005/12/30
3026         - added clean target to convenience Makefile
3027         - added Boost to list of dependencies in README
3028         - fixed minor compile warnings in base64.cc
3029         - fixed new USB discovery code, and changed endpoint usage to use
3030                 it, instead of the READ_ENDPOINT and WRITE_ENDPOINT
3031                 constants... constants are now removed
3032                 common.h, controller.cc, probe.cc, probe.h, usbwrap.cc
3033         - added ClearHalt() to Usb::Device (usbwrap.cc)
3034         - updated usbwrap.h to match latest libusb CVS devel tree
3035         - updated README to refer to 2005/12/30 libusb CVS devel tree
3036         - added roadmap to Todo list
3037 2005/12/29
3038         - added convenience Makefile in root directory
3039         - added Hacking document
3040         - minor touchups to README
3041         - added caution warning to README, since this release will support
3042                 delete / overwrite / upload functionality
3043         - minor compile order change in Makefile (speed reasons)
3044         - added dynamic endpoint discovery to probe.cc
3045         - changed claim_interface/set_configuration() function call order in
3046                 probe.cc based on feedback on the libusb mailing list
3047         - added USB discovery code to usbwrap.{h,cc}
3048 2005/12/23
3049         - fixed packing bug in new upload header struct
3050         - renamed CommonField union from data to u to be consistent
3051         - added return_code field to DBAccess struct, for error checking
3052         - added response checking during upload: if response is non-zero
3053                 throw exception in controller.cc
3054         - added sorting operators to record parser classes... when writing
3055                 contact data to the device, it may be important to write
3056                 group link items last, since they reference other contacts...
3057                 This needs to be tested, and if not required, removed.
3058         - added GROUP_FLAG field code to Contact parser class
3059         - fixed offset bug in Contact and Calendar Build() functions
3060         - fixed name bug in Contact::Build(), now output only with data
3061         - added appointment type flag support to Calendar record parser
3062                 class, and "all day event" flag support
3063 2005/12/22
3064         - added autoconf to Todo list
3065         - refactored the protocol structures so that record structs can
3066                 be reused for upload and download
3067         - with new protostructs, more header control is handled by
3068                 controller.cc instead of record.cc parsers and builders
3069         - parser code now accepts an offset, to govern start of record data
3070         - changed Data sizes from int to size_t and removed casts
3071         - removed unneeded Parser::GetHeaderSize() (new protostructs make
3072                 this obsolete)
3073         - added Calendar::Build() for calendar uploads
3074 2005/12/10
3075         - added s11n-boost.h serialization templates for boost::serialization
3076         - added boost::serialization to build
3077         - minor change in usbwrap.cc to display error codes in decimal
3078         - added SizePacket special case code to Socket::Send()... this is
3079                 required when uploaded packet size is a multiple of 0x40,
3080                 a special 3 byte size packet is sent
3081         - moved some record class variables to public: so they can be
3082                 properly serialized
3083         - fixed variable name but in RecordBuilder template
3084         - added -f switch to btool, for saving and loading of record data
3085         - added -s switch to btool, for uploading saved data back to handheld
3086         - added Controller::SaveDatabase()
3087 2005/12/08
3088         - fixed potential casting / pointer bug in controller.cc
3089         - added builder.h, to support uploading
3090         - minor comment fixes in parser.h
3091         - added preliminary Contact protocol record building support
3092         - fixed field order bug in ContactRecord protocol struct
3093         - Contact record.h class now saves unknown Group Link field,
3094                 for later saving
3095 2005/12/07
3096         - added -fno-strict-aliasing to compiler flags so gcc-4.0.x won't
3097                 optimize away protocol struct casts
3098                 see:
3099                 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25235
3100                 http://mail-index.netbsd.org/tech-kern/2003/08/11/0001.html
3101                 http://groups.google.ca/group/comp.lang.c++.moderated/ \
3102                         browse_thread/thread/e7bf096832526f8e/5714701b \
3103                         02a2a3cc?hl=en#5714701b02a2a3cc
3104         - changed headers so that any low level protocol-specific sizes and
3105                 structs are completely hidden in the library...
3106                 this adds library-only header: protostructs.h
3108 Release: version 0.0.1 - 2005/11/25
3109 ------------------------------------------------------------------------------
3110 2005/11/25
3111         - added barry.h for documentation purposes and application usage
3112         - updated README for release
3113         - renamed SBError exception class to BError
3114         - updated Doxyfile to version 1.4.5
3115         - added more doxygen comments
3116 2005/11/24
3117         - added conversion routines (and tests) between time_t and min1900_t
3118         - added -v option to btool to dynamically control protocol dumping
3119         - removed duplicated database database table display in controller.cc
3120         - minor spelling corrections
3121         - added copyright to usbwrap.{h,cc} as per earlier meeting
3122         - added support for Old protocol Calendar entries
3123 2005/11/20
3124         - added legal.txt, to save typing when adding new source files
3125         - ignore test-base64 file (cvsignore)
3126         - added contact-to-ldif generation, and updated supporting code
3127         - added argument to btool to support contact-to-ldif operation
3128         - added Contact::GetPostalAddress()
3129         - added README documentation in preparation for future release
3130 2005/11/19
3131         - added parser.{h,cc} virtual wrapper to generalize LoadDatabase()
3132         - added code to socket.cc's Packet() command to re-receive on
3133                 reception of empty packets... this seems to be a signal
3134                 from the device that it needs more time for long transfers
3135                 Current limit: 10 blank packets before exception is thrown
3136                 Observed maximum blank count: 1
3137         - added MessageRecord and OldMessageRecord to protocol.h
3138         - changed common record field structs to one CommonField struct
3139         - increased default USB timeout to 10 seconds (some loaded devices
3140                 seem to need more time...)
3141         - reorganized record.{h,cc} to try to reduce the code duplication
3142         - record.h classes now "know" the sizes of their corresponding
3143                 protocol structs... this may cause trouble down the line
3144                 with Python, if used(?)
3145         - added Message class for Email records
3146         - removed the "Get*" database functions and replaced with
3147                 general LoadDatabase() call, which loads any database
3148                 available, and parses it with a Parser object
3149         - added GetDBID() for searching for database numbers via name
3150         - added test code to retrieve and display all email
3151         - cleaned up comments
3152         - renamed blackberry.{h,cc} to controller.{h,cc}
3153         - renamed bbtool.cc to btool.cc
3154         - added Makefile.conf
3155         - added copyright notices to source files
3156         - added COPYING file with GPL
3157         - put parser in Barry namespace, and added auto_ptr-like mode for
3158                 store object pointers
3159         - added doxygen docs
3160         - added header comments to convo.awk script
3161         - removed Test() function in Controller object, and made class
3162                 better suited to its general API purpose
3163         - changed OpenMode() so it loads command table and DBDB... it is now
3164                 a public API function
3165         - moved Controller test code to btool.cc and made tool more
3166                 generically useful... can now download any DB by name on
3167                 the command line
3168         - added mode checks to Controller
3169         - added -t and -d command line options to btool
3170         - added base64 routines from John Walker / Fourmilab and Citadel/UX
3171         - converted base64 routines into an API, instead of hardcoded
3172                 file based
3173 2005/11/18
3174         - changed project name to Barry, including namespaces
3175         - renamed sbcommon.* to common.*
3176         - increased USB default timeout to 2 seconds
3177         - fixed formatting bug in Data operator<< output
3178         - cleaned up the protocol packet structs, getting rid of the
3179                 confusing param/simple split... param is now the tableCmd
3180                 from the Command Table
3181         - moved protocol structs from record.h to protocol.h
3182         - added support for older version of the USB protocol, which matches
3183                 the Cassis spec more closely
3184         - fixed the hardcoded offsets in blackberry.cc's protocol parsing
3185         - fixed Socket::Close() so on error, socket flags are reset.
3186                 This stops Close() from being called twice on exception
3187                 destructors
3188 2005/11/17
3189         - added Doxyfile to the project
3190         - tuned Makefile
3191         - added mode selection support to Blackberry class (RIM Desktop,
3192                 RIM Bypass, and RIM_JavaLoader)
3193                 Mode selection governs which socket is used in subsequent
3194                 data transfers.
3195         - added Command Table parsing and protocol support
3196                 Blackberry class, and CommandTable record class
3197         - added Database database parsing and protocol support
3198                 Blackberry class and DatabaseDatabase record class
3199         - added Address book retrieval support - dumps data to stdout for now
3200         - fixed bug in CopyOnWrite mode in Data class, where could allocate
3201                 less buffer than data copied
3202         - added "easy exception" debug output macro
3203         - fixed minor spelling error in protocol.cc
3204         - fixed ModeSelectCommand protocol structure - it is not a parameter
3205                 command, but uses the unknown slots for socket and flag
3206                 data
3207         - removed hardcoded socket numbers from protocol.h
3208         - fixed bug in socket.cc:Open() where packet size was not properly
3209                 saved
3210         - implemented socket::Close()
3211         - fixed sequence number checks, so it is reset properly on socket 0
3212         - added Socket::NextRecord() for multiple record data transfers
3213         - fixed input handling bug in translate.cc
3214 2005/11/11
3215         - added .cvsignore files to project
3216         - added README notes to document the source architecture
3217         - added dbsetup data script, which shows how to get into database
3218                 mode, using the RIM Desktop mode, and open a socket
3219         - added blackberry.{h,cc} class
3220         - added command line parameters to bbtool.cc
3221                 -l = list only
3222                 -p = specify pin of blackberry device
3223         - added blackberry test code in bbtool.cc - debugging the initial
3224                 opening protocol: sockets, modes, etc... see dbsetup for
3225                 results
3226         - added copy-on-write functionality to Data class, so it can be used
3227                 with plain data buffers with little performance impact
3228         - added eout() and ddout() debugging - to separate:
3229                 - regular debug output
3230                 - exception debug output (should probably be logged to
3231                         syslog someday, and never turned off)
3232                 - raw data dump output
3233         - changed errno SBError exception handler to try to decode the error
3234                 numbers into english (limited success)
3235         - fixed probe and socket USB Bulk message handling, so they don't
3236                 use PollCompletions(), but use IO::Wait() (libusb_io_wait())
3237         - added common packet size checker in protocol.cc
3238         - fixed unpacked protocol packet structs... using gcc's
3239                 __attribute__ ((packed)) ... see protocol.h
3240         - added ModeSelectCommand structure (protocol.h)
3241         - finished Socket::Open() call  (Close() not yet implemented)
3242         - moved Socket::Send/Receive() out of private, as they can be used
3243                 for socket 0 operations.
3244         - cleaned up pointer management with macros:
3245                 MAKE_PACKET()
3246                 COMMAND()
3247                 IS_COMMAND()
3248         - added IO::Wait() and IO::Cancel() to correspond with libusb API
3249         - added datadumping in usbwrap for easy protocol capture
3250         - added preliminary record.{h,cc} classes
3251         - added Contact record parsing, and test code
3252 2005/10/20
3253         - syncberry tree started