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
|
# ChangeLog for dev-ruby/xmpp4r
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xmpp4r/ChangeLog,v 1.19 2011/01/26 17:18:20 graaff Exp $
26 Jan 2011; Hans de Graaff <graaff@gentoo.org> -xmpp4r-0.5.ebuild:
Remove old version.
26 Jan 2011; Christian Faulhammer <fauli@gentoo.org> xmpp4r-0.5-r1.ebuild:
stable x86, bug 352391
22 Jan 2011; Markos Chandras <hwoarang@gentoo.org> xmpp4r-0.5-r1.ebuild:
Stable on amd64 wrt bug #352391
*xmpp4r-0.5-r1 (08 Feb 2010)
08 Feb 2010; Hans de Graaff <graaff@gentoo.org> +xmpp4r-0.5-r1.ebuild:
Convert to ruby-fakegem.
27 Nov 2009; Alex Legler <a3li@gentoo.org> xmpp4r-0.5.ebuild:
Remove SRC_URI, hopefully fixes bug 294440
23 Sep 2009; Hans de Graaff <graaff@gentoo.org> -xmpp4r-0.3.2.ebuild,
-xmpp4r-0.4.ebuild:
Remove old versions.
22 Sep 2009; Markus Meier <maekke@gentoo.org> xmpp4r-0.5.ebuild:
x86 stable, bug #282722
26 Aug 2009; Alex Legler <a3li@gentoo.org> xmpp4r-0.5.ebuild:
amd64 stable
*xmpp4r-0.5 (15 Jul 2009)
15 Jul 2009; Hans de Graaff <graaff@gentoo.org> +xmpp4r-0.5.ebuild:
Version bump with many bug fixes.
30 Nov 2008; Hans de Graaff <graaff@gentoo.org> -xmpp4r-0.3-r1.ebuild,
-xmpp4r-0.3.1.ebuild:
Remove old versions
*xmpp4r-0.4 (30 Nov 2008)
30 Nov 2008; Hans de Graaff <graaff@gentoo.org> +xmpp4r-0.4.ebuild:
Version bump.
27 Mar 2008; Markus Meier <maekke@gentoo.org> xmpp4r-0.3.2.ebuild:
amd64/x86 stable, bug #214612
*xmpp4r-0.3.2 (01 Nov 2007)
01 Nov 2007; Hans de Graaff <graaff@gentoo.org> +xmpp4r-0.3.2.ebuild:
Version bump per bug #197606.
* Serious bug involving Ruby threading fixed (caused exceptions with ruby 1.8.6)
* vCard helper fixes
* Jabber RPC (JEP0009) support
* HTTP Binding (JEP0124) support
* Publish-Subscribe support
* XMPPElement: a framework for classes representing XML elements
* Ad-hoc commands support
* Improvements to Dataforms: XData, XDataTitle and XDataInstructions
*xmpp4r-0.3.1 (13 May 2007)
13 May 2007; Hans de Graaff <graaff@gentoo.org> -xmpp4r-0.3.ebuild,
+xmpp4r-0.3.1.ebuild:
Version bump: thanks for Jochen Schalanda in #177161.
Changes in this version:
* SASL fixes
* Message#x and Presence#x support element selection by namespace
* Proper XML entity escaping for REXML text nodes
* Improvements to FileTransfer::Helper and SOCKS5BytestreamsServer
* Vcard::Helper fixes
* Update Digest module usage to reflect recent Ruby versions
* More documentation
04 Mar 2007; Tom Gall <tgall@gentoo.org> xmpp4r-0.3-r1.ebuild:
added ~ppc64
*xmpp4r-0.3-r1 (17 Feb 2007)
17 Feb 2007; Robin H. Johnson <robbat2@gentoo.org> +xmpp4r-0.3-r1.ebuild:
Add GEM variant ebuild, so that other packages can use it. This ebuild tries
hard to preserve the examples and docs the same as they were pre-GEM. Also
add ~ppc and ~amd64 for my boxen.
21 Jan 2007; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org>
xmpp4r-0.3.ebuild:
Added examples use flag to ebuild, #145222
*xmpp4r-0.3 (30 Dec 2006)
30 Dec 2006; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org> +metadata.xml,
+xmpp4r-0.3.ebuild:
Initial ebuild by James Le Cuirot <chewi@aura-online.co.uk>, #106127
|