2007-05-30 akira yamada <akira@arika.org>
* extconf.rb: rb_io_t test isn't needed for Ruby 1.6.
* version 0.9.5.
2007-05-29 Tanaka Akira <akr@fsij.org>
* extconf.rb: check rb_io_t.
check fd member in OpenFile.
* termios.c: support Ruby 1.9.
use unsigned long for flags bigger than Fixnum such as CRTSCTS.
use rb_sys_fail instead of rb_raise(rb_eRuntimeError).
(Termios_to_termios): use rb_ary_entry to access cc_ary to avoid SEGV.
(termios_tcgetpgrp): use pid_t.
(termios_tcsetpgrp): ditto.
(Termios::Termios#dup): defined to duplicate cc.
(Termios::Termios#clone): ditto.
(Termios::POSIX_VDISABLE): defined.
(Termios::CCINDEX_NAMES): defined.
(Termios::IFLAG_NAMES): defined.
(Termios::OFLAG_NAMES): defined.
(Termios::OFLAG_CHOICES): defined.
(Termios::CFLAG_NAMES): defined.
(Termios::CFLAG_CHOICES): defined.
(Termios::LFLAG_NAMES): defined.
(Termios::BAUD_NAMES): defined.
(Termios::IUTF8): defined.
(Termios::VDSUSP): defined for 4.4BSD.
(Termios::VSTATUS): defined for 4.4BSD.
(Termios::MDMBUF): defined for 4.4BSD.
* lib/termios.rb: new file. inspect and pretty_print defined.
2005-05-30 akira yamada <akira@arika.org>
* termios.c: applied a patch which makes ruby-termios work under
both ruby1.8 and ruby1.9. [ruby-talk:143781]
Thanks to: Akr.
Version 1.2.24 is the final 1.2 release that contains normal bug fixes.
The 1.2 branch will only be maintained with security fix releases from
now until it is completely deprecated.
* channels/chan_iax2.c: Don't create the Asterisk channel until we
are starting the PBX on it. (ASA-2007-018)
* channels/chan_agent.c: (closes issue #5866) Reported by: tyler Do
not force channel format changes when a generator is present. The
generator may have changed the formats itself and changing them
back would cause issues.
* channels/chan_sip.c: (closes issue #10236) Reported by: homesick
Patches: rpid_1.4_75840.patch uploaded by homesick (license 91)
Accept Remote Party ID on guest calls.
* include/asterisk/app.h: We should not use C++ reserved words in
API headers (closes issue #10266)
* channels/chan_sip.c: Backport a fix for a memory leak that was
fixed in trunk in reivision 76221 by rizzo. The memory used for
the localaddr list was not freed during a configuration reload.
* channels/chan_sip.c: (closes issue #10247) Reported by:
fkasumovic Patches: chan_sip.patch uploaded by fkasumovic
(license #101) Drop any peer realm authentication entries when
reloading so multiple entries do not get added to the peer.
* channels/chan_iax2.c: When processing full frames, take sequence
number wraparound into account when deciding whether or not we
need to request retransmissions by sending a VNAK. This code
could cause VNAKs to be sent erroneously in some cases, and to
not be sent in other cases when it should have been. (closes
issue #10237, reported and patched by mihai)
* channels/chan_iax2.c: When traversing the queue of frames for
possible retransmission after receiving a VNAK, handle sequence
number wraparound so that all frames that should be retransmitted
actually do get retransmitted. (issue #10227, reported and
patched by mihai)
* apps/app_voicemail.c: Store prior to copy (closes issue #10193)
* apps/app_queue.c: removed the word 'pissed' from ast_log(...)
* channels/chan_skinny.c: Properly check for the length in the
skinny packet to prevent an invalid memcpy. (ASA-2007-016)
* channels/iax2-parser.h, channels/chan_iax2.c,
channels/iax2-parser.c: Ensure that when encoding the contents of
an ast_frame into an iax_frame, that the size of the destination
buffer is known in the iax_frame so that code won't write past
the end of the allocated buffer when sending outgoing frames.
(ASA-2007-014)
* channels/chan_iax2.c: After parsing information elements in IAX
frames, set the data length to zero, so that code later on does
not think it has data to copy. (ASA-2007-015)
* res/res_musiconhold.c: Fix a couple potential minor memory leaks.
load_moh_classes() could return without destroying the loaded
configuration.
* apps/app_chanspy.c: Fixed an issue where chanspy flags were
uninitialized if no options were passed.
* res/res_musiconhold.c: Ensure that adding a user to the list of
users of a specific music on hold class is not done at the same
time as any of the other operations on this list to prevent list
corruption.
* channels/chan_iax2.c: The function make_trunk() can fail and
return -1 instead of a valid new call number. Fix the uses of
this function to handle this instead of treating it as the new
call number. This would cause a deadlock and memory corruption.
* channels/chan_agent.c: The cli command "agent logoff Agent/x
soft" did not work...at all. Now it does.
* res/res_config_odbc.c: Make sure that the ESCAPE immediately
follows the condition that uses LIKE. This fixes realtime
extensions with ODBC.
* apps/app_queue.c: Fix an issue where it was possible to have a
service level of over 100% Between the time recalc_holdtime and
update_queue was called, it was possible that the call could have
been hungup.
* dns.c: Use res_ndestroy on systems that have it. Otherwise, use
res_nclose. This prevents a memleak on NetBSD - and possibly
others.
This release is a regular maintenance release. It has been made just
a couple of weeks after the previous set of releases because the
development team has been working especially hard on fixing bugs
lately. There has been a large volume of issues fixed in just two weeks.
the owner of all installed files is a non-root user. This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.
(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
unprivileged.mk. These two variables are lists of other bmake
variables that define package-specific users and groups. Packages
that have user-settable variables for users and groups, e.g. apache
and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
and ${UNPRIVILEGED_GROUP}.
(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
* ${UUCP_USER} should have a default group membership of ${UUCP_GROUP},
not dialer.
* Get the correct install locations for lrzsz and gkermit and use them
to locate the binaries from those dependencies in src/rwconf.c.
Bump PKGREVISION to 3 due to changed users and groups.
version 8.1.16 (Apr 10, 2007):
- added 'replstring' substitution option - inspired by
conversation with Owen DeLong <owen@c2company.com>
- added '^Ecn' option for writing a note to the logfile - patch
by Bryan Schmersal <bschmer@yahoo.com>
- fixed leaking file descriptors when 'host' and 'uds' consoles
fail to connect - based on patch by Michael Heironimus
<michael_heironimus@archwayconcepts.com>
version 8.1.15 (Dec 31, 2006):
- protection again telnet option negotation loops - patch by
Robby Griffin <rmg@yakshavers.com>
- console now prints the attach/detach sequences when suspended
- added --with-cycladests configure option to allow
cross-compiling on a cyclades ts - patch by Matt Johnson
<mwj@doc.ic.ac.uk>
- added master conserver host to 'console -x' output for
'device' consoles - patch by Matt Johnson <mwj@doc.ic.ac.uk>
- fixed parsing error when dealing with encapsulated
client/server options
OpenSync is a synchronization framework that is platform and distribution
independent. It consists of a powerful sync-engine and several plugins
that can be used to connect to devices.
OpenSync is very flexible and capable of synchronizing any type of data,
including contacts, calendar, tasks, notes and files.
This release contains a large number of fixes, including:
- A recently published security vulnerability in the manager
interface (ASA-2007-012)
- Another recently published security vulnerability in the
SIP channel driver (ASA-2007-011)
Along with minor bug fixes, this release incorporates a fix for the
SIP DoS vulnerability recently discovered by INRIA Lorraine.
All users of Asterisk 1.2 with the SIP channel driver loaded and
connected to an untrusted network are urged to update to this release
to avoid the possibility of experiencing this problem.
Note that the option "zaptel" won't compile any more since version 1.2.16.
This needs an upgrade of the netbsd zaptel driver.
2006-01-16 Jason Day <jasonday@worldnet.att.net>
Version 0.44
- Removed the -module argument from libmal_la_LDFLAGS. It never should
have been there; it was accidentally included from a copy/paste.
--------------------------------------------------------------------------
pilot-link 0.12.2, "Dance With the Devil" aka "Distraction", 02-09-2007
--------------------------------------------------------------------------
5 months since the last release (0.12.1) and we have another release! This
one is mostly a maintenance release, but there are some new things in here.
Major Features:
* More cleanup in libpisock and documentation, addition of some new
(working :) BlueZ support, new udev rules, expanded OS5 Contacts
support, expanded OS X support and a lot more!
Other Features:
* No major features in this release, mostly bug fixes and minor
tweaks here and there. The website has also been refreshed with
new content and a completely new layout. All source files are now
version-tracked in the header.
Bug Fixes:
* Python support was broken, fixed now, doh! Palm T|X over libusb
has been fixed (we hope) with this release. Of course we need
testers to validate that. All of userland is renamed now to avoid
some namespace pollution. Documentation is all current with
respect to this release, all manpages are in XML source format
(requires xsltproc to process), and much more.
Cater for postscript viewers such as evince which, if an instance
of the program is already running, will return before the file to
be viewed is displayed.
Changes 3.0.13:
Use GtkToolItem interface where compiled against GTK+ >= 2.4
Use Glib atomic functions for locked reference counting where
compiled against glib >= 2.4
Improve robustness of referencing of PrintManager class
Don't allow GtkEntry objects to select contents automatically when
acquiring focus and update copyright notice
Take some miscellaneous thread functions/objects out of global
namespace
Refer to evince rather than ggv as the Gnome ps file viewer
Modify interface of AsyncQueue class
In the README file, refer to using rpmbuild and not rpm to build
rpm packages.
Changes from v1.108 to v1.109
* Conduits included in the PilotManager distribution now have
version numbers identical to the PilotManager version.
Third-party conduits can (and should) continue to have their own
version number schemes.
* Change the way we reference constants exported from libpisock,
in preparation for pilot-link 0.12.0-pre5. Backwards
compatibility is maintained. Use symbolic constants instead of
hard-coded integer values, if running with a version of pilot-link
that provides them.
* A second attempt to fix the bug in the Properties dialog with
Tk-804. The first one didn't work with certain combinations of
libraries.
* Fix bug introduced in 1.108 that broke -syncwith and -install
for normally inactive conduits.
* Don't call conduitQuit on conduits that haven't been loaded.
Eliminates an error message when using -syncwith (bug introduced
in 1.108).
* Fix bug where PilotManager would report a successful connection
and then a Perl error, when what really happened was simply a
timeout.
* Eliminated numerous -w warnings
* PilotSync.pm (affects SyncAB, SyncFood, and some third-party
conduits; all changes by Ralf Schlatterbeck): fix some crash bugs
and a bug that caused creation of empty fields; add support for
full sync; some new functionality for use by conduit authors:
possibility to skip some pilot records, and to generate local ID
based on contents of pilot record.
* SyncMemo conduit: work around a bug in perl 5.8.0 that was
causing the filename filters not to work sometimes. The
workaround involves forcing these filters to be ASCII-only; this
could conceivably be a problem for people using non-ASCII
filenames. Fix bug that caused spurious conflict to be detected
when doing full sync and a file had changed but the corresponding
pilot memo had not. Eliminate some barewords to avoid strict subs
warnings in some versions of perl (bug report from Ralf
Schlatterbeck).
* SyncCM conduit: Work around libcsa bug that was causing "INVALID
DATE TIME" error when syncing "all dates" in a timezone east of
GMT; workaround for dtcm bug that made weekly repeating
appointments created on the pilot uneditable in dtcm; fix up
repeating appointments from the pilot whose start date isn't one
of the repeat days. The following patches from Alan Harder: if cm
appointment has no end time, use end time equal to start time on
pilot (rather than refusing to sync the appointment); clearer and
more informative log messages; when doing "Sync All (dates)", use
2021 instead of 2010 as the end of the range; propagate
appointment deletion from palm to desktop even if the archive flag
is set.
* Installer conduit: Respect -rcdir argument when running
installer from command line (Alan Harder)
* Backup conduit: add an option "Ignore modify date (backup every
time)"; more informative log messages. (Both by Alan Harder.)
For deciding whether to back up a database, use a different scheme
that doesn't depend on the two clocks being synchronized.
* SyncTime conduit: remove workaround for some ancient pilot-link
version (Alan Harder).
* SyncFood conduit: Refuse to sync if $FOODFILE has been deleted,
in order to avoid wiping everything out. Patch from Alan Harder, I
haven't tested it.
* SyncAB conduit: fix bug in setting vCard file name, and in
handling of newlines (Alan Harder). Implement full sync, allowing
sync with multiple desktop machines (Ralf Schlatterbeck). Allow
filtering by private flag and by category (Ralf Schlatterbeck).
* SyncPlan conduit: Appointments that repeat more than one day a
week, every n weeks, where n > 1, are possible on the pilot but
not in plan. Signal them as unsyncable, rather than converting
them to once-per-week repeats (Thomas DeWeese). Show progress bar
while reading Pilot records. Re-fix bug about plan alarms getting
turned off that was supposed to be fixed in 1.108 but really
wasn't. Fix some bugs related to time zone conversion: end date
of repeating appointments would move back a day when synced from
pilot to plan in time zones east of GMT, and appointment times
shown in the log window would be in GMT rather than local time.
* SendMail conduit: fix bug that comes up when the database
doesn't exist on the pilot.
* Remove contrib/dinesh-dutt, which was an old version of software
that was later distributed on its own (the syncbbdb project on
sourceforge, not to be confused with syncbbdb2, which is an
unrelated project and is the one I recommend for bbdb syncing).
Changes from v1.107 to v1.108
* Add error checking throughought PilotManager and several
conduits to fix a bug that caused data loss when the link to the
pilot was lost during a sync.
* Only load active conduits, rather than all conduits, at
startup. This means that you no longer need to rename or delete
unused conduits that have missing dependencies. As a side
effect, the "Load New Conduits..." menu item is gone, replaced
by a "Rescan" button on the "Properties" dialog.
* Changes for compatibility with pilot-link 0.12.0. Backwards
compatibility with earlier pilot-link versions is matained.
* Changes for compatibility with Tk 804. fixes bug causing some
color preferences to be ignored when using Tk 804, and fixes
buggy behavior of the Up and Down buttons in the Preferences
dialog.
* Fix pcid corruption in preferences file that could cause every sync
to be a full sync.
* Fix hang when trying to sync to a USB device that wasn't connected.
* Applied patch to fix problems with PalmOS 3.5 and above.
* Fix purely cosmetic y2k display bug.
* Use Digest::MD5 instead of the deprecated MD5.
* Patch from NWalsh to lib/perl5/PilotSync.pm, fixes unreliability
problems, esp. with newer versions of Perl.
* Change the dates in the log messages to be ISO compliant instead
of US-centric mm/dd/yyyy (Mark Staveley).
* Replaced Setup script with Setup.pl. The script is no longer
invoked automatically the first time PilotManager is run; rather,
it must be run by hand (perl Setup.pl) to create the executable
PilotManager.
* If Setup.pl is given a -conduitdir argument, then PilotManager
will look in that directory for loadable conduit modules (in
addition to the directories it already looked in).
* Updated developer contact information
* Backup conduit: update to version 1.008, which had been released
separately as 1.008ea.
- Better, more consistent filename handling throughout.
* Installer conduit: update to version 1.009, which had been released
separately as 1.009ea2.
- Recognizes .pqa files as well as .pdb/.prc.
- Only use included "MultiFileSelect.pm" with Tk 4.0,
otherwise, use Tk::Fileselect module.
- Print message after each file is installed.
* SendMail conduit: new version 0.900
- only perform wordwrap on body of mail message, not
headers. (Chris Waters)
- Check for I/O errors (see comment at top of ChangeLog)
* SyncAB conduit: no changes, version number stays at 0.96 BETAp1.
* SyncCM conduit: new version 1.103
- Check for I/O errors (see comment at top of ChangeLog)
* SyncFood conduit: no changes, version number stays at 0.96 BETA.
* SyncMemo conduit: new version 1.9 integrates changes from
version 1.8-ea2, which had been released separately, plus
additional changes.
- from 1.8ea2: Use internal checksum function instead of
Shell::sum.
- from 1.8ea2: Use internal isPilotText function instead of
Shell::file
- from 1.8ea2: Use opendir/readdir/closedir for directory access
rather than relying on globbing. Fixes breakage when category
names have whitespace.
- Eliminate discrepancy between behavior of full sync and fast
sync. In earlier versions, a memo deleted from the desktop would
be deleted from the pilot during a fast sync, but recopied from
the pilot to the desktop on a full sync. A preferences option
allows you to keep the old behavior if you wish.
- Process all file deletions before any file creations, to avoid
unnecessary file name collisions.
- Use gtkdiff or tkdiff if filemerge not available (Mark
Staveley). Better would be to allow merge program to be chosen
via the configuration gui--patches welcome.
- Remove special characters from filenames (idea from Mark
Staveley)
- Increase maximum file name length (Mark Staveley)
- Check for I/O errors (see comment at top of ChangeLog)
* SyncPlan conduit: new version 0.97 integrates changes from
version 0.96BETA, which had been released separately, plus
additional changes.
- from 0.96BETA: Support for weekly appts from pilot with
frequency > 1 (patch by Alan Harder based on changes in
sync-plan)
- from 0.96BETA: Fix repeat end date for daily repeating plan
records (patch by Alan Harder based on research by Aaron
Kaplan)
- from 0.96BETA: Patch to support plan records with two alarms
(just use earlier one for pilot) by Kevin Fink
- from 0.96BETA: Configurable level of verbose output and
configurable netplan port, patch by Andreas S. Oesterhelt
(oes@paradis.rhein.de)
- Fix a bug that caused deleted records to reappear when
syncing one pilot with more than one desktop machine.
- Fix a bug that would cause an alarm to be disabled in plan if
the appointment was modified on the pilot. As a side-effect,
any appointment created on the pilot will now have an alarm
set in plan.
- Check for I/O errors (see comment at top of ChangeLog)
* Updated version of contrib/alan-harder/UpdateMemos.pl
* Added SyncAB_plusBBDB to contrib/dinesh-dutt. This had never
been released as part of a PilotManager package, but was available
separately on moshpit.org. Since I'm already supporting
SyncBBDB, I don't intend to support SyncAB_plusBBDB.
* SourceForge CVS repository set up (Chris Waters)
* Development now coordinated by Aaron Kaplan