Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
- don't call install with multiple directory args.
- use cd && ... instead of cd ; ...
- whitespace cleanup
|
|
- be quiet
- rename, then sed
- use FILES_SUBST_SED
|
|
remove some unnecessary trailing slashes.
|
|
dependency bumps.
|
|
|
|
|
|
|
|
|
|
|
|
Changes in 0.6.3.7:
fixed the GPRS info segfault issue
some command errors are not really a reason to about - fixed that
fixed gcc-3.2 warnings
fixed Makefiles to actually use chosen compiler
rewrote/reordered main()
|
|
last update.
|
|
to version 8.0.209. The previous package has been removed from the
Columbia site and this version was symlinked to it anyway so the checksum
was failing.
From the change message:
This is a minor update of C-Kermit 8.0 that fixes several bugs.
|
|
|
|
|
|
|
|
0.6.3.6
rewrote parts of src/Makefile (warning: only the use of
GNU make is supported although others may also work, see
short comment in src/Makefile)
changed (src/)Makefile target "dist-clean" to "distclean"
removed src/Makefile maintainer-clean target
added wchar.h/stddef.h configure check and depincludes rules
added file dep_wcslen.c with depincludes rule (see top of file)
added wcslen check (also in libwcs)
call automake in ./maintainer-prep to create install-sh
check getop.h or getopt/getopt.h presence
moving header includes from common.h to the .c files
do not make use of mktime as this is often broken
remove configure mktime check
added another flavour of M50 to supported phones
open port with O_NONBLOCK and disable O_NONBLOCK when device is open
add option --ignore-serial-bits to make some phones/cables work
add option --device-timeout=<seconds>
print exact type of unsupported sms pdus to stderr
reindented all code
0.6.3.5
fix segfault
run phone_init (thus fixing direct sms receive)
0.6.3.4
removing a lot of bugs about uninitialized variables that turned
into segmentation faults (thanks to Ronald Wahl for showing
up my programming errors)
fixed some other small bugs that made show up wrong data (network
status, network gprs status)
remove caching code for vendor and model as it crashes e.g. with
CygWin (maybe their compiler again?)
0.6.3.3
replacing cfmakeraw by redefining the function (instead of a code block
replacement) and adjust configure.in
do not open device non-blocking
set termios read counter to 10 seconds and character counter to 0
make repeating of last at command generic
rewritten tty_read method with split-off tty_readline method
interpret the bit error rate value on info output
replace "ATZ" init string with "\rATZ"
apply the fix from 0.6.3.2 correctly
create scmxx.spec from scmxx.spec.in by maintainer-prep script
0.6.3.2
add S46 to supported phones
include fix from http://bugs.debian.org/171217
exchange 'make' with '$(MAKE)' in toplevel Makefile
0.6.3.1
fix one character in scmxx.c to get output again
fixed Makefile.in to install the man page
0.6.3
first usage of wchar_t and iconv which makes several input/output charsets
possible and even compatible
enabling generic charsets for phonebook upload and download
enabling generic charsets for sms sending and decoding
enabling special sequences \XXXX for generic characters and \n for <NL> and
\\ for '\'
added local date format output for SMS and info
fix sms resend bug
fix a lot of sms decoding bugs and clean up the SMS header code
added UCS2 decoding of SMS
added status report request option --srr
changes --file (-f) to --out (-o)
0.6.2
fix configure.in to check for Win32 specialties
fix Makefile.in to make use of Win32 specialties
add SL45i (SLIK) to known phones
decreased maximum PDU size for file upload to 175 to fix SL4x v23 VCF upload
rearrange info() output
|
|
|
|
. Updating SSL/TLS interface to OpenSSL 0.9.7
. Addition of SSL/TLS support to the VMS version
. Bug fixes, especially in the built-in scriptable Unix FTP client
The full announcement is here:
http://www.columbia.edu/kermit/ck80208ann.html
|
|
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
|
|
0.99.5 = 02/21/03
Fixed serious bug resulting in overwriting appointments on the palm (Serious bug)
Restore now restores latest files instead of ones from last backup (Critical bug)
Added -export-dynamic to Makefile to resolve jp_logf unresolved errors
Made home key go to today in datebook
Added dialog error windows instead of logging them
If files are to be installed a prompt window opens before a sync/backup
Browser windows open from jpilot menu
When app button is pressed it will cycle through categories
0.99.4 - 01/13/03
Ported code to GTK-2 (I used GTK-2.2)
Added random password generation to KeyRing
Added a dialer program and GUI launcher
Added Syncronization of categories and editing categories on desktop
Added Export of iCalendar format from ToDo and Datebook
Added Export of vCard format from Address book
Added Export of ldif format from Address book
Added Russian Language Support
Removed jpilot-upgrade-99
|
|
|
|
entry that "login" creates.
|
|
- - Reorganize Makefile #defines into global toggles, global settings,
local settings.
- - Reorganize and consolidate override targets.
|
|
|
|
building on a suggestion by Gert Doering, filling ut_pid with the pid
of the uucp-style lock holder. This should fix PR pkg/12261, although
you will need today's "w" to see any results. Bump PKGREVSION.
|
|
portable. Bump PKGREVISION accordingly.
|
|
|
|
Kudos to wiz for pointing out that such a package indeed exists.
|
|
add a MESSAGE telling the user to run h2ph on his include files.
|
|
|
|
|
|
"Device::Gsm" class implements basic GSM functions, network registration
and SMS sending.
This class supports also "PDU" mode to send "SMS" messages, and should
be fairly usable.
|
|
Device::Modem class implements basic AT (Hayes) compliant device
abstraction. It is meant to be inherited by sub classes (as Device::Gsm),
which are based on serial connections.
|
|
- corrected DTR activation code
- improved auto-detection of ioctl methods
- allow TIEHANDLE to use a device port in addition to a config file
- added FILENO function
- added "modemtest"
- found a place where HANDLE was staying open
- corrected FD-success test (0 *is* a valid fd number)
|
|
for this and stops.
|
|
|
|
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
|
|
handled by gnome-libs.
|
|
|
|
in gnome1-dirs.
|
|
|
|
|
|
Changes since 2.0.5: ChangeLog only documents portability
fixes, but is incomplete.
|
|
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
|
|
package -- remove the separate packages.
|
|
|
|
|
|
* Added Simplified Chinese translation
* Added Traditional Chinese translation
* Made dialog windows Modal
* Manana support http://bill.sexton.tripod.com/download.htm
* Changed code to keep unique IDs intact.
* Support for OS 4.X passwords.
* Better DateBk support
* Pop up dialogs during the sync when different user name, null ID is
found.
* Lots of patches, bug fixes and minor improvements.
* Made changes to support pilot-link 0.10.1 and USB
* Export for Datebook, Address, Todo, and Memo
* Import for Datebook, Address, Todo, and Memo
* Can now enter begin/end times into datebook by GUI, or keyboard.
* Put icons in clist title buttons.
* Prompts to Save a changed/new record instead of letting it get away.
* Drastically improved local database read speeds caused by bugs intro'd
in 0.99
* Fixed misc bugs in alarms.
* Support for pedit (pedit is a memo editor for the palm).
* Added Preferences to choose conduits.
* Adding in better printing support.
* Adding in record masking support.
* Wrote a KeyRing plugin (KeyRing is a palm encryption app).
* Added Restore Functionality.
* Added plugin_startup & plugin_cleanup funcs to jpilot-sync.
* Added man pages.
* Added plugin_startup and plugin_cleanup to jpilot-sync.
* Added a default pdb file for Expenses.
* Added an icon when iconized.
|
|
here. They include
* tons of bug fixes,
* USB support,
* C++ support,
* restructured libraries; and
* tons of other new features.
|