NCID distributions:

    sourceforge:
        NCID Source package:           ncid-0.83-src.tar.gz

        Cygwin 32 bit Windows package: ncid-0.83-1-cygwin.tgz

        TiVo Series1 package:          ncid-0.83-1-ppc-tivo.tgz
        TiVo Series 2-3 package:       ncid-0.83-1-mips-tivo.tgz

        Ubuntu 32 bit packages:        ncid_0.83-0ubuntu1_i386.deb
                                       ncid-client_0.83-0ubuntu1_all.deb
                                       ncid-kpopup_0.83-0ubuntu1_all.deb
                                       ncid-mythtv_0.83-0ubuntu1_all.deb
                                       ncid-samba_0.83-0ubuntu1_all.deb
                                       ncid-speak_0.83-0ubuntu1_all.deb

        Windows client installer:      ncid-0.83-1-client_setup.exe

      These may also be distributed:

        Fedora 64 bit packages:        ncid-0.83-1.fc14.x86_64.rpm
                                       ncid-client-0.83-1.fc14.noarch.rpm
                                       ncid-kpopup-0.83-1.fc14.noarch.rpm
                                       ncid-mythtv-0.83-1.fc14.noarch.rpm
                                       ncid-samba-0.83-1.fc14.noarch.rpm
                                       ncid-speak-0.83-1.fc14.noarch.rpm

        Macintosh 32 bit OS X package: ncid-0.83-mac-osx.tgz

        FreeBSD 32 bit package:        ncid-0.83-freebsd.tgz

    Fedora packages:
        Available at the Fedora repository (sometimes sourceforge).
        New release first appears in the rawhide repository
        there are server, client, and optional output module packages.
        Normally you only need to install the ncid & ncid-client rpm packages.
        The yum list command will show you the packages available:
            yum list ncid\*
        If the above does not show version 0.83:
            yum --enablerepo=rawhide list ncid\*
        If you need to build packages for your specific OS release:
            rpmbuild -tb ncid-0.83-src.tar.gz

    Macintosh OS X package:
        available at MacPorts (sometimes sourceforge)
            http://trac.macports.org/browser/trunk/dports/net/ncid/Portfile

    FreeBSD package:
        available at FreshPorts (sometimes sourceforge)
            http://www.freshports.org/comms/ncid/

    Ubuntu packages:
        If you need to build a package for your specific OS release, the
        build-essential, fakeroot, & libpcap packages must be installed:
            sudo apt-get build-essential fakeroot libpcap0.8-dev
            tar -xzf ncid-0.83-src.tar.gz
            mv ncid ncid-0.83
            cd ncid-0.83
            fakeroot debian/rules build
            fakeroot debian/rules binary
            fakeroot debian/rules clean

Specific distribution Changes:

    Fedora and Redhat:

    FreeBSD:

    Mac OS-X:

    Ubuntu:

    TiVo:

    Windows:

NCID Server Changes:

    ncidd:
        Fixed sending proper Line ID when ncidd first started.
        Improved alias printout using VERBOSE LEVEL 8
        Added more checks on alias size
        Improved blacklist printout using VERBOSE LEVEL 8
        Added log of number of blacklist entries/maximum

    ncidd.conf:

NCID Gateway Changes:

    ncid2ncid:

    sip2ncid:
        Added new configure option "rmdups" to remove duplicate INVITE
        packets generated by "Phone Power".  This option is experimental
        and will probably be improved.

    yac2ncid:

NCID Client Changes:

    ncid:
        Added @stdout for OSX

        An additional line is sent to the output modules.
        It tells if it is a incoming call, outgoing call,
        call hangup or a message.

    ncid.conf

NCID Client Module Changes:
        All modules were updated for the additional line passed to them.
        Added additional options to ncid-speak
        Modified ncidmodules.conf for additional options to ncid-speak

Documentation Changes:
        Updated the NCID-SDK.odt file
        Updated ncid.1 and ncidtools.1
        Updated client screen shots
