summaryrefslogtreecommitdiff
blob: 57d5c2089b7192757363645b2c4e883f21da0a84 (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
81
82
83
84
85
86
87
88
89
90
91
# ChangeLog for net-mail/maildrop
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/maildrop/ChangeLog,v 1.18 2003/02/15 03:47:56 raker Exp $

*maildir-1.5.2 (14 Feb 2003)

  14 Feb 2003; Nick Hadaway <raker@gentoo.org> maildrop-1.5.2.ebuild,
  files/digest-maildrop-1.5.2 :
  Version bump.  Stable builds of gcc include the CXX environment
  variable, so removed the fix.

*maildrop-1.5.1 (01 Jan 2002)

  02 Jan 2002; Nick Hadaway <raker@gentoo.org> maildrop-1.5.1.ebuild :
  Added CXX='g++' so builds on gcc2 systems don't fail.

  01 Jan 2002; Nick Hadaway <raker@gentoo.org> maildrop-1.5.1.ebuild,
  files/digest-maildrop-1.5.1 :
  Version bump.

  21 Dec 2002; Nick Hadaway <raker@gentoo.org> maildrop-*.ebuild :
  Updated all maildrop ebuilds to filter -fomit-frame-pointer and
  -funroll-loops.

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

  12 Dec 2002; Nick Hadaway <raker@gentoo.org> maildrop-1.5.0-r1.ebuild :
  Added berkdb use variable code.  Also fixed some $myconf stuff.
  Changed ebuild to use the filter-flags function to remove the
  -funroll-loops flags.

  11 Nov 2002; Kyle Manna <nitro@gentoo.org> maildrop-1.5.0-r1.ebuild :
  Updated trusted users and added a sed for MySQL socket.
  
  8 Nov 2002; Kyle Manna <nitro@gentoo.org> maildrop-1.5.0-r1.ebuild :
  Added support for experimental mysql support.  Also added facilites
  for LDAP, but haven't had a chance to test LDAP support yet.

*maildrop-1.5.0 (27 Oct 2002)

  27 Oct 2002; Donny Davies <woodchip@gentoo.org> : Chase latest release.
  Downloads .bz2 instead of .gz.

*maildrop-1.4.0-r1 (5 Sep 2002)

  12 Sep 2002; Nick Hadaway <raker@gentoo.org> maildrop-1.4.0-r1.ebuild :
  Changed etc-dir to /etc instead of /etc/maildrop to fix compatibility
  with MTAs.  Thanks to Kang on bug #7834

  5 Sep 2002; Jared H. Hudson <jhhudso@gentoo.org> maildrop-1.4.0-r1.ebuild :
  Added dependency checking for virtual/mta and made maildrop provide
  virtual/mda. Thanks to Eric Renfro <psi-jack@myrealbox.com> for suggesting
  these improvements in bug #6806.
	
*maildrop-1.4.0 (24 Jun 2002)

  19 Aug 2002; Nick Hadaway <raker@gentoo.org> maildrop-1.4.0.ebuild :
  Updated dependancies to include net-mai/mailbase as maildrop requires
  /var/spool/mail/ in order to complete configure. 

  24 Jun 2002; Donny Davies <woodchip@gentoo.org> :
  Chase latest release; make it use the sourceforge mirror://.

*maildrop-1.3.9-r1 (23 Jun 2002)

  23 Jun 2002; Ben Lutgens <lamer@gentoo.org> :
  I'm explicitly stripping out -funroll-loops cause it's causing maildrop
  to not compile.

*maildrop-1.3.8-r1 (2 May 2002)

  2 May 2002; Donny Davies <woodchip@gentoo.org> :
  Zap -fomit-frame-pointer and -ffast-math from CFLAGS if present.

*maildrop-1.3.8 (1 May 2002)

  1 May 2002; Donny Davies <woodchip@gentoo.org> maildrop-1.3.8.ebuild,
  files/maildroprc : Updated to latest release, added a system default
  maildroprc file, added the documentation, added the development files,
  cleaned up the /usr/share/maildrop dir, added SLOT and LICENSE.

*maildrop-1.3.6 (1 Feb 2002)

  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
  Added initial ChangeLog which should be updated whenever the package is
  updated in any way. This changelog is targetted to users. This means that the
  comments should well explained and written in clean English. The details about
  writing correct changelogs are explained in the skel.ChangeLog file which you
  can find in the root directory of the portage repository.