Changeset 171 for trunk/docs/Changelog


Ignore:
Timestamp:
Jul 8, 2008, 11:16:14 AM (16 years ago)
Author:
katerina
Message:

Include dnmalloc (ticket #108) and fix bugs #106 (EINPROGRESS) and #107 (compressBound).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/Changelog

    r170 r171  
    1 2.4.4:
     12.4.5:
     2        * handle EINPROGRESS error (Windows/cygwin issue)
     3        * make sure every function uses less than one page of stack
     4          (proactive security against gap jumping, Gael Delalleau)
     5        * use dnmalloc instead of system malloc
     6        * fix dnmalloc bugs and portability problems
     7        * check for compressBound, since older zlibs don't have it
     8 
     92.4.4 (30-04-2008):
    210        * sh_database.c: fix maximum size of sql query string, maximum
    311          size of strings in struct dbins_
Note: See TracChangeset for help on using the changeset viewer.