• Dag Erling Smørgrav's avatar
    Merged revisions 1745-1747,1750-1760,1763-1764,1767-1776 via svnmerge from · 50c558c2
    Dag Erling Smørgrav authored
    svn+ssh://projects.linpro.no/svn/varnish/trunk/varnish-cache
    
    ........
      r1745 | des | 2007-07-24 13:39:55 +0200 (Tue, 24 Jul 2007) | 2 lines
      
      Implement VRT_r_obj_status(), without which obj.status can't be read.
    ........
      r1750 | des | 2007-07-24 15:54:20 +0200 (Tue, 24 Jul 2007) | 3 lines
      
      Always generate a Connection: header, in case the client makes an incorrect
      assumption about which is the default.
    ........
      r1751 | des | 2007-07-24 15:56:44 +0200 (Tue, 24 Jul 2007) | 3 lines
      
      RES_BuildHttp() must be called before RES_WriteObj() to prepare the response
      headers.  This fixes #128.
    ........
      r1752 | des | 2007-07-24 16:02:20 +0200 (Tue, 24 Jul 2007) | 2 lines
      
      #131: Honor DESTDIR when creating the state directory.
    ........
      r1753 | des | 2007-07-24 16:10:28 +0200 (Tue, 24 Jul 2007) | 2 lines
      
      #130: false is spelles FALSE in curses-land.
    ........
      r1754 | des | 2007-07-24 16:25:54 +0200 (Tue, 24 Jul 2007) | 6 lines
      
      Instead of incorrectly assuming that a pthread_t can be meaningfully cast
      to an unsigned int (which triggered warnings on some 64-bit platforms) and
      printed with %08lx, incorrectly assume that it can be meaningfully cast to
      a void * and printed with %p.  While still incorrect in general terms, the
      latter turns out to be correct on the specific systems that we care about.
    ........
      r1776 | des | 2007-07-26 15:53:41 +0200 (Thu, 26 Jul 2007) | 2 lines
      
      Add change log for 1.1.1 + various prop fixes
    ........
    
    
    git-svn-id: http://www.varnish-cache.org/svn/branches/1.1@1777 d4fa192b-c00b-0410-8231-f00ffab90ce4
    50c558c2
Makefile.am 271 Bytes