Skip to content
  1. Jul 01, 2009
    • Gustavo Zacarias's avatar
      lighttpd: bump version · 264b9c11
      Gustavo Zacarias authored
      
      
      Closes #419.
      
      lighttpd 1.4.23 is out, there are many bugfixes from 1.4.20 currently in
      buildroot:
       *  Fix workaround for incorrect path info/scriptname if fastcgi prefix is
          ”/” (fixes #729)
       * Finally removed spawn-fcgi
       * Fix bug with FastCGI request id overflow under high load; just use always
         id 1 as we don’t use multiplexing. (thx jgray)
       * Workaround broken operating systems: check for trailing ’/’ in filenames
         (fixes #1989)
      Plus fixes from 1.4.22 and 1.4.21.
      
      Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
      Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
      264b9c11
  2. Jun 30, 2009
    • Gustavo Zacarias's avatar
      sqlite: bump version · 5818010f
      Gustavo Zacarias authored
      
      
      Closed #333.
      
       * Refactor the internal representation of SQL expressions so that they
         use less memory on embedded platforms.
       * Reduce the amount of stack space used
       * Fix an 64-bit alignment bug on HP/UX and Sparc
       * The sqlite3_create_function() family of interfaces now return
         SQLITE_MISUSE instead of SQLITE_ERROR when passed invalid parameter
         combinations.
       * When new tables are created using CREATE TABLE ... AS SELECT ... the
         datatype of the columns is the simplified SQLite datatype (TEXT, INT,
         REAL, NUMERIC, or BLOB) instead of a copy of the original datatype
         from the source table.
       * Resolve race conditions when checking for a hot rollback journal.
       * The sqlite3_shutdown() interface frees all mutexes under windows.
       * Enhanced robustness against corrupt database files
       * Continuing improvements to the test suite and fixes to obscure bugs
         and inconsistencies that the test suite improvements are uncovering.
      
      Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
      Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
      5818010f
  3. Jun 23, 2009
  4. Jun 01, 2009
  5. May 27, 2009
  6. May 19, 2009
  7. May 06, 2009
  8. May 05, 2009
Loading