Merge lp://staging/~oif-packaging/frame/ubuntu.v1.1.0 into lp://staging/frame/ubuntu
Proposed by
Henrik Rydberg
Status: | Merged |
---|---|
Merged at revision: | 18 |
Proposed branch: | lp://staging/~oif-packaging/frame/ubuntu.v1.1.0 |
Merge into: | lp://staging/frame/ubuntu |
Diff against target: |
2285 lines (+1406/-156) 24 files modified
ChangeLog (+211/-0) Makefile.in (+3/-0) configure (+150/-26) configure.ac (+9/-2) debian/changelog (+7/-0) debian/libutouch-frame1.symbols (+3/-0) include/utouch/frame-mtdev.h (+8/-0) include/utouch/frame-xi2.h (+49/-0) include/utouch/frame.h (+61/-6) src/Makefile.am (+9/-1) src/Makefile.in (+25/-19) src/frame-impl.h (+2/-1) src/frame-mtdev.c (+39/-14) src/frame-xi2.c (+322/-0) src/frame.c (+80/-7) test/Makefile.in (+3/-0) tools/Makefile.am (+19/-3) tools/Makefile.in (+36/-6) tools/common-defs.h (+85/-0) tools/utouch-frame-test-mtdev.1 (+42/-0) tools/utouch-frame-test-mtdev.c (+2/-71) tools/utouch-frame-test-xi2.1 (+42/-0) tools/utouch-frame-test-xi2.c (+177/-0) tools/utouch-frame-test-xi2.txt (+22/-0) |
To merge this branch: | bzr merge lp://staging/~oif-packaging/frame/ubuntu.v1.1.0 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Chase Douglas (community) | Approve | ||
Review via email: mp+50911@code.staging.launchpad.net |
Description of the change
This package contains upgrade to v1.1.0, containing abi-compatible api extentions needed for development during natty. All current code compiles well with this package. A built package is available in ppa:utouch-
To post a comment you must log in.
Looks good to me.