NCID distributions:

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

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

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

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

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

    Fedora packages:
        # available at the Fedora repository
        # new release first appear in the rawhide repository
        # there is a 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.78
            yum --enablerepo=rawhide list ncid\*

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

    FreeBSD package:
        # available at FreshPorts
        http://www.freshports.org/comms/ncid/

Specific distribution Changes:

    Fedora and Redhat:

        NOTES:
            If you need to build packages for your specific OS release:
                rpmbuild -tb ncid-0.78-src.tar.gz

    FreeBSD:

    Mac OS-X:

    Ubuntu:

        NOTES:
            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.78-src.tar.gz
                mv ncid ncid-0.78
                cd ncid-0.78
                fakeroot debian/rules build
                fakeroot debian/rules binary
                fakeroot debian/rules clean

    TiVo:

    Windows:

NCID Server Changes:

    ncidd:
        improved the nocallerid feature to work correctly with
        telco systems that send the Caller ID before ring 1

NCID Gateway Changes:

    sip2ncid:

    ncidsip:

    yac2ncid:

NCID Client Changes:

    ncid:
        Line label is not enclosed in <> anymore

NCID Client Module Changes:

    ncid-page:
        modified to handle messages

    ncid-tivo:
        modified to handle messages

Documentation Changes:

    INSTALL-andLinux: updated
    INSTALL-Fedora: updated
    INSTALL-Ubuntu: updated

    ncidmodules.1: updated

    replaced the NCID-DataFormats, NCID-PROTOCOL, and
     the CountryCodes files with the NCID-SDK.odt file
