diff --git a/VERSION.cmake b/VERSION.cmake index 738ddfd59e..999a2a7879 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -59,10 +59,10 @@ # See './mkChangelog -h' for help. # SET(LIBZYPP_MAJOR "15") -SET(LIBZYPP_COMPATMINOR "0") -SET(LIBZYPP_MINOR "0") +SET(LIBZYPP_COMPATMINOR "1") +SET(LIBZYPP_MINOR "1") SET(LIBZYPP_PATCH "0") # -# LAST RELEASED: 15.0.0 (0) +# LAST RELEASED: 15.1.0 (1) # (The number in parenthesis is LIBZYPP_COMPATMINOR) #======= diff --git a/package/libzypp.changes b/package/libzypp.changes index 3763aa837b..c5583f01d8 100644 --- a/package/libzypp.changes +++ b/package/libzypp.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Apr 22 10:50:00 CEST 2015 - ma@suse.de + +- ZYpp: Changed ZYpp::Ptr to be a shared_ptr; + a precondition for fixing bnc-899755 +- rpmmd: support 'metalink=' in .repo (for zypper#63) +- RepoMirrorList: ignore comments and malformed urls in mirrorlist +- PathInfo: remove minor/major conflicting with GNU libc macros + DiskUsageCounter: remove ctors taking 'magic' bool flags + ZyppCallbacks: remove unused PatchDownload callbacks +- version 15.1.0 (1) + ------------------------------------------------------------------- Thu Apr 2 19:06:56 CEST 2015 - ma@suse.de