Merge lp:~pconnell/endroid/1.4 into lp:endroid

Proposed by Phil Connell
Status: Superseded
Proposed branch: lp:~pconnell/endroid/1.4
Merge into: lp:endroid
Diff against target: 33 lines (+14/-1)
2 files modified
debian/changelog (+13/-0)
setup.py (+1/-1)
To merge this branch: bzr merge lp:~pconnell/endroid/1.4
Reviewer Review Type Date Requested Status
Ensoft Open Source Pending
Review via email: mp+231836@code.launchpad.net

This proposal supersedes a proposal from 2014-08-22.

This proposal has been superseded by a proposal from 2014-08-22.

Commit message

1.4.0 release

Description of the change

Release notes for 1.4.0

To post a comment you must log in.

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-06-12 09:45:57 +0000
3+++ debian/changelog 2014-08-22 08:03:01 +0000
4@@ -1,3 +1,16 @@
5+endroid (1.4.0) precise; urgency=low
6+
7+ * Add user presence callback API for plugins.
8+ * Add context-awareness callbacks (response/no response) to message send
9+ API.
10+ * Add SMS plugin.
11+ * Add reliable send plugin.
12+ * Enhance endroid remote plugin to use SMS and reliable send.
13+ * Handle s2c XMPP pings.
14+ * Add a few small plugins making basic uses of the new plugin APIs.
15+
16+ -- Phil Connell <phil.connell@ensoft.co.uk> Fri, 22 Aug 2014 08:45:53 +0100
17+
18 endroid (1.3) precise; urgency=low
19
20 * Only update a MUCs affiliation list if the MUC supports the member-only
21
22=== modified file 'setup.py'
23--- setup.py 2014-08-12 09:16:24 +0000
24+++ setup.py 2014-08-22 08:03:01 +0000
25@@ -6,7 +6,7 @@
26 from distutils.core import setup
27
28 setup(name='endroid',
29- version="1.3",
30+ version="1.4.0",
31 description='EnDroid: a modular XMPP bot',
32 url='http://open.ensoft.co.uk/EnDroid',
33 packages=['endroid', 'endroid.plugins', 'endroid.plugins.compute', 'endroid.plugins.sms'],

Subscribers

People subscribed via source and target branches