From: Michael Andres Date: Tue, 27 Jul 2010 14:08:22 +0000 (+0200) Subject: changes 8.0.1 X-Git-Tag: 8.0.1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21f1e75a9515664ac0cc43f35e1f67d7fbd577a5;p=platform%2Fupstream%2Flibzypp.git changes 8.0.1 --- diff --git a/VERSION.cmake b/VERSION.cmake index 39d2cd3..c687b13 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -61,8 +61,8 @@ SET(LIBZYPP_MAJOR "8") SET(LIBZYPP_COMPATMINOR "0") SET(LIBZYPP_MINOR "0") -SET(LIBZYPP_PATCH "0") +SET(LIBZYPP_PATCH "1") # -# LAST RELEASED: 8.0.0 (0) +# LAST RELEASED: 8.0.1 (0) # (The number in parenthesis is LIBZYPP_COMPATMINOR) #======= diff --git a/package/libzypp.changes b/package/libzypp.changes index 9f77ac6..8a54923 100644 --- a/package/libzypp.changes +++ b/package/libzypp.changes @@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Tue Jul 27 15:38:00 CEST 2010 - ma@suse.de + +- Fix bug in PoolQuery::addDependency +- Disable MediaAria and enable MultiCurl as default http/ftp backend. + MultiCurl implements MetaLink and Zsync support using libcurl. In + case of trouble set ZYPP_MULTICURL=0 in the envirionment to disable + the new backend. +- version 8.0.1 (0) + +------------------------------------------------------------------- Mon Jul 26 17:05:14 CEST 2010 - ma@suse.de - Bump heads major version after 11.3 branched away.