lp://staging/~noskcaj/ubuntu/trusty/gnome-online-accounts/3.10.3
- Get this branch:
- bzr branch lp://staging/~noskcaj/ubuntu/trusty/gnome-online-accounts/3.10.3
Branch merges
- Sebastien Bacher: Approve
-
Diff: 17035 lines (+3720/-3628)54 files modifiedNEWS (+16/-0)
configure (+14/-14)
configure.ac (+1/-1)
debian/changelog (+7/-0)
debian/control (+2/-1)
debian/control.in (+2/-1)
doc/Makefile.in (+2/-2)
doc/html/GoaAccount.html (+329/-329)
doc/html/GoaCalendar.html (+129/-129)
doc/html/GoaChat.html (+111/-111)
doc/html/GoaClient.html (+45/-45)
doc/html/GoaContacts.html (+129/-129)
doc/html/GoaDocuments.html (+105/-105)
doc/html/GoaExchange.html (+117/-117)
doc/html/GoaFacebookProvider.html (+1/-1)
doc/html/GoaFiles.html (+129/-129)
doc/html/GoaFlickrProvider.html (+1/-1)
doc/html/GoaGoogleProvider.html (+1/-1)
doc/html/GoaMail.html (+240/-240)
doc/html/GoaManager.html (+182/-182)
doc/html/GoaOAuth2Based.html (+185/-185)
doc/html/GoaOAuth2Provider.html (+92/-92)
doc/html/GoaOAuthBased.html (+191/-191)
doc/html/GoaOAuthProvider.html (+97/-97)
doc/html/GoaObject.html (+79/-79)
doc/html/GoaObjectManagerClient.html (+117/-117)
doc/html/GoaPasswordBased.html (+152/-152)
doc/html/GoaPhotos.html (+105/-105)
doc/html/GoaProvider.html (+111/-111)
doc/html/GoaTicketing.html (+136/-136)
doc/html/GoaTwitterProvider.html (+1/-1)
doc/html/GoaWindowsLiveProvider.html (+1/-1)
doc/html/GoaYahooProvider.html (+1/-1)
doc/html/gio-hierarchy.html (+6/-6)
doc/html/goa-GoaError.html (+1/-1)
doc/html/goa-Logging.html (+8/-8)
doc/html/goa-Utilities.html (+18/-18)
doc/html/goa-Version-Information.html (+10/-10)
doc/html/index.html (+1/-1)
m4/libtool.m4 (+2/-2)
po/kn.po (+124/-209)
po/ta.po (+281/-226)
po/uk.po (+405/-319)
src/goa/goa-generated.c (+1/-1)
src/goa/goa-generated.h (+1/-1)
src/goaidentity/goaidentityservice.c (+2/-1)
src/goaidentity/goaidentityutils.c (+7/-5)
src/goaidentity/goakerberosidentity.c (+14/-6)
src/goaidentity/org.freedesktop.realmd.c (+1/-1)
src/goaidentity/org.freedesktop.realmd.h (+1/-1)
src/goaidentity/org.gnome.Identity.c (+1/-1)
src/goaidentity/org.gnome.Identity.h (+1/-1)
telepathy-account-widgets/configure (+2/-2)
telepathy-account-widgets/m4/libtool.m4 (+2/-2)
Branch information
- Owner:
- Jackson Doak
- Status:
- Development
Recent revisions
- 39. By Jackson Doak
-
* New upstream release.
- kerberos: Leaking credentials, cursors, principals and GDateTime - 38. By Iain Lane
-
* Sync from Ubuntu: Use Conflicts/Replaces for libgoa-1.0-0; we want to make
sure this package is really gone.
* New upstream bugfix release:
- telepathy: Choose better icons
- Adapt to changes in the redirect URI used by Facebook
- live: Does not update MailEnabled
- kerberos: don't crash if keyring credentials disappear
- kerberos: Leaking timerfds when we fall back to polling the ccache
- Support kernel keyring based Kerberos accounts
- Support Windows Live mail
- Adding Google or Facebook accounts adds a second Jabber account
- oauth2: Propagate the error if the dialog is dismissed during refresh
- kerberos: still consuming 100% CPU
- identity: don't queue two temporary accounts for one identity
- oauth2: Don't parse the DOM to detect access_denied
- goaalarm: add locks when setting up timers
- kerberos: correctly show sign in errors when mistyping password
* debian/libgoa- backend- 1.0-1.symbols:
- Updated - 37. By Robert Ancell
-
* New upstream release:
- telepathy: Choose better icons
- Adapt to changes in the redirect URI used by Facebook
- live: Does not update MailEnabled
- kerberos: don't crash if keyring credentials disappear
- kerberos: Leaking timerfds when we fall back to polling the ccache
- Support kernel keyring based Kerberos accounts
- Support Windows Live mail
- Adding Google or Facebook accounts adds a second Jabber account
- oauth2: Propagate the error if the dialog is dismissed during refresh
- kerberos: still consuming 100% CPU
- identity: don't queue two temporary accounts for one identity
- oauth2: Don't parse the DOM to detect access_denied
- goaalarm: add locks when setting up timers
- kerberos: correctly show sign in errors when mistyping password
* debian/libgoa- backend- 1.0-1.symbols:
- Updated - 36. By Steve Langasek
-
Use proper Conflicts/Replaces on libgoa-1.0-0 instead of a versioned
Breaks/Replaces that fails to upgrade under update-manager. - 34. By Michael Biebl
-
[ Jeremy Bicha ]
* debian/patches/ drop-google- password- interface* .patch:
- Now that Google CalDav supports OAuth v2 for CalDav and
evolution-data-server has been updated for it, drop the
password-based UI that didn't work with Google Two-Factor
Authentication anyway (patches backported from git)
* debian/patches/ revert- deadlock- fix.patch:
- Backport revert of 3.8.3 commit that could cause 100% cpu use - 33. By Jeremy Bícha
-
* Sync with Debian. Remaining changes:
- debian/patches/ drop-google- password- interface* .patch:
+ Now that Google CalDav supports OAuth v2 for CalDav and
evolution-data-server has been updated for it, drop the
password-based UI that didn't work with Google Two-Factor
Authentication anyway (patches backported from git)
- debian/patches/ drop-google- password- interface- 4.patch:
+ Backport another commit to fix Google CardDAV support
- debian/patches/ revert- deadlock- fix.patch:
+ Backport revert of 3.8.3 commit that could cause 100% cpu use - 32. By Jeremy Bícha
-
* debian/
patches/ drop-google- password- interface* .patch:
- Now that Google CalDav supports OAuth v2 for CalDav and
evolution-data-server has been updated for it, drop the
password-based UI that didn't work with Google Two-Factor
Authentication anyway (patches backported from git) (LP: #1175122) - 31. By Michael Biebl
-
[ Thomas Bechtold ]
* New upstream release.[ Tim Lunn ]
* debian/rules:
- Explicitly enable owncloud
- Don't try to enable Twitter or Yahoo support as they are not currently
included
* debian/libgoa- 1.0-common: install arch-independent css file here rather
than in libgoa-1.0-0[ Jeremy Bicha ]
* debian/control.in: Add Breaks/Replaces for above change. This is only
needed for users of experimental though.[ Michael Biebl ]
* Upload to unstable. - 30. By Marc Deslauriers
-
* SECURITY UPDATE: incorrect ssl cert validation (LP: #1117411)
- debian/patches/ CVE-2013- 0240.patch: properly validate ssl certs and
fix cancellation in src/goa/goaenums.h, src/goa/goaerror.c,
src/goabackend/ goaewsclient. c, src/goabackend/ goaewsclient. h,
src/goabackend/ goaexchangeprov ider.c,
src/goabackend/ goagoogleprovid er.c,
src/goabackend/ goahttpclient. *, src/goabackend/ goautils. *,
src/goabackend/ goawebview. c.
- debian/libgoa- 1.0-0.symbols: updated with new symbol.
- CVE-2013-0240
- CVE-2013-1799
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu/trusty/gnome-online-accounts