pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/pike-core



Module name:    wip
Committed by:   cheusov
Date:           Sat Sep  6 11:44:24 UTC 2008

Modified Files:
        wip/pike-core: Makefile.common PLIST distinfo

Log Message:

updated to 7.6.112

    Pike 7.6.66 vs. 7.6.86.
        
        Changes in Pike
        ---------------
        Added support for "100 Continue" to Protocols.HTTP.Server.
        Fixed Keep alive issues in Protocols.HTTP.Server. 
        Fixed SSL.sslfile to ensure that a read callback gets a call if it's
        installed when there already is data in the internal read buffer.
        Fixed Cache.cache to work without threads again.
        Fixed a typo in Array.diff3 that in some rare cases caused it to
        merge a difference into a three-way equality.
        Fixed a bug where reused local variables weren't cleared properly.
        Fixed sorting order for huge characters.
        The values returned by Thread.status is now available as constants
        in the Thread module.
        Added peek() method to ADT.Heap and Priority_queue.
        Fixed "file not open" error when performing multiple operations on a
        Filesystem.Tar file.
        Fixed a rare PNG decoding issue.
        Proper handling of NULL elements in Postgres.
        Fix for potential SQL injection vulnerability in Postgres.
        Added support for WSAECONNRESET in SSL on win32.



        
        Other
        -----
        Fixed bug causing local variables to never be reused,
              which in turn leads to huge stack frames.
        Fix to avoid the cleanup thread becoming garbage when the cache
                object is destructed.
        Various UCS-2/SQLWCHAR related fixes in Odbc. Potentially fixes
                problems where wchar_t is 4 bytes (eg MacOS X).
        More multiset gc fixes.
        Fixed support for running dmalloc Pike with -d.


        
        Build fixes
        -----------
        Fixed VC8 compilation.
        Fixed support for C++ modules.
        Improved support for Darwin x86.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.2 -r1.3 wip/pike-core/distinfo
cvs -z3 rdiff -u -r1.3 -r1.4 wip/pike-core/PLIST
cvs -z3 rdiff -u -r1.7 -r1.8 wip/pike-core/Makefile.common

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/pike-core/distinfo?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/pike-core/PLIST?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/pike-core/Makefile.common?r1=1.7&r2=1.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index