0.80 - 01/16/2006
- Back to libmal again. This version has much better integration with
libmal than 0.43.
There is no functional difference between this version and the last.
0.73 - 12/05/2006
- Several fixes for the pilot-link 0.12 code. Thanks to John McCreesh and
Antoine Jacoutot for their help fixing and testing this.
0.72.2 - 9/12/2006
- Added support for pilot-link 0.12.x
- Updated automake files
0.72.1 - 8/8/2003
- Fixed a bug that caused J-Pilot sync to abort with the cryptic error
message "ReadDBList returned = -1"
0.72 - 7/26/2003
- Upgraded malsync source to malsync 2.1.1
- Updated libmal.c to reflect changes in malsync
- Should now support color devices up to 8bpp (malsync does not yet support
color depths greater than 8bpp)
- Minor changes to malsync source; see the ChangeLog in the malsync
subdirectory for details
- Uses automake. Makefile.am submitted by Ludovic Rousseau
0.71.2 - 1/16/2003
- Changed all occurrences of the deprecated jpilot_logf call to the correct
jp_logf
- included libplugin.h from J-Pilot 0.99.4
- removed the unused prefs.h
- changed all LOG_XXX macros to the JP_LOG_XXX form used in the new
libplugin.h
- applied and updated the patch from Ludovic which prints an error if the
AvantGo .prc file is not installed
- added support for GTK2 (use --enable-gtk2)
-- this does not do anything extra, it just lets jpilot-syncmal work with
GTK2-enabled J-Pilot 0.99.4
0.71.1 - 6/21/2002
- Applied patch from Ludovic Roussea which allows GTK to set the size of the
about box
- Reorganized Makefile.in
- Fixed the warnings about no newlines in the malsync src
Changes since 0.60:
0.71 - 4/27/2002
- Support for pilot-link 0.10
- syncmal.c now includes errno.h
-- Thanks to Renaud Pacalet and Ludovic Rousseau, both of whom pointed out
these errors and how to fix them
- Added GPL exception text to the boilerplate in libplugin.h and prefs.h,
with Judd's permission
0.70 - 4/7/2002
- Distribution now includes necessary J-Pilot headers (libplugin.h and
prefs.h) and malsync-2.0.7 source.
- Updated README for vastly simplified build instructions
- Added jpilot-syncmal.spec
0.62.2 - 2/7/2002
- Updated prefs code to use the new API (J-Pilot 0.99.2 and later)
0.62 - 5/9/2001
- Fixed a typo in skip_sync which would cause it to fail if any interval
other than always was selected. Thanks to Chris Bagwell for identifying
this bug.
0.61 - 3/3/2001 Very minor changes
- Fix an error in configure.in which caused the build to fail on Solaris
- Added some comments to syncmal.c