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

Subscribers

People subscribed via source and target branches