summaryrefslogtreecommitdiff
blob: 102b28e6f78ff0af079d581e5fb8b9e2b7ae3bcb (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
# ChangeLog for sys-apps/preload
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/preload/ChangeLog,v 1.9 2009/05/07 03:06:49 darkside Exp $

*preload-0.6.4 (07 May 2009)

  07 May 2009; Jeremy Olexa <darkside@gentoo.org> +preload-0.6.4.ebuild:
  version bump, bug 267538

  28 Oct 2008; Jeremy Olexa <darkside@gentoo.org> files/init.d-preload:
  sys-apps/preload - fix another bashisms. bug #244491

*preload-0.6.3-r5 (28 Oct 2008)

  28 Oct 2008; Jeremy Olexa <darkside@gentoo.org> files/conf.d-preload,
  files/init.d-preload, -preload-0.6.3-r4.ebuild, +preload-0.6.3-r5.ebuild:
  sys-apps/preload - final init script fixing to capture the pid properly as
  reported in bug #243832 (thanks for the help Kai). Version bump so people
  get a working (so I think) init script. Removing bashisms, as reported in
  bug #244491 is also fixed with this commit (thanks to Davide Pesavento).
  Hey, 2 bugs in one!

*preload-0.6.3-r4 (24 Oct 2008)

  24 Oct 2008; Jeremy Olexa <darkside@gentoo.org>
  +files/preload-0.6.3-forking-children.patch,
  +files/preload-0.6.3-nice-segfault.patch,
  +files/preload-0.6.3-overlapping-io-bursts.patch, files/conf.d-preload,
  files/init.d-preload, -preload-0.6.3-r1.ebuild, -preload-0.6.3-r3.ebuild,
  +preload-0.6.3-r4.ebuild:
  init script now supports ionice'ing. New patches to improve/optimize
  behavior. Thanks to Kai Krakow for patches and hints. Downgraded ebuild to
  eapi-0 to allow people to get these important chagnes

*preload-0.6.3-r3 (23 Oct 2008)

  23 Oct 2008; Jeremy Olexa <darkside@gentoo.org> files/conf.d-preload,
  files/init.d-preload, -preload-0.6.3-r2.ebuild, +preload-0.6.3-r3.ebuild:
  Remove restart() block from init script. It doesn't do anything on openrc
  (bug #241884) and it causes warnings on baselayout-1 (bug #242578) due to
  poor implementation on my part. We really don't need a restart because a
  stop/start is just as good. Also modify init/conf scripts to better handle
  'default' values.

*preload-0.6.3-r2 (20 Oct 2008)

  20 Oct 2008; Jeremy Olexa <darkside@gentoo.org>
  +files/preload-0.6.3-conf.patch, files/conf.d-preload,
  +preload-0.6.3-r2.ebuild:
  sys-apps/preload add patch by Pacho Ramos to include files in /opt or /lib32
  to be preloaded, bug #242580. One minor conf file tweak.

*preload-0.6.3-r1 (20 Oct 2008)

  20 Oct 2008; Jeremy Olexa <darkside@gentoo.org> files/conf.d-preload,
  files/init.d-preload, -preload-0.6.3.ebuild, +preload-0.6.3-r1.ebuild:
  Minor bump for sys-apps/preload to improve init/conf scripts and remove
  unused etc file

  19 Oct 2008; Dawid Węgliński <cla@gentoo.org> preload-0.6.3.ebuild:
  Add ~x86 keyword (bug #242554)

*preload-0.6.3 (18 Oct 2008)

  18 Oct 2008; Jeremy Olexa <darkside@gentoo.org> +files/conf.d-preload,
  +files/init.d-preload, +metadata.xml, +preload-0.6.3.ebuild:
  Initial import, ebuild based off the work by robert.zhangle in the Gentoo
  China overlay. preload is an adaptive readahead deamon that is very non
  resource intensive and a very 'smart' app.