Update version to 0.7.2
This commit is contained in:
parent
7fadb35fe2
commit
8fad2f464a
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ For more detailed changelog, see the roadmap:
|
||||||
http://dev.louiz.org/project/poezio/roadmap
|
http://dev.louiz.org/project/poezio/roadmap
|
||||||
|
|
||||||
|
|
||||||
* Poezio 0.7.2 - dev
|
* Poezio 0.7.2 - 08 Nov 2011
|
||||||
- Huge speed improvements in both memory usage, text
|
- Huge speed improvements in both memory usage, text
|
||||||
refresh speed and interface resize.
|
refresh speed and interface resize.
|
||||||
- Chatstate notifications (in private AND in MUCs)
|
- Chatstate notifications (in private AND in MUCs)
|
||||||
|
@ -23,13 +23,13 @@ http://dev.louiz.org/project/poezio/roadmap
|
||||||
- a *lot* of bugfixes
|
- a *lot* of bugfixes
|
||||||
|
|
||||||
|
|
||||||
* Poezio 0.7.1 - 2 Feb 2010
|
* Poezio 0.7.1 - 2 Feb 2011
|
||||||
- /status command to globally change the status
|
- /status command to globally change the status
|
||||||
- /win command now accepts part of tab name as argument
|
- /win command now accepts part of tab name as argument
|
||||||
- bugfixes
|
- bugfixes
|
||||||
|
|
||||||
|
|
||||||
* Poezio 0.7 - 14 jan 2010
|
* Poezio 0.7 - 14 jan 2011
|
||||||
Codename ”Koshie & Mathieui”
|
Codename ”Koshie & Mathieui”
|
||||||
- Library changed from xmpppy to SleekXMPP
|
- Library changed from xmpppy to SleekXMPP
|
||||||
- Python 3 only
|
- Python 3 only
|
||||||
|
|
|
@ -51,7 +51,7 @@ class Connection(sleekxmpp.ClientXMPP):
|
||||||
self.register_plugin('xep_0085')
|
self.register_plugin('xep_0085')
|
||||||
if config.get('send_poezio_info', 'true') == 'true':
|
if config.get('send_poezio_info', 'true') == 'true':
|
||||||
info = {'name':'poezio',
|
info = {'name':'poezio',
|
||||||
'version':'0.7.2-dev'}
|
'version':'0.7.2'}
|
||||||
if config.get('send_os_info', 'true') == 'true':
|
if config.get('send_os_info', 'true') == 'true':
|
||||||
info['os'] = common.get_os_info()
|
info['os'] = common.get_os_info()
|
||||||
self.register_plugin('xep_0092', pconfig=info)
|
self.register_plugin('xep_0092', pconfig=info)
|
||||||
|
|
Loading…
Reference in a new issue