0.9.5 (Thu Sep 04 2003 18:18:04)
-----
64-bit integer fix (Tobias Ernst 2:2476/418).
Allow '-' and '_' in domain names (Tobias Ernst 2:2476/418).
"defnode" was not work correctly in 0.9.4.
binkd/win: run() fix for no inherit open files (i.e. *.bsy).
@command - run in background (Dima Afanasiev <da@4u.net>)
binkd/os2-emx: run() fix
binkd/os2: don't send hidden files from filebox
New command-line parameter '-m' - do not use MD5 authorization.
If remote requests file offset more then file size, touch
the file and drop session for send it from 0 next session.
binkd/unix: run as daemon (Alex Semenyaka <alexs@snark.rinet.ru>).
New option skipmask in binkd.cfg - don't receive (destructive skip)
files by specified wildcards.
getfree() bug if free space >4G fixed.
NTLM proxy authotization (Dima Afanasiev <da@4u.net>).
New option bindaddr in binkd.cfg - bind to specified interface
(Dima Afanasiev <da@4u.net>).
Run by-file events with the same command-line once after session.
Bugfix in ftrans (thanks to Aleksey I Zavilohin <villain@ems.ru>).
New option inboundcase in binkd.cfg - set case style for received files
(Kostya Falkov 2:5014/33@fidonet)
New option deletedirs in binkd.cfg - delete empty point dirs in BSO.
Do not send empty (60-bytes) pkt files.
New option overwrite in binkd.cfg - overwrite older file by newer.
Run as service under win9x (Alexander Reznikov 2:4600/220@fidonet).
Check free space on inbox if defined.
Fix security vulernability (DoS) (andrew clarke <mail@ozzmosis.com>).
Assume default domain for remote 4D address.
Do not resolve hosts if proxy or socks5 using.
Do not give unsecure mail to secure link when send-if-pwd.
Amiga Style Outbound (ASO) support.
New option -sip in node string: strict IP check; host need to
be specified, resolved and matched. For -ip option unresolved
host is ok.
Crypt traffic, new option -r (disable crypt).
NR- and ND-modes can be asymmetric now, options -nr and -nd
sets mode only for receiving files from this node.
0.9.6 (Fri Oct 28 06:02:25 EET 2003)
-----
Memory leak in event processing (Roman Trunov).
Bugfixes in NT service exit (Stas Degteff).
Some minor bugfixes.
0.9.7 (Sun Jun 15 08:22:58 EET 2004)
-----
Fix in client manager (poll nodes queue).
0.9.8 (Mon Nov 08 12:47:00 EET 2004)
-----
Fix signal handling, binkd sometimes hangs under glibc 2.3.
Fixed memory leak.
Fixed compilation under SuSe and OS2-emx.
support for configuration file (.scmxx/config in home directory)
add lock listing to --info
new option --lock-info to show status of locks and as switch for --info
new option --toggle-lock to toggle status of a lock
new option --dial to dial a number using remote keypad access
german translation for rpm specfile, manpage and gettext strings
russian translation: updated manpage and partially gettext
automatically by pthread.buildlink3.mk. Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
under ${PREFIX} instead of being an absolute path.
So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be
${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}.
This should have no changes to use before.
Please note that the MESSAGE files in most cases are wrong in the
first place. We have automated mechanisms and could have an automated
message for explaining rc.d script usage. (This is something to do!)
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
Changes since 0.8 are not documented except in the
ChangeLog.
Changes from Version 0.7 to 0.8
- Fixed lot of bugs, especially in nfs code
- Series 3 _should_ work again.
- Added support for KDE (KDE >= 2.1)
- Added KDE Application "kpsion"
Changes from Version 0.6 to 0.7
- Changed timezone-stuff again. With S5, now the machine-info is
evaluated. This info holds the Psion's time-offset so that we
are able to calculate the offset correctly, regardless of the
Psion's setting. All that is done in a new class PsiTime.
For S3, a Fallback is provided using an Env-Variable "PSI_TZ" which
can be set to the Psion's time-offset in seconds.
- Added lots of rpc related stuff:
- Implemented a procfs-like subdir in plpnfsd. Processes can
be examined and misc. parameters can be examined/changed using
the entries in <psionMountDir>/proc/
Several parameters can now be changed on the fly:
attribute-cache timeout in seconds: proc/acache (rw)
debuglevel: proc/debuglevel (rw)
directory-cache timeout in seconds: proc/dcache (rw)
Psion's owner-info: proc/owner (ro)
Unix-owner of mounted directory: proc/unixowner (rw)
Stopping of plpnfsd has now changed:
Old:
reference /mnt/psion/exit
New:
echo stop > /mnt/psion/proc/exit
This should be safer than accidentally referencing a file.
For every process running on the psion, a subdir in proc/ is
created with two files "cmd" and "args" (both ro). cmd is the
process-name, args is it's commandline.
- Added machinfo command in plpftp for displaying lot of interesting
information about S5. (E.g. battery status etc.)
- Added killsave and runrestore to plpftpd. Both take a unix file
as argument. killsave kills all processes on the Psion and saves
restart-information to the specified file. runrestore reads a file
created by killsave and starts all processes saved in this file.
-> Functionality similar to the behavior of PsiWin before/after backup.
which are the full option names used to set rpath directives for the
linker and the compiler, respectively. In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath. The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use. They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
changes local to the author's system and changes in doc to note better
the newer home on SourceForge.
However, this does contain a quasi-security fix: LOGFILE and
FIDOGATE_LOGFILE could have been used to alter files owned by user/group
"news". This is fixed in 4.4.9nb1, and will also be fixed in 4.4.10 from
the author.
This version adds new features, such as a name-number cache to do
name lookup on getting and number lookup on sending. A status report
can now be decoded and matched to the right outgoing short message.
Short messages can be sorted with the new --sort option. A German
translation of the manpage was written. Some segfaults were fixed.
add decoding of multi-part (concatenated) short messages
new at command function layer
moves some files into subdirs (for code-sharing with flexmem-utils)
move some messages to a higher verbose level
phonebook code mostly rewritten
make --pbook aware of --slot on delete
make --pbook aware of --slot, --number and --text on send
add vcf to available (read-only) phonebooks if supported by the phone
- use CONSERVER_DEFAULTPORT and CONSERVER_DEFAULTHOST from
bsd.pkg.defaults.mk, instead of using obscure local variables
- obey VARBASE
- whitespace and delint
- example configuration files were never installed to PKG_SYSCONFDIR, make it
happen now (hi jlam!)
- replace test -e with -f in rc script, addresses part of PR pkg/26235
changes since 1.16:
1.33 Wed May 26 13:52:43 CEST 2004
- added delete_sms() method. For now, works only in PDU mode.
- fixed messages() newline regex split pattern
- modified send sms in text mode to cope with slower/older devices
- modified message read method to set pdu mode before executing
1.28
||
1.25 Fri Jan 23 00:59:16 CET 2004
- further documentation, troubleshooting and autoscan utility
sections
- added all new pdu sms token-oriented decoding classes
(this is an 80% complete implementation, mostly regarding charset
conversion issues)
- Device::Gsm::Sms public class is now documented properly
1.24
||
1.20 Wed Jan 21 23:32:45 CET 2004
- completed full documentation (to be revised)
- documented working irda/bluetooth connections (always
through device::serialport :-)
1.19
1.18 Mon Mar 24 23:32:27 CET 2003
- added a complete interface to read messages on SIM card
( $gsm->messages() method and Device::Gsm::Sms objects )
- some minor cleanup
1.17 Thu Sep 12 00:22:06 CEST 2002
- added signal_quality() method to measure gsm signal power (dBm)
- added an example script in [examples] folder (`report_signal.pl')
changes since 1.24 (incomplete from the distfile's changelog):
1.36
1.35
1.34 Sun Feb 22 18:12:54 CET 2004
- fixed CPAN bug #5131 (https://rt.cpan.org/Ticket/Display.html?id=5131)
- closed CPAN bug #5134 (https://rt.cpan.org/Ticket/Display.html?id=5134)
- dial() now should return correctly after a successful connect,
without unnecessarily waiting for timeout
- updated changes file missing in 1.35
1.33
1.32
1.31 Fri Jan 23 01:14:01 CET 2004
- Improved reliability in answer() method (sempre lui!),
that was more unstable due to recent changes.
- Documented _answer() internal function to get the raw modem reponse
instead of response string stripped of all cr/lf chars.
1.29
1.30 Sat Nov 8 18:23:02 CET 2003
- improved answer() method speed. Now it runs sensibly faster, but needs
explicit timeout parameter if you want to wait for answers (dialing
a remote modem, for example)
- implemented a basic xmodem file transfer. *DON'T KNOW IF IT WORKS*
- documentation now stays only in docs/ folder, separate from main module
- now there is a way to get the raw modem answers (internal _answer() method)
1.25
1.26
1.27
1.28 Sun May 18 17:19:23 CET 2003
- dial() now works as expected, returning the `CONNECT' or `BUSY'
or whatever message without hanging for minutes;
- answer() routine now is definitely more reliable than before:
now everytime the buffer receives input from modem, it does
not restart counting the timeout. Removed also the possibility
of infinite loop if modem always receives garbage chars (like
on a RAW PPP link);
- Added full documentation for every method;
- Added a FAQ document in new "docs/" folder;
- new(): added possibility to pass a custom log object as `log'
property;
- fixed log levels for File and Syslog plugins. Implemented
correct log level masking also for Syslog.
Changes:
version 0.7.1
- work-around for *BSD on SMS time decoding
- fixes some sms decoding bugs
- fixes crash on sending sms directly from a slot
version 0.7.0
Syntax changed!
many internal changes:
- no need for system's wchar_t support anymore (wchar_t was previously used but that was wrong)
- iconvtest() is gone
- completely rewritten command line parsing, now supporting getopt_long _and_ popt (configure decides which one to
use)
- configure checks for getopt and popt
- configure check for declaration of iconv
properly support Solaris (see popt above, compiler warning fixes)
make iconv code work with non-GNU implementations (e.g. Solaris)
new parameter --start-delay (see manpage)
new parameter --binary (-N)
new parameter --mem
new parameter --slot
-B, -M, -C and -F (and the long options for them) are now obsolete, use -N instead with --mem instead
parameter to -P is now obsolete, use --mem instead
parameter to -S is now obsolete, use --slot instead
"SM" is now default phonebook memory (if none was specified)
SMS outputs none-printable characters as '?' instead of hexcode
the memory list output was changed in --info (may break programs that depend on it)
add parameter --mem-info as trigger to --info to display more information about available memories
make --mem recognize "?" to show same information as in --mem-info but only for the specified memory type (faster)
rewritten phonebook file read-in with more syntax checking before actually sending the first entry
rewrote SMS decoding functions
simply do not change sms status on getting instead of complaining
update english manpage
russian manpage included, again
updated README and INSTALL
version 0.6.4.1
Features:
added SMS time zone conversion
Fixes:
fix crash on getting phonebook entries with empty text field
work-around for buggy strptime() in cygwin (for SMS dates)
added test to better usage of iconv (less dependent on nl_langinfo())
deal with a S55 strangeness (still does NOT mean that S55 is fully supported), thanks to Ole Langbehn
--ignore-serial-bits is now default, added parameter --keep-serial-bits (to get previous behaviour)
updated manpage