tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

ChangeLog.moz (2246B)


      1 
      2 		Mozilla ChangeLog file for zlib
      3 
      4 Mozilla.org changes:
      5 - 17 June 2004
      6   Sync'd with 1.2.1 release
      7   see bug #226733
      8 
      9 - 17 June 2004
     10   Add mozzconf.h
     11 
     12 - 17 June 2004
     13   Turn off ZLIB_DLL to fix static build bustage
     14 
     15 - 24 June 2004
     16   do not prototype strerror for VMS in zutil.h
     17 
     18 - 25 June 2004
     19   define NO_vsnprintf for VMS in zutil.h
     20 
     21 - 21 September 2004
     22   applied patch for DoS vulnerabililty in inflate.c
     23   see bug #258009
     24 
     25 - 02 November 2004
     26   Sync'ed with 1.2.2 release
     27   (keeping '#include "mozzconf.h"' in zconf.h)
     28   Our patches of 24, 25 June and 21 Sept are now in the zlib
     29   distribution.
     30   See bug #248644
     31 
     32 - 24 July 2005
     33   Sync'ed with 1.2.3 release
     34   (keeping '#include "mozzconf.h"' in zconf.h)
     35   See bugs #299445 and #300349
     36 
     37 - 24 July 2005
     38   Added treatment of HAVE_VISIBILITY_PRAGMA in mozzconf.h
     39 
     40 - 24 July 2005
     41   Updated zlib.def with new symbols in zlib version 1.2.3
     42 
     43 - 13 September 2009
     44   Don't enable zlib's debug output when the Mozilla build is in debug mode (bug 431950)
     45 
     46 - 18 September 2010
     47   Sync'ed with 1.2.5 release
     48   (keeping '#include "mozzconf.h"' in zconf.h)
     49   See bug #573137
     50 
     51 - 8 February 2012
     52   Sync'ed with 1.2.6 release
     53   (keeping '#include "mozzconf.h"' in zconf.h)
     54   See bug #722391
     55   
     56 - 4 May 2012
     57   Sync'ed with 1.2.7 release
     58   (keeping '#include "mozzconf.h"' in zconf.h)
     59   See bug #751697
     60 
     61 - 9 May 2013
     62   Sync'ed with 1.2.8 release
     63   (keeping '#include "mozzconf.h"' in zconf.h)
     64   See bug #866964
     65   
     66 - 16 January 2017
     67   Sync'ed with 1.2.11 release
     68   (keeping '#include "mozzconf.h"' in zconf.h)
     69   See bug #1328099
     70 
     71 - 28 May 2021
     72   Add <unistd.h> because of the error: implicit declaration of function {lseek, read, write} is invalid in C99.
     73   See bug #1701197
     74 
     75 - 28 March 2022
     76   Backport upstream fix for CVE-2018-25032
     77   See bug #1761799
     78   
     79 - 29 March 2022
     80   Sync'ed with 1.2.12 release
     81   (keeping '#include "mozzconf.h"' in zconf.h)
     82   See bug #1761764
     83   
     84 - 21 October 2022
     85   Sync'ed with 1.2.13 release
     86   (keeping '#include "mozzconf.h"' in zconf.h)
     87   See bug #1796811
     88   
     89 - 18 August 2023
     90   Sync'ed with 1.3 release
     91   (keeping '#include "mozzconf.h"' in zconf.h)
     92   See bug #1849470
     93   
     94 - 23 January 2024
     95   Sync'ed with 1.3.1 release
     96   (keeping '#include "mozzconf.h"' in zconf.h)
     97   See bug #1875968