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