Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > b0cebd8d42d58a28b0fdbf3fbd4bac29 > files > 3

jpilot-syncmal-0.80-8mdv2010.1.x86_64.rpm

0.80 - 01/16/2006
Jason Day <jasonday@worldnet.att.net>

- 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
Jason Day <jasonday@worldnet.att.net>

- 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
Jason Day <jasonday@worldnet.att.net>

- Added support for pilot-link 0.12.x
- Updated automake files

0.72.1 - 8/8/2003
Jason Day <jasonday@worldnet.att.net>

- Fixed a bug that caused J-Pilot sync to abort with the cryptic error message
  "ReadDBList returned = -1"


0.72 - 7/26/2003
Jason Day <jasonday@worldnet.att.net>

- 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
Jason Day <jasonday@worldnet.att.net>

- 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
Jason Day <jasonday@worldnet.att.net>

- 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


0.71 - 4/27/2002
Jason Day <jasonday@worldnet.att.net>

- 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
Jason Day <jasonday@worldnet.att.net>

- 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
Jason Day <jasonday@worldnet.att.net>

- Updated prefs code to use the new API (J-Pilot 0.99.2 and later)


0.62 - 5/9/2001
Jason Day <jasonday@worldnet.att.net>

- 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
Chris Bagwell <cbagwell@sprynet.com>

- Fix an error in configure.in which caused the build to fail on Solaris

Jason Day <jasonday@worldnet.att.net>

- Added some comments to syncmal.c


0.60 - 2/11/2001
Jason Day <jasonday@worldnet.att.net>

- Removed a few obsolete files from the distribution, and cleaned up the code
  a little.  Removed most of the obsolete code from the configure script.

- Added support for syncing only at certain times (every sync, hourly, morning
  and afternoon, daily, never).

- Updated README with the new installation instructions (no need to build
  libplugin).

- Added README.1ST, which basically just says this will only work with J-Pilot
  0.99.

- Added a message to the end of the install targets to ignore the warning from
  libtool.


0.53 - 12/21/2000
Chris Bagwell <cbagwell@sprynet.com>

Lots more portability changes.  Changed to new 0.99 jpilot method of plugins
(no libplugin).  Cleaned up namespace conflicts and removed backwards
compatible code since it is of limited use.

Changed libmal to use jpilot's jp_logf functions.  There seems to be
big problems with executing a funciton via a pointer if it is 
defined in another dynamic object under Solaris platforms.  This totally
breaks the concept of libmal but it appears to have been broken in
version 0.52 anyways.


0.52 - 6/11/2000
Lots of stability and portability changes, mostly in the configure script
and make rules.  Fixed the quick hack in 0.45, and lots of misc code cleanup.
Removed the requirement for libmal.
Updated the README with better install instructions.
Changed this file to be in reverse chronological order.  Duh.

0.50 - 0.51 - Internal versions only.

0.45 - 4/2/2000
Belatedly realized I was on the wrong track with 0.44 requiring libplugin
0.99.  Quick hack to fix the real problem.

0.44 - 4/2/2000
Changed configure and Makefile to extract object files from libplugin and
libmal.  This was necessary in order to use libtool for linking, which
should be more portable.
Updated README to note that SyncMAL now requires libplugin from jpilot 0.99
or greater.

0.43 - 3/24/2000
First release of SyncMAL that depends on libmal.  Libtool is used for
compiling, but not for linking yet.
Proxy and SOCKS should work now; proxy has passed some simple tests, but I
haven't been able to test the SOCKS code.
SyncMAL will now check that the permissions on syncmal.rc are 0600 at every
sync.  If they are not, SyncMAL will try to set them to 0600.  If the
permissions cannot be changed, then SyncMAL will complain.

0.42 - 3/17/2000
Another internal-only version.  Mostly just cleanup of 0.41

0.41 - 3/16/2000
Fixed the proxy stuff again, hopefully for good this time, but it still needs
testing.  Not released.

0.40 - 3/15/2000
Internal version only.  First attempt at moving all the MAL code into a
separate library.  Also first attempt at using libtool.

0.30 - 3/11/2000
Finalized the socks and proxy support, pending any bugs.
Moved plugin_prefs code here.
Fixed the Makefile to work with the new plugin_prefs

0.29 - 3/9/2000
Internal version only, not released.
Polished the changes to add proxy and socks support.
Added plugin_prefs to libplugin, to allow plugins to load ans save preferences

0.28 - 3/4/2000
Quick hack to add proxy and socks interface; not officially released

0.20 - 2/10/2000
Initial release

0.11 - 2/7/2000
Added GUI with enabled check button

0.10 - 1/2000
Initial version