Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
List of Changes
Most of these also apply to Kermit 95 2.1.
New commands:
* ORIENTATION lists location-related variables and their values.
* KCD changes to special directories by their symbolic names ("kcd ?"
for a list).
* SET CD HOME path to specify home directory for CD and KCD commands.
* CONTINUE given at top level is equivalent to END -- handy when
PROMPT'ed out of a script, to continue the script.
New switches or operands for existing commands:
* GETOK /TIMEOUT
* ASK, ASKQ, GETOK /QUIET (suppresses error message on timeout)
* COPY /APPEND now allows concatenating multiple source files into one
dest file.
* SET TCP { HTTP-PROXY, SOCKS-SERVER } /USER, /PASSWORD.
* DIRECTORY command now accepts multiple filespecs, e.g. "dir a b c".
SET QUIET ON now also applies to:
* SET HOST connection progress messages.
* "Press the X or E key to cancel" file-transfer message.
* REMOTE CD response.
* REMOTE LOGIN response.
Improvements and new features:
* Numerous FTP client fixes and new features, listed below.
* C-Kermit, when in remote mode at the end of a file transfer, now
prints a one-line "where" message. Control with SET TRANSFER REPORT.
* Unix makefile "install" target now creates an UNINSTALL script.
* Improved operation and performance on RFC 2217 Telnet connections.
* Improved CONNECT (interactive terminal connection) performance.
* HELP text updated for many commands.
New or fixed makefile targets:
* Solaris 9 (several variations)
* Concurrent PowerMAX
* Mac OS X 10.2
* FreeBSD 1.0
* FreeBSD 4.6, 5.0
* AIX 5.2, 5.3
Bugs fixed (general):
* Failure to run in VMS Batch fixed.
* LDIRECTORY fixed to run Kermit's built-in DIRECTORY command rather
than an external one.
* Fixed Solaris and other SVORPOSIX builds to find out their full
hostnames rather than just the "uname -n" name.
* Fixed some problems matching strings that start with ".".
* Fixed some problems matching pattern that contain {a,b,c} lists.
* Fixed erroneous reporting of text-mode reception as binary when
sender did not report the file size (cosmetic only).
* Many problems with SWITCH statements fixed.
* Fixed SET OPTIONS DIRECTORY /DOTFILES to work for server too.
* Fixed DELETE to print an error message if the file was not found.
* Fixed SET CONTROL UNPREFIX ALL and SET PREFIXING NONE to do the same
thing.
* Fixed bugs executing macros from within the ON_EXIT macro.
* \fday() and \fnday() fixed for dates prior to 17 Nov 1858.
* Serial speed-changing bug in Linux fixed.
* "Unbalanced braces" script parsing errors when using \{number} fixed.
* "if defined \v(name)" fixed to behave as described in the book.
* Fixed Problems caused by LOCAL variables whose names are left
substrings of macro names.
* The INPUT command was fixed to honor the PARITY setting.
* Fixed bug with COPY to existing file that is longer than source file.
* REINPUT command failed to strip braces/quotes around its target
string.
* Network directory lookups didn't work for SSH connections.
* REMOTE SET { FILE, TRANSFER } CHARACTER-SET fixed.
* Closed some holes whereby an incompletely received file was not
deleted when SET FILE INCOMPLETE is DISCARD, e.g. when the Kermit is
hung up upon.
* SET XFER CHARACTER-SET TRANSPARENT fixed to do the same as SET XFER
TRANSLATION OFF.
* SET HOST PTY (e.g. SSH) connection fixed to pass along window-size
changes.
* C-Kermit search path for TAKE files was accidentally disabled.
FTP client bugs fixed:
* Character set translation was broken on little-endian (e.g. PC)
architectures.
* FTP PUT /SERVER-RENAME:, /RENAME-TO:, /MOVE-TO: switches were sticky.
* Make SET TRANSFER MODE MANUAL apply to FTP.
* Make SET FILE INCOMPLETE { KEEP, DISCARD } apply to FTP.
* FTP MGET /UPDATE handled equal times incorrectly.
* FTP GET /RECOVER fixed to ignore file dates, use only size.
* FTP MGET /RECOVER sometimes downloaded files it didn't need to.
* FTP downloads with TRANSFER DISPLAY BRIEF could give misleading error
msgs.
* MGET temp file not deleted if FTP DEBUG set to OFF after it was ON.
* LOCUS not switched back when FTP connection is lost.
* Set incoming file date even if it was not completely received.
* FTP MGET sent SIZE and MDTM commands even when it didn't have to.
* FTP MGET sent SIZE and MDTM commands even when it knew they wouldn't
work.
* FTP MGET failed if no files were selected for download.
* FTP MGET a* b* c* would fail to get any c*'s if no b*'s existed.
* Big problems canceling MGET with Ctrl-C.
* Some extraneous LOCUS dialogs squelched.
* Some inconsistencies in SET FTP FILENAMES AUTO fixed.
* Fixed file-descriptor pileup after multiple MGETs when using
mkstemp().
* Fixed "mget foo", where foo is a directory name.
FTP improvements:
* New FTP protocol features added (FEAT, MLSD).
* FTP MGET /RECURSIVE now works as expected if server supports MLSD.
* FTP MGET /DATES-DIFFER to download if local and remote file dates
differ.
* FTP DATES default changed to ON.
* FTP MPUT, MGET /EXCEPT now allows up to 64 patterns (up from 8).
* Top-level SITE and PASSIVE commands added for convenience.
* MGET /COLLISION:APPEND /AS-NAME:newfile *.* puts all remote files
into one local file.
* SET FTP SERVER-TIME-OFFSET for when server has wrong timezone set.
* Allow for alternative server interpretations of [M]MPUT /UNIQUE.
* SET FTP ANONOMOUS-PASSWORD lets you specify the default anonymous
password.
* Allow "GET /RECURSIVE path/file" to force local subdirectory
creation.
* SET FTP DISPLAY is like SET TRANSFER DISPLAY but applies only to FTP.
* FTP { ENABLE, DISABLE } new-protocol-feature-name.
* FTP MGET /NODOTFILES.
* Debug log now records FTP commands and responses in grep-able format.
|
|
Approved by wiz.
|
|
has been a soname change. Pointed out by fredb.
|
|
and honor PKG_SYSCONFDIR to configure the package.
|
|
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR.
Bump PKGREVISION to 2.
|
|
|
|
tree. Bump PKGREVISION to 1.
|
|
|
|
XXX Tested only on NetBSD and Solaris, but nobody complained yet about the
previous setting which was wrong for Solaris.
|
|
|
|
by Robert Elz.
|
|
|
|
|
|
No need to tweak OTHERLDFLAGS.
|
|
|
|
|
|
0.6.1.6
fixed a bug in the info() method that strangely only showed up in cygwin
added flose to close the opened file handle
added method that shows network status, area code and cell id
|
|
|
|
|
|
|
|
|
|
|
|
* Honor PKG_SYSCONFDIR.
* Note the setuid minicom binary in SPECIAL_PERMS.
|
|
|
|
|
|
the PKGREVISION pendant in the included Debian spec file(!).
|