summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimeon Simeonov2018-06-27 18:52:15 +0200
committerSimeon Simeonov2018-06-27 18:52:15 +0200
commit63ddf50344cf1e4f2f9b75ce3b0c4db940a3be47 (patch)
treebf359cc07f357afe464c0a91a8af1173cd22d969
parent7588760bb3f4e8d09691bb099a69a70fc9f5c0d4 (diff)
Update Changelog and README for version 3.0
-rw-r--r--Changelog7
-rw-r--r--README10
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 @@
1v3.0:
2 - remove TwistedWeb dependency and write the beinc_server.py in pure Python
3 - implement Python >= 3.4.0 support
4
1v2.0: 5v2.0:
2 - replace charrypy with TwistedWeb as beinc_server.py backend 6 - replace charrypy with TwistedWeb as beinc_server.py backend
3 - use XMLRPC instead of HTTP POST for a cleaner and more robust API 7 - use XMLRPC instead of HTTP POST for a cleaner and more robust API
@@ -5,7 +9,8 @@ v2.0:
5 - bugfixes 9 - bugfixes
6 10
7v1.1: 11v1.1:
8 - when beinc_poller.py fetches several messages from a queue it won't let the last one to completely overwrite the previous ones 12 - when beinc_poller.py fetches several messages from a queue it won't let the
13 last one to completely overwrite the previous ones
9 14
10v1.0 15v1.0
11 - Initial version 16 - 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:
52 - set up the beinc_server.py on the desktop workstation (the computer where the 52 - set up the beinc_server.py on the desktop workstation (the computer where the
53 notification-message should be displayed). Define an unprivileged port for 53 notification-message should be displayed). Define an unprivileged port for
54 beinc_server.py to listen on and enable its OSD capabilities 54 beinc_server.py to listen on and enable its OSD capabilities
55 (through pynotify and/or pyosd) 55 (through pynotify)
56 56
57Scenario two: 57Scenario two:
58The user's computer can NOT be reached by the server running the IRC client. 58The 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,
93 93
94 94
95Requirements: 95Requirements:
96All components: Python 2.7.* 96All components: Python >= 2.7.9 or Python >= 3.4.*
97N.B. For TLS1.1 and TLS1.2 client support you need Python>=2.7.9
98 97
99beinc_server.py: Twisted Web >= 14.0, pyopenssl >= 0.13.0, 98beinc_server.py: pynotify >= 0.1 (optional)
100 pynotify >= 0.1 (optional), pyosd >= 0.2 (optional)
101beinc_weechat.py: Weechat >= 0.4.0 99beinc_weechat.py: Weechat >= 0.4.0
102beinc_poller.py: pynotify >= 0.1 or pyosd >= 0.2 100beinc_poller.py: pynotify >= 0.1
103beinc_generic_client.py: No additional software required 101beinc_generic_client.py: No additional software required
104 102
105Read INSTALL in this very same folder for more details about installing the requirements! 103Read INSTALL in this very same folder for more details about installing the requirements!