Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 71f511c960cbb76f3897454f905b2512 > files > 4

jpilot-syncmal-0.62-4mdk.i586.rpm

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