changes 14.1.1 (0)
authorMichael Andres <ma@suse.de>
Fri, 25 Oct 2013 12:21:44 +0000 (14:21 +0200)
committerMichael Andres <ma@suse.de>
Fri, 25 Oct 2013 12:21:44 +0000 (14:21 +0200)
VERSION.cmake
package/libzypp.changes

index c10514a..0084278 100644 (file)
@@ -61,8 +61,8 @@
 SET(LIBZYPP_MAJOR "14")
 SET(LIBZYPP_COMPATMINOR "0")
 SET(LIBZYPP_MINOR "1")
-SET(LIBZYPP_PATCH "0")
+SET(LIBZYPP_PATCH "1")
 #
-# LAST RELEASED: 14.1.0 (0)
+# LAST RELEASED: 14.1.1 (0)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #=======
index e2f4169..450a5ab 100644 (file)
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Fri Oct 25 14:21:31 CEST 2013 - ma@suse.de
+
+- Always properly initialize pool storage (bnc#846565)
+- version 14.1.1 (0)
+
+-------------------------------------------------------------------
 Thu Oct 17 17:57:54 CEST 2013 - ma@suse.de
 
 - Add Package isCached and cachedLocation methods