Merge lp:~amigadave/account-plugins/update-readme-news-changelog into lp:account-plugins

Proposed by David King
Status: Merged
Approved by: Alberto Mardegan
Approved revision: 76
Merged at revision: 74
Proposed branch: lp:~amigadave/account-plugins/update-readme-news-changelog
Merge into: lp:account-plugins
Diff against target: 131 lines (+107/-0)
3 files modified
Makefile.am (+11/-0)
NEWS (+72/-0)
README (+24/-0)
To merge this branch: bzr merge lp:~amigadave/account-plugins/update-readme-news-changelog
Reviewer Review Type Date Requested Status
Alberto Mardegan (community) Approve
PS Jenkins bot (community) continuous-integration Needs Fixing
Review via email: mp+131606@code.launchpad.net

Description of the change

Updates for README, NEWS and ChangeLog

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Alberto Mardegan (mardy) wrote :

Great!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Makefile.am'
--- Makefile.am 2012-10-04 14:18:34 +0000
+++ Makefile.am 2012-10-26 13:02:30 +0000
@@ -94,6 +94,15 @@
94libwindows_live_la_SOURCES = \94libwindows_live_la_SOURCES = \
95 src/windows-live.vala95 src/windows-live.vala
9696
97dist-hook: bzr-changelog-hook
98
99bzr-changelog-hook: Makefile
100 $(AM_V_at)cd $(top_srcdir) && \
101 if $(top_srcdir)/missing --run bzr log \
102 --gnu-changelog > .ChangeLog.tmp; \
103 then mv -f .ChangeLog.tmp "$(top_distdir)/ChangeLog"; \
104 else rm -f .ChangeLog.tmp; exit 1; fi
105
97dist_noinst_DATA = \106dist_noinst_DATA = \
98 src/config.vapi \107 src/config.vapi \
99 src/accounts.deps \108 src/accounts.deps \
@@ -106,3 +115,5 @@
106 intltool-merge \115 intltool-merge \
107 intltool-update \116 intltool-update \
108 po/.intltool-merge-cache117 po/.intltool-merge-cache
118
119.PHONY: bzr-changelog-hook
109120
=== modified file 'NEWS'
--- NEWS 2011-12-23 14:28:12 +0000
+++ NEWS 2012-10-26 13:02:30 +0000
@@ -0,0 +1,72 @@
1UOA account plugins NEWS
2
3Version 0.9
4-----------
5
6* Do not reveal Google secret API key:
7 https://launchpad.net/bugs/1064293
8* Add COPYING, using GNU GPL version 2:
9 https://launchpad.net/bugs/1062194
10* Use intltool for internationalization support:
11 https://launchpad.net/bugs/1061433
12* Request mobile version of identi.ca:
13 https://launchpad.net/bugs/1051596
14
15Version 0.8
16-----------
17
18* Add icon for SIP providers:
19 https://launchpad.net/bugs/1026631
20 https://launchpad.net/bugs/1040091
21* Remove Facebook and Google account creations scripts
22 https://launchpad.net/bugs/1048638
23
24Version 0.7
25-----------
26
27* Update for latest signon-ui changes
28 https://launchpad.net/bugs/1041744
29
30Version 0.6
31-----------
32
33* Use the secure endpoint for Flickr:
34 https://launchpad.net/bugs/1031169
35* Port to Python 3
36* Google: Request access to user profile
37* Whitelist the Windows Live certificate
38* Do not capture password during Windows Live login
39
40Version 0.5
41-----------
42
43* Fix custom prefix installation:
44 https://launchpad.net/bugs/1024274
45* Use new API to get credentials ID
46* Facebook: Remove deprecated "offline_access" scope, add "xmpp_access" scope, add IM
47 service
48* Set read-only mission control parameters
49* Windows Live: Add plugin for support, use refresh token
50* Google: Add IM service, use refresh tokens
51* Add Gwibber-specific settings for Foursquare and identi.ca
52
53Version 0.4
54-----------
55
56* Capture Flickr and Twitter usernames
57* Add updated provider icons
58* Allow client keys and secrets to be overridden during configure
59* Add Foursquare, identica, Sina, Sohu and Twitter plugins
60* Add Gwibber-specific settings for Flickr and Twitter
61* Add description to Google provider file
62
63Version 0.3
64-----------
65
66* Add Flickr plugin
67* Add icons for Facebook and Google
68
69Version 0.2
70-----------
71
72* Initial release, with Facebook and Google plugins
073
=== modified file 'README'
--- README 2011-12-23 14:28:12 +0000
+++ README 2012-10-26 13:02:30 +0000
@@ -0,0 +1,24 @@
1Account plugins for Ubuntu Online Accounts
2------------------------------------------
3
4This project contains the account configuration plugins for the credentials
5configuration panel:
6
7https://launchpad.net/online-accounts-gnome-control-center/
8
9These plugins are responsible for creating and configuring online accounts.
10
11Dependencies
12------------
13
14The plugins depend on libaccount-plugin from online-accounts-gnome-control-center.
15
16Licence
17-------
18
19The plugins are licensed under the GNU GPL version 2 or later.
20
21Resources
22---------
23
24https://launchpad.net/online-accounts-account-plugins/

Subscribers

People subscribed via source and target branches