changes 8.0.1 8.0.1
authorMichael Andres <ma@suse.de>
Tue, 27 Jul 2010 14:08:22 +0000 (16:08 +0200)
committerMichael Andres <ma@suse.de>
Tue, 27 Jul 2010 14:08:22 +0000 (16:08 +0200)
VERSION.cmake
package/libzypp.changes

index 39d2cd3..c687b13 100644 (file)
@@ -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)
 #=======
index 9f77ac6..8a54923 100644 (file)
@@ -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.