blob: 2b3ccb045d2bc67b565876a1821a318ca788e7d8 (
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
# ChangeLog for dev-ruby/railties
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.25 2012/06/01 07:07:00 graaff Exp $
*railties-3.2.5 (01 Jun 2012)
01 Jun 2012; Hans de Graaff <graaff@gentoo.org> +railties-3.2.5.ebuild:
Version bump for bug 418481.
01 Jun 2012; Hans de Graaff <graaff@gentoo.org> -railties-3.0.10.ebuild,
-railties-3.0.11.ebuild:
Remove old versions.
17 May 2012; Thomas Kahle <tomka@gentoo.org> railties-3.1.4.ebuild,
railties-3.2.3.ebuild:
marked ~x86 per bug 396547
01 May 2012; Raúl Porcel <armin76@gentoo.org> railties-3.0.10.ebuild,
railties-3.0.11.ebuild, railties-3.0.12.ebuild:
Drop ia64/sparc keywords
*railties-3.2.3 (20 Apr 2012)
20 Apr 2012; Hans de Graaff <graaff@gentoo.org> +railties-3.2.3.ebuild:
Version bump.
*railties-3.1.4 (04 Apr 2012)
04 Apr 2012; Hans de Graaff <graaff@gentoo.org> +railties-3.1.4.ebuild:
Version bump for Rails 3.1.4, security bug 406547.
*railties-3.0.12 (04 Apr 2012)
04 Apr 2012; Hans de Graaff <graaff@gentoo.org> +railties-3.0.12.ebuild,
railties-3.1.3.ebuild:
Add missing ~ppc64 which was most likely the intention given that rails
itself is keyworded.
31 Dec 2011; Fabian Groffen <grobian@gentoo.org> railties-3.1.3.ebuild:
Add Prefix keywords, bug #396547
*railties-3.1.3 (30 Dec 2011)
30 Dec 2011; Hans de Graaff <graaff@gentoo.org> +railties-3.1.3.ebuild:
Version bump. Add ruby19. Drop arches due to bug 396547.
*railties-3.0.11 (19 Nov 2011)
19 Nov 2011; Hans de Graaff <graaff@gentoo.org> +railties-3.0.11.ebuild:
Version bump for Rails 3.0.11.
05 Oct 2011; Hans de Graaff <graaff@gentoo.org> -railties-3.0.7.ebuild,
-railties-3.0.9.ebuild:
Remove old versions.
*railties-3.0.10 (28 Sep 2011)
28 Sep 2011; Hans de Graaff <graaff@gentoo.org> +railties-3.0.10.ebuild:
Version bump for Rails 3.0.10
09 Sep 2011; Fabian Groffen <grobian@gentoo.org> railties-3.0.9.ebuild:
Marked ~sparc-solaris
07 Aug 2011; Raúl Porcel <armin76@gentoo.org> railties-3.0.9.ebuild:
Add ~ia64/~sparc wrt #351835
24 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> railties-3.0.9.ebuild:
Marked ~ppc/~ppc64 wrt #351835
07 Jul 2011; Hans de Graaff <graaff@gentoo.org> railties-3.0.9.ebuild:
Add missing dependency on rdoc as reported in bug 374175.
*railties-3.0.9 (04 Jul 2011)
04 Jul 2011; Hans de Graaff <graaff@gentoo.org> +railties-3.0.9.ebuild:
Version bump for Rails 3.0.9.
01 May 2011; Hans de Graaff <graaff@gentoo.org> -railties-3.0.3-r1.ebuild:
Remove old versions.
*railties-3.0.7 (26 Apr 2011)
26 Apr 2011; Hans de Graaff <graaff@gentoo.org> +railties-3.0.7.ebuild:
Version bump for Rails 3.0.7.
04 Apr 2011; Hans de Graaff <graaff@gentoo.org> -railties-3.0.3.ebuild:
Remove old version.
04 Apr 2011; Hans de Graaff <graaff@gentoo.org> railties-3.0.3-r1.ebuild:
Add dependency on rake since the gemspec requires this. Fixes bug 361595.
13 Feb 2011; Thomas Kahle <tomka@gentoo.org> railties-3.0.3-r1.ebuild:
keyworded ~x86 per bug 351835
13 Jan 2011; Hans de Graaff <graaff@gentoo.org> railties-3.0.3-r1.ebuild:
Add missing dependency on redcloth, fixing bug 351367.
*railties-3.0.3-r1 (10 Jan 2011)
10 Jan 2011; Hans de Graaff <graaff@gentoo.org> +railties-3.0.3-r1.ebuild:
Install the real gemspec instead of our own version. Fixes bug 351240.
*railties-3.0.3 (05 Dec 2010)
05 Dec 2010; Hans de Graaff <graaff@gentoo.org> +railties-3.0.3.ebuild,
+metadata.xml:
Initial import for Rails 3. Split off from dev-ruby/rails.
|