Skip to content

Commit

Permalink
changes 15.1.0 (1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandres committed Apr 22, 2015
1 parent 3283dab commit 36b01a7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
6 changes: 3 additions & 3 deletions VERSION.cmake
Expand Up @@ -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)
#=======
12 changes: 12 additions & 0 deletions 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

Expand Down

0 comments on commit 36b01a7

Please sign in to comment.