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