From 63ddf50344cf1e4f2f9b75ce3b0c4db940a3be47 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Wed, 27 Jun 2018 18:52:15 +0200 Subject: Update Changelog and README for version 3.0 --- Changelog | 7 ++++++- README | 10 ++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Changelog b/Changelog index f89373c..136fba8 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +v3.0: + - remove TwistedWeb dependency and write the beinc_server.py in pure Python + - implement Python >= 3.4.0 support + v2.0: - replace charrypy with TwistedWeb as beinc_server.py backend - use XMLRPC instead of HTTP POST for a cleaner and more robust API @@ -5,7 +9,8 @@ v2.0: - bugfixes v1.1: - - when beinc_poller.py fetches several messages from a queue it won't let the last one to completely overwrite the previous ones + - when beinc_poller.py fetches several messages from a queue it won't let the + last one to completely overwrite the previous ones v1.0 - Initial version diff --git a/README b/README index 1567c35..f2bf0d5 100644 --- a/README +++ b/README @@ -52,7 +52,7 @@ directly notify the user. Solution: - set up the beinc_server.py on the desktop workstation (the computer where the notification-message should be displayed). Define an unprivileged port for beinc_server.py to listen on and enable its OSD capabilities - (through pynotify and/or pyosd) + (through pynotify) Scenario two: The user's computer can NOT be reached by the server running the IRC client. @@ -93,13 +93,11 @@ All components tested on: Gentoo GNU/Linux 2014,2015, Requirements: -All components: Python 2.7.* -N.B. For TLS1.1 and TLS1.2 client support you need Python>=2.7.9 +All components: Python >= 2.7.9 or Python >= 3.4.* -beinc_server.py: Twisted Web >= 14.0, pyopenssl >= 0.13.0, - pynotify >= 0.1 (optional), pyosd >= 0.2 (optional) +beinc_server.py: pynotify >= 0.1 (optional) beinc_weechat.py: Weechat >= 0.4.0 -beinc_poller.py: pynotify >= 0.1 or pyosd >= 0.2 +beinc_poller.py: pynotify >= 0.1 beinc_generic_client.py: No additional software required Read INSTALL in this very same folder for more details about installing the requirements! -- cgit v1.3