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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
# ChangeLog for net-mail/courier-imap
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/ChangeLog,v 1.18 2002/12/13 04:51:27 raker Exp $
courier-imap-1.6.1 (12 Dec 2002)
12 Dec 2002; Nick Hadaway <raker@gentoo.org>
courier-imap-1.6.1.ebuild, files/digest-courier-imap-1.6.1 :
Version bump. Added a test for vpopmail so proper configure options
are passed.
\* Autoupdate keywords (12-6-02)
06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords
*courier-imap-1.5.3 (25 Sep 2002)
25 Sep 2002; Nick Hadaway <raker@gentoo.org>
courier-imap-1.5.3.ebuild, files/digest-courier-imap-1.5.3 :
Version bump. Lots of SSL fixes.
*courier-imap-1.5.1 (03 Aug 2002)
11 Sep 2002; Nick Hadaway <raker@gentoo.org>
courier-imap-1.5.1.ebuild, files/authdaemond.conf,
files/authdaemond.rc6 :
Updated authenticator choosing mechanism. Removed pgsql authenticator
as it is not a supported backend.
30 Aug 2002; Sascha Schwabbauer <cybersystem@gentoo.org> :
Added ppc to keywords.
03 Aug 2002; Nick Hadaway <raker@gentoo.org>
courier-imap-1.5.1.ebuild, files/digest-courier-imap-1.5.1 :
Version bump. Added support for unicode searching, and proper
listening to the ipv6 use variable.
*courier-imap-1.5.0 (24 Jun 2002)
22 Jul 2002; Nick Hadaway <raker@gentoo.org> authdaemond.rc6 :
Fixed small typo. changed pqsql to pgsql. Closes bug #5163.
26 Jul 2002; Nicholas Jones <carpaski@gentoo.org :
Added in a check for vpopmail as Courier-IMAP just assumes that if
the user exists, then all the files MUST exist.
24 Jun 2002; Donny Davies <woodchip@gentoo.org> :
Chase latest release.
*courier-imap-1.4.5-r3 (20 Jun 2002)
20 Jun 2002; Kyle Manna <nitro@gentoo.org> :
Moved maildirmake for /usr/sbin to /usr/bin, close bug #3844
*courier-imap-1.4.5-r2 (14 Jun 2002)
14 Jun 2002; Kyle Manna <nitro@gentoo.org> :
Forgot to install /etc/init.d/authdaemond
*courier-imap-1.4.5-r1 (8 Jun 2002)
8 Jun 2002; Kyle Manna <nitro@gentoo.org> :
Added pop3 init scripts.
*courier-imap-1.4.3-r1 (30 Apr 2002)
30 Apr 2002; Donny Davies <woodchip@gentoo.org> :
Added tcltk? ( >=dev-tcltk/expect-5.33.0 ) to RDEPEND, closing #2282.
*courier-imap-1.4.3 (1 Apr 2002)
1 Apr 2002; Donny Davies <woodchip@gentoo.org> :
Updated to latest release. Added --enable-workarounds-for-imap-client-bugs
to ./configure which helps some clients; notably Netscape Messenger. Now
installs a pam_stack aware pam.d/ file.
*courier-imap-1.4.1-r4 (14 Mar 2002)
14 Mar 2002; Grant Goodyear <g2boojum@gentoo.org> :
Fixed bug where /etc/courier-imap/pop3d didn't have MAILDIR=.maildir set.
*courier-imap-1.4.1-r2 (21 Feb 2002)
21 Feb 2002; Grant Goodyear <g2boojum@gentoo.org> :
Modified the ebuild so that /usr/sbin/{imapd,pop3d} get renamed to
/usr/sbin/{courier-imapd,courier-pop3d}. I also had to change hack
the /usr/lib/courier-imap/*.rc files to call these newly-named functions.
While I was at it I cleaned up the ebuilds and fixed the not-yet-caught
bug that pop3d was still trying to use Maildir instead of ${MAILDIR}.
Fixes bug #584.
*courier-imap-1.4.1-r1 (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.
|