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