]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
add changes, bump version SuSE-Code-12_3-Branch
authorMichael Schroeder <mls@suse.de>
Fri, 21 Feb 2014 16:56:59 +0000 (17:56 +0100)
committerMichael Schroeder <mls@suse.de>
Fri, 21 Feb 2014 16:56:59 +0000 (17:56 +0100)
VERSION.cmake
package/libsolv.changes

index b94cb6555d28e93a2b8b9c99e0cb663b3e3a1ecf..e273fc77ee32c5e43e7c4bb8b4eacdab5ec82953 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "3")
-SET(LIBSOLV_PATCH "2")
+SET(LIBSOLV_PATCH "3")
 
index c3d44a019a7bf66d387b0990129c2d289ef16d2f..2df878ee9c24f2a092acd57a303015913fd99d93 100644 (file)
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Fri Feb 21 17:55:12 CET 2014 - mls@suse.de
+
+- fix bug in solver_get_unneeded that could lead to an
+  endless loop [bnc#828764]
+- fix typos in pool_job2str
+- make addfilelist more resistant against corrupt rpms
+- fix pseudo packages obsoleting other pseudo packages
+- bump version to 0.3.3
+
 -------------------------------------------------------------------
 Tue Sep  3 16:24:45 CEST 2013 - mls@suse.de