changeset 8b358e774061 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=8b358e774061 description: update README.html for dependancies
diffstat: README.html | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diffs (22 lines): diff -r 619d5588f868 -r 8b358e774061 README.html --- a/README.html Wed Jan 11 20:44:49 2012 +0100 +++ b/README.html Wed Jan 11 22:00:27 2012 +0100 @@ -20,7 +20,8 @@ <h2>Optional Runtime Requirements</h2> <ul> -<li><a href="http://pyopenssl.sourceforge.net/">PyOpenSSL</a> (python-pyopenssl package in Debian) (>=0.9) for <em>secure</em> SSL/TLS. Python's default SSL is insecure, so this package is highly recommended!</li> +<li><a href="http://pyopenssl.sourceforge.net/">PyOpenSSL</a> (python-pyopenssl package in Debian) (>=0.12) for <em>secure</em> SSL/TLS. Python's default SSL is insecure, so this package is highly recommended!</li> +<li>python-pyasn1 to check SSL/TLS certificate</li> <li>python-crypto to enable End to end encryption</li> <li>For idle module, libxss library</li> <li>For zeroconf (bonjour), the "enable link-local messaging" checkbox, you need dbus-glib, python-avahi</li> @@ -111,7 +112,7 @@ <br/> <br/> <br/> -(C) 2003-2011<br/> +(C) 2003-2012<br/> The Gajim Team<br/> http://gajim.org<br/> <br/> _______________________________________________ Commits mailing list [email protected] http://lists.gajim.org/cgi-bin/listinfo/commits
