changes
authorMichael Andres <ma@suse.de>
Thu, 12 Apr 2007 00:40:43 +0000 (00:40 +0000)
committerMichael Andres <ma@suse.de>
Thu, 12 Apr 2007 00:40:43 +0000 (00:40 +0000)
VERSION.cmake
package/libzypp.changes

index 8afcb52..33611ea 100644 (file)
@@ -47,4 +47,4 @@
 SET(LIBZYPP_MAJOR "3")
 SET(LIBZYPP_MINOR "1")
 SET(LIBZYPP_COMPATMINOR "0")
-SET(LIBZYPP_PATCH "0")
+SET(LIBZYPP_PATCH "1")
index de625d4..fa057ad 100644 (file)
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Thu Apr 12 02:33:18 CEST 2007 - ma@suse.de
+
+- Fixed computation of install order. Take requirements of
+  an installed packages uninstall scripts into account, if
+  the package is updated. (#258682)
+- revision 5349
+- version 3.1.1
+-------------------------------------------------------------------
 Wed Apr 11 15:24:01 CEST 2007 - ma@suse.de
 
 - Parse and provide package keywords. (Fate 120368)