diff options
-rw-r--r-- | VERSION.cmake | 2 | ||||
-rw-r--r-- | package/libzypp-bindings.changes | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake index 69057d5..42d6573 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,3 +1,3 @@ SET(VERSION_MAJOR "0") SET(VERSION_MINOR "5") -SET(VERSION_PATCH "14") +SET(VERSION_PATCH "15") diff --git a/package/libzypp-bindings.changes b/package/libzypp-bindings.changes index 6d7dfc7..581cca6 100644 --- a/package/libzypp-bindings.changes +++ b/package/libzypp-bindings.changes @@ -1,4 +1,13 @@ ------------------------------------------------------------------- +Mon Sep 30 11:10:31 UTC 2013 - jreidinger@suse.com + +- Add legacy GetResolvablesToInsDel class (removed from libzypp + in favor of transaction) +- fix const pointer lost its namespace +- 0.5.15 + + +------------------------------------------------------------------- Mon Apr 29 17:37:14 CEST 2013 - ma@suse.de - Compile with -std=c++11 |