summaryrefslogtreecommitdiff
blob: c348a1c46550c6e0320a65997ef9c69f81b512f1 (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
# ChangeLog for sys-apps/cloop
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/cloop/ChangeLog,v 1.4 2003/09/04 13:04:37 stuart Exp $

  04 Sep 2003; stuart cloop-0.68.ebuild:
  Fix for bug #27882
  
  cloop needs to be *sure* that the zlib code is linked into the kernel.
  Simply enabling the zlib config options isn't enough; the code needs
  to be called from elsewhere in the kernel.
  
  The kernel-mod eclass now provides a function to test for this, and
  I've updated the cloop-0.68 ebuild to use it.

  26 Aug 2003; stuart cloop-1.0.ebuild:
  Added test to catch cause of bug #27343

  26 Aug 2003; stuart cloop-0.68.ebuild:
  Added test to abort if Linux kernel != 2.4.x

*cloop-1.0 (25 Aug 2003)

  25 Aug 2003; stuart <stuart@gentoo.org> cloop-0.68.ebuild, cloop-1.0.ebuild:
  Initial import