summaryrefslogtreecommitdiff
blob: b75d79482a444f09dbcb834432221879e6af96a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# ChangeLog for net-www/squid
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-www/squid/ChangeLog,v 1.20 2003/06/10 11:56:44 joker Exp $

  10 Jun 2003; Christian Birchinger <joker@gentoo.org> squid-2.5.2.ebuild:
  Added sparc stable keyword

*squid-2.5.3 (04 Jun 2003)

  04 Jun 2003; Donny Davies <woodchip@gentoo.org> Manifest, squid-2.5.3.ebuild,
  files/squid-2.5.3-gentoo.diff:
  Version bump.  Re-diff patch.

*squid-2.5.2 (27 Mar 2003)

  04 Jun 2003; Brad Laue <brad@gentoo.org> Manifest, squid-2.5.2.ebuild,
  Mark stable on x86.

  27 Mar 2003; Donny Davies <woodchip@gentoo.org> squid-2.5.2.ebuild,
  files/squid-2.5.2-gentoo.diff:
  Bump to latest.  Made new patch, clean some docs, fix cron snip install.

*squid-2.5.1-r2 (31 Jan 2003)

  30 Mar 2003; Christian Birchinger <joker@gentoo.org> squid-2.5.1-r2.ebuild:
  Added sparc stable keyword

  31 Jan 2003; Nick Hadaway <raker@gentoo.org> squid-2.5.1-r2.ebuild,
  files/digest-squid-2.5.1-r2 :
  Added logic so if sasl2 is installed, squid uses it.  A couple
  of sed statements are included to adjust incompatible code.

  14 Dec 2002; Donny Davies <woodchip@gentoo.org> : #8738.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*squid-2.5.1-r1 (19 Nov 2002)

  19 Nov 2002; Donny Davies <woodchip@gentoo.org> : Fix for #10865.

*squid-2.5.1 (07 Nov 2002)

  07 Sep 2002; Donny Davies <woodchip@gentoo.org> : Chase latest release.
  Major patch cleanup.  Added USE ssl and sasl support.  Fixed KEYWORDS.
  Big authentication and helper modules reorganization.  Make dealing with
  the lame archive versioning scheme easier.  Some general cleanups.

  15 Sep 2002; Maik Schreiber <blizzy@gentoo.org> files/squid.rc6 : Removed
  hard dependency on /var/cache/squid.

*squid-2.4.7 (12 Jul 2002)

  12 Jul 2002; Bruce A. Locke <blocke@shivan.org> : Version bump and added KEYWORDS.
  
*squid-2.4.6-r1 (4 May 2002)
  
  4 May 2002; Donny Davies <woodchip@gentoo.org> : Added LICENSE, SLOT, $Headers,
  pam_stack aware pam.d/ file.

*squid-2.4.6 (20 Mar 2002)

  20 Mar 2002; Donny Davies <woodchip@gentoo.org> :  Be sure to upgrade! This
  version fixes some security glitches in older squids! Updated to latest available
  release; fixed permissions on /usr/lib/squid/*_auth programs, made the initscript
  stop() function more robust, grabbed Debian's latest patch which includes tweaking
  SQUID_MAXFD (works this time ;) plus other fixes. We now install the error pages
  for all available languages, defaulting to English. Simply change the errors symlink
  in /etc/squid to whichever you prefer. Changed the cache location to /var/cache/squid;
  sorry if this bothers anybody but it fits better here and matches /etc/passwd
  properly now. If you're upgrading you could make /var/cache/squid a symlink to
  /var/spool/squid, or move the subdirectories manually.  Heads up :)
  Changed some ./configure options; enabled cache-digests, disabled the pinger
  and added two more auth-modules. Added ability to compile without debugging.
  Removed the stale config file and the old rc5 initscript. Also removed the older
  ebuilds; they had numerous bugs. Added a pam_stack aware pam config, for future
  deployment.

  8 Feb 2002; Donny Davies <woodchip@gentoo.org> files/squid.rc6 :
  Squid can often take a long time to shutdown. Tried to make things a little more
  friendly in that situation.