blob: e468fec2db10267570b8acb1aed2b20bf8a187fd (
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
|
# ChangeLog for dev-db/postgresql
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.14 2002/07/08 22:39:24 rphillips Exp $
*postgresql-7.2-r3 (02 Jul 2002)
08 Jul 2002; Ryan Phillips <rphillips@gentoo.org> postgresql-7.2-r3.ebuild :
Added creation of user and group
02 Jul 2002; Ryan Phillips <rphillips@gentoo.org> files/7.2/postgresql,
postgresql-7.2-r3.ebuild
Fixes to the path of the postmaster pidfile.
Fixes to the ebuild to disable java version checking if java
is not in the use vars.
*postgresql-7.2.1-r1 (20 Jun 2002)
08 Jul 2002; Ryan Phillips <rphillips@gentoo.org> postgresql-7.2.1-r1.ebuild :
Added creation of user and group
20 Jun 2002; Preston A. Elder <prez@gentoo.org> files/7.2.1/postgresql :
Changed the startup script to a) one that works, and b) to be in the
same style as all other startup scripts we use.
*postgresql-7.2.1-r1 (20 Jun 2002)
20 Jun 2002; Preston A. Elder <prez@gentoo.org> postgresql-7.2.1-r1.ebuild :
Changed the arguments to configure to increase things such as max
simultaneous connections, etc.
*postgresql-7.2.1 (16 Jun 2002)
16 Jun 2002; Ryan Phillips <rphillips@gentoo.org> postgresql-7.2.1.ebuild :
Doesn't check for java version if java is *not* in the USE vars.
*postgresql-7.2.1 (14 Jun 2002)
14 Jun 2002; Ryan Phillips <rphillips@gentoo.org> postgresql-7.2.1.ebuild :
Updated package versionn
*postgresql-7.2-r2 (10 Apr 2002)
10 Apr 2002; Karl Trygve Kalleberg <karltk@gentoo.org> postgresql-7.2-r2.ebuild files/digest-postgresql-7.2-r2:
Added proper code in pkg_setup() so that it will refuse to compile if the
user has JDK 1.4.0 as his system VM.
Removed postgresql-7.2-r1.ebuild files/digest-postgresql-7.2-r1
*postgresql-7.2-r1 (18 Feb 2002)
18 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> postgresql-7.2-r1.ebuild files/digest-postgresql-7.2-r1:
Now requires a jdk-1.3 instead of >=1.3, as 1.4 blows up when compiling.
*postgresql-7.2 (15 Feb 2002)
15 Feb 2002; G.Bevin <gbevin@gentoo.org> postgresql-7.2.ebuild ,
files/postgresql-7.2-dyn-libperl-gentoo.diff files/digest-postgresql-7.2:
Upgraded to version 7.2. Python now also works with python 2.2 and there
are less patches needed to make the perl install go smoothly ... nice :-)
*postgresql-7.1.3-r4 (5 Feb 2002)
5 Feb 2002; G.Bevin <gbevin@gentoo.org> postgresql-7.1.3-r4.ebuild :
Changed data dirs to use a fixed path instead of determining it from the
package name. Also added a binary compatibility slot. Changed data dir to
/var/lib/postgresql/data to follow what has been done by the mysql ebuild.
5 Feb 2002; G.Bevin <gbevin@gentoo.org> files/7.1.3/postgresql :
Fixed wrong data dir in init script.
*postgresql-7.1.3-r3 (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.
|