author | Florian Forster <octo@collectd.org> | |
Sat, 28 Jan 2012 11:26:41 +0000 (12:26 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Sat, 28 Jan 2012 11:26:41 +0000 (12:26 +0100) |
1 | 2 | |||
---|---|---|---|---|
README | patch | | diff1 | | diff2 | | blob | history |
configure.in | patch | | diff1 | | diff2 | | blob | history |
src/Makefile.am | patch | | diff1 | | diff2 | | blob | history |
src/common.c | patch | | diff1 | | diff2 | | blob | history |
src/ipvs.c | patch | | diff1 | | diff2 | | blob | history |
src/oracle.c | patch | | diff1 | | diff2 | | blob | history |
src/python.c | patch | | diff1 | | diff2 | | blob | history |
diff --cc README
index 6badeecd5b4b837c9c19115923d2521780d14f96,34caa85d6cd31e0017dea3c668e251a44e7093e2..ac79ce509429a68caf581ba57ddbecbc25e399a2
+++ b/README
<http://code.google.com/p/protobuf-c/>
* libpython (optional)
- Used by the `python' plugin. Currently, only 2.3 ≦ Python < 3 is supported.
+ Used by the `python' plugin. Currently, Python 2.3 and later and Python 3
+ are supported.
<http://www.python.org/>
+ * librabbitmq (optional; also called “rabbitmq-c”)
+ Used by the AMQP plugin for AMQP connections, for example to RabbitMQ.
+ <http://hg.rabbitmq.com/rabbitmq-c/>
+
* librouteros (optional)
Used by the `routeros' plugin to connect to a device running `RouterOS'.
<http://verplant.org/librouteros/>
diff --cc configure.in
Simple merge
diff --cc src/Makefile.am
Simple merge
diff --cc src/common.c
Simple merge
diff --cc src/ipvs.c
Simple merge
diff --cc src/oracle.c
Simple merge
diff --cc src/python.c
Simple merge