Merge lp:~gingerchris/endroid/new_version into lp:endroid

Proposed by ChrisD
Status: Merged
Approved by: Phil Connell
Approved revision: 90
Merged at revision: 89
Proposed branch: lp:~gingerchris/endroid/new_version
Merge into: lp:endroid
Diff against target: 31 lines (+12/-1)
2 files modified
debian/changelog (+11/-0)
setup.py (+1/-1)
To merge this branch: bzr merge lp:~gingerchris/endroid/new_version
Reviewer Review Type Date Requested Status
Phil Connell Approve
ChrisD Needs Fixing
Review via email: mp+234698@code.launchpad.net

Commit message

1.4.2 release prep

Description of the change

1.4.2 release prep

To post a comment you must log in.
Revision history for this message
ChrisD (gingerchris) :
review: Needs Fixing
lp:~gingerchris/endroid/new_version updated
90. By Chris Davidson <email address hidden>

Update setup.py with new version number

Revision history for this message
Phil Connell (pconnell) :
review: Approve

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-09-05 15:44:58 +0000
3+++ debian/changelog 2014-09-15 14:33:59 +0000
4@@ -1,3 +1,14 @@
5+endroid (1.4.2) trusty; urgency=medium
6+
7+ * SMS plugin: Fix bugs in its periodic accounting
8+ * SMS plugin: Fix bugs in its error handling
9+ * Periodicpinger plugin: Reducing logging spam
10+ * Rename SMS block commands
11+ * Make endroid_remote usable as a library
12+ * Other minor cleanup (e.g. the example config file)
13+
14+ -- Chris Davidson <chdavids@ensoft-sandbox.cisco.com> Mon, 15 Sep 2014 15:05:57 +0100
15+
16 endroid (1.4.1) precise; urgency=low
17
18 * Productisation fixes for SMS plugin: periodic quotas, ACLs.
19
20=== modified file 'setup.py'
21--- setup.py 2014-09-05 15:44:58 +0000
22+++ setup.py 2014-09-15 14:33:59 +0000
23@@ -6,7 +6,7 @@
24 from distutils.core import setup
25
26 setup(name='endroid',
27- version="1.4.1",
28+ version="1.4.2",
29 description='EnDroid: a modular XMPP bot',
30 url='http://open.ensoft.co.uk/EnDroid',
31 packages=[

Subscribers

People subscribed via source and target branches