package version up to 3.0.0 72/179672/3 accepted/tizen/unified/20180522.053035 submit/tizen/20180521.034547
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 21 May 2018 06:31:16 +0000 (15:31 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 21 May 2018 08:20:29 +0000 (17:20 +0900)
- add haltest cases
- add the new backend interface at tbm_backend.h
  and the backend module need to implement with tbm_backend.h
- deprecate the legacy backend interface at tbm_bufmgr_backend.h
  and this will be removed at Tizen version 6.0.
- increase the major verion of the TBM backend ABI to version 3.0

Change-Id: Id69c0ac08ea1eb3534066e4151661323366dfd4b

configure.ac
packaging/libtbm.spec

index 830dc31aadf9df0662f13519437456346e3a0eb8..c19d3a7c765c286bed30568a11632eeb956f5a6a 100644 (file)
@@ -18,7 +18,7 @@
 #  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 AC_PREREQ(2.60)
-AC_INIT(libtbm, 2.1.2)
+AC_INIT(libtbm, 3.0.0)
 AC_USE_SYSTEM_EXTENSIONS
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([dist-bzip2])
index 086abcdf4ab2079a92c97d304c8a65fb85a0b0b4..48ef4b638d4584f726e71055f63ab57404744791 100644 (file)
@@ -4,7 +4,7 @@
 %define HALTESTS_GCOV    0
 
 Name:           libtbm
-Version:        2.13.4
+Version:        3.0.0
 Release:        1
 License:        MIT
 Summary:        The library for Tizen Buffer Manager