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