Merge lp://staging/~online-accounts/libaccounts-qt/packaging into lp://staging/libaccounts-qt
Status: | Merged |
---|---|
Approved by: | David Barth |
Approved revision: | no longer in the source branch. |
Merged at revision: | 145 |
Proposed branch: | lp://staging/~online-accounts/libaccounts-qt/packaging |
Merge into: | lp://staging/libaccounts-qt |
Diff against target: |
405 lines (+73/-77) 20 files modified
Accounts/account-service.cpp (+8/-6) Accounts/account.cpp (+3/-3) Accounts/account.h (+1/-1) Accounts/accountscommon.h (+1/-1) Accounts/auth-data.cpp (+1/-0) Accounts/manager.cpp (+1/-1) Accounts/provider.cpp (+2/-2) Accounts/service-type.cpp (+2/-2) Accounts/service.cpp (+2/-2) Accounts/utils.cpp (+4/-1) README (+0/-1) README.md (+23/-0) common-vars.pri (+1/-1) debian/changelog (+17/-0) debian/control (+0/-22) debian/libaccounts-qt-dev.install (+0/-4) debian/libaccounts-qt1.install (+0/-1) debian/rules (+2/-27) tests/accountstest-wrapper.sh (+3/-0) tests/accountstest.sh (+2/-2) |
To merge this branch: | bzr merge lp://staging/~online-accounts/libaccounts-qt/packaging |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Online Accounts | Pending | ||
Review via email: mp+269386@code.staging.launchpad.net |
Commit message
New upstream release.
- Use gboolean instead of bool to g_object_get (fixes a stack corruption)
- Headers: remove unnecessary semicolon after namespace
- Docs: fix hint on destruction of Account and Service
- Fix memory leaks found by valgrind
Fixes: https:/
- Tests: make using a wrapper easier
Tests can now be run with a command like:
make check WRAPPER="valgrind --leak-check=full"
Description of the change
New upstream release.
- Use gboolean instead of bool to g_object_get (fixes a stack corruption)
- Headers: remove unnecessary semicolon after namespace
- Docs: fix hint on destruction of Account and Service
- Fix memory leaks found by valgrind
Fixes: https:/
- Tests: make using a wrapper easier
Tests can now be run with a command like:
make check WRAPPER="valgrind --leak-check=full"